/* menue vertikal */
#menu1 a , #menu1 a:visited , #menu1 a:active {display:block;
background-color:#;
color:#000000;
margin-right:20px;
margin-left:20px;
text-decoration:none ;
text-align:center;
width:180px;
border-bottom:solid 1px #993300;
font-size: 14px;line-height: 30px;
font-family: "Trebuchet MS",arial, helvetica, verdana, tahoma, sans-serif;
}

#menu1 a:hover{
background-color:#993300;
color:#fff;
border-bottom:solid 1px #993300;
-moz-opacity: 0.50;
opacity: 0.50;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

}


/* === menü oben === */

#menu2 a, #menu2 a:visited , #menu2 a:active {display: block;
color:#cccccc     ;
text-decoration:none ;
font-size: 15px;
font-family: arial, helvetica, tahoma ,verdana, sans-serif;
padding-left: 2px; padding-right: 2px;padding-bottom: 0px; padding-top:0px;
border-left:solid 0px #fff;border-right:solid 0px #993300;
line-height:36px;
height:36px;
text-align:center;
background-color:#;
}

#menu2 a:hover {
color:#993300;
background-color:#;
}


/* === ALLGEMEIN=== */

body
{margin-top: 0px;  margin-left: 0px; margin-right: 0px;margin-bottom: 0px; background-color: #000; padding:0px;
width:100%;
background-image:url(images/bgmain.jpg);background-repeat:repeat-y;
background-position:center top;}



#aussen{  width:100%;
background-image:url(images/header.JPG);background-repeat:no-repeat;
background-position:center top; background-color:#
}

