/* das ist der CSS für die Columnen: */

body
{ /* background-image:url("../img/backgrnd.gif") ;
  background-attachment:fixed; */ 
  background-color:rgb(50%,50%,50%)} 

/* Überschrift Format: */
h1                    /* "Impressum" */
{ font-size:14pt;
  font-weight:bold;
  font-family:"Arial";
  color:green; } 
h2                    /* bei Anmerkungen am Fuss einer Seite */
{ font-size:8pt;
  font-weight:normal;
  line-height:9pt;
  font-family:"Arial";
  color:black; } 
h3                   /* "Grusswort des Autors" */
{ font-size:14pt;
  font-weight:bold;
  font-family:"Arial";
  color:navy; } /*"darkred"*/ 
h4                   /* Überschrift der Kolumnen */
{ font-size:14pt;
  font-family:"times new roman"; 
  font-weight:bold; } 
/* ; font-variant:small-caps */


/* Listen Format: */
ul,ol 
{ list-style-type:disk; 
  font-size:12pt; 
  font-family:"times new roman"; 
/*  color:darkred; */
  font-weight:bold; }

/* normaler Text: */
p
{ font-size:12pt;
  font-family:"times new roman";
  color:white }

/* Absatz, Aufzählungen, Tabellen Formate: */ 
li,td,th /* ,b,i */
{ font-size:12pt;
  font-family:"times new roman";
  color:white;
  font-weight:normal; }

/* font-family = Schriftart fuer Textelemente */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* Link Formate: */
a:link 
{ color:#000000;
  text-decoration:underline;
  font-weight:normal; }
/*  font-weight:bold; } */

a:visited 
{ color:#000000;
  text-decoration:none;
  font-weight:normal; }

a:active 
{ color:darkred;
  text-decoration:none;
  font-weight:normal; }
/*  font-weight:bold; } */

/* a:link { color:#AA5522; text-decoration:underline; } */
/* a:link { color:#434ECD; text-decoration:underline; } */
/* a:visited { color:#772200; text-decoration:none; } */
/* a:visited { color:inactiveborder; text-decoration:none; } */
/* a:visited { color:#787898; 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 */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

/* LINK="#0000ff" VLINK="#800080" */