body {
	font-family: Arial,sans-serif;
	margin: 0;
}
#container-header {
	height: 148px;
	margin-top: 0;
	position: relative;
	width: 18.5cm;
}
#container-content {
	background: #FFF;
	display: block;
	position: relative;
}
#container-footer {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

/*
	Header
*/

#header {
	height: 3.92cm;
	margin: 0;
	padding: 0;
	width: 18.5cm;
}
#hd-logo {
	height: 148px;
	left: 0.5cm;
	position: absolute;
	top: 0;
	width: 255px;
}
#hd-logo-zusatz {
	height: 148px;
	left: 12cm;
	position: absolute;
	top: 0;
	width: 226px;
}

/*
	Navigation
*/
#navigation {
	display: none;
}
/*
	Content
*/
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 12pt;
}
#content {
	background: #FFF;
	font-size: 10pt;
	width: 100%;
}
#content a {
	color: #DF0029;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content img {

}
#ct-box1 {
	display: none;
}
#ct-box2 {
	display: block;
	width: 18.5cm;
}
#ct-box3 {
	display: block;
	width: 18.5cm;
}

/*
	Footer
*/
#footer {
	margin: 0;
	padding: 0;
}
#ft-box4 {
	display: block;
	font-size: 9pt;
	margin: 0;
	margin-left: 0px;
}
#ft-box4 a {
	color: #DF0029;
	text-decoration: none;
}
#ft-box5 {
	display: none;
}

/*
	Allgemeines
*/
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.marginleft {
	margin-left: 20px;
}
.noprint {
	display: none;
}
.print {
	display: block !important;
}
.small {
	font-size: 8pt !important;
}