
/******************************************************************************
 *
 *    Navigations-Menues
 *
 ******************************************************************************/

ul.menu-1 , ul.menu-1-sub {
    margin: 0px;
    padding: 0px;
    width: 190px;
    list-style: none;
}

ul.menu-1-sub {
    border-bottom: solid 1px #1e781e;
}

ul.menu-1 li  , ul.menu-1-sub li {
    margin: 0px;
    padding: 0px;
}

ul.menu-1 a  , ul.menu-1-sub a {
    display: block;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    width: 170px;
    text-align: center;
    text-decoration: none;
    background: none;
    color: #1e781e;
}

ul.menu-1 a:hover , ul.menu-1-sub a:hover {
    border-bottom: solid 1px #1e781e;
    text-decoration: none;
}

ul.menu-1 a {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-weight: bold;
    font-size: 13px;
    border-bottom: solid 1px #1e781e;
}

ul.menu-1 a:hover {
    font-weight: bold;
    color: #000;;
    background: url(../images/bg_menu-1_a_hover.gif) no-repeat;
}

ul.menu-1-sub a {
    padding: 4px 10px 4px 10px;
    font-family: Verdana, Arial, Helvetica, "sans serif";
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: none;
    font-weight: normal;
    font-size: 11px;
    color: #000;
    border: none;
}

ul.menu-1-sub a:hover {
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    color: #bf1800;
    background: url(../images/bg_menu-1-sub_a_hover.gif) 0px -5px no-repeat;
    border: none;
}

ul.events {
    position: absolute;
    top: 466px;
    left: 755px;
    margin: 0px;
    padding: 0px;
    width: 192px;
    list-style: none;
    z-index: 4;
}

ul.events li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul.events li a {
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 191px;
    height: 141px;
}

ul.events li#feiern a {
    background: url(../images/btn_feiern.gif) no-repeat;
}

ul.events li#freizeit a {
    background: url(../images/btn_freizeit.gif) no-repeat;
}

ul.events li#veranst a {
    background: url(../images/btn_veranst.gif) no-repeat;
}


