body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0px;
  padding:0px;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  font-size:10.5pt;
  color:#ffffff;
  background-color:#B22222;
  background-image:url(bilder/hg_main2.gif);
}


/* DIV-Container fürs Konfetti oben */
.konfetti {
  position:absolute;
  left:230px;
  top:35px;
}


/* DIV-Container fürs Menü */
.menue {
	position:fixed;
	width:190px;
	height:100%;
	background-image:url(bilder/tastenhg2.gif);

}

.textmenu1 {
position:absolute; 
left:560px; 
top:33px; 
width:104px; 
height:86px; 
z-index:5
}

.textmenu2 {
position:absolute; 
left:234px; 
top:183px; 
width:424px; 
height:33px; 
z-index:5
}

/* DIV-Container für Seitentitel*/
.titel {
  position:absolute;
  left:270px;
  top:135px;
}


/* DIV-Container für Inhalt*/
.inhalt {
  position:absolute;
  left:234px;
  height:100%;
  max-width:550px;
  top:203px;
  z-index:7;
}

.texte {
  position:absolute;
  left:234px;
  height:100%;
  max-width:550px;
  top:230px;
  z-index:7;
}

/**/
.links
{
font-size:8pt;
 color:#CC6600;
}

.einrueckkursiv /* z.B. bei "Musiker gesucht" in ANGESÄGT */
{
margin-left:2em;
font-style:italic;
}


.f_ockerrot {color:#CC6600;}
.f_schwarz {color:#000000;}
.f_weiss{color:#ffffff;}
.f_rot {color:#B22222;}


.ab1 {position:absolute; left:1em;}
.ab2 {position:absolute; left:2em;}
.ab3 {position:absolute; left:3em;}
.ab4 {position:absolute; left:4em;}
.ab5 {position:absolute; left:5em;}
.ab6 {position:absolute; left:6em;}
.ab7 {position:absolute; left:7em;}
.ab8 {position:absolute; left:8em;}
.ab9 {position:absolute; left:9em;}
.ab10 {position:absolute; left:10em;}
.ab15 {position:absolute; left:15em;}
.ab20 {position:absolute; left:20em;}
.ab30 {position:absolute; left:30em;}


/* Fontgewichte*/
.leichter {font-weight: normal;}
.fett {font-weight: bold;}
.leicht {font-weight: lighter;}/* um Überschriften (H1-6) ein bisschen schmaler zu machen*/


/* Fontgrößen, auch für br */
.size8 {font-size:8pt; }
.size9 {font-size:9pt; }
.size10 {font-size: 10pt; }
.size11 {font-size: 11pt; }
.size12 {font-size: 12pt; }
.size13 {font-size: 13pt; }
.size14 {font-size: 14pt; }
.size15 {font-size: 15pt; }
.size16 {font-size: 16pt; }
.size17 {font-size: 17pt; }
.size18 {font-size: 18pt; }
.size19 {font-size: 19pt; }
.size20 {font-size: 20pt; }
.size21 {font-size: 21pt; }
.size22 {font-size: 22pt; }
.size23 {font-size: 23pt; }
.size24 {font-size: 24pt; }
.size30 {font-size: 30pt; }
.size40 {font-size: 40pt; }
.size50 {font-size: 50pt; }
.size60 {font-size: 60pt; }
.size70 {font-size: 70pt; }
.size80 {font-size: 80pt; }
.size90 {font-size: 90pt; }
.size100 {font-size: 100pt; }
.size110 {font-size: 110pt; }
.size120 {font-size: 120pt; }


/* Link-Farben, wenn nicht anders angegeben: von weiß zu schwarz */
a:link {text-decoration:none; font-weight:bold; color:#ffffff;}
a:visited {text-decoration:none; font-weight:bold; color:#ffffff;}
a:active {text-decoration:none; font-weight:bold; color:#000000;} 
a:hover {text-decoration:none; font-weight:bold; color:#000000;}
