body { margin: 0px; padding: 0px; border: 5px none; color: black; background: #FFFFFF; }


#header_container {
	position: fixed;
	top: 0px; left: 0px;
	margin: 0px;
	width: 100%;
	height: 140px;
	z-index: 2;
	color: #003420;
	background: #FFFFFF;
				}

#header	{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 114px;
	z-index: 2;
	background-image: url("./pics/head_back.png");
	left: 0px;
	top: 37px;
	background-repeat: no-repeat;
	}


#logo { 
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	}


#nav	{
	position: fixed;
	left: 10px;
	top: 117px;
	width: 810px;
	height: 15px;
	z-index: 3;
	font-size: 13px;
	font-weight: bold;
	}
.navtop	a:link	{
	color: #003420;
	background-color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
.navtop	a:visited	{
	color: #003420;
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
.navtop	a:active	{
	color: #003420;
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
.navtop	a:hover	{
	color: #FF7100;
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
				}

#center	{
	position: absolute;
	left: 3px; top: 145px;
	width: 800px;
	height: 80%;
	padding-bottom: 35px;
	background-image: url("./pics/back_hell.jpg");
	background-attachment: fixed;
	background-repeat: repeat-y;
		}
a:link		{
	color:#1878FF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
a:visited	{
	font-weight: bold;
	text-decoration: none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
			}
a:hover	{
	font-weight: bold;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
				}
a:active	{
	font-weight: bold;	
	text-decoration: none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
			}


#centergrafik	{
	position: absolute;
	margin-top:80px;
	margin-left:75px;
	background-image: url(./pics/index.gif);
	width:648px;
	height:432px;
	z-index:10;
	font-family: Arial,Verdana,Helvetica,sans-serif;
		}
a:link		{
	color: #FF7100;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
a:visited	{
	color: #FF7100;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
a:active	{
	color: #FF7100;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
			}
a:hover	{
	color: #003420;
	text-decoration: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
				}

.small { font-size:9px; color:#003420; background-color:#FFFFFF; font-weight: normal;  font-family: Arial,Verdana,Helvetica,sans-serif; }


#footer_container {
    position: fixed;
    bottom: 0px; left: 0px; right: 0px;
    margin: 0;
    height: 40px;
    color: #003420;
    background: #FFFFFF;
    z-index: 3;
}

#footer	{
    position: absolute;
    top: 0px; left: 0px; right: 0px; bottom: 0px;
    height: 40px;
    font-size: 10px;
    color:#003420;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    text-align: center;
    background: #FFFFFF;
    z-index: 3;
		}

/* Nur f&uuml;r den MSIE */

* html body { position: absolute; margin: 0px; padding: 0px; border: 5px none; color: black; background: #FFFFFF;  width: 100%; bottom: 0px; height: 100%; overflow: hidden;}

* html #header	{
	position: absolute;
	top: 0px; left: 0px;
	background-image: url("pics/head_back.png");
	left: 0px;
	top: 37px;
	background-repeat: no-repeat;
			}

* html #logo	{
	position: absolute;
	left: 10px;
	top: 10px;
			}

* html #nav	{
	position: absolute;
	left: 10px;
	top: 117px;
			}

* html #center	{
	position: absolute;
	top: 145px; left: 3px;
	height: 100%;
	width: 800px;
	overflow: auto;
			}

* html #footer_container	{
	position: absolute;
	height: 20px;
					}

* html #footer	{
	position: static;
	height: 20px;
			}

