/*  2009.0717.0718.0721.1206.1214 */
/*  geprüfte Validität:  CSS level 2.1 (W3C CSS Validation Service ) */


body {margin-left: 20px; margin-right: 20px; margin-top: 10px }



h1, h2, h3, h4, h5, h6 { font-family:sans-serif; font-weight:normal; }  /*...beste Lesbarkeit. "ms sans serif" hat unterschiedl. Strich */

/*...Schriftgröße: 10px = 6pt (jedenfalls bei Bilschirmauflösung 1024x768px. In Zukunft höhere Auflösungen möglich, z.B. 4pxNeu = 1 pxAlt.
                               Deshalb besser in pt angeben, da diese vom Browser eher auf die letztendliche BILDGRÖSSE bezogen werden. */
h1 {font-size:18pt;}  /*...=25px   Überschrift Groß, gelb (Seitentitel Kontakt, Gigs...) */
h2 {font-size:12pt;}  /*...=16px   Überschrift kleiner, Gelb (Home-Seite) */
h3 {font-size:16pt;}  /*...=21px   Überschrift Groß, ROT (Gigtermine) */
h4 {font-size:12pt;}  /*...=16px   Abschnittsüberschrift mittelgroß, fett, Beige (Gigbeschreibung) */
h5 {font-size:10pt;}  /*...=13px   normaler Text, klein, beige, BLOCKSATZ */
h6 {font-size:11pt;}  /*...=15px  - besser 14px ???   normaler Text, klein, beige */

h4 {font-weight:bold}

/* h1, h2, h3, h4, h6 {text-align:left} */      /*...Text-Ausrichtung:  left, center, right, justify */
h5                 {text-align:justify}

h1, h2     {color:#ffff00}    /*...gelb */
h3         {color:#ff0000}    /*...leuchtendrot */
h4, h5, h6 {color:#ffff99}    /*...beige */

h1     { margin:0; }  
h3, h4 { margin-top:0; margin-bottom:5px; }    /*...sonst bei IE 0/10px, Firefox 10px/10px etc */



/*...class-Definition an dieser Stelle wird von OPERA nicht erkannt, daher nochmalige Definition im jeweiligen DOC */
.text 	    { font-family:"ms sans serif",sans-serif; font-size:15px; 
              font-style:normal; font-weight:normal; text-align:center; color:#FFFF99 }
#textkursiv { font-family:"ms sans serif",sans-serif; font-size:15px; 
              font-style:italic; font-weight:normal; text-align:center; color:#FFFF99 }
#blocksatz  { text-align:justify; }



/*161022 a:link    { color:#ff0000; }*/    /*...normal:            blutrot */        
/* a:link    { color:#0000ff; } */    /*...normal:            sehr tiefblau */
a:link    { color:#9933ff; }    /*...normal:            sehr tiefblau */
/* a:link    { color:#ff6600; }    normal:            karminrot    siehe auch in topframe.htm !!! */
/* a:visited { color:#666666; }	   wenn besucht:      grau - vielleicht DOCH wieder */
/* a:visited { color:#FF0000; }    wenn besucht:      auch leuchtendrot weil resettet nicht richtig bei IE 6 */
/*161022 a:visited { color:#cc6600; } */   /*...wenn besucht:      dunkleres rot */
a:visited { color:#00ffff; }    /*...wenn besucht:      blaugrün */
a:focus   { color:#ffff00; }    /*...bei Focus:         fettgelb */
/*161022 a:hover   { color:#00FF00; }  */    /*...beim Überschweben: blau   (ehem. #0000FF blau, bei Mark: #ffff99 beige) */
a:hover   { color:#ff0000; }    /*...beim Überschweben:  blutrot */
/*161022 a:active  { color:#00FF00; }  */  /*...wenn aktiv:        grün, 00FFFF blaugrün, ffff99 beige */
a:active  { color:#ffffff; }    /*...wenn aktiv (???):  testhalber weiß */

/* / *...etwas andere Definition im jeweiligen Dokument * /
	a:link     {text-decoration:none; color:#ff6600; font-weight:normal;}   / *...s.a. in format.css * /
	a:visited  {text-decoration:none; color:#cc6600; font-weight:normal;}
       / * a:focus    {text-decoration:none; color:#ffffff; font-weight:normal;} * /
	a:hover    {text-decoration:none; color:#ffff99; font-weight:normal;}
	a:active   {text-decoration:none; color:#ffffff; font-weight:normal;}	
*/
