body {
	background: #FDCA00 url("../images/header_bg.gif") repeat-x left top;
	font-family: Arial,sans-serif;
	margin: 0px auto;
width: 915px;
}
#container-header {
	height: 115px;
	margin-top: 0;
	position: relative;
	width: 800px;
}
#container-content {
	background: #FFF;
	display: block;
	position: relative;
}
#container-footer {
	background: #FDCA00 url("../images/footer_bg.gif") repeat-x left top;	
	display: block;
	margin-bottom: 20px;
	position: relative;
}

/*
	Header
*/

#header {
	margin: 0;
	padding: 0;
	width: 922px;
}
#hd-logo {
	background: url("../images/hd_logo.gif") no-repeat;
	height: 93px;
	left: 35px;
	position: absolute;
	top: 10px;
	width: 245px;
}
#hd-logo-zusatz {
	left: 310px;
	position: absolute;
	top: 50px;
	width: 595px;
	color: #df0029;
	font-size: 18px;
	text-align:center;
}

/*
	Navigation
*/
#navigation {
	background: #FFF0B3;
	position: absolute;
	top: 0;
	left: 310px;
}
/*
	Content
*/
#content {
	background: #FFF url("../images/content_bg.gif") repeat-x left top;
	width: 100%;
}
#ct-box1 {
	float: left;
	margin-left: 20px;
	width: 290px;
margin-top: 40px;
}
#ct-box2 {
	float: left;
	margin-left: 0;
	width: 600px;
}
#ct-box3 {
	float: left;
	padding-top: 40px;
	width: 282px;
}
#ct-box4 {
	float: left;
	margin-left: 30px;
	padding-top: 40px;
	width: 282px;
}
#ct-box5 {
	clear: both;
	float: left;
	padding-top: 10px;
	width: 282px;
}
#ct-box6 {
	float: left;
	margin-left: 30px;
	padding-top: 10px;
	width: 282px;
}
#ct-box7 {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 590px;
}

/*
	Footer
*/
#footer {
	margin: 0;
	padding: 0;
	background: #FDCA00 url("../images/footer_bg.gif") repeat-x top;
}
#ft-box4 {
	background: #DF0029 url("../images/footer_bg2.gif") repeat-x top;
	display: block;
	margin: 0;
	margin-left: 20px;
	width: 270px;
}
#ft-box5 {
	color: #000;
	display: block;
	left: 290px;
	margin: 0;
	position: absolute;
	top: 0;
}

/*
	Allgemeines
*/
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.marginleft {
	margin-left: 20px;
}
