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

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

#header {
    position: static;
    top:0; left:0; right:0; bottom:0;
	padding-top:10px;
	padding-left:150px;
    background-color:#333;
    z-index:2;
    margin:0;
    height:400px;
}
#header_klein {
    position: static;
    top:0; left:0; right:0; bottom:0;
	padding-top:10px;
    background-color:#333;
    z-index:1;
    margin:0;
    padding:0.2em;
	height:30px;
	text-align:right;
}

#menu {
	position: static;
	background:#CCC;
	padding-left:150px;
	margin:0;
	z-index:3;
	height:20px;
	text-align: left;
	
}
#content {
	position: absolute;
	margin:0;
	background:#FFF;
	padding-left:150px;
	z-index:4;
	text-align: left;
	overflow: visible;
}

/* 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: inherit;
}

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

/* Weiter mit browserübergreifenden Deklarationen */




/* CSS Document */
