@charset "utf-8";
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: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 13px;
	background-color: #000;
	background-image: url(../images/bg_struktur.png);
	background-repeat: repeat-x;
	margin-top:50px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:relative;
}
.oneColFixCtrHdr #header {
	background-image: url(../upload/struktur/bg_startseite.jpg);
	height: 515px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	position:absolute;
	top:455px;
	left:20px;
	background:none;
	width:100%;
}
.oneColFixCtrHdr .spalte {
	float:left;
	width:22%;
	padding:10px;
}

.oneColFixCtrHdr #mainContent ul{
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #mainContent ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.oneColFixCtrHdr #mainContent a {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;

}
.oneColFixCtrHdr #mainContent a:hover {
	color: #CCC;
}
.oneColFixCtrHdr #footer {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #d3bf9e !important;
}
#DieseDatei #container #header #logo {
	float: right;
}
#email {
	float: right;
}
#rahmen {
	border: 1px solid #F4F4F4;
}
#telefonnummer p{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
	margin:0px;
	padding:0px;
}
#telefonnummer p,
#email a:link{
	font-size: 11px!important;
	color: #FFF!important;
}
#email a:hover{
	color: #CCC!important;
}
