
body {
        background: #FFFFFF;
        font-family: Georgia;
        color: #676767;
}
h1 {
        font-size: 16px;
        font-weight: bold;
}
.klein {
        font-size: 12px;
}
p,td {
        font-size: 14px;
}
a:link {
        font-weight: bold;
        color: #DAA520;
        text-decoration: none;

}
a:visited {
        font-weight: bold;
        color: #DAA520;
        text-decoration: none;

}
a:hover {
        font-weight: bold;
        color: #AE5B00;
}

a:active {
        font-weight:bold;
        color: #AE5B00;

}


a:focus {
        font-weight: bold;
        color: #DAA520;
        text-decoration: none;

}




input {
        background: transparent;
        border: 1px dashed Silver;
        color: #DAA520;
        border-bottom-style: dashed;
        border-bottom-color: #DAA520;
        border-bottom-width: 1px;
}
textarea {
        background: transparent;
        border: 1px dashed Silver;
        color: #DAA520;
        font-family: Arial, Helvetica, sans-serif;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #DAA520;
}

.knopf {
        background-color: transparent;
        color: #FF4D00;
        border-bottom-width: 1px;
        border-bottom-color: #FF4D00;
        border-bottom-style: solid;
        border-left-color: #FF8000;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #FF4D00;
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: #FF8000;
        border-top-width: 1px;
        border-top-style: solid;
}
.star {
        color: Black;
        background: #F5F5F5;
        font-weight: bold;
}