
body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0;
}

#pagebackground {
	position: relative;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0px;
	border: 0;
	width: 910px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	background-color: #FFFFFF;
	display: inline-block;
	clear: both;
}

#page {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 886px;
	min-height:100%;
	height:auto !important;
	height: 100%;
}

#header {
	float: left;
	margin: 0;
	padding-top: 0px;
	padding: 0px;
	border: 0;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	width: 682px;
	height: 132px;
	border: 1px solid #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

#navi {
	position: relative;
	float: left;
	top: 0px;
	margin-left: 0px;
	border: 0;
	height: 100%;
	width: 203px;
	margin: 0px;
	padding: 0px;
	background-color: #013567;
	border: 1px solid #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content_box {
	position: relative;
	float: left;
	top: 0px;
	border: 0;
	margin-left: 0px;
	/* 204px */
	margin-top: 0px;
	/* none */
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content {
	top: 0px;
	border: 0;
	width: 458px;
	font-size: 10pt;
	font-family:Verdana, Helvetica, Arial;
	text-align: left;
	margin: 10px 10px 10px 10px;
}

#content_header {
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
	width: 468px;
	font-size: 10pt;
	font-family:Verdana, Helvetica, Arial;
	color: #BBB;
	font-style: normal;
	background-color: #013567;
	font-weight: bold;
}

#content_footer {
	margin-left: 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #959596;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 478px;
	font-size: 8pt;
	font-family:Verdana, Helvetica, Arial;
	text-align: center;
	background-color: #FFFFFF;
}

#right_box {
	position: relative;
  	float:right;
	top: 0px;
	margin-left: 0px;
	border: 0;
	width: 203px;
	background-color: #013567;
	border: 1px solid #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
