
table { height:100%; width:100%; border:none; border-collapse:collapse; border-spacing:0px; }
td { font-family:Verdana; font-size:12px; padding:0px; spacing:0px; }
td.rand1 { height:30%; }
td.rand2 { width:30%; }
td.mitte { vertical-align:top; align:center; text-align:center; }
div.enter { text-align:center; }

a:link { font-size:12pt; font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:visited { font-size:12pt; font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:hover { font-size:12pt; font-weight:bold; color:#FFFFFF; text-decoration:none; }
a:active { font-size:12pt; font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:focus { font-size:12pt; font-weight:bold; color:#FFFFFF; text-decoration:underline; }

div.moreInfoContent { 
  position:absolute; 
  top:22px; 

  background-color: #FFFEB9;
  
  border-width:medium; 
  border-color:#000000; 
  border-style:solid; 
  padding:5px; 

  font-family:Verdana; 
  font-size:12px;
}

a.moreInfoButton { 
  font-family:Verdana; 
  font-size:8pt; 
  font-weight:bold;
  color:#000000; 
  text-decoration:none; 
  background-color: #FFFEB9;
  padding:3px; 

  border-width:1px; 
  border-color:#000000; 
  border-style:solid; 
  
  cursor:pointer;
}
a.moreInfoButton:hover { color:#0000FF; }
