/* Textformatierung allgemein inkl. Scrollbar */
BODY {
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #1E458A; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #1E458A; 
	SCROLLBAR-TRACK-COLOR: #B8B8B8; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #22448B;
}
/* aus irgendeinem Grund kapiert kein Browser die Schriftgröße im BODY */
TD,TR,P,DIV,SPAN {
	font-size: 12px;
}
/* Allgemeine Links (nur das nötigste) */
A {
	text-decoration: none;
}
A:hover {
	color: #CC0000;
}
/* linkes Menü (schwarz, fett, kein unterstrich, beim hover ein dunkles rot) */
.leftmenue {
	color: #000000;
	font-weight: bold;
}
A:link.leftmenue {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:active.leftmenue {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:visited.leftmenue {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:hover.leftmenue {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
/* Formularobjekte */
.feld { /* Textfelder, Select-Boxen, Textareas */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22448B;
	border: 1px solid #22448B;
}
.button { /* Buttons */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22448B;
	font-weight: bold;
	border: 1px solid #22448B;
}
/* Überschrift der Contentboxen (fett, grau) - dunkler als in Toms Layout, wegen der lesbarkeit! */
.boxheadline {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	color: #22448B;
	font-size: 12px;
}
.textfett {
	font-weight: bold;
}
.textgrau { /* Wie boxheadline */
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.standardschwarz {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.standardschwarzfett {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

