
/* *********************** Hauptmenue ************************** */

ul.topnav{
    display:inline;
    list-style-type:none;
}

.topnav li{
    display:inline;
}

a.menu1{
    background-color:#e44b4b;
    width:127px;
    height:32px;
}

a.menu2{
    background-color:#ff4c4c;
    width:165px;
    height:32px;
}

a.menu3{
    background-color:#ff7f66;
    width:76px;
    height:32px;
}

a.menu4{
    background-color:#f96;
    width:101px;
    height:32px;
}

a.menu5{
    background-color:#ffb266;
    width:89px;
    height:32px;
}

a.menu6{
    background-color:#ff664c;
    width:92px;
    height:32px;
}

a.menu7{
    background-color:#e44b4b;
    width:px;
    height:32px;
}

a.menu8{
    background-color:#ff4c4c;
    width:px;
    height:32px;
}

a.menu9{
    background-color:#ff7f66;
    width:px;
    height:32px;
}


a.menu1:link,
a.menu1:visited,
a.menu2:link,
a.menu2:visited,
a.menu3:link,
a.menu3:visited,
a.menu4:link,
a.menu4:visited,
a.menu5:link,
a.menu5:visited,
a.menu6:link,
a.menu6:visited {
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    color:#ffc;
    padding-top:8px;
    float:left;
    margin:0;
}

* html a.menu1:link,
a.menu1:visited,
a.menu2:link,
a.menu2:visited,
a.menu3:link,
a.menu3:visited,
a.menu4:link,
a.menu4:visited,
a.menu5:link,
a.menu5:visited,
a.menu6:link,
a.menu6:visited {
    height:27px;
}

a.menu1:hover{ color:#fff; background-color:#C04040;}
a.menu2:hover{ color:#fff; background-color:#E06000;}
a.menu3:hover{ color:#fff; background-color:#e57f66;}
a.menu4:hover{ color:#fff; background-color:#e59966;}
a.menu5:hover{ color:#fff; background-color:#e5b266;}
a.menu6:hover{ color:#fff; background-color:#e5664c;}


li.activemain1,
li.activemain2,
li.activemain3,
li.activemain4,
li.activemain5,
li.activemain6  {
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
    color:#bf0000;
    background-color:#fff;
    padding-top:8px;
    height:35px;
    float:left;
}

li.activemain1{
    width:127px;
}
li.activemain2{
    width:165px;
}
li.activemain3{
    width:76px;
}
li.activemain4{
    width:101px;
}
li.activemain5{
    width:89px;
}
li.activemain6{
    width:92px;
}


* html  li.activemain1,
li.activemain2,
li.activemain3,
li.activemain4,
li.activemain5 {
    height:27px;margin:0;
}

