@charset "utf-8";
body { 
    position:absolute;
    background:#FFFFFF;
}

html, body {
	top:0;
	left:0;
	right:0;
	min-height:100%;
	padding:0;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_container {
	position:fixed;
	top:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:7em;
	z-index:3;
}

#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:121px;
	z-index:3;
	margin:0;
	background-color: #efefef;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#menu {
	position:fixed;
	top:6em;
	left:0em;
	width:100%;
	height: 1.3em;
	background-color: #f2a202;
	float: left;
	padding-top: 1.2em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;

}

#content {
	margin:0;
	padding-top:12em;
	padding-bottom:3em;
	z-index:2;
	padding-right: 5em;
	padding-left: 5em;
}

#footer_container {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:1em;
	z-index:3;
}

#footer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	background-color: #3e6cfd;
	font-size: 10px;
}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}

* html #menu {
    position:absolute;
}

* html #header,* html #footer {
    height:100%;
    position:static;
}

* html #content {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
    width:100%;
    overflow:auto;
    margin:0;
}



#header_container #header-left {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-x;
	height: 7em;
	width: 25%;
	float: left;
}
#header_container #header-center {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 7em;
	width: 50%;
	float: left;
}
#header_container #header-right {
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-x;
	height: 7em;
	width: 25%;
	float: left;
}
#header_container #menu li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;}
.li {
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #000;
}
.Stil3 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-weight: bold;
}
.Stil4 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

