/*
  www.naturheilpraxis-eichel.de/styles/style.css
	type: stylesheet for pda, handheld 
	Author: D.Einenkel
  (c) 2008 3haende.com / All rights reserved.
	last edited: 16.05.2008, D.Einenkel
*/

/* Ausrichtung und Hauptbereiche */

* {
	padding: 0;
	margin: 0;
}
body {
	color: #333;
	font: normal 101% Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
	text-align: left;
	background: #FFF;
}
#seite {
	background: #FFF;
	border: 0;
}
#layout {
	padding-top: 10px;
	height: 100%;
	font-size: 1.0em;
	border: 0;
}
#header {
	height: 100px;
	margin: 0px auto;
	text-align: center;
}
#titellink, #titellink a {
	display: block;
	border: 1px solid transparent;
	padding-bottom: 10px;
}
#inhalt {
	border: 0;
	text-align: left;
}
#inhalt1 {
	text-align: left;
	font-size: 0.85em;
	line-height: 1.3em;
}
#navi {
	padding: 10px;
	text-align: left;
	font-size: 0.85em;
	color: #333;
}
#navi-info{
	font-size: 0.85em;
	line-height: 1.4em;
	margin-top: 10px;
	padding: 30px 0;
	background: url(../images/hr-k_06.jpg) no-repeat top left;
}
#footer {
	padding: 5px;
	font-size: 0.8em;
	text-align: right;
	clear: both;
	line-height: 1.1em;
}

/* Sprung-Navi */

#sprung a, .sprung {
	position: absolute;
	z-index: 5;
	width: 10em;
	overflow: hidden;
	top: -100px;
	left: -1000px
}
#sprung a:focus, #sprung a:active {
	position: absolute;
	z-index: 100;
	width: 15em;
	top: 0;
	left: 0;
	margin-left: 0px;
	padding-left: 0.5em;
	text-decoration: underline;
	color: #FFF;
	background: #036;
	font-size: 0.8em
}

/* Formatierung der Ausrichtung/Floats/Clear */

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}
.float_right {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.clear{
	clear: both;
	height: 1px;
	line-height: 5px;
	margin: 5px 0;
}
.clear1{
	clear: both;
	height: 1px;
	line-height: 5px;
	margin: 0.2em 0;
}
.clear_border{
	clear: both;
	height: 10px;
	line-height: 5px;
	border-bottom: 1px solid #195202;
	margin: 1.0em 0;
}
.unsichtbar, .standort, .logodruck {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
.smalltext {
	font-size: 0.8em;
}

/* Listen */

#navi ul.nav1 li.noactive {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 2px 2px 0 20px;
	background: url(../images/nav1.jpg) no-repeat 0 .3em;
}

#navi ul.nav2 li.noactive {
	list-style-type: none;
	margin: 5px 0 0 -5px;
	padding: 2px 2px 0 20px;
	background: url(../images/nav1.jpg) no-repeat 0 .3em;
}
#inhalt1 ul li {
	list-style-type: circle;
	margin: 2px 0 0 50px;
	padding: 2px 0 0 5px;
}
#inhalt1 ol li {
	list-style-type: decimal;
	margin: 5px 0 0 30px;
}

/* Klassen */

a.current{
	font-weight: bold;
	color: #333;
	background: 0;
}
#navi ul.nav1 li.active{
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 2px 2px 0 20px;
	background: url(../images/nav-a.jpg) no-repeat 0 .3em;
}
#navi ul.nav2 li.active{
	list-style-type: none;

	margin: 5px 0 0 -5px;
	padding: 2px 2px 0 20px;
	background: url(../images/nav1-a.jpg) no-repeat 0 .3em;
}

.img {
	width: 210px;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.lightbox {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.bu {
	font-size: 0.85em;
}
.error {
	color: #B70511;
	font-weight: bold;
}
.hr{
	background: url(../images/hr_03.jpg) top center no-repeat;
	height: 40px;
	border: none;
	margin: 15px 0 15px 0;
}
#navi .hr{
	margin: 25px 0 5px 0;
}

/* Links */

a {
	color: #333;
}
#inhalt1 a:visited, #footer a:visited {
	color: #666;
}
#inhalt1 a:hover, #inhalt1 a:focus, #inhalt1 a:active, #footer a:hover, #footer a:focus, #footer a:active {
	color: #FFF;
	background: #369;
}

ul.nav1 a:hover, ul.nav1 a:focus, ul.nav1 a:active{
	color: #333;
	background: #efefef;
}
ul.nav2 a:hover, ul.nav2 a:focus, ul.nav2 a:active {
	color: #333;
	background: #efefef;
	font-size: 0.9em;
}
ul.nav1 li a{
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	display: block;
	width: 129px;
}
ul.nav2 li a{
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	display: block;
	font-size: 0.9em;
	width: 120px;
}

/* Formulare */

fieldset {
	vertical-align: middle;
	border: 1px solid;
	font-size: 1.0em;
	padding: 10px;
}
legend {
	font-weight: bold;
	border: 1px solid #333;
	background-color: #FFF;
	padding: 0.3em;
}
input {
	background-color: #FFF;
	border: 2px solid #333;
	font-size: 1.0em;
	margin: 0.2em 0;
	padding: 2px;
	width: 190px;
	color: #666;
}
select {
	background-color: #FFF;
	border: 2px solid #333;
	font-size: 1.0em;
	margin: 0.4em 0;
	padding: 2px;
	width: 190px;
	color: #333;
}
textarea {
	background-color: #FFF;
	border: 2px solid  #333;
	margin: 0.2em 0;
	width: 65%;
	padding: 2px;
	font: normal 1.0em Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #333;
}
.form {
	text-align: right;
	margin: 1.5em 0;
	padding: 5px;
}
.form p {
	text-align: left;
}
.submit {
	border: 2px solid;
	font-weight: bold;
	background-color: #FFF;
}
.matta{
	margin: 0.2em 0;
	padding: 2px;
	background: #34435F;
	color: #FFF;
	border: 2px solid  #C00;
}
.matta input {
	width: 178px;
}
/* Elemente */

/* headings */

h1, h2, h3, h4 {
	text-align: left;
}
h1 {
	font: normal 1.45em Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 0.8em 0;
	padding: 0 0 10px 0;
	letter-spacing: 0.07em;
}
h2 {
	font-size: 1.1em;
	margin: 0;
	color: #336699; /*#B70511*/
}
h3 {
	font-size: 1.1em;
	margin: 0 0 0.2em 0;
}
h4 {
  font-size: 0.9em;
}

/* Text-Elemente */

#inhalt1 p, #inhalt1 li {
  line-height: 150%;
	margin-top: 10px;
}
#navi-info p {
  padding: 10px 5px 0px 0px;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed;
	font-style: normal;
}
address{
	font-style: normal;
}
dfn {
	display: none;
}
cite {
	font: normal 1.3em Georgia, 'Times New Roman', Times, serif;	
	color: #333;
	width: 330px;
	display: block;
}


