body {
  
 background-color: #FF7F00;
  
 font-size: 12px;
  
 padding:20px;
  
 margin:0px;
  
 text-align: 
 center;

}




#inhalt { 	
  
 text-align: left;
  
 vertical-align: middle;	
  
 margin: 0px auto;
  
 padding: 0px;
  
 width: 700px;
  
 background-color: #01b7e9;
  
 border: none;

}



a #nav {
 background-image: url(link_privat.png);

 background-repeat: no-repeat;
	
 float: left;
	
 padding: 0px;
	
 margin: 0px;
	
 width: 347px;
	
 height: 347px;

}



a #nav2 {

 background-image: url(link_gewerbe.png);
	
 background-repeat: no-repeat;
	
 float: right;
	
 padding: 0px;
	
 margin: 0px;
	
 width: 346px;
	
 height: 346px;

}



a:hover #nav{
	
 background-image: url(link_privat_hover.png);
	
 background-repeat: no-repeat;
	
 float: left;
	
 padding: 0px;
	
 margin: 0px;
	
 width: 347px;
	
 height: 347px;

}



a:hover #nav2{
	
 background-image: url(link_gewerbe_hover.png);
	
 background-repeat: no-repeat;
	
 float: right;
	
 padding: 0px;
	
 margin: 0px;
	
 width: 346px;
	
 height: 346px;

}



#imlink {
 text-decoration: none;
	
 border: none;

}