<!-- /* Grund-Layout ------------------------- */ -->

body {
   font: 0.8em "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
   background: #fff;
   color: #666666;
   width: 100%;
   margin: 0;
   }
/*
ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}
*/

ul {
	margin-bottom: 20px;
	line-height: 1.67em;
	list-style: none;
	margin-left:0em;
	padding-left:0em;
}

img {
	border: 1px dotted #245917;
	background-color: #fff;
}

#hrgreen {
 background: #fff url("hr.gif") no-repeat;
 margin: 13px;
 height: 1px;
 background-color: #fff;
}

#header {
   padding: 0;
   height: 95px;
   background: #ECF9E9 url("/bilder/webseite/test3.jpg") 0 0 no-repeat;
   border-bottom: 1px dotted #245917;
   }
   
#header2 {
   background-color: #fff;
   padding: 0;
   height: 18px;
   letter-spacing:.2em;
   vertical-align: middle;
   }

#header2 a {
	background: url("../bilder/webseite/mm_arrow2.gif") 10px 45% no-repeat;
	padding: 0px 0px 0px 20px;
}


#inhalt {
   margin-left: 190px;
   margin-right: 190px;
   padding: 10px;
   background:#fff;
   }

#content {
	width: 100%;
}

#inhalt_keys {
   padding: 0;
   margin-left: 190px;
   margin-right: 190px;
   color: #888;
   font-size: 0.8em;
   }

#footer {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 15px;
	padding: 10px;
	background:#fff;
	text-align: center;
	font-size: 0.9em;
   }
   
#footer_inhalt {
	width: 100%;
}

#links {
   width: 190px;
   position: absolute;
   top: 113px; 
   left: 0px;

	background: #fff url("bg_nav_links.gif") right top no-repeat;
	min-height: 550px;
	height: auto !important;
	height: 550px;
   }

#links_inhalt {
	background: #fff;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

#rechts {
   width: 190px;
   position: absolute;
   top: 113px; 
   right: 0px;

	background: #fff url("bg_nav_rechts.gif") left top no-repeat;
	min-height: 550px;
	height: auto !important;
	height: 550px;
   }

#rechts_inhalt {
	background: #fff;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

p {
	margin: 10px 0 0 0;
}




<!-- /* Hyper-Links -------------------------- */ -->

a {
	border: none; /* Braucht der NN */
	text-decoration: none;
}

a:link, a:visited, a:focus, a:active {
	color: #666666;
}

a:hover {
	color: #FF9933; /* orange */
}




<!-- /* Linker Frame ------------------------- */ -->

#links ul {
	line-height: 1.6em;
}

#links li {
	background: url(images/img04.gif) no-repeat right center;
	text-align: right;
}

#links strong {
	/*color: #333333;*/
	color: #B60400;
}

#links a {
	text-decoration: none;
	font-size: .85em;
}

#links a:hover {
	text-decoration: underline;
}

#links li.navpunkt_1 {
	text-indent: 1px;
}

#links li.navpunkt_2 {
	text-indent: 11px;
}


<!-- /* Rechter Frame ------------------------ */ -->

#rechts ul.extra {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 10px;
	line-height: 1.3em;
}

#rechts li.extra {
	display: block;
	padding-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

#rechts h2.extra {
	margin: 0;
	padding: 0;
	display: block;
	padding-top: 3px;
	background-color: #FF9933;
	color: #000000;
	font-size: 1em;
	border-bottom: 1px solid #3366CC;
}

#rechts h2 {
	margin: 0;
	padding: 0;
	display: block;
	padding-top: 3px;
	color: #000000;
	font-size: 1em; 
	border-bottom: 1px solid #3366CC;
	font-weight: bold;
}




<!-- /* Überschriften ------------------------ */ -->

h1 {
	/*font-weight: normal;*/
	letter-spacing:.15em;
	margin: 0;
	margin-bottom: 3px;
	position: relative;
	color: #333;
	font-size: 1.2em; 
	color: #245917;
}

h2 {
	font-weight: normal;
	letter-spacing:.15em;
	margin-bottom: 3px;
	position: relative;
	font-size: 1.1em; 
	color: #50922C;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}



<!-- /* Anzahl Navi -------------------------- */ -->

#links .anzahl { 
	font-size: 0.8em;
}


<!-- /* Trennlinie --------------------------- */ -->

.trennlinie {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #CDCDCD url("hr_links.gif") no-repeat left;
	height: 1px;
}

.tr_rechts {
	background: url("hr_rechts.png") no-repeat right;
	height: 1px;
}





<!-- /* Seitenzahlen ------------------------- */ -->

#inhalt div.seitenzahlen {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #fff; /* blaß grün */
	/*border: 1px solid #555555;*/
	margin: 5px 0px 10px 0px;
	line-height:13px;
}



<!-- /* Bilder -------------------------- */ -->

img {
	border: 1px dotted #245917;
}

.bild_rechts {
	float: right; 
	padding: 3px;
	margin-left: 10px;
}

.bild_links {
	float: left; 
	padding: 3px;
	margin: 0px;
	margin-right: 10px;
	width: auto;
}

.bildlinks {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #245917;
	clear: both;
}

.bild_unten {
	float: right; 
	padding: 3px;
	margin-top: 10px;
}

.bild_oben {
	padding: 3px;
	margin-bottom: 10px;
}

.bild_mitte {
	float: right; 
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}






<!-- /* Freisuche ---------------------------- */ -->

#freisuche {
	margin: 10px 0px 0px 0px;
}

label.freisuche {
	float: left;
	width: 140px;
}


span.error {
	font-weight: bold;
	color: #FF0000;
}



.bold {
	font-weight: bold;
}
