/* Design-CSS */ 

img, div {
	behavior: url(../css/iepngfix.htc);
}
#bgimagebottom { 
	z-index:1;
	position:absolute;  
	top:0px;
	left:0px;
	width:1000px;
	height:273px;
	text-align: left;
	background-image: url(../images/background2.jpg);  
	background-repeat: no-repeat;  
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

#web-page {   
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:273px;
	text-align: left;
	background-image: url(../images/background1.jpg);  
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
  
}
#navi-content-1, #navi-content-2, #navi-content-3 {
	position:absolute;
	top:0px;
	left:35px;
	background: url(../images/navi/navi_hg.png);
	z-index:10;
}
#test {
	position:absolute;
	top:0px;
	left:35px;
	display:block;
	background: url(../images/navi/navi_hg.png);
	z-index:10;
}

.navi-punkt-oben, .navi-punkt {  
	padding: 2px 0px 0px 15px;	
	display: block;	
	height: 16px;
	border-bottom: 1px solid #696969;
	text-align:left;
}
.navi-punkt-oben {
	margin-top: 18px;	
	border-top: 1px solid #696969;	          
}
.navi-link {		
  	font-size: 11px;  
  	color: #ffffff;			         
	text-decoration: none;		
}
.navi-link:hover {  
  color: #ff0000;	
}
