/*

Standard TBB-Style - http://www.tritanium-scripts.com

Falls sie sich nicht so gute mit CSS auskennen, finden sie auf
http://selfaktuell.teamone.de viele Informationen dazu.

Kurze Erklärung:
color - Textfarbe (z.B. blue, FFFFFF, #000000)
font-family - Schriftart (z.B. verdana, arial)
font-size - Schriftgröße (z.B. 10pt, 10px)
font-weight - Schriftdicke (z.B. bold, bolder, lighter)
text-decoration - Unterstrichen, Oberstrichen... (z.B. none, overline, underline)
background-color - Hintergrundfarbe (z.B. blue, FFFFFF, #000000)
text-align - Ausrichtung des Textes (z.B. left, right)
padding - Abstand des Textes zum Rahmen (z.B. 2pt, 4px)

Um ein Hintergrundbild zu verwenden, müssen sie im Abschnitt body
folgendes einfügen:
background-image:url(background.jpg);

*/


		A:link {text-decoration: none}
		A:visited {text-decoration: none}
		A:active {text-decoration: none}
		A:hover {text-decoration: none; color='#FFCC00'}

/* <body>-Einstellungen */
body {
	background-color:white; /* Hintergrundfarbe des Forums */
	font-family:verdana;
	color:black;
}

/* Die Fläche "hinter" dem Forum */
#main {



}

/* Kategorieleisten */
.kat { /* Schriftformatierung */
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
td.kat { /* Hintergrund */
	background-color:#336699;
}

/* Überschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}
th.thsmall { /* Hintergrund */
	background-color:#336699;
}

/* Überschriftenleiste (normale Schriftgröße) */
.thnorm { /* Schriftformatierung */
	font-family:verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
}
td.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#336699;
}
th.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#336699;
	text-align:left;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tbl {
	background-color:#666699; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#666699 1px solid;
}

/* Tabellenfeld (Farbe) 1 */
.td1 {
	background-color:#6699cc;
}

/* Tabellenfeld (Farbe) 2 */
.td2 {
	background-color:#6699cc;
}

/* kleine Schrift */
.small {
	font-family:verdana;
	font-size:10px;
	color:black;
}

/* normale Schrift */
.norm {
	font-family:verdana;
	font-size:10pt;
	color:black;
}

/* Fehler Schrift */
.error {
	font-family:verdana;
	font-size:10pt;
	color:red;
}

/* Link zur Themenübersicht eines Forums in der Forenübersicht */
.forumlink {
	font-family:verdana;
	font-size:10pt;
	color:black;
	font-weight:bold;
}
a.forumlink { color:white; }
a.forumlink:visited { color:white; }

/* Link zu einem Thema in der Themenübersicht */
.topiclink {
	font-family:verdana;
	font-size:10pt;
	color:black;
}
a.topiclink { font-weight:bold; color:cc6600; }
a.topiclink:visited { font-weight:bold; color:666699; }

/* Navigationsleiste */
.navbar { /* Schriftformatierung */
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}
td.navbar { /* Hintergrund */
	padding:2px;
	background-color:#f7f7f7;
}
table.navbar { /* Tabelleneigenschaften */
	background-color:#666699;
	border:#666699 1px solid;
}

/* Uhrzeit Schrift */
.time {
	font-family:verdana;
	color:#a62a2a;
}

/* News */
.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:black;
	font-weight:bold;
	padding:6;
	text-align: center;
}

/* Zitate ([quote][/quote]) */
.quote {
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}

/* Die kleine "Toolbar" rechts neben dem Logo */
.tbar {
	font-size:10px;
	font-family:verdana;
}

/* Der Forumname rechts neben dem Logo (über der "Toolbar") */
.finfo {
	color:black;
	font-size:13pt;
	font-family:verdana;
	font-weight:bold;
}

/* Technische Statistik (am Seitenende) */
.stat {
	font-size:10px;
	color:gray;
	font-family:verdana;
}

/* Die Buttons um Forumcode einzufügen */
button.forumcode {
	border-width:1px;
	font-size:12px;
}
select.forumcode {
	border-width:1px;
	font-size:12px;
}

.Stil11 {
	font-size: 36px;
	color: #006600;
}
.Stil12 {
	font-family: "Comic Sans MS";
	font-weight: bold;
}
.Stil14 {
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-weight: bold;
}
.Stil19 {font-size: 14pt}