/*
D6DFEF
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 Erklrung:
color - Textfarbe (z.B. blue, BBC9FE, #000000)
font-family - Schriftart (z.B. TAHOMA, arial)
font-size - Schriftgre (z.B. 10pt, 11px)
font-weight - Schriftdicke (z.B. bold, bolder, lighter)
text-decoration - Unterstrichen, Oberstrichen... (z.B. none, overline, underline)
background-color - Hintergrundfarbe (z.B. blue, BBC9FE, #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, mssen sie im Abschnitt body
folgendes einfgen:
background-image:url(background.jpg);

*/


/* Allgemeine Linkfarben und -eigenschaften */
A:link { /* Ein normaler Link */
    color: #003366;
    text-decoration: none;
}
A:visited { /* Ein besuchter Link */
    color: #003366;
    text-decoration: none;
}
A:active {  /* Ein angewhlter Link */
    color: #003366;
    text-decoration: none;
}
A:hover { /* Maus ber einem Link */
    color: #0560A6;
    text-decoration: underline;
}

/* <body>-Einstellungen */
body {
   background-image:url('tim/bg.jpg');
background-repeat: repeat; 
background-attachment: fixed;
background-position: center;
    background-color:#00CCFF; /* Hintergrundfarbe des Forums */
    font-family:TAHOMA;
    color:#000000;
}

textarea, input { 
background: #A6B1BA; 
font-family: TAHOMA;
color: #353535; 
font-size: 8pt; 
font-weight: bold; 
border-color: #517196; 
border-colordark: #517196; 
border-colorlight: #CCCCCC; 
}

/* Die Flche "hinter" dem Forum */
#main {


}
.logo { 
    border-left: 1px solid #072A66;
    border-right: 1px solid #072A66;
}

.menu {
    font-family:TAHOMA;
    color:#BBC9FE;
    font-size : 11px;
    font-weight : bold;
    text-align : center;
    padding: 4px 2px 4px 2px;
}
a.menu {
    color : #294DBD;
}
a.menu:visited{
        color : #294DBD;
}
a.menu:hover{
    color : #294DBD;
}

/* Text */
.textarea {
    font-family : TAHOMA;
    font-size : 11px;
    color : #294DBD;
}

/* Kategorieleisten */
.kat {
    /* Schriftformatierung */
    font-family: TAHOMA;
    font-size: 9pt;
    font-weight: bold;
    color: #3A4F6C;
    padding: 04px 02px 04px 02px;
}
td.kat { /* Hintergrund */
    background-color:#F0FFFF; background-image: url('tim/bar2.gif'); 

}
a.kat {
    color : #3A4F6C;
}
a.kat:visited{
        color : #3A4F6C;
}
a.kat:hover{
        color : #294DBD;
    text-decoration : #3A4F6C;
}

/* berschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
    font-family:TAHOMA;
    font-size:9pt;
    font-weight:bold;
    color:#294DBD;
    padding: 4px 2px 4px 2px;
}
th.thsmall { /* Hintergrund */
    background-color:#6080BA;  background-image: url('tim/bar1.gif');  height:27px;
}
td.thsmall { /* Hintergrund */
    background-color:#6080BA;  background-image: url('tim/bar1.gif');  height:27px;
}
a.thsmall {
    color : #294DBD;
}
a.thsmall:visited{
        color : #294DBD;
}
a.thsmall:hover{
        color : #294DBD;
    text-decoration : ##294DBD;
}

/* berschriftenleiste (normale Schriftgre) */
.thnorm { /* Schriftformatierung */
    font-family:TAHOMA;
    font-size:9pt;
    color:#294DBD;
    font-weight:bold;
}
td.thnorm { /* Hintergrund */
    padding:2pt;
    background-image: url('tim/bar1.gif'); 
    height:27px;
}
th.thnorm { /* Hintergrund */
    padding:2pt;
    background-image: url('tim/bar1.gif'); 
    height:27px;
    text-align:left;
}
tr.thnorm { /* Hintergrund */
    padding:2pt;
    background-image: url('tim/bar1.gif'); 
    height:27px;
}

/* Tabellen allgemein (auer Navigationsleiste) */
.tbl {
    background-color:#BBC9FE ; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */
    border:#072A66 1px solid;
}

