* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	color: #044e75;
	font-size: 97%;
	list-style-type: none;
	line-height: 130%;
}

body {
	background: #071426 url(../images/bg_body.png) top center repeat-x;
	height: 100%;
}

#page {
	background: url(../images/bg_page.png) top center no-repeat;
	width: 950px;
	margin: 0 auto 0 auto;
	height: 100%;
}


/*** header *******************************************************************/

#header #stoerer {
	float: right;
	margin-right: 107px;
    visibility: hidden;
}

#header #logo {
	margin: -21px 0 0 276px;
}


/*** Content *******************************************************************/

#content {
	margin-top: 23px;
}

#content #contentBoxes .contentBox {
	padding: 20px 0 20px 15px;
	width: 308px;
	float: left;
}

/*** Content ContentBox1 ****/

#content #contentBoxes #contentBox1 {
	margin-left: 10px;
}

#content #contentBoxes #contentBox1 h1 {
	background: url(../images/hdl_fachgerecht_schnell.png) top left no-repeat;
	width: 250px;
	height: 23px;
	margin-bottom: 15px;
}

#content #contentBoxes #contentBox1 h1 span {
	display: none;
}

#content #contentBoxes #contentBox1 ul li {
	font-size: 1.1em;
	color: #036094;
}

#content #contentBoxes .contentBox ul.leistungen li {
	background: url(../images/icon_haken.png) top left no-repeat;
	padding-left: 28px;
	padding-bottom: 10px;
}


/*** Content ContentBox2 ****/

#content #contentBoxes #contentBox2 h1 {
	background: url(../images/hdl_mit_gutem_gewissen.png) top left no-repeat;
	width: 250px;
	height: 23px;
	margin-bottom: 15px;
}

#content #contentBoxes #contentBox2 h1 span {
	display: none;
}

#content #contentBoxes .contentBox ul.benefits li.environment {
	background: url(../images/icon_umwelt.png) top left no-repeat;
	padding-left: 40px;
	padding-bottom: 12px;
}

#content #contentBoxes .contentBox ul.benefits li.perfect {
	background: url(../images/icon_star.png) top left no-repeat;
	padding-left: 40px;
	padding-bottom: 12px;
}


/*** Content ContentBox3 ****/

#content #contentBoxes #contentBox3 {
	width: 260px;
	margin-left: 10px;
}

#content #contentBoxes #contentBox3 h1 {
	background: url(../images/hdl_worauf_warten.png) top left no-repeat;
	width: 250px;
	height: 23px;
	margin-bottom: 15px;
}

#content #contentBoxes #contentBox3 h1 span {
	display: none;
}


/*** Content contactBox ****/

#content #contentBoxes #contactBox {
	width: 240px;
	min-height: 100px;
	background: #081629;
	margin-top: 20px;
	padding: 16px auto 10px auto;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#content #contentBox3 #contactBox .contactBoxPhone {
	width: 150px;
	background: #081629;
	margin: 16px auto 13px auto;
	padding-top: 16px;
}


#content #contentBox3 #contactBox .contactBoxMail a span {
	display: none;
}

#content #contentBox3 #contactBox .contactBoxMail a {
	width: 220px;
	height: 35px;
	display: block;
	margin-left: 10px;
}

#content #contentBox3 #contactBox .contactBoxMail a:link,
#content #contentBox3 #contactBox .contactBoxMail a:visited {
	width: 220px;
	height: 35px;
	background: url(../images/btn_email.png) top left no-repeat;
}

#content #contentBox3 #contactBox .contactBoxMail a:hover {
	width: 220px;
	height: 35px;
	background: url(../images/btn_email.png) left -40px no-repeat;
}



/*** Footer *******************************************************************/

ul#footer {
	margin-bottom: 30px;
	margin-left: 25px;
}

ul#footer li a:link,
ul#footer li a:visited {
	text-decoration: none;
}

ul#footer li a:hover,
ul#footer li a:active {
	text-decoration: underline;
}

ul#footer li {
	font-size: 0.8em;
}

ul#footer li.adress {
	float: left;
	color: #0b3051;
}

ul#footer li.copyright {
	float: right;
	margin-right: 25px;
	color: #0b3051;
}

.clearBoth {
	clear: both;
}

