html { overflow-y:scroll; }	

body {
  	padding:0px;
  	margin:0px;
	background-image:url(../_img/pageBG.gif);
	}


#content { 	
  	position:absolute;
  	height:770px; 
  	width:970px;
  	margin:-385px 0px 0px -485px;
  	top: 50%; 
  	left: 50%;
  	text-align: left;
  	padding: 0px;
  	background-color: #fff;
  	overflow: auto;	
	}

#wrapper {
	background-color:#fff;
	margin:10px 10px 10px 10px;
	width:950px;
	height:750px;
	}
	
#swing {
	z-index:999;
	position:absolute;
	top:10px;
	left:10px;
	}	
	
#first {
	height:548px;
	width:950px;
	padding:0;
	margin:0;
	}	
	
#second{
	width:950px;
	height:155px;
	margin:0;
	padding:0;
	}
	
#navBox {
	text-align:right;
	z-index:50;
	position:absolute;
	top:295px;
	width:950px;
	left:10px;
	height:80px;
	background-color:#FFF;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4;	
	opacity: 0.4;
	}	
	
#bigImage {
	padding:0;
	margin:0;
	}	
	
#navWarp {
	z-index:800;
	position:absolute;
	right:10px;
	top:299px;
	}	
	
#konsumenten {
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/kons_no.gif);
	background-repeat:no-repeat;	
	}
	
#konsumenten:hover {
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/kons_ov.gif);
	background-repeat:no-repeat;	
	}	
	
#handel {
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/hand_no.gif);
	background-repeat:no-repeat;	
	}
	
#handel:hover {
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/hand_ov.gif);
	background-repeat:no-repeat;	
	}	
	
#industrie{
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/indu_no.gif);
	background-repeat:no-repeat;	
	}	

#industrie:hover{
	float:left;
	height:72px;
	width:190px;
	background-image:url(../webmaster/startseite/nav/indu_ov.gif);
	background-repeat:no-repeat;	
	}					