<body>/*

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);


/* -Einstellungen */
body        {scrollbar-shadow-color: #ffffff; scrollbar-face-color: #FCA83B;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;}

/* Ausblenden bzw. Löschen*/
.tbloff
	{
	background-color:#FFAD37;
	BORDER:#FFD080 1px solid;
      BORDER-RIGHT: #FFD080 1px solid;
	BORDER-TOP: #FFD080 1px solid;
	BORDER-LEFT: #FFD080 1px solid;
	BORDER-BOTTOM: #FFD080 1px solid;
	}

/* Linien*/
hr  {border:1px; color: #FFAD37; }


/* Die Fläche "hinter" dem Forum */
#main {



}




/* Einlog-Fenster */
.forminput { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align: middle; background-color: #EEEEEE; } 
.einlogbutton { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align: middle; background-color: #FFC758; } 



/* Kategorieleisten */
.kat { /* Schriftformatierung */
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#ffffff;
}
td.kat { /* Hintergrund */
	background-color:#FCA83B;
}

/* Überschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#FCA83B;
}
th.thsmall { /* Hintergrund */
	background-color:#EEEEEE
}

/* Überschriftenleiste (normale Schriftgröße) */
.thnorm { /* Schriftformatierung */
	font-family:verdana;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
}
td.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#FCA83B;
}
th.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#FCA83B;
	text-align:left;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tbl {
	background-color:#EEEEEE; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tb2 {
	background-color:#EEEEEE; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tb3 {
	background-color:#EEEEEE; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tb4 {
	background-color:#EEEEEE; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}
/* Tabellen allgemein (außer Navigationsleiste) */
.tb5 {
	background-color:#FFFFFF; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}

/* Tabellenfeld (Farbe) 1 */
.td1 {
	background-color:#FFFFFF;
}

/* Tabellenfeld (Farbe) 2 */
.td2 {
	background-color:#EEEEEE;
}

/* Tabellenfeld (Farbe) 3 */
.td3 {
	background-color:#EEEEEE;
}

/* Tabellen allgemein = Menü(Navigationsleiste) */
.td5 {
	background-color:#FCA83B; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#FCA83B 1px solid;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tb4 {
	background-color:#EEEEEE; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
	border:#CD7708 1px solid;
}







/* 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:8pt;
	color:#FF9900;
	font-weight:bold;
}
a.forumlink { color: #FF9900; }
a.forumlink:visited { color: #FF9900; }

/* Link zu einem Thema in der Themenübersicht */
.topiclink {
	font-family:verdana;
	font-size:8pt;
	color:#FF9900;
}
a.topiclink { font-weight:bold; color:#FF9900; }
a.topiclink:visited { font-weight:bold; color:#FF9900; }

/* Navigationsleiste */
.navbar { /* Schriftformatierung */
	font-family:verdana;
	font-size:10px;
	color:#FF9700;
	font-weight:bold;
}
td.navbar { /* Hintergrund */
	padding:2px;
	background-color:#ffffff;
}
table.navbar { /* Tabelleneigenschaften */
	background-color:#FFD080;
	border:#FF9700 1px solid;
}

/* Uhrzeit Schrift */
.time {
	font-family:verdana;
	color:#686868;
}

/* News */
.news {
	font-family:verdana;
	font-size:10pt;
	color:black;
	font-weight:bold;
	padding:6;
}

/* Zitate ([quote][/quote]) */
.quote {
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}

/* Die kleine "Toolbar" rechts neben dem Logo = Menü */
.tbar {
font-size:11px;
color:#ffffff;}
a.tbar:link {color:#FFFFFF;}
a.tbar:visited {color:#FFFFFF;}
a.tbar:active {color:#FFFFFF;}
a.tbar:hover {color:#FFFFFF;}

/* Der Forumname rechts neben dem Logo (über der "Toolbar") */
.finfo {
	color:#FFD080;
	font-size:1pt;

}

.forumnews {
	color:#000000;
	font-size:10px;

}

/* Technische Statistik (am Seitenende) */
.stat {
	font-size:10px;
	color:black;
	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;
}

/* Für die bilder ausrichtung */
.smallimgtable {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

table.imgtable {
	margin: 10px;
}


/*

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:black;
	font-family:verdana;
}
a.copyr:link { color:#FF7200; }
a.copyr:visited { color:#FF7200; }
a.copyr:active { color:#FF7200; }

A.forumlink:link { color: #FF9900; font-weight: bold; text-decoration: none; font-size: 13px}
A.forumlink:visited { color: #FF9900; font-weight: bold; text-decoration: none; font-size: 13px}
A.forumlink:hover { color: #FF9900; font-weight: bold; text-decoration: underline; font-size: 13px}
A.forumlink:active { color: #FF9900; font-weight: bold; text-decoration: none; font-size: 13px}

A:link { color: #FF9900; text-decoration: underline  }
A:visited { color: #FF9900; text-decoration: underline  }
A:hover { color: #FF9900; text-decoration: underline }
A:active { color: #FF9900; text-decoration: underline }

A.bild:link { color: #FF9900; text-decoration: underline overline}
A.bild:visited { color: #FF9900; text-decoration: underline overline}
A.bild:hover{ color: #FF9900; text-decoration: underline overline}
A.bild:active { color: #FF9900; text-decoration: underline overline}

A.extra:link { color: #FFFFFF; font-weight: bold; text-decoration: underline; ; font-size: 10pt}
A.extra:visited { color: #FFFFFF; font-weight: bold; text-decoration: underline; font-size: 10pt}
A.extra:hover{ color: #FFFFFF; font-weight: bold; text-decoration: underline; font-size: 10pt}
A.extra:active { color: #FFFFFF; font-weight: bold; text-decoration: underline; font-size: 10pt}

A.suche:link { color: #666666; font-weight: bold; text-decoration: underline; ; font-size: 10pt}
A.suche:visited { color: #666666; font-weight: bold; text-decoration: underline; font-size: 10pt}
A.suche:hover{ color: #666666; font-weight: bold; text-decoration: underline; font-size: 10pt}
A.suche:active { color: #666666; font-weight: bold; text-decoration: underline; font-size: 10pt}

A.klein:link { color: #FF9900; text-decoration: underline; ; font-size: 8pt}
A.klein:visited { color: #FF9900; text-decoration: underline; font-size: 8pt}
A.klein:hover{ color: #FF9900; text-decoration: underline; font-size: 8pt}
A.klein:active { color: #FF9900; text-decoration: underline; font-size: 8pt}





p           	 { font-family: Arial, Helvetica; font-size: 9pt; color: 000000; }
h1            {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #990000; font-weight: bold}
h2          	 { font-family: Arial, Helvetica; font-size: 9pt; color: #990000; }
h3           	 { font-family: Arial, Helvetica; font-size: 9pt; color: #990000; ; font-weight: bold}
h4           	 { font-family: Arial, Helvetica; font-size: 9pt; color:#990000; }
div           { font-family: Arial, Helvetica; font-size: 9pt; color: 000000; }
b            	 { font-family: Arial, Helvetica; font-size: 9pt; color: 000000; }
i           	 { font-family: Arial, Helvetica; font-size: 9pt; color: 000000; }
td           	 { font-family: Arial, Helvetica; font-size: 9pt; color: 000000; }
body        {scrollbar-shadow-color: #ffffff; scrollbar-face-color: #FCA83B;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;}

form {margin: 0px;} 
#newsletter {margin:0 0; opacity: .4;background-color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #000000; padding:4px 0px 0px 0px; height:20px; width:116px}
#search_exp {margin:0 0; opacity: .4;background-color:#FCA83B;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff; padding:4px 0px 0px 0px; height:20px; width:70px}
.submit		{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; height: 28px; width: 90px;}
.klein		 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal}
.textgelbmitte { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFD080; font-weight: bold ; text-align: center}
.textgelb { font-family: "Courier New", Courier, mono; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.textrot { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #EC8D00; font-weight: bold }
.textgelbrechts { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFD080; font-weight: bold ; text-align: center}
.textrotduenn { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FF6600; font-weight: normal}
.tooltip1 { position: absolute; display: none;}
.text_klein_weiss {  font-size: 10pt; font-weight: bold; color: #FFFFFF}
.ueberschrift {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FF9900}
.beitraege {  font-size: 9px; color: #000000}
.sehr_klein_gelb {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #FF9900}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999}
.ueberschrift {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FF9900}
.ueberschrift_suche {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #333333}
.durchgestrichen {color: #FF9900; text-decoration: line-through; font-size: 8pt}
#pscroller1{width: 200px; height: 80px; background-color: ffffff;}
.besucher {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal}



