/* //////////// COMMON, BODY, CLEARFIX //////////// */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/body_background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

/* //////////// HEADER, CONTENT //////////// */

div.Wrapper {
	width: 918px;
	margin: 0 auto;
}

div.Header {
	height: 140px;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
}

div.Suche {
	position: absolute;
	margin: 7px 0 0 681px;
}

div.Suchfeld {
	float: left;
}

input.SuchfeldBackground {
	background-image: url(../images/suchgeld_background.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-size: 11px;
	padding: 4px 0 4px 6px;
	margin: 0 10px 0 0;
	color: #009687;
	width: 177px;
}

div.Suchbutton {
	float: left;
}

*+html div.Suchbutton { /* IE ONLY */
	float: left;
	margin: 1px 0 0 0;
}

div.Logo {
	position: absolute;
	margin: 54px 0 0 35px;
}

div.HeaderTitle {
	position: absolute;
	width: 377px;
	height: 18px;
	background-image: url(../images/header_title.gif);
	background-repeat: no-repeat;
	margin: 100px 0 0 457px;
}

div.ContentWrapper {
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	padding: 1px 0 0 0;
}

div.ContentLeft {
	width: 200px;
	float: left;
}

div.ContentLeft a {
	float: left;
	border-bottom: 2px solid #ffffff;
}

div.ContentCenter {
	width: 518px;
	float: left;
}

div.ContentRight {
	width: 200px;
	float: left;
}

div.Schnellzugriff {
	float: left;
	padding: 8px 0 8px 10px;
}

div.Schnellzugriff select {
	width: 160px;
	font-size: 11px;
	color: #000000;
}

div.MainContent {
	width: 500px;
	margin: 0 auto;
}

div.MainTeaser {
	width: 500px;
	height: 285px;
	background-image: url(../images/content_teaser.jpg);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}

div.Content {
	width: 500px;
	text-align: center;
}

div.Content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #009687;
	display: block;
	margin: 0 0 15px 0;
}

div.Content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009687;
	display: block;
	margin: 0 0 15px 0;
}
div.Content span {
	font-size: 12px;
	color: #666666;
	line-height: 25px;
}

div.ContentList {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 28px;
	margin: 0 0 0 8px;
	font-weight: bold;
	font-style: italic;
}

div#ContentList {
	margin: 25px 0 25px 8px;
}

div.Angebot {
	width: 162px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}

div.Angebot h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009687;
	padding: 15px 0 10px 10px;
}

div.Angebot span {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
	display: block;
}

/* //////////// FOOTER //////////// */

div.FooterWrapper {
	width: 918px;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	padding: 25px 0 0 0;
}

div.Footer {
	width: 500px;
	margin: 0 auto;
	border-top: 1px solid #d6d6d6;
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 20px 0 20px 0;
}

div.Footer a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

div.Footer a:hover {
	text-decoration: underline;
}