body { 	scrollbar-base-color:#CCCCCC; 
		scrollbar-track-color:#CCCCCC;
		scrollbar-face-color:#A0D3E0;
		scrollbar-highlight-color:#C4E8F2;
		scrollbar-3d-light-color:#000000;
		scrollbar-dark-shadow-color:#000000;
		scrollbar-shadow-color:#000000;
		scrollbar-arrow-color:#3D5F89;
	 }

/* scrollbar = Farben der rechten Bildlaufleiste */ 

body { 	onLoad="javascript:
		if(self !=top)
		top.location.href= self.location.href;"
	 }

HR { background-color: #A0D3E0; color: #A0D3E0; border: #A0D3E0; }

/* onLoad = Beim Laden der Seite wird geprüft, ob Seite in fremden Frameset geladen wurde & sie ggf. daraus befreit. */ 


h1 { font-family:Arial, Helvetica, sans-serif; color: #003366;text-decoration: none;font-size: 14px;font-weight: bold;margin-bottom: 2px; } 
h2 { font-family:Arial, Helvetica, sans-serif; font-size : 18px; font-weight : bold; margin-top: 5px; margin-bottom: 0px; } 
H3, H4, H5 { font-family:Arial, Helvetica, sans-serif; margin-top: 3px; margin-bottom: 8px; font-size : 14px; font-weight : bold;} 
STRONG, B { font-family:Arial, Helvetica, sans-serif; font-weight : bold;} 

P,OL,LI,DIV,TR,TD,TH,NOBR,I,U,A { font-family:Arial, Helvetica, sans-serif; font-size:14px;}


/* font-family = Schriftart fuer Textelemente */
/* Helvetica,Arial,sans-serif = Arial, Helvetica und serifenlose Schrift, */ /* Wert aenderbar */

P {  letter-spacing: normal; 
     vertical-align: baseline;
	 word-spacing: normal; 
     white-space: normal;
	 margin-top: 0px; 
	 margin-bottom: 10px;}


a:link { color:#003366; text-decoration:underline; }
a:visited { color:#003366; text-decoration:underline; }
a:active { color:#CC0000; text-decoration:underline; }
a:hover { color:#CC0000; text-decoration:underline; }


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise ändern Farbe, wenn Text von Maus berührt wird */
/* color = Farbe */
/* #FFFFFF = weiß, Wert aenderbar */
/* #00FF00 = giftgrün, Wert aenderbar */
/* #00FFFF = hellblau, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

ul 	
	{font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	list-style-type:square;
	padding-top:0px;
	padding-bottom:10px;
	padding-left: 10px;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 10px;
	}

a.navlink:link { font-family:Arial, Helvetica, sans-serif;color:#003366; text-decoration:underline;font-size:14px;font-style:italic; }
a.navlink:visited { font-family:Arial, Helvetica, sans-serif;color:#003366; text-decoration:underline;font-size:14px;font-style:italic; }
a.navlink:active { font-family:Arial, Helvetica, sans-serif;color:#CC0000; text-decoration:underline;font-size:14px;font-style:italic; }
a.navlink:hover { font-family:Arial, Helvetica, sans-serif;color:#CC0000; text-decoration:underline;font-size:14px;font-style:italic; }

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003366;
	}


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	}