
#container1
{
 position:relative;
 height:38px;
 /*color:#9d9d9d;*/
 /*background:#224466; #114477; #224466*/
 width:100%;
 font-family:Helvetica,Arial,Verdana,sans-serif;
 /* border:1px solid #000000; */
 min-width:800px;
 max-width:1440px;
 display:block;
 padding:0;
 margin-left:auto;
 margin-right:auto;
}

#nav1
{
 position:absolute;
 left:0; /*Abstand links "Reiter" der horizontalen Navigationslinks*/
 bottom:0;
 height:38px;
 font-size:13px;
 /* text-transform:uppercase; */
 font-weight:bold;
 background:#000000;
 padding:0 0 0 0;
}

#nav1 ul
{
 margin:0;
 padding:0;
 list-style-type:none;
 width:auto;
 float:left;
}

#nav1 ul li
{
 display:block;
 float:left;
 margin:1px 1px 0 1px;
}

#nav1 ul li a
{
 display:block;
 float:left;
 color:#e2e2e2; /* Schriftfarbe Link */
 text-decoration:none;
 font-weight:bold;
 padding:0 0 0 17px; /*20*/
 height:37px;/*Höhe "Reiter" der horizontalen Navigationslinks*/
}

#nav1 ul li a span
{
 padding:10px 20px 0 0;
 height:25px;
 float:left;
}

#nav1 ul li a:hover
{
 color:#373737;
 background:#ffffff;
}

#nav1 ul li #akt
{
 color:#373737;
 background:#ffffff;
}

#nav1 ul li a:hover span
{
 display:block;
 width:auto;
 cursor:pointer;
}

#nav1 ul li a.current,
#nav1 ul li a.current:hover
{
 color:#ffffff;
 background:url(../images/lefton1.gif) no-repeat top left;
 line-height:250%; /* vormals 290%!!! */
}

#nav1 ul li a.current span
{
 display:block;
 padding:0 23px 0 0; /*26*/
 width:auto;
 background:url(../images/righton1.gif) no-repeat top right; /* Hintergrundfarbe bzw. -bild mitte bis rechts aktueller Link */
 height:35px;
}
