/*

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

*/




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

/* <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: #ffffff;
}
td.kat { /* Hintergrund */
	background-color:#004080;
}

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

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

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

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

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

/* 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:004080; }
a.forumlink:visited { color:6598CD; }

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




/* Der Forumname rechts neben dem Logo (über der "Toolbar") */
a.navi {
	color:004080;
	font-size:10pt;
	font-family:times;
	text-decoration: none;
}


/* Das Beste aus dem Forum */
a.best {
	color:004080;
	font-size:12pt;
	font-family:times;
	text-decoration: underline;
}



/* Die Buttonlinks */
a.button {
	color:004080;
	font-size:10pt;
	font-family:verdana;
	text-decoration: underline;
}

/* Der Link zu statistik10.php */
a.neueste {
	color:004080;
	font-size:12pt;
	font-family:times;
	text-decoration: underline;
}

/* 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:#6598CD;
	border:#6598CD 1px solid;
}

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

/* 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 */
.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;
}

input.forumcode {
border-width:1px;
font-size:12px;
}
input.kursiv {
border-width:1px;
font-size:12px;
font-style:italic;
}
input.fett {
border-width:1px;
font-size:12px;
font-weight:bold;
}
input.unterstrich {
border-width:1px;
font-size:12px;
text-decoration:underline;
}
input.durchstrich {
border-width:1px;
font-size:12px;
text-decoration:line-through;
}

/*

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:#6598CD;
	font-family:verdana;
}
a.copyr:link { color:#004080; }
a.copyr:visited { color:#004080; }
a.copyr:active { color:#004080; }

.copyhaupt {
	font-size:10px;
	color:#004080;
	font-family:verdana;
}

.impressum {
		font-family:times; }


/* ---------------------------------------------------------------------------------------------- */

/* Links in den HoverNavi-Boxen */

/* Große Bereiche (FOrum, Tagesfahrten,... */
a.navinorm:link {
 	font-family:verdana;
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	text-decoration: none;}

a.navinorm:visited { 
 	font-family:verdana;
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	text-decoration: none;}

a.navinorm:active {
	font-family:verdana;
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	text-decoration: none; }


/* Neueste Beiträge (kleiner als der Rest) */

a.navimini:link {
 	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-decoration: none;}


a.navimini:visited { 
 	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-decoration: none;}

a.navimini:active {font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-decoration: none; }

/* Hover-tds */

td.navi
{
width:160px;
height:16px;
background-color:#6598CD;
border-width:1px;
border-style:solid;
border-color:#004080;
cursor:hand;
linkcolor:#004080;
}

td.hover
{
width:160px;
height:16px;
background-color:#004080;
border-width:1px;
border-style:solid;
border-color:#004080;
cursor:hand;
}






/*---------------------------------------------------------------------------------------------- */



/* Städtelink in der Städteauswahl */

l1 {font-size:16px; text-align:center; font-family:Helvetica,Arial,sans-serif; font-weight:bold;}


/* Navilinks auf der Städteseite */

sl {font-size:12px; font-family:Helvetica,Arial,sans-serif;}



/* Städtelink in der Städteauswahl */

l5 {font-size:16px; text-align:center; color:#000000; font-family:Helvetica,Arial,sans-serif; font-weight:bold;}



