body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}
body {
	background-color: #37398C;
}
a:link, a:visited, a:active {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ffcc00;
	font-weight: bold;
}
hr {
	height: 1px;
	color: #ffcc00;
	background-color: #ffcc00;
	border: 0;
}
h1 {
	font-size: 1.3em;
	color: #37398C;
}
h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #37398C;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 930px;
	margin: auto;
	border: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
.header {
	margin: 0;
	padding: 0;
	height: 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.left {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	height:500px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
#navcontainer {
	margin-left: 5px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin: 0 0 1px 0;
}
#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #ffcc00;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #37398C;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #ffcc00;
	background-color: #333366;
	text-decoration: none;
}
#navcontainer ul ul li {
	margin: 0 0 1px 0;
}
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #ffcc00;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #37398C;
	text-decoration: none;
}
#navcontainer ul ul a:hover {
	color: #ffcc00;
	background-color: #333366;
	text-decoration: none;
}
.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 485px;
	min-height:500px;
	height:auto !important;
	height:500px;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}
.right {
	float: right;
	margin: 0;
	padding: 0;
	width: 235px;
	height: 500px;
	background-image: url(images/rechts.jpg);
	background-repeat: no-repeat;
}
.footer, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	clear: both;
	margin: 0;
	padding: 0;
	height: 75px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
