body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #04567F;
	background-color: #F0F0F0;
/*	text-align: center;*/
	padding: auto;
}
.container {
	margin: auto;
	width: 783px;
	height: 580px;
	background-color: #F0F0F0;
	background-image:url(images/back.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
.menu {
	position: relative;
	top: 205px;
	left: 0px;
	text-align: left;
	width: 280px;
	height: 284px;
	float: left;
}
.content {
	position: relative;
	top: 205px;
	left: -7px;
	width: 453px;
	height: 294px;
	overflow:auto;
	padding-right: 10px;
	scrollbar-arrow-color: #04567F;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #B0B0B0;
	scrollbar-3dlight-color: #B0B0B0;
	scrollbar-shadow-color: #B0B0B0;
	scrollbar-darkshadow-color: #B0B0B0;
	scrollbar-track-color: #F0F0F0;
	text-align: left;
	float: right;
}
#startseite {
	position: relative;
	top: -138px;
	left: 204px;
	width: 50px;
	text-align: left;
}
#impressum {
	position: relative;
	top: 199px;
	left: 208px;
	width: 50px;
	text-align: left;
}
#heading {
	position: relative;
	top: -118px;
	left: 473px;
	width: 300px;
	text-align: right;
	font-size: 18px;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#04567F;
	text-decoration:none;
}
li {
	list-style-type: none;
}
h6 {
	font-size:10px;
}
.ueberschrift {
	font-size: 16px;
	font-weight: bold;
}
input, select, textarea {
	border: 1px solid #04567F;
	background: white;
	color: #04567F;
	width: 180px;
}