@charset "utf-8";
body  {
	background-image: url(images/bg.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #000;
	width: 1000px;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-left: 5px;
	border: 0px none #000000;
	float:left;
	display:inline;
} 
.twoColFixLtHdr #header {
	margin-left: 520px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 35px;
	} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent {
	color: #FFC;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 50px;
	line-height: 20px;
	width: 820px;
	height: 550px;
	overflow:auto;
	
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F93;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.top {
	color: #FFF;
}
.news {
	font-weight: bold;
}
.bildrechts {
	float: right;
	width:350px;
	margin:5px;
}

/* Kontaktformular */

#kontakt {
	border:2px solid #663300;
	padding:1em;
	background-color:#663300;
	vertical-align:top; 
	margin-top: 20px;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.title {
	width: 100px;
	height: 30px;
	float: left;
	display: block;
	position: relative;
}

.eingabefeld {
	width: 400px;
	height: 20px;
	margin-top: 10px;
	float: left;
	display: block;
	position: relative;
}


#textfeld {
	width: 400px;
	min-height: 120px;
	margin-top: 10px;
	float: left;
	display: block;
	position: relative;
}

#sendenbutton {
	max-width: 100%;
	width: 200px;
	height: 40px;
	float: right;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#4A2500;
	color: #fff;
	border: none;
	}
	
#sendenbutton:hover {
	max-width: 100%;
	width: 200px;
	height: 40px;
	float: right;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#402000;
	color: #fff;
	border: none;
	cursor: pointer;
	}
	
h3 {
	margin-top: 0px;
	}
