@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #A2A2A2;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img {
	border: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #6E6C64;
	text-decoration: none;
}
.container {
	width: 100%;
	background-color: #A2A2A2;
	margin: 0 auto;
}
.header {
	width: 800px;
	background-color: #A2A2A2;
	padding-top:  50px;
	padding-left: 230px;
	margin: 0 auto;
}

.sidebar1 {
	position: fixed;
	float: left;
	width: 220px;
	background-color: #A2A2A2;
	padding-bottom: 900px;
	padding-top:  300px;
	padding-left: 0px;
	
}
.content {
	padding: 10px 0;
	width: 740px;
	padding-top: 80px;
	margin: 0 auto;
}
.links {
	padding: 10px 0;
	width: 740px;
	padding-top: 80px;
	margin: 0 auto;
	text-align: left;
}
.links_kon {
	padding: 10px 0;
	width: 740px;
	padding-top: 80px;
	margin: 0 auto;
	text-align: left;
	padding-left: 60px;
}
.links_hs {
	padding: 0px 0;
	width: 1000px;
	padding-top: 80px;
	margin: 0 auto;
}
.linksref {
	width: 740px;
	padding-top: 80px;
	padding-left: 300px;
	text-align: left;
	margin: 0 auto;

}
.rechts {
	float: right;
	margin-left: 10px;
	padding-top: 25px;
} 
.liste {
	padding-left: 20px;
}
.bild {
    background-image: url(refbild.html); background-repeat:no-repeat;
    background-position: right;
    background-color: #A2A2A2;
	
}
.kontakt {
	padding: 10px 0;
	width: 740px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: left;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
	text-align: left;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #373737;
}
ul.nav li {
	border-bottom: 1px solid #666;
	color:#373737;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 200px;
	text-decoration: none;
	background-color: #A2A2A2;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #C1CDCD;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

footer {
	padding: 10px 0;
	background-color: #A2A2A2;
	position: relative;
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.captchaError {
	color: red;
	font-weight: bold;
}

.submitSuccess {
	color: green;
	font-weight: bold;
}

#recaptcha_response_field {
	height: auto !important;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

#formPreview input,#formPreview select {
	display: block;
	width: 128px;
	height: 24px;
	float: left;
}

#formPreview label {
	display: block;
	float: left;
	font-size: 15px;
	width: 90px;
	line-height: 24px;
}

#formPreview .formdiv {
	margin: 11px 0;
}

#formPreview textarea {
	width: 458px;
	height: 115px;
}

#formPreview form {
	padding: 10px;
	padding-bottom: 60px;
	width: 460px;
}

.formright {
	margin-left: 15px;
}

#sendkontakt {
	border: none !important;
	background: url("../img/formSubmit.png") repeat-x;
	border-radius: 8px;
	display: block !important;
	height: 35px !important;
	font-size: 17px;
	line-height: 35px !important;
	float: left;
	padding: 0 20px;
	cursor: pointer;
	margin-top: 30px;
}

.layoutContainer2 {
	float: left;
}

.layoutContainer2 label {
	float: none !important;
}

.layoutContainer2 input,.layoutContainer2 select {
	width: 218px !important;
}

.layoutContainer2 .inputright,.layoutContainer3 .inputright {
	margin-left: 15px;
}

.layoutContainer3 label {
	display: none !important;
}

.layoutContainer3 input,.layoutContainer3 select {
	width: 218px !important;
}
.right {
	float: right;
}

.left {
	float: left;
}
.hidden {
	display:none;	
}