/* DATEI: inhalt.css */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* Es folgen die Style-Definitionen, die Sie aendern koennen: */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */



body { margin-top:0px; margin-bottom:0px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

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;"
	 }

/* 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; margin-top: 5px; margin-bottom: 5px; font-size : 14pt; font-weight : bold;} 
h2	 
     { font-family:Arial, Helvetica, sans-serif; font-size : 12pt; font-weight : bold; margin-top: 5px; margin-bottom: 0px; } 
h3, h4, h5, strong, b
     { font-family:Arial, Helvetica, sans-serif; margin-top: 5px;  margin-top: 5px; margin-bottom: 0px; font-size : 10pt; font-weight : bold;} 


p,ol,li,div,tr,td,th,nobr,i,u,a
     { font-family:Arial, Helvetica, sans-serif; 
	 font-size:10pt;}

/* 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;}


p,ol,li,div,td,th,address,nobr,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */


a:link { color:#003366; text-decoration:none; }
a:visited { color:#999999; text-decoration:none; }
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:10pt; 
	list-style-type:square;
	padding-top:0px;
	padding-bottom:10px;
	padding-left: 10px;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 14px;
	}

.Stil1 {
	color: #003366;
	font-size: 12pt;
}
.Stil2 {font-size: 12pt}
