/* Chevaliers MC 1982 */

/* Fenstereinstellung */

body { background-color:#040404; margin-top:10px; margin-bottom:10px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */

/* Farbe der Link */
a:link { color:#0080FF; text-decoration:underline; }
a:visited { color:#CFCFCF; text-decoration:underline; }
a:active { color:#00FFFF; 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 */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */
/* none = nicht unterstrichen */


/* Schrifteneinstellugen hier Überschriften*/
h1,h2,h3,h4 { font-family:"Times New Roman",Arial,sans-serif; color:#FF0000 }
h1 { font-size:28pt }
h2 { font-size:24pt }
h3 { font-size:16pt }
h4 { font-size:14pt }
/* H1 gilt nur fuer das Wort 'Chevaliers MC 1982' auf der Startseite */
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt */
/* color = Farbe */
/* #FF0000 = rot */


/* Schrifteneinstellugen hier Text*/

td,th,b,i  { font-family:VERDANA,Arial,sans-serif; }
p,ul,ol,li  { font-family:"Times New Roman",Arial,sans-serif; }
dt  { font-size:12pt; line-height:16pt; font-family:Arial,sans-serif; }
/* 12pt = 12 Punkt */
/* 16pt = 16 Punkt, Zeilenhöhe */
pre,textarea { font-family:"Courier New",Courier; font-size:10pt; color:#FFFF00 }
/* Quelltext-Beispiele */
/* Unterklassen Aufruf mit <Tag class="xxx"> */
  div.klein { font-size:8pt }
  div.normal { font-size:10pt }
  div.gross { font-size:16pt }
  div.xxl { font-size:36pt; }

/* Unabhängige Formate, Aufruf mit id="weiss" in den Tagklammern */
/* oder <em id="weiss">text</em> im Text */
  #weiss  { color:#FFFFFF }
  #rot { color:#FF0000 }
  #gelb { color:#FFFF00 }
  #gruen { color:#00FF00 }
  #his { color:#FF8080 }
  #bilder { color:#00FF00 }
  #gross { font-size:12pt }
  #xxl { font-size:18pt }
  #normal { font-size:10pt }
  #klein { font-size:8pt }
  #Fname { color:#8080C0 }
  #Fwert { color:#008080 }
  #fettkursiv { font-weight:bold; font-style:italic }

/* Hintergründe für das Eintragen Formular */
input { background: #C0C0C0; }
textarea { background: #C0C0C0; }

/*   font-family:"Times New Roman",Helvetica } */
/*   font-family:"COURIER NEW",COURIER  */
/*   font-family:VERDANA,ARIAL,HELVETICA  */
/*   font-family:MONOSPACE  */
/*   font-family:Helvetica  */
/*   font-family:"Times New Roman"  */