* {
  margin:									0;
  padding:									0;
}
body { 
	 background-color: 						#f0eee9; 
	 font-family: 							Verdana, Arial, Helvetica, sans-serif;  
	 font-size: 							11px; 
	 font-weight: 							normal; 
	 color: 								#1e0a0a; 
	 letter-spacing: 						1px 
	 }
.klein { 
	font-size: 								10px 
	}
A:link    { 
	text-decoration: 						none; 
    font-weight:							bold; 
	color: 									#315600;  /* #398C18;*/
	}
A:active  { 
	text-decoration: 						none; 
    font-weight: 							bold; 
	color: 									#13D3D1; /* #BD301C;  #398C18; */
	}
A:visited { 
	text-decoration: 						none; 
    font-weight: 							bold; 
	color: 									#398C18;
	}
A:hover   { 
	text-decoration: 						none; 
    font-weight: 							bold; 
	color: 									#13D3D1;  /*  #BD301C; */
	}

H1 {  font-size: 24px; color: #398C18 }
H2 {  font-size: 20px; color: #398C18;  margin-bottom: 0 }
H3 {  font-size: 18px; color: #398C18 }
H4 {  font-size: 14px; color: #398C18 }
H5 {  font-size: 10px; color: #398C18 }

p     {  
	margin:									5px  0  5px   0;
	}
.link_ohne     {  
	margin:									15px  0  5px   10px;
    font-weight: 							bold;	
	}
.link     {  
	margin:									5px  0  5px   10px;	
	}
.selected    {  
	margin:									5px  0  5px   10px;	
	}
.selected    a {  

	color:									#13D3D1;
	}
.normal
			 { font-family: verdana, helvetica; font-size: 13px }
.kursiv
			 { font-family: arial, verdana, helvetica; font-size: 11px }

ul {
   list-style:          					disc;
   margin:              					0;
   padding:             					0.2em 0 0.2em  30px;
}
li {
   padding:             					2px 0 2px  10px;
   margin:              					2px  0  1px  0;
}
ol  {
   margin:              					0;
   padding:             					0.2em 0 0.2em  30px;
}
table { font-family: arial, verdana, helvetica; font-size: 12px }
td    { font-family: arial, verdana, helvetica; font-size: 12px }

.utabelle { 
	color: 									#1e0a0a;
	border-bottom-style: 					solid;
	border-bottom-width:					2px; 
	border-color: 							#398C18;		/*gruen*/
	}
.otabelle { 
	color: #1e0a0a;
	border-top-style: solid;
	border-top-width:2px; 
	border-color: #398C18;						/*gruen*/
	}
.haupttabelle { 
	color: #1e0a0a; 
	border-width:1px; 
	border-style:solid; 
	border-color: #398C18;						/*gruen*/
	}

.text {  	
    font-size: 12px; 
         color: #000000; 
         margin-top: 0; 
         margin-bottom: 0; 
         margin-left: 10px; }

.foot {  
    font-size: 								10px;  
	color: 									#000000;  
	}
.page {
	width:								95%;  /*970px;*/
	text-align:							left;
/*	background:							#FFFFEB;  
	border-right: 						1px  solid  #29642E;
	border-left: 						1px  solid  #29642E; */
	margin:								0.7em auto 0.7em auto;
}
.navi_links {
	float:			 					left;
	width:								200px;
	padding-top:						35px;
	min-height: 						100% !important; 
	height:								100%;
}
.content {
	float:		 						right;
	margin:								10px 20px;
	padding-top:						0.75em;
	width:						 		75%;  /*527px;  */ 
	padding-bottom:						2em;
	overflow:							hidden;
}

.footer {
	background-color:	 	 			transparent;  /* #296330;  */
	text-align:							center;
	font-size:							0.8em;
	margin:								0;
	padding: 							4px 0  4px  0;
	color:								#ffffff;
	height:								45px;
}
.footer a {
	color:	 							#315600;
	text-decoration:					none;
}
.footer a:hover {
	color:								#13D3D1;  /*  #BD301C;  */
	text-decoration:					none;
}
.footer_left   {
    float:             					left;
    width:             					88%;
}
.footer_left a {
	color:	 							#315600;
	text-decoration:					none;
}
.footer_right   {
    float:             					right;
    width:             					10%;
}
.footer_right a {
	color:	 							#315600;
	text-decoration:					none;
}
/* Abstand um Bilder  */
img {
	margin: 							2px 16px 4px 10px;
	border:								0;
	}
img.ohne {
	margin:  							0;
	border:								0;					
	}
	
/* Darstellung der Bilder auf der seite impressionen1.php  */
.iframeclass {
text-align: 							justify;
border:									0;
width: 									100%;
height: 								500px;
overflow: 								auto;
} 


