table {
    color: #000000;
    font-family: verdana;
    font-size: 11px;
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #F4A300;
    text-decoration: underline;
}

.smalltext {
    font-size: 2px;
}

.preis {
    font-size: 9px;
}

.input {
    color: #000000;
    background-color: #FFFFFF;
    width: 250px;
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.kontakt {
    color: #FFFFFF;
    font-size: 10px;
}

.copyright {
    color: #FFFFFF;
    font-size: 9px;
}