html {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	min-width: 996px;
	background-color: #eceef3;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*** Globals ***/

dfn, hr {
	display: none;
}

img {
	display: block;
	border: 0;
}

a {
	text-decoration: underline;
	color: #000000;	
	outline: none;
}

a:hover, a.on {
	text-decoration: none;
	color: #ff029d;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}


/*** Framework ***/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 867px;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 867px;
	background: #eceef6 top center url('bg_main.jpg') repeat-y;
	text-align: left;
	overflow: hidden;
}


/*** Header ***/

#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent top center url('header.jpg') no-repeat;
	margin-bottom: 20px;
}

#content p.headline{
	padding-top:225px;
	padding-left: 100px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	
}

#content p.sumeline{
	padding-top:225px;
	padding-left: 100px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

#content p.dbheadline{
	padding-top:225px;
	padding-left: 100px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #003764;
}

#content p.subheadline{
	margin-top: -15px;
	padding-left: 100px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
}


/*** Content ***/
#content {
	margin: 0;
	padding: 0 0 72px 0;
	width: 100%;
	float: left;
}

#content p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
}

#content .small {
	line-height: 14px;
	font-size: 10px;
}

#content .grey {
	color: #8c8c8c;
}

#content .white {
	color: #ffffff;
}


#content div.textbox_554px {
	margin: 0 0 0 126px;
	padding: 0;
	width: 610px;
}

/*** Footer ***/

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	width: 867px;
	height: 72px;
	background: bottom center url('bg_footer.jpg') no-repeat;
	left: 0px;
	overflow: hidden;
}


/*** inhalt" ***/

#inhalt {
	margin-left: 32px;
	margin-right: 40px;
	margin-top: 14px;
	overflow:hidden;
}


#inhalt dt span{
	margin: 0 0 0 35px;
	padding: 0;
	width: 655px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}

#inhalt dt, .balken{
	background-image: url(balken.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color:#fff;
}

#inhalt dt span {
	color:#fff;
}


#inhalt dt span small{
	font-size: 12px;
}

small {
	font-weight: normal;
}

#inhalt dd {
	margin-left: 60px;
	overflow: hidden;
	width:675px;
}

#inhalt dl {
	margin:0;
}


