@charset "UTF-8";

body
  {
  font-family: Tahoma, Verdana, Arial, "Sans Serif";
  background: #eeeeee;
  }

table.bilder
  {
  border:1px solid black;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  }

td.bilder
  {
  border:1px solid black;
  padding: 0px;
  width: 90px;
  height: 60px;
  text-align: center;
  }

.auswertung
  {
  font-size: 14pt;
  }

.titel1
  {
  font-size: 24pt;
  font-weight: bold;
  }

.titel2
  {
  font-size: 16pt;
  font-weight: bold;
  }

.titel3
  {
  font-size: 14pt;
  font-weight: bold;
  }

select
  {
  font-size: 16pt;
  font-weight: bold;
  text-align: right;
  }

input
  {
  font-size: 16pt;
  font-weight: bold;
  }

.button1 { background: #aaffaa; }
.button2 { background: #ffaaaa; }
