body,td,th {
	font-family: Times New Roman;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #000000;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: justify;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.highlight {
	background-color: #000000;
}
.content {
	background-color: #000000;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
hr{
border: 0px; /* Für Firefox und Opera */
border-top: dashed 1px #000000;
border-bottom: transparent;
}

