/* Formatierung des Inhaltes des Lotto iFrames */

/* Style aller Links */
a:link {
	color: #000000;
	text-decoration: none;
		}

a:visited {
	text-decoration: none;
	color: #000000;
		}
a:hover {
	text-decoration: none;
	color: #0000FF;
		}
a:active {
	text-decoration: none;
	color: #000000;
		}
/* verlinkte Bilder ohne Rahmen */
img { 
	border:none 
		}


#lotto_div {
		border-width:0px; 
		border-style:none;
		width:160px;
		height:159px;
		background-color:#DBE0E5;
		text-align:center;
		position:absolute;
		top:0px;
		left:0px;
		line-height:12px;
		}
#lotto_text_grey {
		font-size:x-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#999999;
		text-align:left;
		}
		
#lotto_table {
		font-size:x-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#DBE0E5;
		border-width:0px; 
		border-style:none;
		width:160px;
		}
		
#lotto_colum_left {
		text-align:left;
		color: #000000;
		}
		
#lotto_colum_right {
		text-align:right;
		color: #000000;
		}

#text {
		font-size:x-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
#strong {
		font-weight:bold;
		font-size:x-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
