body {
        background-image: url(../images/backgrounds/bg_noten.jpg);
        background-repeat:repeat-y;
        background-color:#F0EFE4;
}
textarea {
        width: 300px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.headline {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #6582AB;
}

.artHead {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #7B7E77;
}

.artCopy {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #7B7E77;
        line-height: 16px;
}

input.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}
a:link, a:active, a:visited {
        color: #30436B;
        text-decoration: underline;
}

a:hover, a:visited:hover {
        color: #374E7B;
        text-decoration: underline;
}
