body { 
     position:absolute;
     background-color:#666666;
	  font-family: Arial, Verdana;
	  font-size: 11px;
	  color: #FFFFFF;
}
html, body {
		top:0px; left:0px; right:0px; 
		min-height:100%;
		margin: 0px;
		padding: 0px;
		width:100%;
}
#header_container, #header {
		top: 0px; left: 0px; right: 0px;
		margin: 0px;
		z-index:3;
}
#header_container {
		position:fixed;
		height: 80px;
}
#header {
    position:absolute;
    bottom: 0px;
    background-color:#6699FF;
    padding: 0px;
}
#menu { 
	  position:fixed;
	  top: 80px;
	  left: 0px;
	  right: 0px;
	  margin: 0px;
	  z-index:2;
}
#Layer1 {
	  position:absolute;
	  width:100%;
	  z-index:2;
	  top: 0px;
	  left: 0px;
	  background-color: #666666;
	  height: 48px;
}
#team, #pics, #videos {

	  position:absolute;
	  width:100%;
	  height:100%;
	  z-index:2;
	  top: 16px;
	  left: 0px;
	  visibility: hidden;
}
#videosurf, #picsnl, #picsd, #picss {
	  position:absolute;
	  width:100%;
	  height:100%;
	  z-index:4;
	  top: 48px;
	  left: 0px;
	  visibility: hidden;
}
#content {
	  margin:0px;
	  padding-top: 128px;
	  padding-bottom: 85px;
	  z-index:1;
	  padding-left: 100px;
     padding-right: 20px;
}
#footer_container, #footer {
    bottom: 0px; left: 0px; right: 0px;
}
#footer_container {
    position:fixed;
    margin: 0px;
    height: 80px;
    z-index:3;
}
#footer {
    position:absolute;
    top: 0px;
    background-color:#6699FF;
    z-index:2;
}

/* Nur für den IE */
* html, * html body
{
    overflow:hidden;
    bottom: 0px;
    height:100%;
}
* html #header_container, * html #footer_container
{
	  position:absolute;
	  width:100%;
	  padding-right: 17px;
}
* html #footer_container {padding-bottom: 16px;}
* html #menu {
     position:absolute;
	  width:100%;
	  padding-right: 17px;
}
* html #Layer1,* html #team,* html #pics,* html #picsnl,* html #picsd,* html #picss,* html #videos,* html #videosurf {
	  width:100%;
}
* html #header,* html #footer {
     height:100%;
     position:static;
}
* html #content {
	  position:absolute;
	  top: 0px;
	  bottom: 0px;
	  left: 0px;
	  right: 0px;
	  height:100%;
	  width:100%;
	  overflow: scroll;
	  margin: 0px;
}

td,th {
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #FFFFFF;
		
	}
a:link, a:visited {
	  color: #CCCCCC;
	  text-decoration: none;
}
a:hover, a:active {
	  text-decoration: none;
	  color: #000000;
}
.Stil1 {color: #66CCFF}
.Stil2 {color: #6699FF}
.Stil4 {color: #000000}

a:hover .Stil1, a:link .Stil1, a:visited .Stil1, a:active .Stil1 {text-decoration: none;color: #66CCFF
}

p { margin:5px;}