/* Tabellenfeld (Farbe) 1 */
.td1 {
    background-color:#EDEDF0;
}

/* Tabellenfeld (Farbe) 2 */
.td2 {
    background-color:#D6DFEF;
}

.tdend {
    background-color : #3B6DB7;
}

/* kleine Schrift */
.small {
    font-family:TAHOMA;
    font-size:11px;
    color:#000000;
}

/* normale Schrift */
.norm {
    font-family:TAHOMA;
    font-size:10pt;
    color:#000000;
}

/* Fehler Schrift */
.error {
    font-family:TAHOMA;
    font-size:10pt;
    color:red;
}

/* Link zur Themenbersicht eines Forums in der Forenbersicht */
.forumlink {
    font-family:TAHOMA;
    font-size:10pt;
    color:#000000;
    font-weight:bold;
}
a.forumlink { color:003366; }
a.forumlink:visited { color:003366; }
a.forumlink:hover { color:0560A6; }

/* Link zu einem Thema in der Themenbersicht */
.topiclink {
    font-family:TAHOMA;
    font-size:10pt;
    color:#000000;
}
a.topiclink { font-weight:bold; color:003366; }
a.topiclink:visited { font-weight:bold; color:003366; }
a.topiclink:hover { color:0560A6; }

/* Navigationsleiste */
.navbar { /* Schriftformatierung */
    font-family:TAHOMA;
    font-size:11px;
    color:#000000;
    font-weight:bold;
}
td.navbar { /* Hintergrund */
    padding:2px;
    background-color:#f7f7f7;
}
table.navbar { /* Tabelleneigenschaften */
    background-color:#FFFFF ;
    border:#072A66 1px solid;
}

/* Uhrzeit Schrift */
.time {
    font-family:TAHOMA;
    color:#a62a2a;
}

/* News */
.news {
    font-family:TAHOMA;
    font-size:12pt;
    color:#294DBD;
    font-weight:bold;
    padding:6;
}

/* Zitate ([quote][/quote]) */
.code {
    color: #000000;
    font-size:11px;
    border: #000000 1px solid;
    padding:4px 4px 4px 4px:transparent;
    margin:0 20px 10px 20px;
    background-color : #E2E2E2;
} 

.quote {
    color: #000000;
    font-size:11px;
    border: #000000 1px solid;
    padding:4px 4px 4px 4px:transparent;
    margin:0 20px 10px 20px;
    background-color : #CADAF6;
} 


/* Die kleine "Toolbar" rechts neben dem Logo */
.tbar {
    font-size:11px;
    font-family:TAHOMA;
}

/* Der Forumname rechts neben dem Logo (ber der "Toolbar") */
.finfo {
    color:#294DBD;
    font-size:13pt;
    font-family:TAHOMA;
    font-weight:bold;
}

/* Technische Statistik (am Seitenende) */
.stat {
    font-size:11px;
    color:gray;
    font-family:TAHOMA;
}

/* Button */
.button
{
    border:1px solid #4C77B6;
    background-color: #DFE6EF;
    font-size: 11px;
    font-family: TAHOMA;
    vertical-align: middle;
    padding:1px;
}

/* Die Buttons um Forumcode einzufgen */
button.forumcode {
    border-width:1px;
    font-size:12px;
}
select.forumcode {
    border-width:1px;
    font-size:12px;
}
/* Time */
.timepost {
    color : #294DBD;
    font-family : TAHOMA;
    font-size : 11px;
    background-color : #C8C8CD;
}
td.timepost {
    background-color : #C8C8CD;
}



/*link page*/
.pagelink
{
    background-color: #F0F5FA;
    border: 1px solid #072A66;
    padding:1px 3px 1px 3px;
    color: #000;
    font-weight:normal;
}

.pagein
{
    background-color: #FF9966;
    border: 1px solid #072A66;
    padding:1px 3px 1px 3px;
    color: #000;
    font-weight:normal;
}


/*

Copyright
ACHTUNG: Das Copyright muss immer gut erkennbar sein, sonst wird gegen die Lizenz verstoen!
Wenn sie die Hintergrundfarbe des Forums ndern, mssen 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:11px;
    color:#666699;
    font-family:TAHOMA;
}
a.copyr:link { color:#a62a2a; }
a.copyr:visited { color:#a62a2a; }
a.copyr:active { color:#a62a2a; }




