.inhalt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
}
.subinhalthead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22pt;
        font-weight: bold;
        color: #FFCC33;
        background-color: #000000;
}

.subinhalt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #FFFFFF;
        background-color: #000000;
        text-decoration: none;


}
.back {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000000;
        background-color: #FFBF00;
        text-decoration: none;


}
a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        color: #000000;
        text-decoration: none;
}
span.weiss a:link {

        color: #FFFFFF;
        text-decoration: none;
}
span.weiss a:visited {

        color: #FFFFFF;
        text-decoration: none;
}
span.weiss a:hover {

        color: #FFBF00;
        text-decoration: none;
}
span.weiss a:active {

        color: #FFBF00;
        text-decoration: none;
}
.border {
        border: thin solid #000000;
}
.produkt {
        background-color: #FFCC33;
        border: thin solid #000000;

}
.form {
        border: thin solid #000000;
}
.fehler {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #FF0000;
        text-decoration: none;
        background-color: #FFCC33;
        border: thin double #000000;
}