@charset 'utf-8';
@import url(reset.css);

/* Colors
schriftfarbe: #666;
blau: #298de2;
*/


/* ----------------------------------------------------- All browsers */
body{
color: #666;
font-family: arial, sans-serif;
background: #FFF;
font-size: 12px;
line-height: 1.5;
height: 98%;
}

strong {
	font-weight: bold;
}

/* Layout settings */

#wrapper {

}

#left {
background: #FFF;
width: 100%;
}

#right {
background: #FFF;
width: 100%;
}

/* Header */
#header{
display: none;
}



/* Inhalte */
.content {
	color: #666;
	font-size: 12px;
	line-height: 1.8;
}

.content h3{
	font-weight: bold;
	margin-bottom: 5px;
	}

.content ul {
	margin-bottom: 20px;
	list-style: disc;
}

.content ul li{
	padding-left: 5px;
	margin-left: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	background: none;
	list-style: disc;
	}


.content p{
	margin-bottom: 15px;
	}

.content a{
	color: #298de2;
	text-decoration: none;
	}

	

h1, h2{
	font-size: 16px;
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background: url(images/header_bottom.jpg) bottom left no-repeat;
}

#left .content h2{
	margin-top: 15px;
}

/* Menü */

div#menu{
	display: none;
}


/* Sample 7*/
.sample{display: none;}



/* Footer */
#footer{
display: none;
}



/* formular */

div.formular label{
width: 100px;
float: left;
display: block;
}

div.formular input, div.formular textarea {
border: 1px solid #ababab;
background: transparent;
}


div.formular input {
width: 300px;
}

div.formular textarea {
width: 300px;
height: 150px;
}

div.formular input.check {
width: auto !important;
width: 10px;
}

div.formular input.submit {
width: auto !important;
width: 100px;
}

/* formular */

div.formular{
width: 450px;
font-size: 1em;
}

div.formular form {
margin: 0;
padding: 0;
border: none;
}

div.formular label{
display: block;
float: left;
width: 120px;
margin: 0px 0 0 0px;
line-height: 1.5em;
}

div.formular input, div.formular select, div.formular textarea {
display: block;
float: left;
width: 300px;
border: 1px solid #ababab;
margin: 0px 0 0 10px;
background: #FFF;
color: #000;
}

div.formular input.hidden {
position: absolute;
left: -2323px;
top: -3434px;
}

div.formular textarea {
overflow: auto;
height: 10em;
font-size: 12px;
margin-bottom: 20px;
}

div.formular {
background: transparent;
margin-bottom: 10px;
padding-bottom: 10px;
}

div.weissform {
clear: right;
}

div.formularaussen {
width: 100%;
}


div.formular div {
margin-top: 5px;
clear: both;
height: auto !important;
height: 2em;
min-height: 2em;
}

div.formular div.formtext {
margin-left: 0px;
margin-top: 30px;
font-size:0.8em;
}


div.formular input.checkbox {
width: auto !important;
width: 1.5em;
display: inline;
float: none;
margin-right: 5px;
border: none;
}

div.formular input.required {
background: #FFFFD7;
border: 1px solid #FF0000;
margin-bottom: 5px;
}


div.formular input.button {
width: 100px;
float: right;
margin-right: 25px;
display: inline;
}

#google-anfahrt{
	margin-bottom: 30px;
}


