body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #336699;	
}
a:link, a:visited, a:active {
	color: #778899;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00407D;
}
hr {
	height: 1px;
	color: #F0F8FF;
	background-color: #778899;
	border: 0;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	/* von mir */
	padding: 1px;
	/* von mir */
	border: 6px solid #B0C4DE;
	margin: auto;
	background-color: #FFFFFF;
}
.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 46px;
	text-align: center;
	font-size: 12px;
}
.menu {
	float: left;
	width: 170px;
	vertical-align: top;
	/* Menu-Abstand oben */
	padding-top: 19px;
}
.menu ul {
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	margin: 0px;
	/* Dieser Wert ist wichtig */
	margin-left: 8px;
	/* Abstand zwischen Menu-Links */
	padding: 1px;
	list-style-type: none;
	/* border-bottom: 1px solid #778899; */
}
.menu a:link, .menu a:visited, .menu a:active {
	/* padding: oben rechts unten links */
	padding: 0px 0px 0px 8px; 
	color: #778899;
	display: inline;
	text-decoration: none;
}
.menu a:hover {
	color: #00407D;
	text-decoration: none;
	font-weight: bold;
}
.main_menu {
	border-left: 0;
}
.sub_menu {
	border-left: 0;
}
.menu_current {
	font-weight: bold;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	float: right;
	width: 540px;
	padding: 20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.footer {
	clear: both;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}
.powered_by, .powered_by a:link, .powered_by a:visited, .powered_by a:active, .powered_by a:hover {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}