
/*
Style Name: style13
Version: 1.0
Autor: Jdoc 
*/
/* Allgemeine Linkfarben und -eigenschaften */
A:link { /* Ein normaler Link */
	color: #0074C5;
	text-decoration: none;
}
A:visited { /* Ein besuchter Link */
	color: #0074C5;
	text-decoration: none;
}
A:active {  /* Ein angewählter Link */
	color: #0074C5;
	text-decoration: none;
}
A:hover { /* Maus über einem Link */
	text-decoration: underline;
}
/* <body>-Einstellungen */
body {
	background-color:#FFFFFF; /* Hintergrundfarbe des Forums */
	font-family:verdana;
	color:#000000;
}
/* Die Fläche "hinter" dem Forum */
#main {
}
/* Kategorieleisten */
.kat { /* Schriftformatierung */
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
td.kat { /* Hintergrund */
	background-color:#C7D8E5;
}
/* Überschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}
th.thsmall { /* Hintergrund */
	background-color:#0074C5;
}
/* Überschriftenleiste (normale Schriftgröße) */
.thnorm { /* Schriftformatierung */
	font-family:verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
}
td.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#0074C5;
}
th.thnorm { /* Hintergrund */
	padding:2pt;
	background-color:#0074C5;
	text-align:left;
}
/* Tabellen allgemein (außer Navigationsleiste) */
.tbl {
	background-color:#ffffff; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn  > 0 ist */
	border:#ffffff 1px solid;
}
/* Tabellenfeld (Farbe) 1 */
.td1 {
	background-color:#E0EAF1;
}
/* Tabellenfeld (Farbe) 2 */
.td2 {
	background-color:#EEF3F7;
}
/* kleine Schrift */
.small {
	font-family:verdana;
	font-size:10px;
	color:#000000;
}
/* 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:#000000;
	font-weight:bold;
}
a.forumlink { color:#000000; }
a.forumlink:visited { color:#000000; }
/* Link zu einem Thema in der Themenübersicht */
.topiclink {
	font-family:verdana;
	font-size:10pt;
	color:#000000;
}
a.topiclink { font-weight:bold; color:000000; }
a.topiclink:visited { font-weight:bold; color:000000; }
/* Navigationsleiste */
.navbar { /* Schriftformatierung */
	font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
td.navbar { /* Hintergrund */
	padding:2px;
	background-color:#ffffff;
}
table.navbar { /* Tabelleneigenschaften */
	background-color:#205299;
	border:#ffffff 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:#000000;
	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;
}
.copyr {
	font-size:10px;
	color:#000000;
	font-family:Verdana;
}
a.copyr:link { color:#000000; }
a.copyr:visited { color:#000000; }
a.copyr:active { color:#000000; }
.forminput { font-size: 10pt; font-family: verdana, helvetica, sans-serif; vertical-align: middle; background-color: #FFFFFF;

/* Pageheader hack hintergrund wo die navigation ist */
.headtools {
background-color: #ffffff;
}
/* Pageheader hack... hintergrund wo der banner ist */
.headbanner {
background-color: #ffffff;
}
/* Pageheader hack... hintergrund von aktive Themen */
.headakt {
background-color: #E0EAF1;
}
/* Pageheader hack... hintergrund von der mitte */
.headlog {
background-color: #ffffff;
}
/* Pageheader hack... Tabelle */
.headtab {
background-color: #E0EAF1;
}

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

 }