/* CSS Document mwf_neu */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #03185E;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-size: 130%;
	color: #FF0000;
	margin: 15px 0 0 10px;
	}
a:link {
	text-decoration: none;
	color: #4e72f9;
}
a:visited {
	text-decoration: none;
	color: #cc6666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.menu { /*container menu*/
	width: 200px;
}
.menu ul, .menu li{ 
	list-style-type: none;
	padding: 0px;	
	margin: 0px;
	width: 95%;
	}
.menu li {
	margin: 5px 0 0.1em 0;	
	}
* HTML .menu li { height= 20px;}
.menu li li { /*einr?untertitel, border etc. */
	margin-left: 5px;
	padding-left: 2px;
	border-left: 6px solid #ffffff;
	}
.menu a { /*generelles Aussehen der Navigationselemente*/
	display: block; /*rollover effekt*/
	padding: 3px;
	border-bottom: 1px solid #000;
	background-color:#04195f;	
	border-right: 1px solid #000;
	}
	
.menu a:link, .menu a:visited { /*Farbe und Aussehen der Beschriftung*/
	color:#fdfdfd;
	font-weight: ;	
	}

.menu a:hover { /*rollovereffektfarbe, Hintergrundfarbe schrift*/
	background-color: #111111;
	}

a.menu_current:visited, a.menu_current:link, .menu a:active {
	display: block;
	font-weight: 150%;
	border-left: 6px solid #fe0000;
	color:#04195f;
	background-color:#d5d9d9;
	}
.inhalt {
	border-left: 1px solid #03185e;	
	}
#content {
	margin: 10px 10px 10px 10px;
	}


#footer_l {
	font-size: x-small;
	color: #888888;
	/*background-color: #03185E;*/
	border-top: 2px solid #03185E;
	margin-top: 10px;
	padding: 5px;
	}
	
#footer_r {
	font-size: x-small;
	color: #888888;
	/*background-color: #03185E;*/
	border-top: 2px solid #03185E;
	margin-top: 10px;
	
	padding: 5px;
	}
