div#Inhalt {
  padding:20px;
  margin-left:0px;
  background-color : White;
}

div#Inhalt h1  {
  font-size : 16pt;
  font-family : Arial;
  color : Black;
}

div#Inhalt h2  {
  font-size : 14pt;
  font-family : Arial;
  color : Black;
}

div#Inhalt h3  {
  color : black;
  font-size : 12pt;
  font-family : Arial;
}

div#Inhalt p, li  {
  font-size : 10pt;
  color : black;
  font-family : Arial;
}

div#Inhalt td  {
  font-family : Arial;
  font-size : 10pt;
  color : Black;
}

div#Inhalt a:link  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:visited  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:hover  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:active  {
  text-decoration : underline;
  font-weight : bold;
  font-family : Arial;
  font-size : 10pt;
  color : Blue;
}


