/*menue oben*/
#menu1 A, #menu1 A:visited, #menu1 A:active
{
        display: block;
        color: #5F5F5F;
        font: 14px "trebuchet ms", arial, helvetica, verdana, georgia, "times new roman", sans-serif;
        text-transform: uppercase;
        line-height: 50px;
        height: 50px;
        text-decoration: none;
        text-decoration: none;
        padding: 0px 8px;
        text-align: center;
        letter-spacing: 1px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        padding-left: 0px;
}
#menu1 A:hover
{
        background-image: url(images/arrow2.png);
        background-repeat: no-repeat;
        color: #7F7F7F;
        text-decoration: none;
}
/*===============================================================
menue links*/
#menu01
{
        background: transparent;
        padding: 0px;
        float: left;
        margin: 0px;
}
#menu01 UL, #menu01 LI
{
        list-style-type: none;
        margin-left: 2px;
        padding: 0px;
}
#menu01 LI A:link, #menu01 LI A:visited, #menu01 LI A:active
{
        display: block;
        background-repeat: no-repeat;
        padding-left: 15px;
        background-position: 0px 50%;
        width: 20px;
        font-family: "trebuchet ms", arial, helvetica, verdana, georgia, "times new roman", sans-serif;
        font-size: 13px;
        color: #5F5F5F;
        height: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
}
#menu01 LI A:hover
{
        background-image: url(images/arrow.png);
        background-repeat: no-repeat;
        color: #7F7F7F;
        letter-spacing: 1px;
        text-decoration: none;
}
/*===============================================================
menue in den boxen*/
#menubox A, #menubox1 A:visited, #menubox1 A:active
{
        display: inline;
        color: #6F6F6F;
        background: transparent;
        font-size: 13px;
        line-height: 16px;
        text-decoration: underline;
        text-align: left;
        font-style: normal;
}
#menubox A:hover
{
        color: #6F6F6F;
        text-decoration: none;
}
/*===============================================================
allgemeine links im text*/
A:link, A:visited, A:active
{
        font-family: arial, helvetica, verdana, georgia, "times new roman", sans-serif;
        font-size: 15px;
        line-height: 22px;
        color: #8F8F8F;
        text-decoration: underline;
}
A:hover
{
        text-decoration: none;
        background: transparent;
        color: #8F8F8F;
        text-decoration: none;
}