
#container2
{
 position:relative;
 height:25px;
 color:#333333;
 background:;
 width:100%;
 font-family:Helvetica,Arial,Verdana,sans-serif;

}

#nav2
{
 position:absolute;
 left:0;
 bottom:-6px;
 height:25px;
 font-size:13px;
 /* text-transform:uppercase; */
 font-weight:bold;
 background:;
 padding:0 0 0 10px;
}

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

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

#nav2 ul li a
{
 display:block;
 float:left;
 color:#333333; /* Schriftfarbe Link */
 text-decoration:none;
 padding:0 0 0 20px;
 height:25px;
 background:; /* Hintergrundfarbe inaktiver Links */
}

#nav2 ul li a span
{
 padding:4px 20px 0 0; /* Lage des nicht aktiven Link-Textes im Reiter */
 height:21px;
 float:left;
}

#nav2 ul li a:hover
{
 color:#000000; /* Schriftfarbe Link beim Hover */
 background:#e7e3ce; /* Hintergrundfarbe beim Hover */
 height:25px;
}

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

#nav2 ul li a.current,
#nav2 ul li a.current:hover
{
 color:#000000; /* Schriftfarbe aktueller Link */
 background:#ffffff url(../images/reiter_left.gif) no-repeat top left; /* Hintergrundfarbe links aktueller Link */
 height:25px;
 line-height:200%;
 border-style:solid;
 border-color:#690000;
 border-top-width:2px;
 border-right-width:0;
 border-bottom-width:0;
 border-left-width:0;
}

#nav2 ul li a.current span
{
 display:block;
 padding:0 20px 0 0;
 width:auto;
 background:#ffffff url(../images/reiter_right.gif) repeat-x top right; /* Hintergrundfarbe mitte bis rechts aktueller Link */
 height:25px;
}

