<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DATEI: bo_main.css */

/*adamo; 12/02 */
/*_____________*/

BODY { margin-top:0px; margin-bottom:10px; margin-left:10px; margin-right:10px; }
/* margin-top, -bottom, -left, -right = Abstand zwischen Fensterrand und Inhalt oben, unten, links, rechts */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BODY
{
  scrollbar-base-color:			#333333;
  scrollbar-3dlight-color:		#F0F0F0;
  scrollbar-arrow-color:		#FFFFFF;
  scrollbar-darkshadow-color:	#cccccc;
  scrollbar-face-color:			#000099;
  scrollbar-highlight-color:	#FOFOFO;
  scrollbar-shadow-color:		#000033;
  scrollbar-track-color:		#CCCCCC;
  
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Beschreibung:
scrollbar-base-color = 		Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = 	Farbe fuer 3D-Effekte
scrollbar-arrow-color = 	Farbe fuer Verschiebepfeile
scrollbar-darkshadow-color= Farbe fuer Schatten
scrollbar-face-color = 		Farbe fuer Oberflaeche
scrollbar-highlight-color = Farbe fuer oberen und linken Rand
scrollbar-shadow-color = 	Farbe fuer unteren und rechten Rand
scrollbar-track-color = 	Farbe fuer freibleibenden Verschiebeweg
*/


IMG		{ border-color:#000000; }
/* alle Bildrahmen sollen schwarz sein; auch bei Hyperlinks */
			/* style="border: 1px solid #000000" */

P, H1, H2, H3, H4, UL, OL, LI, DIV, TD, TH, ADDRESS, BLOCKQUOTE, NOBR, B, I
		{ font-family:Arial,Verdana,Helvetica,sans-serif; }

P, UL, OL, LI, DIV, TD, TH, ADDRESS, NOBR, B, I { font-size:10pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt*/

PRE 	{ font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* Quelltext-Beispiele */
/* #0000C0 = blau*/

     
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	H1 { font-size:18pt; color:#000000; }

	H2 { font-size:16pt; color:#000000; }
   /*  Seitenueberschriften */

	H3 { font-size:12pt; color:#000000; }
   /* Zwischenueberschriften */

   H4 { font-size:10pt; color:#000000;}
   /* Zwischenueberschriften */


.f_36_comic	{ font-family:'comic sans ms',sans-serif; font-size:36pt; font-weight:bold; }
.f_24_comic	{ font-family:'comic sans ms',sans-serif; font-size:24pt; font-weight:bold; }
.f_18_comic	{ font-family:'comic sans ms',sans-serif; font-size:18pt; font-weight:bold; }
.f_16_comic	{ font-family:'comic sans ms',sans-serif; font-size:16pt; font-weight:bold; }
.f_14_comic { font-family:'comic sans ms',sans-serif; font-size:14pt; font-weight:bold; }
.f_12_comic { font-family:'comic sans ms',sans-serif; font-size:12pt; font-weight:bold; }
.n_12_comic { font-family:'comic sans ms',sans-serif; font-size:12pt; }

.f_18 		{ font-size:18pt; font-weight:bold; color:#000000; }
.f_16 		{ font-size:16pt; font-weight:bold; color:#000000; }
.f_14 		{ font-size:14pt; font-weight:bold; color:#000000; }
.f_12 		{ font-size:12pt; font-weight:bold; color:#000000; }

.txt_blau 		{ font-size:10pt; color:#000099; }						/* Normaltext in blau */

.txt_blau_fett 	{ font-size:10pt; font-weight:bold; color:#000099; } 	/* Fetttext in blau */

.txt_weiss 		{ font-size:10pt; color:#F0F0F0; }						/* Normaltext in weiß */

.txt_block 		{ text-align:justify; }									/* Blocksatz */

.txt_klein 		{ font-size:8pt; }										/* Text klein */

.txt_fett 		{ font-size:10pt; font-weight:bold; } 					/* Fetttext */

.txt_gross 		{ font-size:12pt; }										/* Text groß */

.txt_gross_fett { font-size:12pt; font-weight:bold; }					/* Text groß fett */

.txt_gross_x 	{ font-size:16pt; }										/* Text sehr groß */

.txt_gross_x_fett { font-size:16pt; font-weight:bold; }					/* Text sehr groß fett */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.bg_menu 		{ background:#cccccc; }
/* Zellen-Hintergrund in silber*/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A:link    		{ font-size:10pt; font-weight:bold; color:#000099; text-decoration:none; }
A:visited 		{ font-size:10pt; font-weight:bold; color:#000099; text-decoration:none; }
A:active  		{ font-size:10pt; font-weight:bold; color:#FF0000; text-decoration:none; }
A:hover         { font-size:10pt; font-weight:bold; color:#FFFFFF; background:#000099; text-decoration:none; }

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* 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, wenn Cursor darüber steht  --&gt; hier Darstellung des Links mit blauem Hintergrund
   #000099 = 	blau
   #000000 = 	schwarz
   #FF0000 = 	rot
   #FFFFFF =    weiß  */</pre></body></html>