html, body
  {
  background-color: white;  
  height: 100%;
  width: 724px;  
  }
a 
  { 
  text-decoration: none; 
  color: black; 
  }
a:hover 
  { 
  text-decoration: none; 
  color: black;
  background: #ffff66; 
  }

.title  
  {  
  text-align: left;
  font-size: 18px; 
  font-weight: bold; 
  letter-spacing: 4px; 
  font-family: 'courier new', monospace;
  color: black;
  padding: 4px;
  border: solid white 1px;
  border-bottom-color: black;
  }
.title span
  {
  font-size: 22px;
  padding: 3px;
  background: rgb(218, 218, 218) none repeat scroll 0% 0%;
  -moz-background-clip: border; 
  -moz-background-origin: padding; 
  -moz-background-inline-policy: continuous;
  }  

.startbutton
{
   font-family:Verdana,sans-serif;
   font-weight:bold;
   font-size: 20px;
   color:#FFFFFF;
   background-color:#33CC00;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}
.stopbutton
{
   font-family:Verdana,sans-serif;
   font-weight:bold;
   font-size: 20px;
   color:#FFFFFF;
   background-color:#FF0000;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}

#haupttable
  {
  border: solid white 2px;
  }
#googletable
  {
  border: solid black 1px;
  }
#tipps
  {
  border: solid 1px;
  border-color: black white black white;
  text-align: left;
  }
table
  {
  width: 724px;
  border: 0;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  }
td 
  { 
  font-family: verdana, sans-serif;
  font-size: 10px; 
  color: black; 
  border: 0;
  text-align: right; 
  }

.feld /* laufende zahlen */
  {
  color: black;
  border: solid black 1px;;
  background: #ffff66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: right;
  }
.feld2 /* z.b. "Drei Richtige" neben den laufenden Zahlen */ 
  {
  text-decoration:;
  color: red;
  font-weight: bold;
  border: 0;
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  }
.rueckstyle 
  {
  color: black;
  }
.gewinne 
  {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: right;
  }
.texter 
  {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: right;
  }
.aerastyle
  {
  color: black;
  }
.geschichtestyle
  {
  color: red;
  background-color: #ffff66;
  }
.glueckstyle
  {
  color: red;
  background-color: #ffff66;
  font-size: 10px;
  }
.ihrezahlen 
  {
  font-weight: bold;
  color: black;
  border: solid black 1px;
  background-color: #ffff66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: right;
  }
hr
  {
  border: solid black 1px;
  }
.werbung
  {
  text-align: center;
  border: solid white 1px;
  border-top-color: black;
  }
table.google
  {

  border: solid white 1px;
  background: white;
  }
  
.output strong {
   font-weight: bold; 
   color: red;
   }
.imprint
  { 
  font-family: verdana, sans-serif;
  font-size: 10px; 
  color: black; 
  border: 0;
  text-align: center; 
  letter-spacing: 2px;
  }
.top
  { 
  font-family: verdana, sans-serif;
  font-size: 10px; 
  color: black; 
  border: 0;
  align: right;
  text-align: right; 
  letter-spacing: 1px;
  }      
