a:link  { color: black; text-decoration:none }
a:visited { color: black; text-decoration:none }
a:focus { color: black; text-decoration:none }
a:hover { color: #0985e7; text-decoration:none }
a:active { color: black; text-decoration:none }	

body { font-size: 100.01%;
      font-family: verdana;
	  color: #146bae;
      font-size: 80%;
	  text-align: center;
      padding: 0;
      margin: 0;
	  
	  }  
	  
.hr {

    width: 660px;
    }	  
	  

	  

#alles { width: 1200px;
        min-height: 650px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;

		}
		
#header { width: 1200px;
         height: 125px;
	     background-image:url(../grafiken/header.png);
	}	

#oben { width: 1200px;
       height: 25px;
	   background-image:url(../grafiken/oben.png);
	}
				  
#links { width: 250px;
       min-height: 475px;
	   float: left;
	   text-align: left;
	   background-image:url(../grafiken/links.png);
        	   }	   

#mitte { width: 700px;
       min-height: 475px;
	   float: left;
			 }  

#rechts { width: 250px;
       min-height: 475px;
	   float: left;
	   text-align: right;
	   background-image:url(../grafiken/rechts.png);
	 
	   }		 

	   
#unten { width: 1200px;
       height: 25px;
	   float: left;
	   background-image:url(../grafiken/oben.png);
	}		   
