
     
p.minifont { font-family:'Courier New',Arial; font-size:8pt; font-style:italic; }
          /* dies ist zum beispiel eine Klasse NUR für den Tag p */

h1.goldtitel { font-family:'Times New Roman',Georgia,'Trebuchet MS',Arial; font-size:30px; font-style:italic; font-weight:bold; letter-spacing:1px; color:#B07F00;}
        /* dies ist zum beispiel eine Klasse NUR für den Tag h1 */

h1.rottitel { font-family:'Times New Roman',Georgia,'Trebuchet MS',Arial; font-size:30px; font-style:italic; font-weight:bold; letter-spacing:1px; color:#c04000;}
        /* dies ist zum beispiel eine Klasse NUR für den Tag h1 */

h3 { font-family:Arial,'Trebuchet MS',Georgia,'Times New Roman'; font-style:italic; text-indent:30px; letter-spacing:1px; color:#FF0000;} 

.inicial:first-letter { font-size:200%; color:#c04000;}
          /* dies eine Klasse für Initiale bei den Tags p, h1, h2 ...    */

.blocktxt { text-indent:30px; font-size:14; text-align:justify }
          /* die Klasse für div, für Text im blockformat mit Einzug */

.abstand { text-indent:16px; margin:4px }
          /* die Klasse für Aufzaelungspunkte ul/ol: mit Einzug, Buchstaben- & Punkteabstand */

.padd12block { text-indent:30px; margin-left:12px; margin-right:12px; text-align:justify }
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 12px */

.padd5block { font-family:Arial,'Trebuchet MS',Georgia,'Times New Roman'; font-size:12; text-indent:22px; margin-left:5px; margin-right:5px; text-align:justify; letter-spacing:1px}
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 5px */

.padd5right { font-family:Arial,'Trebuchet MS',Georgia,'Times New Roman'; font-size:12; text-indent:20px; margin-left:5px; margin-right:5px; text-align:right; letter-spacing:1px}
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 5px */

.padd6block { text-indent:20px; line-height:1.1; margin-left:6px; margin-right:6px; text-align:justify }
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 8px */

.padd8block { text-indent:20px; line-height:1.1; margin-left:8px; margin-right:8px; text-align:justify }
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 8px */

.padd30block { text-indent:30px; margin-left:30px; margin-right:30px; letter-spacing:1px; text-align:justify }
          /* die Klasse für div, p: blockformat, Einzug, paddaing links+rechts 12px */


.rahmen_br { border-color:#904A00 }
.rahmen_ws { border-color:#FFFFFF }
          /* dies sind Klassen für img - weil IE spinnt!  DATA BECKER: HTML 4 str. 207*/


 /* DIES SIND FLAECHEN und FARBEBUMBRUECHE fuer ul-MENUE (vertikal-grau)   */

.ulmenue {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;  
}
.ulmenue li a {
  color:white;
  background-color:#bbbbbb;
  width: 116px;   /* dlzka pola | geht auch in anderen Einheiten zB: 9em */
  padding-top: 3px;  /* od hore a dole */
  padding-left: 0px;  /* pixel od pocatku texta */
  padding-bottom: 3px;  /* od hore a dole */
  text-decoration: none;
  border-bottom: 4px solid white; /* pixel medzi polami */
  font-family: Arial,'Trebuchet MS',Georgia,'Times New Roman';  
  font-size: 10pt;
  font-weight:bold;
  display: block;  
}
.ulmenue li a:hover {
  color:black; 
  background-color:#eeeeee;
}
.ulmenue li a:visited {
  color:black; 
  font-weight:normal;
  background-color:#bbbbbb;
}

/* andere LINK-Attribute color/background-color übernimmt "ulmenue" von "a" <= siehe unten */  
/* bei Firefox - aber bei INTERNET-EXPLORER werden alle Attribute von "a" übernommen   */

/*   DIESE SCHRIFTDEKORATION GILT NUR FUER SCHRIFTLICHE LINKS-MENUES   */

a:link { text-decoration:none; color:#C04000;  }
          /*                                  ^- font-weight:bold; prehodel hore 9m8 */
          /* Linkstext Start - wenn nie angeklickt worden war */
          /* Warnung von doppelten Definitonen: zB font-style:italic; */

a:visited { text-decoration:none; color:dimgray; }
          /* text-Farbe nach dem Linksprung ) 
		     verschwindet nie mehr - deshalb keine Farbe (aber man braucht es weil Unterstrich käme) */

a:hover { text-decoration:none; font-weight:bold; color:black; background-color:#eeeeee; }
          /* wenn Maus über dem Link steht             ^- IE braucht unbedingt */

a:focus { text-decoration:none; font-weight:bold; background-color:lightpink; }
          /* wenn R-Maus angeklickt war */

a:active { text-decoration:none; font-weight:bold; background-color:#fff4e8; }
          /* hintergrund-Farbe, wenn das Link angeklickt war; alles verschwindet nach dem nächsten Klick  */
          


/*   904A00  144 074 000  braun satdunkel
	 B07F00  176 127 000  braun dunkel
	 C04000  192 064 000  braun rotdunkel
	 FF9F00  255 159 000  braun rothell
	 E3B600  227 182 000  braun
	 F4EBA8  244 235 168  drap
     F9F7DE  249 247 222  drap hell   */
          

/*   DIES SIND FLAECHEN und FARBEBUMBRUECHE fuer ul-MENUE (horisontal-braun)  siehe Attac */

/* .ulmenue { list-style-type: none; margin-left: 0px; padding-left: 30px; width: 100%; background-color:#FFFFFF; } */
        /* Rahmen Optionen fuer Menue */                       /*  ^- Manüabstand von links */

/* .ulmenue li a { color:#904A00; width: 11em;  padding: 2px;  padding-left: 10px;  background-color:#F4EBA8;
        text-decoration: none;  border-right: 2px solid white;  font-family:Arial,'Trebuchet MS',Georgia,'Times New Roman'; font-size: 10pt;
        display: block;  text-align: center; } */
        /* Menüpunktbreite (width): 11em, Maus und Stillfarbe: braun u. hellbraun  */

/* .ulmenue li a:hover { color:#FFFFFF;  background-color:#E3B600; } */
        /* die Farbe, wenn Maus über: weiss in dunkelbraun  */

/* .ulmenue li {  float: left; } */
        /* Element wird vom Text left oder right umflossen */

