#start{
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	width: 800px;
	margin-top: 50px;
}


#body #anfrageformular .error{
	color: #FFFFFF;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	text-decoration:blink;
}

#body #anfrageformular form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

#body #anfrageformular label{
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
}

#body #anfrageformular #submit, #reset{
	font-weight: bold;
}

#body #anfrageformular input, select{ /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 200px; /* Breite*/
	margin-top: 5px;
	margin-bottom: 5px;
}

#body #anfrageformular label{
	display: block;
	float: left;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#body #anfrageformular textarea{
	width: 400px;
	height: 200px;
}

#body .bilder{
	display:inline;
	padding-left:43px; 
	padding-right:43px;
	padding-bottom: 5px;
	vertical-align:middle;
}


#body .preistabelle{
	width: 50%;
	text-align: center;
	border: solid #FFFFFF thin;
	border-collapse: collapse;
}

#body .preistabelle td,th{
	border: solid #FFFFFF thin;
}

#body .bemerkung{
	font-size:smaller;
}

#body h1{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.5em;
}

#body h2{
	font-size: 1.1em;
	font-weight: bold;
}

#body h3{
	text-decoration:none;
	font-size: 0.6em;
	font-weight: bold;
}

#body .haftung{
	font-size: 0.6em;
}

#body h3{
	text-decoration:underline;
	font-size: medium;
	font-weight:normal;
	margin-bottom: 0px;
}

#body a{
	text-decoration: underline;
	color:#FFFFFF;
}


#body .site_heading{
	border: none;
	padding-bottom: 5px;		
}

#body .floatright{
	float: right;
	margin-left:10px;
}

#body .floatleft{
	float:left;
	margin-right: 10px;
}

#body img{
	border: none;
	margin-bottom: 5px;

}

#body p{
	margin-top: 0px;
	margin-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0001;
}
#header {
	height: 238px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#body {
	width: 980px;
	min-height:570px !important; /*für FF usw*/
	height: auto !important; /*für morderne browser*/
	height: 500px; /*für IE7*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header #header_middle {
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 274px;
	float: left;
}
#header #header_right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 495px;
}
#header #header_left {
	background-image: url(../images/header/left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 231px;
}

#startadresse {
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#startadresse a{
	color: inherit;
}
