/* menu
----------------------------------------------- */
#nav {
	margin:0;
	padding:0;
	width:900px;
	height:40px;
}
#menuwrap ul { list-style: none; padding: 0; margin: 0; } 
div#menuwrap { padding: 0; margin: 0 0 0 0; width: 900px; height: 30px; position: relative;}
ul#menu { padding: 0; margin: 0; height: 40px; position: relative;}
#menu a {
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: center; 
	text-decoration: none; 
}
.menu_link {
	padding:10px 0 0 0;
}
#menu li.main { float: left; height: 40px; text-align: left; cursor: default; margin: 0;}

#menu li.main a.menu_link { height: 30px; display: block; }

li#menu_leistungen { position: absolute; left: 0px; }
li#menu_ueber_uns { position: absolute; left: 165px; }
li#menu_projekte { position: absolute; left: 274px; }
li#menu_angebot { position: absolute; left: 377px; }
li#menu_partner { position: absolute; left: 549px;}
li#menu_downloads { position: absolute; left: 647px;}
li#menu_impressum { position: absolute; left: 768px;}

#menu_leistungen a.menu_link { width: 165px; height: 40px; background: url(../pics/b_leistungen.gif) no-repeat; cursor:pointer;} 
#menu_leistungen a.menu_link:hover { width: 165px; height: 40px; background: url(../pics/b_leistungen_ov.gif) no-repeat; cursor:pointer;} 
#menu_ueber_uns a.menu_link { width: 109px; height: 40px; background: url(../pics/b_ueber_uns.gif) no-repeat; cursor:pointer;} 
#menu_ueber_uns a.menu_link:hover { width: 109px; height: 40px; background: url(../pics/b_ueber_uns_ov.gif) no-repeat; cursor:pointer;} 
#menu_projekte a.menu_link { width: 103px; height: 40px; background: url(../pics/b_projekte.gif) no-repeat; cursor:pointer;} 
#menu_projekte a.menu_link:hover { width: 103px; height: 40px; background: url(../pics/b_projekte_ov.gif) no-repeat; cursor:pointer;} 
#menu_angebot a.menu_link { width: 172px; height: 40px; background: url(../pics/b_angebot.gif) no-repeat; cursor:pointer;} 
#menu_angebot a.menu_link:hover { width: 172px; height: 40px; background: url(../pics/b_angebot_ov.gif) no-repeat; cursor:pointer;} 
#menu_partner a.menu_link { width: 98px; height: 40px; background: url(../pics/b_partner.gif) no-repeat; cursor:pointer;} 
#menu_partner a.menu_link:hover { width: 98px; height: 40px; background: url(../pics/b_partner_ov.gif) no-repeat; cursor:pointer;}
#menu_downloads a.menu_link { width: 121px; height: 40px; background: url(../pics/b_downloads.gif) no-repeat; cursor:pointer;} 
#menu_downloads a.menu_link:hover { width: 121px; height: 40px; background: url(../pics/b_downloads_ov.gif) no-repeat; cursor:pointer;} 
#menu_impressum a.menu_link { width: 132px; height: 40px; background: url(../pics/b_impressum.gif) no-repeat; cursor:pointer;} 
#menu_impressum a.menu_link:hover { width: 132px; height: 40px; background: url(../pics/b_impressum_ov.gif) no-repeat; cursor:pointer;}
