@media screen {

/*** top menu ***/
	ul#menu_top_l1 {
		margin:0px;
		padding:0px;	
		clear:both;	
	}
	ul#menu_top_l1 li {
		background: url('../img/bg_navi_top.gif') right no-repeat;
		list-style-type:none;
		display:inline;
		padding-left:0px;
		padding-right:9px;
  		float:left;
  	}
	ul#menu_top_l1 li.last-item {
		background:none;
		padding-right:0px;
	}
	ul#menu_top_l2 {
		margin:0px;
		padding:9px;
		clear:both;
	}
	ul#menu_top_l2 li {
		background: url('../img/quer_klein.gif') right center no-repeat;	
		list-style-type:none;
		display:inline;
		padding-left:0px;
		padding-right:0px;
		float:left;
	}



/*** bottom menu ***/
	div#navigation_subOuter {
		position:fixed;
		z-index:8999;
		bottom:46px;
		left:0px;
        }
	div#navigation_subLayers div {
		position:absolute;
		width:300px;
		margin-left:-10px;
		visibility:hidden;
		background:url('../img/bg_menu_bottom.png');
	}
	div#navigation_subLayers a {
		display:block;
		background:url('../img/menu_bottom_normal.gif') no-repeat;
		width:300px;
		height:22px;
	}
	div#navigation_subLayers span.first-item a {
		background:url('../img/menu_bottom_first.gif') no-repeat;
	}
}