body {
	scrollbar-base-color:#537FCA;
	scrollbar-3dlight-color:#69A0FF;
	scrollbar-highlight-color:#537FCA;
	scrollbar-face-color:#537FCA;
	scrollbar-shadow-color:#537FCA;
	scrollbar-darkShadow-color:#355282;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#dddddd;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.arial_16 { 
	font-family:arial,helvetica;
	font-size:16px; 
}

.arial_15 { 
	font-family:arial,helvetica;
	font-size:15px; 
}

.arial_14 { 
	font-family:arial,helvetica;
	font-size:14px; 
}

.arial_13 { 
	font-family:arial,helvetica;
	font-size:13px; 
}

.arial_12 {
	font-family:arial,helvetica;
	font-size:12px;
	color:#282828;
}

.arial_11 {
	font-family:arial,helvetica;
	font-size:11px;
}

.arial_11_just {
	font-family:arial,helvetica;
	font-size:11px;
	text-align:justify;
}

.arial_11_just_ital {
	font-family:arial,helvetica;
	font-size:11px;
	text-align:justify;
	font-style:italic;
}

.arial_10 {
	font-family:arial,helvetica;
	font-size:10px;
	font-weight: bold;
}

.arial_10_just {
	font-family:arial,helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:justify;
}

.verdana_10 {
	font-family:verdana,geneva;
	font-size:10px;
}

a:link { color:#15436E; }
a:visited { color:#15436E; }
a:hover { color:#007BD4; }
a:active { color:#007BD4; }

OL, UL {
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
OL {
	margin-left:-17px;
	/*list-style-type:decimal-leading-zero;*/
}
* html OL {
	margin-left: 28px;
}
UL {
	margin-left:-26px;
}
* html UL {
	margin-left: 16px;
}
LI {
}
/* Umgebogene Tags, die in der SOUP benutzt werden. ALSO MICHT BENUTZEN ODER UNTERKLASSEN ERSTELLEN ! */
U { /* Text auf Farbe setzen. */
	text-decoration:none;
	color:#0F64B5;
}
H {
	color:#0F64B5;
}
S { /* Mit  STG + H <s< Tag schreiben, der hier zur Headline umgebogen wird. */
	text-decoration:none;
	font-size:125%;
}
TEXTAREA { /* Legt die Weiten für die Eingabefelder in SOUP auf angenehme Schrift und macht die Weite auf's Pixel genau. Für normale Formulare Unterklasse benutzen. */
	font-family:arial,helvetica;
	font-size:12px;
	width:100%;
}

#blue	{ color:#00477A; }
#red	{ color:#DF0000; }
#white	{ color:#ffffff; }
#black	{ color:#000000; }
#grey	{ color:#808080; }

