body {
	margin: 0px;
	background-image: url(image/bg.png);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#logo {
	text-align: center;
	margin-top: 10px;
}
#container {
	margin: 0px auto;
	width: 1040px;
	background-image: url(image/content_bg.png);
	background-repeat: no-repeat;
	height: 570px;
}
#balken_oben {
	background-color: #485e88;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
	width: 1019px;
	height: 31px;
	clear: both;
	display: block;
}
#balken_unten {
	background-color: #485e88;
	display: block;
	width: 1019px;
	margin-left: 9px;
	text-align: center;
	float: left;
	clear: both;
	padding-bottom: 0px;
	height: 32px;
}
#content {
	padding-left: 60px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 418px;
	clear: both;
	overflow: auto;
	width: 918px;
}
#content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}

.rahmen {
	border: 2px solid #000;
}
br {
	font-size: 11px;
}



#navigation {
	text-align: center;
	height: 31px;
}
#navigation a {

}
#navigation  img {
	border: 0px;
}
.text_top {
	vertical-align: text-top;
}
