body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	margin: 0;
	padding: 0;
}
body {
	background-color: #999999;
	margin: 0px;
	padding: 0;
}
a:link, a:visited, a:active, a.menu_current {
	color: #006abc;
}
a:hover {
	color: #000;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
h3 {
	color: #0060a1;
	font-size: large;
	font-style: bold;
	}

.menu {
	font-size: small;
	vertical-align: top;
	background-color: #ffffff;
	padding: 5px; /* Abstand zum Rand*/
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
.menu ul {
	border-bottom: 0px;
}
.menu ul ul {
	padding-left: 5px;
}
.menu a:link, .menu a:visited {
	padding: 2px 5px 2px 5px;
	color: #333;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333;
	text-align: left;
}
.menu a:hover {
	background-color: #fdcb08;
	text-decoration: none;
}
a.menu_current:link,a.menu_current:visited, .menu a:active  {
	padding: 2px 5px 2px 5px;
	color: #333333;
	background-color:#bbccee;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333;
	text-align: left;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
/* min-height hack für IE6*/
	min-height: 500px;
            height: auto !important;
            height: 500px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #458dbf
}
.rechts {
	background-color: #FFFFFF; }

.footer {
	color:gray;
	text-align:center;
	font-size:xx-small;
	border-top:1px solid #333;
	background:#FDCB08;
}
