/* MENU */

#menu
{
position: absolute;
margin: 0;
padding: 0;
top: 460px;
width: 800px;
height: 3em;
color: #d81f0d;
z-index: 100;
vertical-align: top;
}

dt {text-transform: uppercase; font-weight: bold;}

/* BREITE HAUPTMENU */

#nav_1 {width: 7.3em;}
#nav_2 { width: 9.3em;}
#nav_3 {width: 7.1em;}
#nav_4 {width: 4.6em;}
#nav_5 { width: 4.3em;}
/* #nav_6 {width: 6.6em;} */
#nav_7 {width: 12.8em;}
#nav_8 {width: 6.8em;}

#nav_11 {width: 9.7em;}
#nav_12 { width: 9.2em;}
#nav_13 {width: 7.0em;}
#nav_14 {width: 4.8em;}
#nav_15 { width: 5.7em;}
/* #nav_16 {width: 6.6em;} */
#nav_17 {width: 10.1em;}
#nav_18 {width: 6.8em;}

/* to stretch the container div to contain floated list */
#menu:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
color: white;
background-color: #fff;
}

#menu dl
{
float: left;
margin: 0 1px;
font-size: 1em;
}

#menu dt {
cursor: pointer;
text-align: left;
color: #d81f0d;
background-color: inherit;
}

#menu dt a:link, #menu a:visited
{
color: #d81f0d;
background-color: inherit;
text-decoration: none;
}

#menu dt a:hover
{
color: #a1b300;
background-color: inherit;
text-decoration: none;
}

#menu dd {
border: 0px none;
}

#menu li
{
text-align: left;
}

#menu dt a
{
color: #d81f0d;
background-color: inherit;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a, #menu li a:link
{
color: #a1b300;
background-color: inherit;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover
{
color: #d81f0d;
background-color: inherit;
text-decoration: none;
}

#menu a#current {color: #a1b300; background-color: inherit;}

/* MENU ENDE */