/* Menu-CSS by C2 2006  thx*/

#nav {
		margin: 0;
		padding: 0;
		height: 35px;
		width: 843px;
		background: url(../pics/hgmenu.gif);
		padding-left:10px;
	}
    
	#nav li {
		display: block;
		list-style-type: none;
		height: 100%;
		float: left;
		text-indent: -1000px;
		margin-top:4px;
	}
	
	#nav li a {
		display: block;	 
		width: 100%; 
		height: 100%;
	}
	
	#start {
		width: 64px;
	}
	#start a {
		background: url(../pics/start.gif) top;
	}
	#start a:hover {
		background-position: 0 -47px;
	}
	#infos {
		width: 66px;
	}
	#infos a {
		background: url(../pics/infos.gif) top;
	}	
	#infos a:hover {
		background-position: 0 -47px;
	}
	#projekte {
		width: 94px;
	}
	#projekte a {
		background: url(../pics/projekte.gif) top;
	}	
	#projekte a:hover {
		background-position: 0 -47px;
	}
	#angebote {
		width: 111px;
	}
	#angebote a {
		background: url(../pics/angebote.gif) top;
	}	
	#angebote a:hover {
		background-position: 0 -47px;
	}
	#veranstaltungen {
		width: 180px;
	}
	#veranstaltungen a {
		background: url(../pics/veranstaltungen.gif) top;
	}	
	#veranstaltungen a:hover {
		background-position: 0 -47px;
	}