html, body {
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
  color:#000;
  background-color:#a0a0a0;
  border:0;
  padding:0;
  margin:0;
}

a:link
{
  font-style:normal;
  font-variant:normal;
  color: #204090;
  text-decoration: none;
}

a:active
{
  font-style:normal;
  font-variant:normal;
  color: #204090;
  text-decoration: none;
}

a:visited
{
  font-style:normal;
  font-variant:normal;
  color: #204090;
  text-decoration: none;
}

.titleblock {
  position:relative;
  padding:0px;
  margin:20px;
  height:128px;
  min-width:900px;
  background-color:#fff;
}

.title {
  position:relative;
  top:40px;
  font-size:16pt;
  text-align:center;
}

.subtitle {
  position:relative;
  top:40px;
  font-size:10pt;
  text-align:center;
}

.text {
  font-size:10pt
}

.bingo {
  text-align:center;
  font-size:10pt;
  min-width:860px;
  padding:20px;
  margin:20px;
  background-color:#fff;
}

table {
  border-spacing:3px;
  text-align:center;
  margin-left: auto; margin-right: auto;
}

td.box {
  text-align:center;
  border:2px solid #aaa;
}

td.balken {
  border:2px solid #aaa;
  vertical-align:bottom;
}

.balkenganz { 
position: relative;
border: 1px solid #aaa; 
width: 26px;
height: 200px; 
background-color: #eee; 
} 

.balkenteil { 
position: absolute;
bottom: 0px;
width: 26px;
background-color: #f85; 
display: block; 
}
