/*Sie haben keine ungelesenen Nachrichten in ihrem Postfach. - diese leiste halt */
.tdpm { 
	background-color:#C2DBEF;
}


/* Textarea und input Farben */
textarea {
	border: #000000 1px solid; 
	background-color=#DDDDDD;
	overflow:auto;
}

input {
	border: #000000 1px solid; 
	background-color: #DDDDDD;
}

/* Allgemeine Linkfarben und -eigenschaften */
a:link { /* Ein normaler Link */
	color:blue;
	text-decoration: none;
}
a:visited { /* Ein besuchter Link */
	color:blue;
	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: 13px;
	font-weight: bold;
	color: #000000;
}
td.kat { /* Hintergrund */
	height:23px;
	background-image:url(jobi_v2.gif);
	border:#107AB0 1px solid;
}
.kat2 { /* Hintergrund */
	height:23px;
	background-color:#C2DBEF;
	border:#107AB0 1px solid;
}

/* Überschriftenleiste (kleine Schrift) */
.thsmall { /* Schriftformatierung */
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
}
th.thsmall { /* Hintergrund */
	background-image:url(jobi_v1.gif);
	height:23px;
	background-color:#107AB0;
}

/* Überschriftenleiste (normale Schriftgröße) */
.thnorm { /* Schriftformatierung */
	font-family:verdana;
	font-size:13px;
	color:white;
	font-weight:bold;
}
td.thnorm { /* Hintergrund */
	padding:3px;
	height:23px;
	background-image:url(jobi_v1.gif);
	background-color:#107AB0;
}
th.thnorm { /* Hintergrund */
	padding:3px;
	height:23px;
	background-image:url(jobi_v1.gif);
	background-color:#107AB0;
	text-align:left;
}

/* Tabellen allgemein (außer Navigationsleiste) */
.tbl {
	background-color:#acacac;
	border:#107AB0 1px solid;
}

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

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

/* kleine Schrift */
.small {
	font-family:verdana;
	font-size:10px;
	color:black;
}

/* normale Schrift */
.norm {
	font-family:verdana;
	font-size:12px;
	color:black;
}

/* Fehler Schrift */
.error {
	font-family:verdana;
	font-size:12px;
	color:red;
}


/* Navigationsleiste */
.navbar { /* Schriftformatierung */
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}
td.navbar { /* Hintergrund */
	padding:2px;
	height:17px;
	background-image:url(jobi_v3.gif);
	background-color:#F1FAFF;
}
table.navbar { /* Tabelleneigenschaften */
	background-color:#FFFFFF;
	border:#107AB0 1px solid;
}

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

/* News */
.news {
	font-family:verdana;
	font-size:11px;
	color:black;
	font-weight:bold;
	padding:6;
}

/* Zitate ([quote][/quote]) */
.quote {
	font-family:verdana;
	font-size:10px;
	color:#a62a2a;
	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:20px;
	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;
	border: #000000 1px solid; 
	background-color: #DDDDDD;
}
select.forumcode {
	border-width:1px;
	font-size:12px;
}

/* Link zur Themenübersicht eines Forums in der Forenübersicht */
.forumlink {
	font-family:verdana;
	font-size:13px;
	color:black;
	font-weight:bold;
}
a.forumlink { color:0C6B9C; text-decoration:none;}
a.forumlink:visited { color:014F77; text-decoration:none;}
a.forumlink:hover { color:014F77; text-decoration:underline;}



/* Link zu einem Thema in der Themenübersicht */

.topiclink {
	font-family:verdana;
	font-size:13px;
	color:black;
	font-weight:bold;
}
a.topiclink { color:0C6B9C; text-decoration:none;}
a.topiclink:visited { color:014F77; text-decoration:none;}
a.topiclink:hover { color:014F77; text-decoration:underline; }

/*

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