
#container1
{
 position:relative;
 height:38px;
 color:#333333;
 background:#ffffff;
 width:100%;
 font-family:Helvetica,Arial,Verdana,sans-serif;
 /* border:1px solid #000000; */
}

#nav1
{
 position:absolute;
 left:0px; /*237*/
 bottom:0;
 height:38px;
 font-size:13px;
 /* text-transform:uppercase; */
 font-weight:bold;
 background:;
 padding:0 0 0 0px;
}

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

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

#nav1 ul li a
{
 display:block;
 float:left;
 color:#333333; /* Schriftfarbe Link */
 text-decoration:none;
 padding:0 0 0 17px; /*20*/
 height:35px;
}

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

#nav1 ul li a:hover
{
 color:#ffffff;
 background:#11111a; /* #e7e3ce; */
}

#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;
}

