/********* Der Hauptteil **********/
.massoben {
  padding-left: 5px;
  width: 640px;
}
.textfarbe1 {
  color: white;
}
.textfarbe2 {
  color: #191970;
}
.textoben {
  text-align: justify;
  width: 660px
  text-align: left;
  font-family: Arial, Helvetica, sans-serif ;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 5px
}
.inhalt {
  text-align: justify;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
H2 {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif ;
 font-weight: bold;
 font-size: 14pt;
 color: #191970;
 }
H3 {
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 14pt;
 color: #191970;
 }
UL {
 font-size: 11pt;
 color: #191970;
 }
.normal {
 background-image: url(../bilder/transp.gif);
 font-size: 11pt;
 color: #191970;
 }
.kursebg {
 border-bottom: 1px solid white;
 border-left: 1px solid white;
 width: 600px;
}
.kurse {
 background-image: url(../bilder/d5d2df-1x1.png);/* muss in TD-Tag-class wg. NS 4.7 */
 vertical-align: top;
 font-weight: normal;
 font-size: 11pt;
 color: #191970;
}
.zitat {
 font-style: italic;
 margin-left: 4em;
 }
.initial {
 font-style: normal;
 font-weight: bold;
 font-size: 16pt;
 color: #191970; }

.namen {
 font-family: Arial, Helvetica, sans-serif ;
 font-size: 10pt;
 color: #191970;
 }
.vortrag {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif ;
 font-weight: normal;
 font-size: 12pt;
 color: #191970;
 }
.einrueck {
 margin-left:2.4em;
 text-indent:-2.4em;
 text-align:left;
 }
 /********** Menuleiste ***********/
.menueblock {
  margin: 10px;
}
.menu {
  font-size: 10pt;
}
.menu a{
  padding: 2px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #191970;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  display: block;
}
.menu a:hover {
  color: #D5D2DF;
  background-color: #191970;
}
.menumarkiert{
  padding: 2px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;     /*NS4.x*/
  text-decoration: none;
  color: #191970;
  background-color: #F7F5FF;
  font-style: italic;
  border-bottom: 1px solid #191970;
  border-left: 1px solid #191970;
  display: block;
}
/*********** Titelleiste ************/
.titelbg {
 /*width: 640px;  /* hier wg. NS 6 + IE, muss auch in TABLE-Tag wg. NS 4.7 */
 }
.titel {
 background-image: url(../bilder/d5d2df-1x1.png);/* muss in TD-Tag-class wg. NS 4.7 */
 border-bottom: 1px solid white;
 border-left: 1px solid white;
 font-family: sans-serif ;
 font-weight: normal;
 font-size: 18pt;
 color: #191970;
 text-align: right;
 padding-right: 20px;
 }