



.metanav {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight:normal;

}


.metanav:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight:normal;

}

.name {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:  12px;
        color: #333333;
}


.error {
font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        color: #FF9900;
        font-weight:bold;

}

.Texthervorhebung {
font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        color: #FF9900;
        font-weight:bold;

}

input.button
{
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none;
        padding: 5px;
        padding-top: 10px;
        color: #FFFFFF;
        vertical-align: middle;
        text-align: center;
        font-weight:bold;
        z-index:200;
        height: 35px;
        width:110px;
        display: block;
    border: 0px solid transparent;
    background-color: white;
        background-image: url(img/content_button.gif) ;
        background-repeat: no-repeat;

}
input.button:hover
{
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none;
        padding: 5px;
        padding-top: 10px;
        color: #FFF;
        vertical-align: middle;
        text-align: center;
        font-weight:bold;
        z-index:200;
        height: 35px;
        width:110px;
        display: block;
        background-color: white;
        border: 0px solid transparent;
        background-image: url(img/content_overbutton.gif) ;
        background-repeat: no-repeat;
}
