@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background: #778899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #28477f;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#gesamt {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 950px;
	background-color: #b0c4de;
	-webkit-box-shadow: 0 0 10px 10px #666;
	-moz-box-shadow: 0 0 10px 10px #666;
	box-shadow: 0 0 10px 10px #666;
	text-align: left;
	height: auto;
/*	clear:left;
	border:#CCC 1px solid;*/
}

.allesklar {
	clear: both;
}

img {
	border: none;
}

h1 {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

#kopf {
	width: 950px;
	height: 51px;
}

#logo {
	width: 867px;
	height: 174px;
	background-color:#FFF;
	padding: 17px 0 0 83px;
}

#unter_logo {
	width: 950px;
	height: 34px;	
	background-color: #d3c5a1;
	text-align: right;
}

#kopfbild {
}

#navi {
	width: 950px;
	height: 34px;	
	background-color: #d3c5a1;
}

#text_mitte {
	width: 900px;
	padding: 40px 25px 0 25px;
}

#text_footer {
	width: 100%;
	padding: 40px 0;
	text-align:center;
}

#text_links {
	width: 425px;
	padding: 40px 25px 0 25px;
	float: left;
}

#text_links_daten,#text_links_daten a {
	width: 475px;
	padding-top: 12px;
	text-align:right;
	text-decoration: none;
	font-size: 10px;
	color:#FFF;
	float: left;	
	}

#text_rechts {
	width: 425px;
	padding: 40px 25px 0 25px;
	float: left;
}

#text_rechts_vh-concept,#text_rechts_vh-concept a {
	width: 475px;
	padding-top: 12px;
	text-align:right;
	text-decoration: none;
	font-size: 10px;
	color:#FFF;
	float: left;	
}

#facebook {
	position:fixed;
	right: 0px;
	top: 100px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	border-color:#FFF;
	border-style: solid;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
/*	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;*/
	text-outline:1px solid #000;>
}

a:hover {
	text-decoration: underline;
}

fieldset {
	padding: 20px;

}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 20px;

}

.label_feld {
	width: 120px;
	display:inline-block;
	margin-bottom: 10px;
}

.interesse {
	width: 240px;
}

input[type="radio"]:checked {
	color: #00a4b7;
}

input[type="text"],input[type="tel"],input[type="email"], textarea {
	width: 280px;
	padding: 5px;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: solid 1px #ccc;
}

input[type="submit"] {
	width: 292px;
	margin-left: 246px;
	font-size: 14px;
	font-weight: bold;
	color: #28477f;
	padding: 8px 0;
	cursor: pointer;
	background: #fff;
	border: none;
}

input[type="submit"]:hover {
	background: #28477f;
	color: #FFF;	
}

.anfrage {
	text-align:center;
	font-size: 16px;
	color: #e9e9e9;
}