
/* Allgemeine Definitionen */
body    { background-color: #fff; font-family: Verdana,Helvetica,sans-serif; color: #666; text-align: justify;}
h1		{ font-size: x-large; color: #090;}
h2     	{ font-size: large; color: #090; }
h3     	{ font-size: medium; color: #090; }
p      	{ font-size: medium; color: #666; text-align: justify;}
li      { font-stretch: narrow; }
a       { text-decoration-style: solid; color: blue; }
a:hover { color: orange; }
a[href^="#"] 
embed 	{ max-width: 60em; }

/* Definitionen für den Kopf der Webpräsenz */
#KopfDiv {
  /* Hintergrundfarbe hier und bei .KopfFrame muss gleich sein! */
  background-color: #fffef9;
  border: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
  height: 8em;
  width: 100%;
  z-index: 1;
}
.KopfFrame { 
  background-color: #fffef9;
}

/* Definitionen für den gruenen pfeil */
#MenuDiv {
  /* Hintergrundfarbe hier und bei .MenuFrame muss gleich sein! */
  background-color: transparent;
  border: 0;
  padding: 0pt;
  position: fixed;
  right: 0px;
  bottom: 20em;
  width: 32px;
  height: 40px;
  z-index: 5;
}
.MenuFrame { 
  background-color: transparent;
}
