body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/fuss.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1032px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 289px;
	width: 100%;
}
#navi_head {
	float: left;
	height: 20px;
	width: 960px;
	font-size: 10px;
	color: #000099;
	margin-top: 230px;
	text-align: right;
}
#bodycontainer {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	float: left;
	width: 220px;
	font-size: 10px;
	color: #000099;
	margin-bottom: 50px;
}
#navi td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#inhalt {
	float: right;
	width: 750px;
}
#fuss {
	background-color: #999999;
	height: 30px;
	width: 100%;
	clear: both;
}
.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}
