BODY {
	scrollbar-base-color: 1F5BA5;
/*	scrollbar-3dlight-color: #69B1FF;
	scrollbar-highlight-color: #5289CC;
	scrollbar-face-color: #5289CC;
	scrollbar-shadow-color: #5289CC;
	scrollbar-darkShadow-color: #365B85; */
	scrollbar-track-color: #BBBBBB;
	scrollbar-arrow-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

OL {
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 35px;
}
UL {

	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
}
HR {
	color:#5690BF; height:1px;
}

/* Umgebogene Tags, die in der SOUP benutzt werden. ALSO MICHT BENUTZEN ODER UNTERKLASSEN ERSTELLEN ! */
U { /* Text auf Farbe setzen. */
	text-decoration:none;
	color:#E57843;
}
S { /* Mit  STG + H <s< Tag schreiben, der hier zur Headline umgebogen wird. */
	text-decoration: none;
	font-size: 130%;
}
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:522px;
}

/* General fonts */
.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;
}
.arial_11 {
	font-family:arial, helvetica;
	font-size:11px;
}
.arial_10 {
	font-family:arial,helvetica;
	font-size:10px;
	font-weight: bold;
}
.verdana_10 {
	font-family:verdana,geneva;
	font-size:10px;
}

a:link {
	 color:#5690BF;
	 font-weight:bold;
}
a:visited {
	color:#5690BF;
	 font-weight:bold;
}
a:hover {
	color:#5690BF;
	 font-weight:bold;
}
a:active {
	color:#5690BF;
	 font-weight:bold;
}
#center { text-align: center; }
#justify { text-align: justify; }
#red	{ color: #CD0000; }
#white	{ color: #ffffff; }
#black	{ color: #000000; }
#grey	{ color: #808080; }
#brown { color:#925A00; }
#green { color:#1EB809; }
