/* DATEI: kolp.css */

bg2 {backround-color="#ccccff";}

body { 	  font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #000000;
	  background-color: #0000cc;
		
	  scrollbar-face-color: #ccccff; 
	  scrollbar-shadow-color: #000066;
	  scrollbar-highlight-color: #000066; 
	  scrollbar-3dlight-color: #000066;
	  scrollbar-darkshadow-color: #000066; 
	  scrollbar-track-color: #ccccff;
	  scrollbar-arrow-color: #000066;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i
 { font-family:Arial,Verdana,Helvetica; }


h1 { font-size:14pt; }

h2 { font-size:14pt; }

h2.sh2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:10pt; }
h4 { font-size:10pt; }
h5 { font-size:15pt; }

p,ul,ol,li,div,td,th,address,i { font-size:10pt; }


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

pre { font-family:Arial,Verdana,Helvetica; font-size:10pt; color:#000000; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

/* tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; } */

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#6600ff; text-decoration:none; }
a:visited { color:#6600ff; text-decoration:none; }
a:active { color:#ccccff; text-decoration:none; }

a.an { text-decoration:none; }






