body
{
  font-family: Arial, Luxi Sans, Helvetica, sans-serif;
}

.gray
{
  background-color: #cccccc;
}

table#kopf
{
  border: 1px solid black;
  margin: 5px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}

table#liste
{
  width: 100%;
  border: 0;
}

td#nummer
{
  vertical-align:top;
  text-align:right;
  font-weight:bold;
  font-size:14pt;
  width:20px;
  padding-right:5px;
}

th
{
  text-align: left;
  padding: 3px;
  vertical-align: top;
  background-color: #cccccc;
}

.centered
{
  text-align: center;
}

button
{
  margin: 3px;
  border: 1px solid black;
}

button[type=submit]:hover
{
  background-color: green;
}

button[type=reset]:hover
{
  background-color: red;
}

div#post
{
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px dotted #333333;
  margin-top: 20px;
  width: 50%;
}

div#name
{
  font-size: 110%;
  font-weight: bold;
}

div#text
{
  text-align: justify;
  padding: 5px 10px;
  background-color: #cccccc;
}

div#datum
{
  font-size: 70%;
  font-style: italic;
  color: #000000;
}

div#adresse
{
  font-size: 80%;
}

div#kopf
{
  text-align: center;
  font-size: 80%;
  margin-bottom: 20px;
}