body
{
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

div.topMenueBar
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 54em;
}

div.topMenueBar a:link
{
  text-decoration: none;
  font-weight: bold;
}

div.topMenueBar a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

div.topMenueBar a:visited
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a.topMenue
{
  display: block;
  width: 6em;
  height: 1.5em;
  padding-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #996633;
  color: white;
  text-align: center;
  float: left;
}

div.impressum
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  color: #996633;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}

div.impressum a:link
{
  text-decoration: none;
  color: #996633;
}

div.impressum a:hover
{
  text-decoration: underline;
  color: #996633;
}

div.impressum a:visited
{
  text-decoration: none;
  color: #996633;
}

div.switchLanguage
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 54em;
  color: black;
  font-weight: bold;
}

div.switchLanguage a:link
{
  text-decoration: none;
  color: black;
}

div.switchLanguage a:hover
{
  text-decoration: underline;
  color: black;
}

div.switchLanguage a:visited
{
  text-decoration: none;
  color: black;
}

div.toTop
{
  display: block;
  width: 100%;
  color: black;
  margin-top: 20px;
  border-top: 1px solid black;
  text-align: right;
  font-size: x-small;
  font-weight: bold;
}

div.toTop a:link
{
  text-decoration: none;
  color: black;
}

div.toTop a:hover
{
  text-decoration: underline;
  color: black;
}

div.toTop a:visited
{
  text-decoration: none;
  color: black;
}

img.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

