ul#mnu_ritCMS_Top {
	list-style: none;
	padding: 0px;	
	margin: 0;
	float: left;
	width: 999px;
	height: 49px;
	font-size: 12px;
	line-height: 45px;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	background: #666 url(/images/layout/reDesign2013b/bg_titelmenu.png) repeat-x;
}
ul#mnu_ritCMS_Top li {
	float: left;
	margin: 0;	
	padding: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	line-height: 45px;
}
ul#mnu_ritCMS_Top li a{
	padding: 0px 25px  0px 25px;
	color: #666;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 16px;
	height: 49px;
}
ul#mnu_ritCMS_Top li a:hover{
	background-color: #CCC;
}
.topHover {
	background-color: #CCC;
}
ul#mnu_ritCMS_Top li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/images/layout/topMenu2013/subnav_btn.png) no-repeat center top;
}
ul#mnu_ritCMS_Top li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul#mnu_ritCMS_Top li ul.subMenu {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 49px;
	background: #666;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 160px;
	border: 1px solid #555;
	height: auto;
	z-index:99;
	line-height:20px;
}
ul#mnu_ritCMS_Top li ul.subMenu li{
	margin: 0; padding: 0;
	border-top: 1px solid #777; /*--Create bevel effect--*/
	border-bottom: 0px solid #999; /*--Create bevel effect--*/
	clear: both;
	width: 160px;
	height: 30px;
	line-height:20px;
}
html ul#mnu_ritCMS_Top li ul.subMenu li a {
	float: left;
	width: 125px;
	background: #999 url(/images/layout/topMenu2013/dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
	padding: 2px 15px  2px 20px;
	height: 26px;
	color: #EEE;
}
html ul#mnu_ritCMS_Top li ul.subMenu li a:hover { /*--Hover effect for subnav links--*/
	background: #666 url(/images/layout/topMenu2013/dropdown_linkbg.png) no-repeat 10px center; 
	color: #fff;
}
ul#mnu_ritCMS_Top li a.markTop{
	color: #FFF;
}

ul#mnu_ritCMS_Top li ul.subMenu li a.markSub{
	color: #FFF; font-style:italic; 
}


.ausgabeDIV {
width: 50px;
height: 21px;
float:right;
border: 1px solid #0099FF;
}

