BODY {
 color: #454545;
 background: #F7F5EF;
}
.content {
 color: #454545;
 background: #F6F2E7;
}

/*
 content text (ct)
 Sollte für den normalen Text genutzt werden.
 "ct" wird auch auf der ersten Seite bei dem
 Weiterleitungstext benutzt.
*/
.ct {
 font-size: 12px;
 line-height: 17px;
 font-family: Verdana, sans-serif;
 text-decoration: none;
}

/*
 Allgemeine Linkeinstellung der HTML Seiten.
 Ausgeschlossen sind die Copyrighteinstellungen
 die andere Einstellungen aufweisen.
*/
a:link {
 color: #3A5896;
 font-size: 12px;
 line-height: 17px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a:visited {
 color: #3A5896;
 font-size: 12px;
 line-height: 17px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a:active {
 color: #3A5896;
 font-size: 12px;
 line-height: 17px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a:hover {
 color: #3A5896;
 font-size: 12px;
 line-height: 17px;
 font-family: Verdana, sans-serif;
 text-decoration: none;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}

/*
 Copyright (copyright)
 Diese Einstellungen beschreiben den Hinweis
 auf jeder Seite, auf welche Domain sich der
 User befindet und welche Rechte bzw.
 Rechtlinien gelten.
*/
.copyright {
 color: #8F8F8F;
 font-size: 10px;
 line-height: 15px;
 font-family: Verdana, sans-serif;
 text-decoration: none;
}

a.copyright:link {
 color: #8F8F8F;
 font-size: 10px;
 line-height: 15px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a.copyright:visited {
 color: #8F8F8F;
 font-size: 10px;
 line-height: 15px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a.copyright:active {
 color: #8F8F8F;
 font-size: 10px;
 line-height: 15px;
 font-family: Verdana, sans-serif;
 text-decoration: underline;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}
a.copyright:hover {
 color: #8F8F8F;
 font-size: 10px;
 line-height: 15px;
 font-family: Verdana, sans-serif;
 text-decoration: none;
 word-spacing: normal;
 letter-spacing: normal;
 font-weight: normal;
}