body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ccccff;   /*hellblau*/
  color: #000000;
}

h1 {
  text-align: center;}

h2 {
  text-align: center;}

#ag-dt {
 }

#ag-en {
 }

#ort {
  font-weight: bold;
  margin-top: 1em;
}


#links {
  width: 150px;
  position: absolute;
  top: 89px;
/*  left: 0px; */
}

#rechts {
 position: absolute;
 top: 89px;
 left: 155px;
 width: 80%;
  }


#menue-extern {
  font-size: 10pt;
  position: relative;
/*  top: 0;
  left: 154px;*/
}

#menue-extern ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#menue-extern li {

/*  margin: 1px;
  border-width: 3 3 3 5;
  border-style: solid;
  border-color: #3366cc; */
 }

#menue-extern a:link {
  display: block;
  color: #ffffff;
  background-color: #3366cc;   /*dunkelblau*/
  text-decoration: none;
  border-width: 1 1 1 1;
  border-style: solid;
  border-color: #3366cc;
  padding: 2;
}

#menue-extern a:hover {
  display: block;
  color:#ffffff;
  background-color: #3366cc;
  text-decoration: none;
  border-width: 1 1 1 1;
  border-style: solid;
  border-color: #3366cc;
  padding: 2;
  }

#menue-extern a:visited {
  display: block;
  color:#ffffff;
  background-color: #3366cc;
  text-decoration: none;
  border-width: 1 1 1 1;
  border-style: solid;
  border-color: #3366cc;
  padding: 2;
}

#logo {
/*  position: relative;
  top: 0;
  right: 150px;
  clear: left; */
  }

#logo a:link {
  border-width: 0;
  color:#ffffff;
  background-color: #ccccff;
  text-decoration: none;
}

#logo a:hover {
  border-width: 0;
  color:#ffffff;
  background-color: #ccccff;
  text-decoration: none;
}

#logo a:visited {
  border-width: 0;
  color:#ffffff;
  background-color: #ccccff;
  text-decoration: none;
}



#menue-intern {
  background-color: #ffffff;
  font-size: 10pt;
/*   width: 150px; */
  position: relative;
  top: 10px;

/*   float: left; */  /* verursacht inaktive Links in firefox 0.8 Win95, 1.0.4 Linux*/
  }


#menue-intern p{
}

#menue-intern ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-width: 1;
  border-style: solid;
  border-color: #3366cc;
}

#menue-intern-ue {  /* ueberschrift */
  border-width: 2 2 0 2;
  border-style: solid;
  border-color: #3366cc;
  padding: 2;
}

#menue-intern li {
  border-width: 1;
  border-style: solid;
  border-color: #3366cc;
  padding: 2 2 2 12;
}

#menue-intern a:link {
  color:#000000;
  text-decoration: none;
}

#menue-intern a:hover {
  color:#000000;
  text-decoration: none;
}

#menue-intern a:visited {
  color:#000000;
  text-decoration: none;
}


#haupttitel {

  text-align: center;
  margin-top: 0px;
  background-color: #ffffff;
  padding: 5 7 5 7;
  border-width: 2 2 0 2;
  border-style: solid;
  border-color: #3366cc;

  border-bottom-width: 1;
  border-bottom-color: #ccccff;
  border-bottom-style: solid;
  }

#hauptteil {
  background-color: #ffffff;
  padding: 5 7 5 7;
  border-width: 0 2 2 2;
  border-style: solid;
  border-color: #3366cc;}


#aend {
  font-size: x-small;
  padding-top: 4em;
  }

#zeitplantabelle td {
  line-height: 1.3;
}

#zeitplantabelle th { /*nur in zeitplan*/
  /*background-color: #ccccff;  /*hellblau*/
  background-color: #3366cc;
  color: #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}


.listenueberschr {
  font-weight: bold;
}

.tabellenueberschr {
  font-weight: bold;
  padding-top: 1em;
  }

.litliste {
  padding-left: 2em;
}

.litliste li {
  list-style-type: none;
  text-indent: -2em;
}

.autor { /*in Litverzeichnis*/
  font-weight: bold;
}

.titel { /*in Litverzeichnis */
  font-style: italic;
}

.referent { /*in zeitplan*/
  font-weight: bold;
}

.vortrag { /*in zeitplan*/
}

.pause { /*in zeitplan*/
  background-color: #ccccff; /*hellblau*/
}

.pausetext { /*in zeitplan*/
  font-weight: bold;
}

.bsp { /*objektsprachliche Beispiele*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}