/* /////////////// COMMON /////////////// */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

div.Wrapper {
	width: 882px;
	margin: 0 auto;
}

/* /////////////// HEADER /////////////// */

div.Header {
	height: 136px;
}

div.Logo {
	height: 71px;
	width: 700px;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	margin: 17px 0 0 27px;
	position: absolute;
	padding: 18px 0 0 88px;
}

div.Logo .Title a {
	font-size: 18px;
	color: #23558e;
	font-weight: bold;
	text-decoration: none;
}

div.Logo .SubTitle {
	font-size: 12px;
	color: #23558e;
}

/* /////////////// NAVIGATION /////////////// */

div.Navigation {
	position: absolute;
	margin: 100px 0 0 0;
	font-size: 0px;
}

div.Navigation a {
	font-size: 11px;
	color: #23558e;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 20px 5px 20px;
}

div.Navigation .on {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 20px 5px 20px;
	background-color: #406c9d;
}

div.Navigation a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #406c9d;
}

/* /////////////// CONTENT /////////////// */

div.ContentWrapper {
	width: 882px;
}

div.TeaserTop {
	height: 318px;
	background-image: url(../images/content_teaser_background.gif);
	background-repeat: repeat-x;
	padding: 65px 0 0 20px;
	border-left: 1px solid #d5dfe9;
}

div.TeaserTop h1 {
	font-size: 18px;
	font-weight: bold;
	color: #406c9d;
	display: block;
}

div.TeaserTop h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff8a00;
	display: block;
}

div.Vorteile {
	margin: 25px 0 0 3px;
}

div.Vorteile span {
	display: block;
	font-size: 12px;
	color: #4e78a1;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 26px;
	line-height: 23px;
}

div.BigButton {
	margin: 4px 0 0 3px;
	font-size: 0px;
}

div.Tuev {
	font-size: 10px;
	color: #406c9d;
}

div.Tuev img {
	margin: 2px 0 6px 123px;
}

div.ContentBlue {
	background-color: #406c9d;
	margin: 2px 0 0 0;
	padding: 21px 21px 21px 21px;
}

div.ContentBlue h3 {
	font-size: 14px;
	color: #fefefe;
	display: block;
	margin: 0 0 15px 0;
}

div.ContentBlue span {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

div.TeaserKfz {
	position: absolute;
	width: 493px;
	height: 408px;
	background-image: url(../images/teaser_kfz.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 390px;
}

div.ShortrechnerButton {
	margin: 345px 0 0 139px;
	position: absolute;
	font-size: 0px;
}

div.ShortrechnerInput {
	position: absolute;
}

div.ShortrechnerInput input {
	width: 45px;
	margin: 231px 0 0 192px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	padding: 2px 0 0 2px;
}

div.ContentText {
	font-size: 12px;
	color: #4e78a1;
	line-height: 18px;
	padding: 21px 0 0 0;
}

div.ContentTop {
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 21px 21px 21px 21px;
	border: 1px solid #cbd7e4;
	border-top: 0px;
}

div.ContentTop h1 {
	font-size: 18px;
	font-weight: bold;
	color: #406c9d;
	display: block;
}

/* /////////////// FOOTER /////////////// */

div.Footer {
	width: 882px;
	text-align: center;
	padding: 15px 0 15px 0;
}

div.Footer span {
	font-size: 12px;
	color: #406c9d;
	display: block;
}

div.Footer span a {
	font-size: 12px;
	color: #406c9d;
	text-decoration: none;
	font-weight: normal;
}

div.Footer a {
	color: #406c9d;
	font-size: 12px;
	text-decoration: none;
	margin: 6px 5px 0 0;
	display: inline-block;
	font-weight: bold;
}

div.Footer a:hover {
	text-decoration: underline;
}

.nospace {
	margin: 0 0 0 0!important;
}