* {
	margin: 0;
	padding: 0;
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #3b3c3b;
	line-height: 150%;
}

.clearerLeft {
	visibility: hidden;
	line-height: 0.1em;
	height: 0.1em;
	clear: left;
}
.clearerRight {
	visibility: hidden;
	line-height: 0.1em;
	height: 0.1em;
	clear: right;
}
.clearerBoth {
	visibility: hidden;
	line-height: 0.1em;
	height: 0.1em;
	clear: both;
}

img {
	border: 0;
}
h1 {
	font-family: verdana, sans serif;
	font-size: 18px;
	font-weight: bold;
	color: #ed252f;
	margin-bottom: 20px;
}
h2 {
	font-family: verdana, sans serif;
	font-size: 14px;
	font-weight: normal;
	color: #3b3c3b;
	margin-bottom: 12px;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b3c3b;
	margin-bottom: 8px;
}
h4 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3c3b;
	margin-bottom: 8px;
}
div#content div.contentLay p {
	margin-bottom: 23px;
}
div#content div.contentLay ul {
	list-style-type: none;
	margin: 0 0 25px 0;
}
div#content div.contentLay li {
	display: block;
	background: url(img_layout/ul-bullet.gif) left 4px no-repeat;
	padding-left: 36px;
	margin: 14px 0 0 0;
}
div#content div.contentLay a {
	color: #ed252f;
	text-decoration: underline;
}
div#content div.contentLay a:hover {
	text-decoration: none;
}
body {
	background-color: #ebebeb;
	text-align: center;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(img_layout/head-background.gif) center top no-repeat #ffffff;
}
div#head {
	height: 170px;
}
div#head div.headLay span.chooseLanguage {
	display: block;
	float: right;
	margin: 20px 30px 0 0;
}
div#head div.headLay span.chooseLanguage img.flag {
	margin: 0 0 0 10px;
}
div#head div.headLay img.Logo {
	margin: 84px 0 0 70px;
}

div#content {
	float: right;
	width: 475px;
}
div#content div.contentLay {
	padding: 30px 40px 30px 50px;	
}
div#nav {
	float: left;
	width: 325px;
}
div#nav div.navLay {
	
}
div#nav div.navLay ul {
	list-style-type: none;
	margin: 80px 0 50px 70px;
}
div#nav div.navLay ul li {
	margin: 10px 0;
}
div#nav div.navLay ul li a {
	text-decoration: none;
	color: #3b3c3b;
	font-size: 14px;
}
div#nav div.navLay ul li a:hover {
	color: #ed252f;
}
div#nav div.navLay ul li a.aktive {
	color: #ed252f;
	font-weight: bold;
}
div#nav span.dekraSiegel {
	display: block;
	margin-left: 70px;
	padding-top: 25px;
}

div#footer {
	clear: both;
	height: 30px;
	margin: 0 auto;
	background: url(img_layout/footer-background.gif) center top repeat-x;
}
div#footer div.footerLay {
	text-align: left;
}
div#footer div.footerLay p {
	padding: 8px 0 0 70px;
	color: #ffffff;
	font-size: 9px;
}
div#footer div.footerLay p a {
	color: #ffffff;
	font-size: 9px;
}
div#footer div.footerLay p a:hover {
	color: #ffffff;
}

/* Kontakt-Formular */

div.KontaktSeite {
	padding-top: 10px;
	border: 0;
	text-align: left;
}
div.KontaktSeite fieldset {
	padding: 0;
	margin-bottom: 1em;
	border-width: 1px 0 0 0;
	border-style: dotted;
}
div.KontaktSeite legend {
	font-weight: bold;
	margin-bottom: 1em;
	background-color: white;
}
div.KontaktSeite dt {
	float: left;
	text-align: left;
	width: 100px;
}
div.KontaktSeite dd {
	margin-bottom: 12px;
}
div.KontaktSeite fieldset#kontaktMitt input,
div.KontaktSeite fieldset#kontaktEmail input,
div.KontaktSeite fieldset#kontaktWeit input {
	width: 245px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	font-size: 11px;
	height: 18px;
	margin-left: 10px;
}
div.KontaktSeite fieldset#kontaktWeit input#callback {
	width: 14px;
	border: 0;
	font-size: 11px;
	color: #1d307a;
	height: 14px;
}
div.KontaktSeite fieldset#kontaktButt input.maincontbutton {
	margin: 10px 1em 10px 0;
	background-color: #dedede;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	font-size: 11px;
	color: #333333;
	line-height: 100%;
	width: 140px;

}
div.KontaktSeite textarea {
	width: 245px;
	height: 80px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	font-size: 11px;
	margin-left: 10px;
}

