@charset "utf-8";

body { 
    position:absolute;
    background:#FFFFFF;
}

html, body {
	top:0;
	left:0;
	right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	background-color: #ECE9D8;
}

#header_container {
	position:fixed;
	top:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	z-index:auto;
}

#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background:#efefef;
	z-index:auto;
	margin:0;
	padding:0.2em;
	float: left;
}

#menu {
	position:fixed;
	top:10em;
	left:0.5em;
	width:9em;
	border: 3px dotted #dedede;
	padding:0.5em;
}

#content {
	margin:0;
	padding-top:10em;
	padding-left:14em;
	padding-bottom:3em;
	z-index:2;
}

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

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

/* Nur fr 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;
}

/* Weiter mit browserbergreifenden Deklarationen */

#menu li {
    list-style: none;
    margin:0;
    padding:0.3em;
}

#menu li#active {
	padding:0.5em;
	text-decoration:none;
}

#menu a:link, #menu a:visited {
    display:block;
    background:#EEEEEE;
    color:black;
    text-decoration:none;
    margin:0;
    padding:0.2em;;
}

#menu a:hover {
	background:#4f4f4f;
	color:#FFFFFF;
	text-decoration:none;
}

/* Der IE soll das Element breiter darstellen, da margin
   und padding hier von der Breite abgezogen werden! */

* html #menu {
    margin:0;
    width:10.5em
	
}

#apDiv_test {
	z-index:1;
	text-align:left;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	float: left;
	margin-top: 2em;
	margin-left: 2em;
}

#apDiv_test_1 {
	z-index:1;
	text-align:center;
	background-color: #FFFFCE;
	width: auto;
	height: auto;
	float: right;
	margin-right: 2em;
	margin-top: 1em;
}


#apDiv_kopf {
	z-index:1;
	text-align:left;
	background-color: #ECE9D8;
	width: 100%;
	height: 9em;
	float: left;
	margin-left: 1em;
	border-bottom: silver;
	border-bottom-style: solid;
}

