#top{
width:900px;
margin:auto;
}

#nav ul{
padding:6px 10px;
float:left;
}

#nav ul li{
display:inline;
font-size:13px;
padding:6px 10px;
margin:0;
}

#search{
margin-top:3px;
float:right;
}

#nav a:link, #nav a:visited{
text-decoration:none;
color:#FFFFFF;
}





/* Tabellen */
.mTable
{
	width: 100%;
}

.mTable a
{
	color:#000;
}
/*  Root TD:n */
.mTDRoot
{
	width: 100%;
	padding: 8px 15px;
	font-weight:normal;
	line-height:14px;

background-color:#F7AB28;
	
}

#mainmenu .mTDRoot
{
	width: 100%;
	padding: 2px 15px;
	font-weight:normal;
	line-height:14px;

background-color:#EE8A1C;
	
}




.mTDRoot a{
font-weight:bold;
text-decoration:none;
}

.mTDSub
{
	width: 100%;
	padding: 5px 10px;
height:15px;
	background-repeat: no-repeat;
	background-position: 8px 3px;
	font-size:13px;	
	
background-color:#EE8A1C;

}


.mTDActive{
width:180px;
background-color: #FFCC33;
background-repeat:repeat-y;
background-position:100% 0;
}


.mIconActive
{	
	background-image:url("/img/menu-icon-active.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	float: left;
	width: 5px;
	height: 15px;	
	margin: 1px 3px 1px 1px;
	text-decoration: none;
}

.mTDSub .mIconInactive
{	
	background-image: url("/img/menu-icon-inactive.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	float: left;
	width: 5px;
	height: 15px;	
	margin: 1px 3px 1px 1px;
	text-decoration: none;
}

.mIndentation{
float:left;
display:inline;
width:10px;
height:100%;
}

