#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	background-color:#ffffff;
} 

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}

#modulmenu {
	height: 158px;
	clear:both;
	background-repeat:no-repeat;
	border:0px solid #777;
	padding-top:0px;
	margin-left:0px;
	border: 0px #000000 solid;
	
}
#modulmenu a {
	color:#000000;
}
#modulmenu .innermodulmenu {margin: 0 0 0 0px;	width: 745px; overflow:hidden; height: 158px; }
#modulmenu a.modul-leftarrow {
	display: block;
	text-indent: -9999px;
	background-image: url(/images/scroller_pics/arrow_leftLIT.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 10px;
	height: 38px;
	margin-top:7px;
	margin-right:2px;
	padding-right:5px;
	padding-top: 10px;
}


#modulmenu a.modul-rightarrow {
	display: block;
	text-indent: -9999px;
	background-image: url(/images/scroller_pics/arrow_rightLIT.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 10px;
	height: 38px;
	margin-top:7px;
	padding-top: 10px;
}
#modulmenu a.modul-leftarrow_disabled
{
	display: block;
	text-indent: -9999px;
	background-image: url(/images/scroller_pics/arrow_leftDIM.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 10px;
	height: 38px;
	margin-top:7px;
	margin-right:2px;
	border:0px solid #777;
	padding-right:5px;
	cursor:default;	
	padding-top: 10px;
}



#modulmenu a.modul-rightarrow_disabled
{
	display: block;
	text-indent: -9999px;
	background-image: url(/images/scroller_pics/arrow_rightDIM.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 10px;
	height: 38px;
	margin-top:7px;
	border:0px solid #777;
	cursor:default;
	padding-top: 10px;
}

* html #modulmenu .innermodulmenu {margin: 0 0 0 4px; }
* html #modulmenu a.modul-leftarrow {
	margin-left:0px;
	background-image: url(/images/scroller_pics/arrow_leftLIT.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-right:5px;
	margin-top:7px;
	padding-top: 10px;
}
* html #modulmenu a.modul-rightarrow {
	margin-right: 3px;
	background-image: url(/images/scroller_pics/arrow_rightLIT.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	margin-top:7px;
	padding-top: 10px;
}
#modulmenu a.modul-rightarrow:hover,
#modulmenu a.modul-leftarrow:hover {background-position: bottom;}
#modulmenu ul{margin: 0;padding: 0; width:1600px;}
#modulmenu ul li {display: inline; float: left;margin: 0 5px;	padding: 0;}

#modulmenu ul li.active a span {background-position: bottom;color: #ffffff;}
#modulmenu ul li a:hover span {	background-position: bottom;color: #ffffff;}

#modulmenu .title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:28px;
	font-weight:normal;
	color:#fff;
	text-align:center;
}


