/*---------------------------------------------------------
This css-file contains all definitions.
Modified and extended by Pixelbüro for Kontaktbox
-----------------------------------------------------------
Domain.......: kontaktbox.de
File.........: lottozahlen.css
Ver..........: 8.08.17
-----------------------------------------------------------
Autor........: A.Czaplicki - Pixelbüro
Url..........: http://www.pixelbuero.de
E-Mail.......: ac@pixelbuero.de
-----------------------------------------------------------
Copyright 2008 (Pixelbüro).
All rights reserve.
Further spread further only after express permission !
---------------------------------------------------------*/

/* ############################################################################# */
/* #################### STYLES FOR SPECIFIC CLASSES AND IDS #################### */
/* ############################################################################# */

div#lottozahlen {
	width: 457px;
	height: 144px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px auto;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
}
p.lottohead {
	color: #FFFF00;
	background-color: #990000;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	line-height: 18px;
	border-bottom: 1px solid #CC0000;
}
p.lottogenerator {
	margin: 0px auto auto 0px;
	float: left;
}
img.lottogenerator {
	width: 205px;
	height: 124px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 0px solid #CC0000;
	border-top: 0px solid #CC0000;
}
p.lottotext1, p.lottotext2 {
	line-height: 24px;
	margin: 0px;
	float: left;
	width: 75px;
	padding-left: 4px;
	border-bottom: 1px solid #CC0000;
	text-align: left;
	font-size: 10px;
}
p.lottotext1 {
	background-color: #FFFF99;
}
p.lottotext2 {
	background-color: #FFFFCC;
}
p.lottozahlen1,  p.lottozahlen2 {
	margin: 0px;
	float: left;
	line-height: 24px;
	width: 172px;
	border-bottom: 1px solid #CC0000;
}
p.lottozahlen1 {
	background-color: #FFFF99;
}
p.lottozahlen2 {
	background-color: #FFFFCC;
}
span.lottozahl {
	width: 24px;
	float: left;
	text-align: center;
	background-image: url(../images/kugel.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	line-height: 24px;
	font-weight: bold;
}

