/* CSS Document */
/*gilt für alle seiten*/

* {
	margin:0px;
	
}  /*!!!!!!!!!!!!!!!setzt alle browserRänder auf 0px!!!!!!!!!!!!!!!!!!*/

a.serag:link { text-decoration:none;  color:#000000; }
a.serag:visited { text-decoration:none;  color:#000000; }

a.kontakt:link { text-decoration:underline;  color:#000000; }
a.kontakt:visited { text-decoration:underline;  color:#000000; }

a.unten:link { text-decoration:none;  color:#000000; }
a.unten:visited { text-decoration:none;  color:#000000; }

a.content:link {
	color:#000000;
	text-decoration: underline;
}
a.content:visited {
	color:#000000;
	text-decoration: underline;
}

/*a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }*/




body     {
          font-family: Arial, Helvetica, sans-serif;
          color:#000000;
		  background-color:#FFF;
		  	scrollbar-arrow-color:#BBB;
    		scrollbar-base-color: #FFFFFF;
    		scrollbar-track-color: #EEE;
    		scrollbar-darkshadow-color: #C0C0C0;
    		scrollbar-shadow-color: #FFFFFF;
		 }
		 
		 
#boxa {
 position:absolute;
 top:50%;
 left:50%;
 width:20px;
 height:20px;
 /*border:1px dotted red; /* zur Demonstration */
}

#boxb {
 position:relative;
 top:-332px;
 left:-400px;
 height:600px;
 width:800px;
 /*border:20px solid #fff;
 border-bottom:0px;
 border-top:0px;*/
 
 background-color:#fff;
}		 
		 
#logo {	float: left;
 		position:relative; top:4px ;left:0px;
		margin-right:10px;
    	 }	
		  
#navi {   
          position:relative; top:54px ;left:0px; 
		  background-color:#fff;
		  width:900px;height:80px;
		 
		 
	  }
		
#content {
		 
          width:800px;height:500px;
		  position:relative;top:0px;
          margin:0px 0px 0px 0px;
		  padding:0px 0px 0px 0px; 
		  background-color:#FFF;
		  
		  
		  color: #575757;
	      font-family: Arial, Helvetica, sans-serif;
	      font-size: 12px;
		 
		 }
		 
#unten {   
          position:relative; top:0px ;left:0px; 
		  background-color:#fff;
		  width:900px;height:14px;
		  margin:0px 0px 0px 0px;
		 }		 
		 

		 			
.Stil1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	
}


