/* Menüformatierungen */

#topmenu {
	width:100%;
	height:110px;
	margin:0;
	padding:0;
	background-image:url(../gfx/head/headbackground.jpg);
	}
	

#topmenu ul {
	width:960px; 
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	list-style:none;
	}

#topmenu li {
	width:130px;
	height:100px;
	float:left;
	margin:0px;
	border-right: 2px solid #DDDDDD;
	}

#topmenu li a span{
	display:none;
	}
	
#topmenu li a#home {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/home.jpg);
	}

#topmenu li a#home:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/home_h.jpg);
	}
	
#topmenu li a#home_s {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/home_s.jpg);
	}	
#topmenu li a#erna {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ernadevries.jpg);
	}

#topmenu li a#erna:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ernadevries_h.jpg);
	}

#topmenu li a#erna_s  {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ernadevries_s.jpg);
	}
	
#topmenu li a#ueberuns {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ueberuns.jpg);
	}

#topmenu li a#ueberuns:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ueberuns_h.jpg);
	}
	
#topmenu li a#ueberuns_s {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/ueberuns_s.jpg);
	}
	
#topmenu li a#presse {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/presse.jpg);
	}

#topmenu li a#presse:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/presse_h.jpg);
	}

#topmenu li a#presse_s  {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/presse_s.jpg);
	}
	
#topmenu li a#sponsoren {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/sponsoren.jpg);
	}

#topmenu li a#sponsoren:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/sponsoren_h.jpg);
	}

#topmenu li a#sponsoren_s {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/sponsoren_s.jpg);
	}
	
#topmenu li a#kontakt {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/kontakt.jpg);
	}

#topmenu li a#kontakt:hover {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/kontakt_h.jpg);
	}
	
#topmenu li a#kontakt_s {
	width:130px;
	height:100px;
	display:block; 
	background-image:url(../gfx/head/kontakt_s.jpg);
	}
	
#topmenu .logo {
	display:block;
	height:100px;
	width:166px;
	border-right:2px solid #DDDDDD;
	}



