a:link, a:visited, a:active, a.menu_current {
	color: blue;
	
}
a:hover {
	color: #000;
}

hr {
	
	color: #003366;
	height: ;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	
}
h2 {
	font-size: 15px;
	color: #336699;
	
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	
}
.menu {
	vertical-align: top;
	width: 200px;	
	padding: 10px;
	}
.menu ul, .menu li {
	list-style-type: none;
	padding: 1px 0px 0px 2px;
	margin: 0px;
	width: 95%;
	}
* HTML .menu { height: 20px;}
.menu li li {
	margin-left: 5px;
	padding-left: 2px;
	}
.menu a { /*generelles Aussehen Menu*/
	display: block;
	padding: 3px;
	border: 1px solid #7e8987;
	background-color: #cce0dd;

}
.menu a:link, .menu a:visited { /* Farbe, Aussehen Beschriftung*/
	color: #666666;
	text-decoration: none;
	}
.menu a:hover { /*rollovereffekt*/
	background-color: #9f9d9b;
	}
a.menu_current:link, a.menu_current:visited, .menu a:active  {
	display: block;
	font-weight: 150%;
	background-color: #f9fffe;
	color: #003366;	
	}	

.content {
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	padding: 20px 10px 0px 10px;
	height: 500px;
	vertical-align: top;
	text-align: left;
	}
.aktuell {
	padding: 20px 10px 0px 10px;
	background: #8f9d9b;
	}
	
.footerL {
	
	border-top: 1px solid #333333;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size:small;
	color: #111111;
}
.footer a:link, .footer a:visited {
	display: block;
	color: white;
	text-decoration: none;
	/*margin-bottom: 5px;*/
}
.footerM {
	border-top: 1px solid #333333;
	padding: 10px 10px 10px 10px;
	text-align: right;
	
	font-size:x-small;
	color: #666666;
}