html, body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-image:url(../graphx/segelnback.jpg);
  background-repeat:no-repeat;
  background-position:50% 0%;
  overflow:hidden;
  margin: 0;
  padding: 0;
}
#maincontent{
    margin: 0 auto;	
	width:960px;
}
#head {
	position:relative;
	width:961px;
	height:254px;
	z-index:50;
	left: -5px;
	top: 0px;
}
#head2 {
	position:absolute;
	width:950px;
	height:218px;
	z-index:1;
	left: 467px;
	top: 5px;
	font-size:6px;
}

#content{
	width:960px;
	position: absolute;
	top:255px;
	bottom: 33px;
	overflow: auto;
	z-index:1;
	overflow-x: hidden;
	}	

#footer{
	position:absolute;
	bottom: 0px;
	overflow: hidden;
	z-index:49;
	height: 33px;
	width: 961px;
	background-image:url(../graphx/bottom.jpg);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
	
.whitetext {
	font-size: 12px;
	color:#FFF;
}

.whitebig {
	font-size: 14px;
	color:#FFF;
}

.blackbig {
	font-size: 14px;
	color:#000;
}
	
h1 {
	color:#FFF;
	font-size: 12px;	
}

