body
{
  background-color: white;
  color: black;
  background-image: url(scheissnicks.png);
  font-family: sans-serif;
  font-size: 10pt;
}

h1
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}

p
{
  text-align: justify;
}

.fixed
{
  font-family: fixed, courier;
}

.topmenu
{
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  padding: 4px;
}

.topmenu_active_item
{
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 16px;
  color: black;
  background-color: white;
}

.topmenu_item
{
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 16px;
  color: white;
}

.nickname_proposal
{
  font-weight: bold;
}

.errortext
{
  color: red;
  font-weight: bold;
}

.successtext
{
  color: green;
  font-weight: bold;
}
