
/*
Verwendete Farben:
#598549      Rand
#E3EEE0      heller Hintergrund, helle Schrift
#CBDEC4
#47693A
#9BC08D
#426842         (66/104/66) Hintergrund Navi Link          + Schrift

*/




html, body {
   margin:   0;
   border:   0;
   padding:  0;

}

body{
   background-color: #e3eee0;
	 color: #598549;
    font-family: sans-serif;
		font-size: 16px;
		font-weight: normal;
		
}

.mitte {
   text-align: center;
	 padding-top: 20px; 
 
}

a:link, a:visited, a:hover, a:active {text-decoration:none; font-weight:600; } 
a:link {color:#426842;  } 	  
a:visited {color:#426842;} 
a:hover {color:#426842; } 
a:active {color:#426842;}

/*Navigator oben auf den Seiten home (Untermenue) = Navi2*/
	
#navi2 ul {
	      text-align: left;
				font-size: 20px;
			  position: absolut;
        list-style: none;
			  margin: 5px;
				margin-bottom:0px;
				padding-bottom: 0px;
			  padding: 10px;
			  padding-top: 5px;
	  }
					  
/*Damit auch Microsoft die Position Fixed fuer die Links oben auf Seite begreift*/						  
		body > #navi2 {
				position: fixed; 
	  	 		}  
	
#navi2 li {
	   		  display: inline;	
			  }
			  
#navi2 a {
			  padding: 3px 8px 3px 8px;
	 		  border-left: 5px solid #9BC08D;
	 		  border-right: 3px solid #CBDEC4;	
			  border-bottom: 3px solid #CBDEC4;	
	 		  border-top: 5px solid #9BC08D;				  
			  background-color: #426842;
			  }	
	
a:link, a:visited, a:hover, a:active {text-decoration:none; } 
#navi2 ul li a:link {color:#E3EEE0; background-color: #426842;} 	  
#navi2 ul li a:visited {color:#598549;background-color: #E3EEE0;} 
#navi2 ul li a:hover {color:#47693A; background-color: #CBDEC4;} 
#navi2 ul li a:active {color:#E3EEE0;background-color: #9bC08D;}


		
/* Bilderstreifen*/
 .boxBilder 	{
 		 height: 70px;
		 margin-left:15%;
     overflow: hidden;
		  }

/* Formatierung der Wechselbilder*/			
.wechselBilder{
  		  border-left: 5px solid #9BC08D;
	 		  border-right: 3px solid #CBDEC4;	
			  border-bottom: 3px solid #CBDEC4;	
	 		  border-top: 5px solid #9BC08D;				  
}		

				  
/*Damit auch Microsoft die Position Fixed fuer die Links oben auf Seite begreift*/						  
		body > #fest {
				position: fixed right; 
	  	 		}  
		
/*Menue oben rechts auf den Seiten home = fest*/
	
#fest {
	      text-align:right;
				font-size: 18px;
			  position: fixed;
				padding-right: 10px;
				right: 10px;
				padding-top:0;
				padding-bottom:0;
				margin:0;
	  }
		

.copy {
       border: 0;
			 width: 250px;

}


h1 {font-size: 25px; text-decoration:none; border-bottom: 2px solid; text-align:center; font-weight:700; padding-top:20px;}
h2 {font-size: 19px; text-align:left; font-weight:500; padding-top:20px; padding-bottom:0px; margin-bottom:0;}

ul {
   margin-top:0px;
	 padding-top:5px;
	 padding-left:15px;
	 margin-left:0px;
}


ul ul {
   padding-top:0;

}

/*  funktioniert bei Microsoft nicht
.copy2:before {content: "Copyright by N.U. Agrar GmbH, Schackenthal";
              font-size: 12px;
							font-weight: 600;
							padding-top: 30px;

}
*/


iframe {
		width: 500px;
		height:20px;
		border:0;

}