body
  {
  background: white;
  font-family: verdana, sans-serif;
  font-size: 11px;
  }
div
  {
  color: black;
  width: 732px;
  border: solid  3px;
  border-color: #d9d9d9;
  margin: 3px;
  padding: 3px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  }
.treffer /* feld neben tipp ankreuzen bei gewinn */
  {
  font-weight: bold;
  border: solid white 1px;
  font-size: 10px;
  color: red;
  font-weight: bold;
  }
.tippschein /* input-felder zu #tabelle */
  {
  text-align: right;
  background: #ff6;
  border: solid silver 1px;
  font-size: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
.deinezahlen /* zu #tipp */
  {
  text-align: right;
  border: solid silver 1px;
  font-size: 10px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
#wrapper
  {
  width: 750px;
  border-color: white;
  margin-left: auto;
  margin-right: auto;
  }
#titel
  {
  float: left;
  background: #ff6;
  border-color: red;
  width: 610px;
  height: 30px;
  text-align: left;
  }
#links
  {
  float: left;
  border-color: white;
  width: 104px;
  height: 30px;
  text-align: right;
  }
#tipp
  {
  float: left;  
  text-align: right;
  background: #ff6;
  height: 20px;
  border-color: red;
  }
#tabelle
  {
  float: left;
  width: 300px;
  height: 200px;
  }
#obenrechts
  {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 400px;
  height: 110px;
  border-color: white;
  font-size: 16px;
  }
#gewinnverlust
  {
  padding-left: 70px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
  width: 140px;
  height: 65px;
  background: url(money.gif);
  background-repeat: no-repeat;
  background-position: bottom left; 
  }
#obenrechtsluecke
  {
  text-align: left;
  border-color: white;
  color: gray;
  float: left;
  font-size: 10px;
  height: 72px;
  width: 182px;
  }
#obenrechtsluecke a
  {
  color: gray;
  text-decoration: underline;
  }
#obenrechtsluecke a:hover
  {
  text-decoration: none;
  color: red;
  }
#googleKlein
  {
  float: left;
  border-width: 0;
  padding: 0;
  width: 141px;
  height: 125px;
  }
#uhrdiv
  {
  float: left;
  padding-top: 10px;
  text-align: center;
  width: 263px;
  height: 115px;
  border-color: white;
  }
#untenrechts
  {
  float: left;
  background: url(lottokugeln.gif);
  background-repeat: no-repeat;
  background-position: bottom right; 
  width: 290px; /* padding links */
  padding-left: 10px;
  height: 122px;
  border-color: white;
  }
#jahrspan 
  {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  color: gray;
  }
#aeraspan
  {
  color: gray;
  }
#histspan
  {
  font-size: 10px;
  color: gray;
  }
#impressum
  {
  width: 700px;
  float: right;
  text-align: right;
  border-color: white; 
  }
#googleAdsText
  {
  float: left;
  background: #ff6;
  border-color: red;
  height: 96px;
  }
#googleAdsImage
  {
  float: left;
  background: white;
  border-color: white;
  height: 96px;
  }
a.strich
  {
  text-decoration: underline;
  }
a
  {
  text-decoration: none;
  color: black;
  }
a:hover
  {
  color: red;
  }
a.gewinnlink
  {
  text-decoration: none;
  color: yellow;
  }
a:hover.gewinnlink
  {
  color: black;

  }
ul, ol
  {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0.7em; /* einrückung für alle außer ie */
  padding-left: 0.7em; /* einrückung für ie */
  }
table
  {
  margin: 0;
  padding: 0;
  }
td
  {
  width: 110px;
  margin: 0;
  padding: 0;
  font-size: 9px;
  border: 0;
  }
td.zahlen
  {
  border-bottom: solid silver 1px;
  width: 60px;
  text-align: right;
  }
#speedtable 
  {
  border: solid white 5px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  }
#speedtable td
  {
  font-size: 11px;
  }
span.rot
  {
  color: red;
  font-weight: bold;
  }
/* impressum.php */
#impressumDiv
  {
  line-height: 20px;
  border-color: white;
  text-align: center;
  width: 740px;
  height: 100px;
  float: left;
  }
#titelImpressum
  {
  float: left;
  background: #ff6;
  border-color: red;
  width: 740px;
  height: 30px;
  text-align: left;
  }