body {
    font-size: 13px;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    color: #002f27;
}

h1,
h2,
h3 {
    color: #015144;
    font-family: Arial, sans-serif;
    line-height: 1.3em;
}

h1 {
    font-size: 18px;
}
h1.imageheader {
   height: 35px;
   white-space: nowrap;
   background-repeat: no-repeat;
   margin: 8px 0;
   padding: 0;
}

h1.imageheader strong {
       display: none;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
}

#notizzettel p {
    font-size: 11px;
    line-height: 1.3em;
}

td {
    font-size: 13px;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    color: #002f27;
}

a:link
, a:visited {
    color: #8b330d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #b67231;
}

#footer a:link
, #footer a:visited 
, #footer {
    color: #363636;
    font-weight: bold;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}
