/* CSS Document */
/**+html #inhalt-container{
	overflow:scroll;
}*/
*+html #menu{
	top:48px;
	background-position: 0px 15px;
}
*html #menu{
	top:47px;
	left:30px;
	background-position: 0px 15px;
}

*html .menu-firstlevel li{
	width:84px;
	padding:0;
	margin:0;
}
*html #submenu2{
	position:absolute;
	bottom:25px;
	left:32px;
	width:472px;
	height:20px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
	z-index:10;
}
*html .menu-secondlevel{
	/*heigth:88px;*/
	margin:0;
	padding:0;
    padding-top:2px;
}
*+html .menu-secondlevel{
    padding-top:5px;
}
*html .menu-secondlevel li{
	margin:0;
	padding:0;
	padding-left:4px;
}
*html #links{
	width:300px;
}
*+html #links{
	width:300px;
}
