body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	background-color: #5F4B33;
    }
    .oneColLiqCtrHdr #container {
	text-align: left;
	background-color: #5F4B33;
	height: 100%;
	position: relative;
    }
    .oneColLiqCtrHdr #header {
	color: #FFFFFF;
	height: 175px;
	background-color: #5F4B33;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
    }
    .oneColLiqCtrHdr #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. */
    }
    .oneColLiqCtrHdr #mainContent {
	background-color: #5F4B33;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 50px;
	width: 480px;
	margin-top: -505px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
    }
.strich {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ffffff;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.headline {
	font-size: 120%;
	font-weight: bold;
}
.oneColLiqCtrHdr #input {
	background-color: #5F4B33;
	border: thin dotted #FFFFFF;
	color:#FFFFFF;
	height: 35px;
	width: 200px;
	margin-left: 545px;
	display: block;
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 10px;
}
.oneColLiqCtrHdr #input2 {
	background-color: #5F4B33;
	color:#FFFFFF;
	height: 20px;
	width: 150px;
	margin-left: 545px;
	display: block;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.oneColLiqCtrHdr #kontakt {
	background-color: #5F4B33;
	border: thin dotted #FFFFFF;
	color:#FFFFFF;
	height: 190px;
	width: 200px;
	margin-left: 545px;
	display: block;
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 10px;
	overflow: visible;
}

.oneColLiqCtrHdr #footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 300px;
	bottom:0px;
}

.fltrt { 
	float: right;
	margin-left: 5px;
	width: 355px;
	display: block;
	margin-bottom: 10px;
    }
    
.fltlft {
	float: left;
	margin-right: 5px;
	width: 90px;
	display: block;
    }

.clearfloat {
	clear:both;
}

a:link, a:visited {
	color: #ff8b07;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}
