/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/layout/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #fff5e2;
}

div#container {
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
}

/* Oberer Bereich */

div#header {
	height: 178px;
}

div#logo {
	padding-top: 2px;
	padding-left: 2px;
}

div#menue {
	width: 687px;
	padding-top: 75px;
	float: right;
}

/* Mittlerer Bereich */

div#middle {
	height: 311px;
	padding-left: 5px;
	padding-top: 5px;
}

div#subnavigation {
	background-image: url(../images/layout/background_menue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 198px;
	height: 311px;
	padding-left: 25px;
	float: left;
}

/* Unterer Bereich */

div#um {
	clear: both;
}

div.content {
	width: 435px;
	float: left;
	margin-top: 40px;
	margin-left: 42px;
	line-height: 155%;
}

div.content img {
	padding: 1px;
	border: 1px solid #e5e5e5;
}

div#footer {
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	letter-spacing: 0.03em;
	clear: both;
	height: 11px;
	padding: 28px 40px;
	color: #58585a;
} 

/* Kontaktformular */

div.kontaktformular {
	width: 275px;
	height: 21px;
}

div.kontaktfeld {
	float: right;
	width: 185px;
}

textarea {
	width: 185px;
	height: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input {
	width: 185px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input#button {
	width: 190px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

hr {
	background-color:#d0d0d2; /* Mozilla 1.4 */
	color:#d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 0px;
}

hr.extra {
	background-color:#ffd9d4; /* Mozilla 1.4 */
	color:#ffd9d4; /* IE 6 */
	border: #ffd9d4; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 0px;
}

