@charset "utf-8";
/* CSS Document */

/* Kopfmenu */


.moduletable_menu ul {
	list-style: none;
	margin:0;
	padding-top:10;
	margin-left:-35px;
}

.moduletable_menu li {
	display: block;
	position: relative;
	height: 43px;
	text-decoration: none;
	float: left;
	clear: right;
	background-image: url(../images/menu_trenner.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top:15px;
}

/* Menu auf pos. left */
#page div.moduletable_nav ul {
	margin-left: -30px;
	padding-left:30px;
}


#page div.moduletable_nav li {
	margin-left:10px;
	margin-right:10px;
	padding-bottom:4px;
	padding-top:4px;
}


#page div.moduletable_nav li {
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}
/* Level 1 */
#page div.moduletable_nav li a{
	display:block;
	width:180px;
	height:21px;
	padding-top:2px;
	padding-left:25px;
	background-image: url(../images/m_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	font-weight: normal;
	color: #000000;
}

#page div.moduletable_nav ul li a:hover{
	background-image: url(../images/m_bg_hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	font-weight: normal;	
}

#page div.moduletable_nav ul li a:active{
	color: #000000;	
}



