body {
	background-color: #FFFFFF;
	font-family: Arial,sans-serif;
	margin: 0;
}
.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 874px;
}

/*
	Header
*/

#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 874px;
}
#hd-center {
	text-align: center;
	width: 874px;
}
#hd-logo {
	height: 93px;
}
#hd-nav {
	background: url("../images/bg_nav.gif") repeat-x 0px 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 874px;
}
#bg-nav {
	background-color: #FFF;
	margin-left: 110px;
	width: 590px;
}


/*
	Content
*/

#content {
	background:url("../images/bg_body.gif") repeat-x 152px;
	height: 592px;
}
#content .container {
	background: #053D68;
	height: 592px;
}
#content #box0 {
	background: #0B4D7F;
	float: left;
	height: 572px;
	margin-left: 10px;
	margin-top: 10px;
	width: 854px;
}
#content #box1 {
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box2 {
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box3 {
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box4 {
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box1-hg {
	background: #0B4D7F;
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box2-hg {
	background: #0B4D7F;
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box3-hg {
	background: #0B4D7F;
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}
#content #box4-hg {
	background: #0B4D7F;
	float: left;
	height: 281px;
	margin-left: 10px;
	margin-top: 10px;
	width: 422px;
}

#content .bg-box {
	background: #0B4D7F;
}
/*
	Trennlinie
*/

/*
#separator {
	border: 0;
	border-top: 2px solid #007F3D;
	margin-top: 10px;
}
*/

/*
	Footer
*/

#footer {
	clear: both;
	height: 65px;
	margin: 0;
	padding: 0;
}
#ft-center {
	background: url("../images/bg_footer.gif") repeat-x 0px 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 874px;
}

#ft-bg {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}

/*
	Allgemeines
*/
.clear {
	clear: both;
}