/* Style der Zweitnavigation (obere Leiste)*/
#nav
{ font-weight: bold; line-height: 22px; width:100%
; margin-top: 5px; margin-left: 20px; }
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{ float: left; margin-right: 3px; }

#nav li a
{ height: 22px; float: left; width: 110px; display: block; color: #039; font-size: 12px; font-weight: bold; font-style: normal; line-height: 22px; background-image: url(../layout/nav1.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left 0; text-decoration: none; text-align: left; text-indent: 22px; letter-spacing: 1px; }


#nav li a:hover
{ height: 22px; float: left; width: 110px; display: block; color: #c00; font-size: 12px; font-weight: bold; font-style: normal; line-height: 22px; background-image: url(../layout/nav2.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; text-decoration: none; text-align: left; text-indent: 22px; letter-spacing: 1px; }

#nav li a#aktiv
{ height: 22px; float: left; width: 110px; display: block; color: #fff; font-size: 12px; font-weight: bold; font-style: normal; line-height: 22px; background-image: url(../layout/nav2.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; text-decoration: none; text-align: left; text-indent: 22px; letter-spacing: 1px; }

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
