@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
    }
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: auto;
    }
    .oneColElsCtr #mainContent {
	padding: 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
    }    
#headroom {
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
}
.headnavi {
	float: right;
}
#navi {
	height: 60px;
	width: 700px;
}
#logo {
	height: 50px;
	width: 600px;
}
.oneColElsCtr #footer {
	background-color: #B29456;
	height: 15px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 100px;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	line-height: 15px;
	float: left;
}
.oneColElsCtr #footer_link {
	background-color: #E1D6A0;
	height: 15px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 100px;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	line-height: 15px;
	float: left;
}
.oneColElsCtr #footer_link a, a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
#inhalt {
	height: 550px;
	width: 800px;
	margin-bottom: 0px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 25px;
	font-weight: lighter;
	color: 304576;
}
#navigation_link     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	left: 0px;
	margin-left: 0px;
	color: 304576;
	
	font-weight: lighter;
}
#navigation_link a, a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: 304576;
}
#navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.oneColElsCtr #footer_link {
	background-color: #E1D6A0;
	height: 15px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 100px;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	line-height: 15px;
	float: left;
}

