.meer { 
	position:relative;  /* to get z-index working,except ie6 */
	z-index:100; 
	opacity:0.9;
	filter:alpha(opacity=90);
}
/* setting height in .meer with ie6 fucksup the popups -*/
.meerspacer { 
	height:20px;
}
.content { 
	position:absolute;
	left:0px;
	top: 95px;
	width:100%;
}
.himmel {
	height:77px;
}
.navbox {
	padding-left:1em;
	float:left;
	height: 20px;
	width: 8em;
	overflow:hidden;
}
.navbox:hover {
	overflow: visible;
}
.navtitle {
	font-size:17px;
	color: white;
	font-weight: bold;
}
.navbox a {
	clear:both; 
	float:left;
	width: 11em; 
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #60b0ab; 

}
.navbox a:hover {
}

.treno {
    width: 160px;
    clear: both;
    float: left;
    margin-left: 150px;
    margin-right: 20px;
}

.links {
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}
.links a {
    display: block;
    margin-top: 10px;
}
.totop {
    clear: both;
}
