body {
font-family: Verdana, Arial;
background-color: #f0f2f4;
}
table {
margin-bottom: 5px;
}

/* TABELLLENHAUPTHINTERGRUNDFARBE
Diese Farbe wird bei allen Tabellen als Hintergrundfarbe verwendet und stellt
den Rand dar zwischen den Tabellenzellen.
*/
.tabgeneral {
background-color: #5f7b98;
width: 100%;
}

/* TABELLENHEADER
Tabellenspalte die oberhalb Forum, Mitgliederliste etc. angezeigt wird.
*/
.kopf {
font-size: 12px;
font-weight: bold;
color: #000000;
background-color: #9eb4c7;
padding: 3px;
}

/* ALTERNATIVFARBEN
Diese Farbangaben werden benutzt um Tabellenzeilen abwechselnd zu faerben.
Erscheint in Forenthreads Mitgliederliste usw.
*/
.alta {
background-color: #eaedf0;
font-size: 11px;
color: #000000;
padding: 3px;
}
.altb {
background-color: #cfdae4;
font-size: 11px;
color: #000000;
padding: 3px;
}

/* Threadausgabe
*/
.messagetop {
font-size: 10px;
color: #000000;

}
.message {
font-size: 12px;
color: #000000;
}


/* Sontige Ausgabetabellen
Diese Angaben finden bei allen anderen Tabellen Anwendung.
Z.B. Navigation Mitgliederliste
*/
.sonstige {
background-color: #e7ecef;
font-size: 12px;
color: #000000;
padding: 3px;
}

/* Kategorientrenner
Diese Angaben werden bei den Kategorienzellen der Forenstartseite angewendet.
*/
.kat {
background-color: #8ba4b4;
font-size: 12px;
color: #000000;
padding: 3px;
}

.kat a {
font-size: 12px;
color: #3a5465;
text-decoration: none;
font-weight: bold;
}

.kat a:hover {
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.kat a:active {
font-size: 12px;
color: #ffcc99;
text-decoration: none;
font-weight: bold;
}

/* Formularelemente Buttons, Inputfelder etc.*/
.button
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
background: #6f89a6;
border: 1px solid #000000;
width: 130px;
}

/* Statistiken unterhalb Forumshauptseite.*/
.stkopf {
font-size: 10px;
color: #000000;
background-color: #9eb4c7;
padding: 3px;
}

.stfeld {
font-size: 10px;
color: #000000;
background-color: #e7ecef;
padding: 3px;
}

/* CSS fuer Zitate & Codepostings*/
blockquote {
font-size: 11px;
border: 1px solid #000000;
background-color: #ffffff;
padding: 3px;
}
/* CSS fuer Links allgemein*/
a {
color: #003366;
text-decoration: none;
}
a:hover {
color: #4b83ab;
text-decoration: underline;
}

a:active {
color: #914839;
text-decoration: none;
}
