#boxobensub {
	position: absolute;
	left:0px;
	top: 18px;
	width: 100%;
	height: 18px;
	z-index:0;
	text-align: center;	
	letter-spacing: 1px;
	color: #fff;
	overflow:hidden;
	background: url(./images/orange_m.gif) repeat-x;
	}
	
#box1innen {
	height: 521px;
	padding:10px 10px 10px 10px;
	margin-top:36px;
	color: #808080;
	background: #fff;
	}
	
#boxobensub ul {
	list-style: none;

	}
	
#boxobensub li {
    float: left;
    width: auto;
    background: url(./images/orange_l.gif) no-repeat left top;
    padding: 0 0 0 0px;


}	
	
#boxobensub a {
    float: left;
    width: 444px;
    background: url(./images/orange_r.gif) no-repeat right top;
    text-decoration:none;
    font-weight:normal;
    color:#fff;
    padding: 1px 0px 1px 0px;
    display:block;
}	

#boxobensub a:hover {
    color: #808080;
}	
	
		