.maintext{font-size:11px; color:#000000; font-family:Verdana, Tahoma,AvantGarde Bk BT,Arial,Helvetica,sans-serif; text-decoration:none;z-index:0;}


/* Navigationstabelle BREITE UND RAHMEN*/
table.menu {
                width: 115px;
                border-collapse: collapse;
                border-top: 0px #000000 solid;
                border-right: 0px #000000 solid;
                border-bottom: 1px #336699 solid;
                border-left: 0px #000000 solid;
}
/* Zustand onmouseout TD */
.menu_table_cell_low {
        font-family: Verdana, Tahoma, AvantGarde Bk BT, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #5A845B;
        border-top: 1px solid #336699;
        border-right: none;
        border-bottom: 1px solid #336699;
        border-left: none;
        height: 18px;
        padding-left: 7px;
        vertical-align: middle;
        cursor: pointer ;
}
/* Zustand onmouseover TD */
.menu_table_cell_hi {
        font-family: Verdana, Tahoma, AvantGarde Bk BT, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #C6E2ED;
        border-top: 1px solid #336699;
        border-right: none;
        border-bottom: 1px solid #336699;
        border-left: none;
        height: 18px;
        padding-left: 7px;
        vertical-align: middle;
        cursor: pointer;
}

/* Zustand Untermenü onmouseout TD */
.menu_table_cell_low2 {
        font-family: Verdana, Tahoma, AvantGarde Bk BT, Arial, Helvetica, sans-serif;
        font-size: 10px;
        background-color: #336699;
        border-top: 1px solid #336699;
        border-right: none;
        border-bottom: 1px solid #336699;
        border-left: none;
        height: 15px;
        padding-left: 7px;
        vertical-align: middle;
        cursor: pointer ;
}

/* Zustand Untermenü onmouseover TD */
.menu_table_cell_hi2 {
        font-family: Verdana, Tahoma, AvantGarde Bk BT, Arial, Helvetica, sans-serif;
        font-size: 10px;
        background-color: #006600;
        border-top: 1px solid #336699;
        border-right: none;
        border-bottom: 1px solid #336699;
        border-left: none;
        height: 15px;
        padding-left: 7px;
        vertical-align: middle;
        cursor: pointer;
}

/* a href onmouseout */
.menu_table_cell_low a {
        color: #ffffff;
        text-decoration: none;
}

/*a href onmouseover */
.menu_table_cell_hi a {
        color: #000000;
        text-decoration: none;
}

/* a href onmouseout Untermenüe */
.menu_table_cell_low2 a {
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
}

/*a href onmouseover */
.menu_table_cell_hi2 a {
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
}
/*ENDE Navigation*/
