/* CSS Document */

/* MAIN NAVI horizontal --------*/


ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

#menu {
filter:alpha(opacity=80);
 -moz-opacity:0.8;
position: absolute;
top: 110px;
padding-left:0;
font: 10px Verdana, sans-serif;
display:inline;
z-index: 3;


}
#menu li {
float: left;
width: 135;






}

#menu a {
margin: 0;
height: 20px;
display: block;
text-align: center;
vertical-align: middle;
font-weight: bold;
text-decoration: none;
color: #000;
background: #ffcc00;

border-bottom: 1px solid #666;
}

#menu a:hover {
background: #ccc;
 
}

#smenu2, #smenu3, #smenu4 {
display: none;
float: left;
font-weight: normal;
font-size: 10px;





}
#smenu2 a, #smenu3 a, #smenu4 a {
font-weight: normal;

}
.site {
	position: relative;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;

}

.rahmenlr {
border-left:1px solid #666;
border-right: 1px solid #666;
}

.rahmenrechts {
border-right: 1px solid #666;



}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a {text-decoration: none;
color: #222;
}
