/* =========================================================== */
/* Überschrift im header-DIV */
#kopfzeile1 h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0;
  font-size: 20pt;
  font-weight: normal;
}

#kopfzeile2 h1 {
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  color: #333333;
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  padding-top: 16px;
}

/* =========================================================== */
/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: none;
  color: black;
  display: block;
  padding: 4px;
  font-size: 10pt;
}

#menu a:hover {
  background-color: #dddddd;
}

#menu li {
  /* border: 1px solid #ffff99;  /* Trick */
}

#menu #high {
  font-weight: bold;
  font-size: 10pt;
  background-color: #cccccc;  
  display: block;
  padding: 4px;
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
 
#menu ul ul {
  line-height: 1.4;
  list-style-image: url(aufzaehlungspunkt.gif);
  padding-left: 20px;  
}


/* =========================================================== */
/* Hauptüberschrift: */
#hauptbereich h1{
  font-size: 12px;
  margin-top: 10px;
  margin-left: 20px; 
  margin-right: 20px; 
  margin-bottom: 10px;
  display: block;
  background-color: #cccccc;  
  padding: 10px;
}

/* normaler Fließtext: */
#hauptbereich p {
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  /* line-height: 1.3;*/
  font-size: 10pt;
}


/* Absatz mit Link */
#hauptbereich p a {
  text-decoration: none;
  color: #0000ff;
}


/* UL mit grafischem Aufz.zeichen: */
#hauptbereich ul {
  list-style-image: url(aufzaehlungspunkt.gif);
  margin-left: 36px;
  /* margin-bottom: 10px; */
  margin-right: 20px;
  /* line-height: 1.5; */
  font-size: 10pt;
}

/* Absatz mit Link */
#hauptbereich ul a {
  text-decoration: none;
  color: black;
}


/* UL mit grafischem Aufz.zeichen: */
#hauptbereich ol {
  margin-left: 42px;
  /* margin-bottom: 10px; */
  margin-right: 20px;
  /* line-height: 1.5; */
  font-size: 10pt;
}

/* UL mit grafischem Aufz.zeichen: */
#hauptbereich ol ul {
  list-style-image: url(aufzaehlungspunkt.gif);
  margin-left: 15px;
  margin-right: 20px;
  /* line-height: 1.5; */
  font-size: 10pt;
}

/* =========================================================== */
/* Fusszeile */
#fusszeile p a {
  text-decoration: none;
  color: #666666;
}


