/*

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

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);

*/


/* Allgemeine Linkfarben und -eigenschaften */
A:link { /* Ein normaler Link */
	color: #000000;
	text-decoration: underline;
}
A:visited { /* Ein besuchter Link */
	color: #000000;
	text-decoration: underline;
}
A:active {  /* Ein angewählter Link */
	color: #000000;
	text-decoration: underline;
}
A:hover { /* Maus über einem Link */
	text-decoration: underline;
}

/* <body>-Einstellungen */
body {
	background-color:#ffffff; /* Hintergrundfarbe des Forums */
	font-family:"georgia", "times", "times new roman", serif;
	color:black;
            SCROLLBAR-FACE-COLOR: #FFF7F7; 
            SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
            SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
            SCROLLBAR-3DLIGHT-COLOR: #000000; 
            SCROLLBAR-ARROW-COLOR: #000000; 
            SCROLLBAR-TRACK-COLOR: #FFF7F; 
            SCROLLBAR-DARKSHADOW-COLOR: #000000}
}

/* Die Fläche "hinter" dem Forum */
#main {
background-color:#FFFFFF;


}

/* Kategorieleisten */
.kat { /* Schriftformatierung */
	font-family: "georgia", "times", "times new roman", serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
td.kat { /* Hintergrund */
            height:28px;      
            background-color:#CCCCCC;
            border:#666666 1px solid;
}

/* Überschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	font-weight:bold;
	color:black;
}
th.thsmall { /* Hintergrund */
	height:24px;
}

/* Überschriftenleiste (normale Schriftgröße) */
.thnorm { /* Schriftformatierung */
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:black;
	font-weight:bold;
}
td.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#CCCCCC;
}
th.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#CCCCCC;
	text-align:left;
}

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

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

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

/* kleine Schrift */
.small {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10px;
	color:black;
}

/* normale Schrift */
.norm {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:black;
}

/* Fehler Schrift */
.error {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:red;
}

/* Link zur Themenübersicht eines Forums in der Forenübersicht */
.forumlink {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:black;
	font-weight:bold;
}
a.forumlink { color:#000000; }
a.forumlink:visited { color:#000000; }

/* Link zu einem Thema in der Themenübersicht */
.topiclink {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:black;
}
a.topiclink { font-weight:bold; color:#000000; }
a.topiclink:visited { font-weight:bold; color:#000000; }

/* Navigationsleiste */
.navbar { /* Schriftformatierung */
	font-family:"georgia", "times", "times new roman", serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}
td.navbar { /* Hintergrund */
	padding:2px;
            background-color:#f7f7f7;
}
table.navbar { /* Tabelleneigenschaften */
	background-color:#000000;
            border:#000000 1px solid;
}

/* Uhrzeit Schrift */
.time {
	font-family:"georgia", "times", "times new roman", serif;
	color:#a62a2a;
}

/* News */
.news {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10pt;
	color:black;
	font-weight:bold;
	padding:6;
}

/* Zitate ([quote][/quote]) */
.quote {
	font-family:"georgia", "times", "times new roman", serif;
	font-size:10px;
	color:black;
	font-weight:bold;
}

/* Die kleine "Toolbar" rechts neben dem Logo */
.tbar {
	font-size:10px;
	color:black;
	font-family:"georgia", "times", "times new roman", serif;
}

/* Der Forumname rechts neben dem Logo (über der "Toolbar") */
.finfo {
	color:black;
	font-size:10pt;
	font-family:"georgia", "times", "times new roman", serif;
	font-weight:bold;
}

/* Technische Statistik (am Seitenende) */
.stat {
	font-size:10px;
	color:black;
	font-family:"georgia", "times", "times new roman", serif;
}

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



/*

Copyright
ACHTUNG: Das Copyright muss immer gut erkennbar sein, sonst wird gegen die Lizenz verstoßen!
Wenn sie die Hintergrundfarbe des Forums ändern, müssen sie auch darauf achten, dass man
das Copyright immer noch erkennen kann. Vor allem, wenn Hintergrundfarbe = Schriftfarbe
des Copyrights ist, ist dies ein Verstoß!!!

*/
.copyr {
	font-size:10px;
	color:#000000;
	font-family:"georgia", "times", "times new roman", serif;
}
a.copyr:link { color:#000000; }
a.copyr:visited { color:#a62a2a; }
a.copyr:active { color:#a62a2a; }