/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: arial,sans-serif;
	font-size: 14px;
}
body {
	overflow-y:scroll; 
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(img/bg_dct.png);
	background-position: top;
	background-repeat: repeat-x;
}

div#header {
	height: 292px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

div#content-base {
	padding:1px 0 155px 0; /* bottom padding for footer */
	font-family: arial,sans-serif;
}

.h {
	background: transparent url(../img/h.gif) no-repeat right bottom;
	display: block;
	position: absolute;
	right:0;
	margin-top: -234px;
	width: 230px;
	height: 220px;
}

.ifooter {
	display: block;
	position: relative;
	font-size: 11px;
	padding-bottom:10px;
	margin: 0 0 0 10px;
}

div#footer {
	position:absolute;
	width:100%;
	border-bottom: 14px solid #E32119;
	bottom:0; /* stick to bottom */
}
.ifooter strong, .ifooter span {
	padding-right: 8px;
}
.deckblatt #footer a {
	color: #fff;
}
.content-lcol {
	width: 700px;
	float: left;
	min-height: 200px;
	position: relative;
	display: inline;
	margin: 0 0 0 10px;
	padding-top:1px;
}
.content {
	display: block;
	margin: 130px 0 0 0;
	width: 650px;
}
.clearer {
	display: block;
	clear: both;
	width: 960px;
	height: 19px
}
.extra-col {
	margin: 0 0 100px 20px;
	width: 220px;
	float: left;
	position: relative;
	display: inline;
}

/* Logo */
.logo {
	margin-top: 28px;
	display: block;
	height: 34px;
	width: 220px;
}

.col-content {
	margin: 58px 0 0 0;
}













/* Überschriften */
div#content-base h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0 4px 45px 0;
}
div#content-base h2, div#content-base h3 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 10px 0 25px 0;
}
h3 span.strichli {
	width: 40px;
	margin-bottom: 10px;
	text-indent: -1000em;
	line-height: 3px;
	font-size: -10000em;
	content: ".";
	display: block;
	height: 3px;
}
div#content-base p {
	line-height: 1.2em;
	padding: 0 0 15px 0;
}
.extra-col h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
.extra-col p {
	font-size: 12px;
	padding: 0 0 16px 0;
	line-height: 1.3em;
}
.content p {
	font-size:  16px;
	line-height: 20px;
}
.content .downloads a:link {
	color: #000;
}
.lageplan {
	display: block;
	height: 532px;
	position: relative;
	width: 600px;
}
.ilageplan {
	position: absolute;
	left:200px;
	top:-83px;
}

.ifooter a.link {
	color: #000;
	text-decoration: none;
}
.col_left {
	float:left;
	width: 140px;
}
.col_right {
	float:right;
	width: 500px;
}
.wrap .col_left h3 {
	margin-top: 0;
	padding-top: 0;
}
.dwbx {

}

.c_text table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.c_text table th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}
.c_text table td {
	font-size: 14px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	color: #000;
}