/*
@font-face {
	font-family: GraublauWeb;
	src: url(GraublauWeb.otf);
}
@font-face {
	font-family: GraublauWeb;
	font-weight: bold;
	src: url(GraublauWebBold.otf);
}
*/
body {
	margin:0;
}

#head {
	width:100%;
	height: 94px;
	background: url(../../pixel/head_hg_94.gif) left top repeat-x;
}

#menucontainer {
	position:absolute;
	left:92px;
	top:0px;
	width:804px;
	height: 119px;
	background:#a4b5b5 url(../../pixel/menu_hg_95.gif) left top repeat-x;
}

#menu {
	float:right;
	position:absolute;
	left:0;
	top:70px;
	width:100%;
	height:25px;
	z-index:30;
}
#menu > ul {
	margin:0;
	height:25px;
	display:block;
	float:right;
	list-style-type: none;
}	

#menu ul > li {
	float:left;
	height:25px;
	width:90px;
	text-align:center;
	padding-top: 4px ;
}

#menu > ul li ul {
	display:none;
}
#menu a  {
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "GraublauWebRegular", Helvetica, Arial;
	font-weight:normal;
	font-size: 15px;
}

#submenu a {
	color:#f1d92d;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "GraublauWebRegular", Helvetica, Arial;
	font-weight:normal;
	font-size:14.5px;
}

#menu a.aAktiv {
	color: #FFFFFF;
}


#submenu a.aAktiv {
	color: #FFFFFF;
}

#menu a:hover {
	color: #F1D92D;
}

	
#balken {
	position:absolute;
	top:95px;
	left:0;
	width:100%;
	height:24px;
	background: url(../../pixel/balken24.gif) ;
	z-index: 20;
}
#submenu {
	position:absolute;
	left:0;
	top:96px;
	width:100%;
	height:24px;
	z-index: 30;
}
#ulsub {
	float:right;
	margin:0px 15px 0 0;
	list-style-type: none;
}
#ulsub li {
	display:inline;
	padding: 0 0 0 10px;
}
#maske {
	position:absolute;
	top:70px;
	width: 90px;
	height: 49px;
	z-index:9;
	background: url(../../pixel/maske49_trans.gif);
}
#abdeckung {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background: url(../../pixel/abdeckung_70.gif) top left repeat-x;
	z-index: 100;
	text-align:left;

}
/* Positionierung des Logos */
#abdeckung img {
	margin-left:-5px;
	margin-top:35px;
}


