/* Farben

dunkel grün = #029D8B (box1)
grün		= #2EA598 (box2)
grau		= #7E7D71 (text)
hellblau	= #C2DEFE (menülink hover/aktiv)

*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(img/bg_main_fade.jpg);
	background-repeat: repeat-x;
	background-color: #75BAB1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767C7F;
}
#gesamt {
	width: 970px;
	margin: auto;
}
#header {
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	padding: 44px 0 0 0;
}
#claim {
	margin: 30px 0 0 67px;
}
#menue {
	background-image: url(img/bg_menue.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
#content {
	background-image: url(img/bg_content.jpg);
	background-repeat: no-repeat;
	height: 402px;
}
#inhaltLinks {
	width: 586px;
	height: 392px;
	margin: 0 0 0 66px;
	float: left;
	overflow: auto;
}
#inhaltRechts {
	float: right;
}
#inhaltRechts #inhaltOben {
	width: 205px;
	margin: 54px 61px 0 0;
	height: 125px;
	font-size: 10px;
}
#inhaltRechts #inhaltUnten {
	width: 205px;
	margin: 73px 61px 0 0;
	height: 67px;
	font-size: 10px;
}
	
#footer {
	color: #FFFFFF;
	text-align: right;
}


h1 {
	width: 229px;
	height: 92px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -3000px;
	margin: 0 0 0 54px;
}
h1 a {
	display: block;
	height: 92px;
	width: 229px;
}
h2 {
	font-size: 13px;
	color: #029D8B;
	font-weight: bold;
	margin: 38px 0 10px 0;
}
h3 {
	color: #029D8B;
	font-weight: bold;
	font-size: 11px;
}
a:link, a:visited {
	color: #029D8B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select {
	font-size: 11px;
}
textarea {
	width: 235px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#menue ul {
	margin: 0 0 0 66px;
}
#menue ul li {
	display: block;
	float: left;
	margin: 14px 16px 0 0;
}
#menue ul li a:link, #menue ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#menue ul li a:hover, #menue ul li a.aktiv{
	color: #C2DEFE;
	text-decoration: underline;
}
#inhaltLinks p {
	margin: 0 20px 20px 0;
}
#inhaltLinks ul {
	margin: 0 0 20px 12px;
}
#inhaltLinks ul li {
	list-style-image: url(img/listenpunkt.gif);
	margin: 0 0 0 8px;
}
#inhaltRechts p {
	margin: 0 0 10px 0;
}
#footer p {
	margin: 0 27px 0 0;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.fett {
	font-weight: bold;
}
.dgruen {
	color: #029D8B;
}
.gruen {
	color: #2EA598;
}
#inhaltLinks p.formName {
	display: block;
	margin: 0 0 5px 0;
	float: left;
	width: 130px;
}
#inhaltLinks p.formWert {
	display: block;
	margin: 0 0 5px 0;
	float: left;
	width: 400px;
}
#inhaltLinks p.formLang input {
	width: 235px;
}
#inhaltLinks .formPLZ {
	width: 40px;
}
#inhaltLinks .formOrt {
	width: 188px;
}

