/*--------------------- Schriftart für die ganze Seite ------------------*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*--------------------- Navigation-Block ------------------*/
div#navigation{
	display:block;
	width:500px;
	float:left;
}

/*--------------------- MM-Logo ------------------*/
#logo{
	margin-top:30px;
	margin-bottom:20px;
}

/*--------------------- Haupt-Navigations-Links------------------*/
div#navigation a{
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:0;
}

/*--------------------- Haupt-Navigations-Links Mouse-Over ------------------*/
div#navigation a:hover{
	text-decoration:none;
	color:#8d8d8d;
}
tr td#UnternavigationZelle{
	background-repeat:no-repeat;
	margin-bottom:100px;
}

/*--------------------- Haupt-Navigations-Links aktiv ------------------*/
div#navigation a.aktiv{
	color:000000;
	cursor:default;
}

/*--------------------- Haupt-Navigations-Links aktiv Mouse-Over------------------*/
div#navigation a.aktiv:hover{
	color:#8d8d8d;
	cursor:default;
	text-decoration:none;
}





/*--------------------- Unternavigation-Block ------------------*/
#Unternavigation{
	margin-top:100px;
}

/*--------------------- Unternavigation-Block-Links ------------------*/
#Unternavigation a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:regular;
	display:block;
	text-align:right;
	margin-right:20px;
	height:20px;
	
}

/*--------------------- Unternavigation-Block-Links Mouse-Over ------------------*/
#Unternavigation a:hover{
	text-decoration:none;
	color:#FFFFFF;	
	background-color:df0000;
}

/*--------------------- Unternavigation-Block-Links subaktiv ------------------*/
#Unternavigation a.subaktiv{
	color:df0000;
	font-weight:bold;	
}

/*--------------------- Unternavigation-Block-Links subaktiv MouseOver ------------------*/
#Unternavigation a.subaktiv:hover{
	text-decoration:none;
	cursor:default;
}


tr td#inhalt{
	background-repeat:no-repeat;
}
tr td#inhalt h1{
	font-weight:bold;
	font-size:16px;
	margin-top:100px;
	margin-left:40px;
}
tr td#inhalt ul li{
	list-style-type:disc;
}
tr td#inhalt ul li{
	list-style-type;circle;
}
tr td#inhalt hs{
	font-weight:bold;
	font-size:16px;
	margin-left:80px;
}
tr td#img hs{
	margin-left:200px;
}