.underwater_news_container{
	position: absolute;
    top:260px;
    left: 0px;
	color: #000000;
}
.underwater_news_background{
    position: absolute;
    background-color: #ffffff;
    /*opacity: 0.9;
    filter:alpha(opacity=90); *//* IE's opacity*/
    z-index: 97;
    width: 230px;
	height: 60px;
}
.underwater_news {
	position: relative;     
	background-color:transparent;
	z-index: 99;
	width: 230px;
    height: 60px;
}
.underwater_news a {
	display: block;
	width:100%;
	height:100%;
    font-size:14px;
    font-weight:bold;
    float: right; 
}
.underwater_news a:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color:#cccccc;
}
	
/* durchsichtig-orange menuebox mit nicht durchsichtigem text auf index.php */
div.orange_button {
     /*Any properties you'd want the orange_button to have.*/
     /*Would probably be position, dimension type stuff.*/
     border: 0px;
     width: 240px;
     height: 80px;
     position: relative;
}
div.orange_button_contents {
	position: relative;     
	background-color:transparent;
	height: 100%;
	width: 100%;
	z-index: 98;
	padding:0px;
	color:#ffffff;
}
div.orange_button_contents a {
	display:block;
	width:100%;
	height:100%;
	color: #ffffff;
	text-decoration:none;
}
div.orange_button_contents a:hover {
	color: #000000;
	background-color: #ffffff;
}

div.orange_button_background {
     background-color: #ff8000; /* organge */
     height: 100%;
     opacity: 0.9;
     filter:alpha(opacity=90); /* IE's opacity*/
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 97;
}
