body
{ 
	position:absolute;
	background:#ffffff;
}
html, body
{ 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#header_container 
{
	position:fixed;
	top:0; left:0; right:0;
	text-align:left;
	/*height:3em;*/
	z-index:3;
	padding-top:30px;
	}

#header 
{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:30px;
	z-index:3;
	margin:0;
	text-align:left;
	padding-left:90px;
	width:850px;
	background:url(Bilder/hg-header.gif) repeat-x;
}

#content
{
	margin:0;
	padding-top:280px;
	margin-left:130px;
	z-index:2;
}
#footer_container
{
	position:fixed;
	bottom:0; 
	/*left:0; right:0;*/
	margin:0;
	height:91px;
	z-index:3;
	width:100%;
	}
#footer 
{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background:#fff;
	z-index:3;
}
#inhalt{
	width:820px;
/*	margin-left:20px;*/
	padding-bottom:150px;
	}
.text{
	width:550px;
	float:right;
	text-align:justify;
	padding-bottom:110px;
	padding-right:20px;
	}
.bild{
	width:210px;
	height:130px;
	float:left;
	}
#header-bild{
	width:940px;
	}
#navi{
	background: url(Bilder/hg-header-unten.gif) repeat-x;
	width:940px;
	height:44px;
	}
.navi-passiv{
	background: url(Bilder/navi-passiv.gif) repeat-x;
	width:100px;
	text-align:center;
	margin-top:17px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	float:left;
	font-weight:bold;
	}
.navi-aktiv{
	background: url(Bilder/navi-aktiv.gif) repeat-x;
	width:100px;
	margin-top:17px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f6b816;
	font-size:13px;
	height:27px;
	float:left;
	border:0px;
	}
.navi-passiv  a:link{text-decoration: none; color:#fff;}
.navi-passiv  a:visited{text-decoration: none; color:#fff;}
.navi-passiv  a:hover{color:#f6b816; background: url(Bilder/navi-aktiv.gif) repeat-x; text-decoration: none;}
.navi-passiv  a:active{color:#f6b816; background: url(Bilder/navi-aktiv.gif) repeat-x;text-decoration: none;}

#schriftzug{
	height:85px;
	width:399px;
	padding-left:541px;
	margin-bottom:40px;
	background:#FFFFFF;
	}
.fliess{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:18px;
	color: #333333;
	text-align:justify;
	}
.fliess  a:link{text-decoration: none; color:#333333}
.fliess  a:visited{text-decoration: none; color:#333333;}
.fliess  a:hover{color:#0051b6; text-decoration: none;}
.fliess  a:active{color:#0051b6; text-decoration: none;}

h1{ font:Arial, Helvetica, sans-serif; font-size:15px; color:#0067c2; font-weight:bold; height:25px; margin-bottom:15px;/*line-height:22px; background:url(Bilder/hg-ueberschrift.gif) bottom repeat-x;*/}
h2{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#0051b6; font-weight:normal}

.button{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0067c2;
	line-height:18px;
	border: 1px #0067c2 solid;	
	}
 Nun für den MSIE 
* html, * html body 
{
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #header_container
{
	position:absolute;
	width:940px;
	background:url(Bilder/hg-header.gif) repeat-x;
}
* html #header
{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:30px;
	z-index:3;
	margin:0;
	text-align:left;
	padding-left:90px;
	width:940px;
	background:url(Bilder/hg-header.gif) repeat-x;
}
* html #footer_container
{
	position:absolute;
	width:100%;
}
* html #footer
{
	height:100%;
	position:static;
}
* html #content 
{
	position:absolute;
	top:42px; bottom:0; left:116px; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}

