@charset "utf-8";

div#maincontainer {
margin-left: 0px;
border: 0px solid black;
position: absolute;
top: 90px;
left: 0px;
z-index: 0;
width: 100%;
height: 100%;
}

div#header_main {
position:relative;
width:800px; 
height:140px; 
border: 0px solid black; 
overflow:hidden; 
background:url(../images/header_streifen.png);
background-position:top;
background-repeat:no-repeat;
}

div#header_overlay {
margin-left: 0px;
border: 0px solid red;
width: 800px;
height: 128px;
position: absolute;
top: 0px;
z-index: 0;
}

div#language_overlay {
position:absolute;
margin-left: 0px;
border: 0px solid red;
width: 800px;
height: 27px;
position: absolute;
top: 0px;
z-index: 0;
}

div#menu_container {
position:relative;
left:25px;
width:175px;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:21px;
border: 0px solid red;
}

div#header {
margin:0px;
border: 0px solid black;
position: relative;
top: 0px;
left: 0px;
z-index: 0;
width: 100%;
height: 100%;
}

div#bild {
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:99.9999%;
height:99.9999%;
z-index: 0;
vertical-align:middle;
background:url(../images/ausblenden.png);
}

div#menu_link {
background: none;
}

div#menu_link:hover {
background:url(../images/pfeil.png);
background-position:right;
background-repeat:no-repeat;	
}

.ledbild {
filter: alpha(opacity=00);
-moz-opacity:0.0;
opacity:0.0;
align:center;
border:1px groove #ffef5d;
margin-bottom:5px;
width:90px;
}


.bereich {
 position: absolute;
 text-align: center;
 font-weight: bold;
 border: 0px solid black;
 vertical-align:top;
}

.beschreibung {
 color: #FFFFFF;
 background-color: #000000;
 display: none;
}

a.menupunkt
{
text-decoration:none;
color:#000000;
}

a.menupunkt:hover
{
color:#666666;
}

