html { height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  height:100%;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  /*height: 100%;*/
}

table.contenttable p {
  margin: 0px;
}

p {
  margin-top: 0px;
  line-height: 16px;
  margin-bottom: 10px;
}
P.Infobox {
  width: 100%;
  #border: 1px solid #444444;
  background-color: #F5F5F5;
  padding: 5px;
  padding-top: 13px;
  background-image:url(../images/infobox.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 7px;
}
P.Infobox_rechts {
  width: 200px;
  float: right;
  #border: 1px solid #444444;
  background-color: #F5F5F5;
  padding: 5px;
  padding-top: 13px;
  background-image:url(../images/infobox.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 7px;
  margin-left: 10px;
}
P.Infobox_links {
  width: 200px;
  float: left;
  #border: 1px solid #444444;
  background-color: #F5F5F5;
  padding: 5px;
  padding-top: 13px;
  background-image:url(../images/infobox.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 7px;
  margin-right: 10px;
}

td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 0px;
  vertical-align: top;
}
td.fuss {
  background-color: #E1E1E1;
  height: 15px;
}
td.fuss a {
  font-size: 10px;
  color: #999999;
  text-decoration: none;
  padding-left: 5px;
}

h1 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1px;
  margin-top: 5px;
}
p.ueberschrift {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1px;
  margin-top: 5px;
}

a {
  color: #00468C;
  text-decoration: none;
}

li {
  margin-bottom: 3px;
  list-style-image: url(../images/li.gif);
}

/* Menü                  */
/*************************/

div.mnu_1 {
  width: 190px;
}
div.mnu_1 a {
  width: 100%;
  border-bottom: 1px dashed #DDDDDD;
  font-size: 12px;
  color: #00468C;
  text-decoration: none;
  text-indent: 10px;
  display: block;
}
div.mnu_1 a:hover {
  background-color: #F1F1F1;
}
div.mnu_1_spc {
  width: 190px;
  max-width: 190px;
  background-color: #E1E1E1;
  height: 15px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 12px;
  color: #666666;
  text-indent:10px;
  margin-bottom: 10px;
}

div.mnu_2 {
  width: 190px;
}
div.mnu_2 a {
  width: 100%;
  border-bottom: 1px dashed #DDDDDD;
  font-size: 12px;
  color: #F55F14;
  text-decoration: none;
  text-indent: 14px;
  display: block;
}
div.mnu_2 a:hover {
  background-color: #F1F1F1;
}

div.mnu_3 {
  width: 190px;
}
div.mnu_3 a {
  width: 100%;
  border-bottom: 1px dashed #DDDDDD;
  font-size: 11px;
  color: #F55F14;
  text-decoration: none;
  text-indent: 20px;
  display: block;
}
div.mnu_3 a:hover {
  background-color: #F1F1F1;
}

/* HTML Arae */
/************/

.htmlarea-content-body {
  background-color: #EFEFEF;
}
