body {
  background-color:white;
  margin:0px;
  padding:0px;
  font-family:Arial,sans-serif;
  font-size:12px;
}

#a {
  text-align:center;
}

#b {
  width:980px;
  margin:auto;
}

#h {
  width:980px;
  height:171px;
  background-image:url(images/header_prof_dr_koenig.jpg);
}

/* language */
#l {
  width:125px;
  padding:93px 0px 0px 33px;
}

table.layouttable {
  border-bottom:solid 3px #535665;
  margin-bottom:20px;
}

table tr td.navitd_left {
  background-color:#e9e9e9;
}

table tr td.spacer {
  background-image:url(images/td_background_spacer.jpg);
  background-repeat:repeat-y;
}

table tr td.navitd_right {
  background-color:#f3f3f3;
}

table tr td.text {
  background-color:#535665;
  background-image:url(images/td_text_topline.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  color:white;
}

#leftnavi {
  margin:10px 0px 0px 10px;
  text-align:left;
  color:#333;
}

#rightnavi {
  margin:10px 0px 0px 0px;
  text-align:left;
  color:#333;
}

ul.navi {
  list-style:none;
  padding:0px;
  margin:0px;
}

ul.navi li {
  margin-bottom:13px;
}

ul.navi li A {
  color:#333;
  text-decoration:none;
}

ul.navi li A:hover {
  color:#111;
  text-decoration:underline;
}

ul.navi li A.active {
  color:#6a6d7c;
  text-decoration:none;
}

#contenttext {
  margin:10px 14px 15px 15px;
  text-align:left;
  color:white;
}

#contenttext h1 {
  margin:0px 0px 12px 0px;
  font-size:17px;
  font-weight:bold;
}

#contenttext h2 {
  margin:0px 0px 12px 0px;
  font-size:15px;
  font-weight:bold;
}

#contenttext h3 {
  margin:12px 0px 0px;
  font-size:13px;
  font-weight:bold;
}

#contenttext A {
  color:white;
}

#contenttext ul.line_by_line {
  list-style:none;
  margin:0px;
  padding:0px;
}

#contenttext ul.line_by_line li {
  margin:0px 0px 2px 0px;
  padding:0px;
}

#contenttext iframe {
  border:none;
}

#contenttext ul.takemorespace li {
  margin:0px 0px 12px 0px;
}


#contenttext table tr td {
  padding:0px 0px 12px 0px;
}

