/* index */
#obtekani_left {
  float: left;
  margin-right: 20px;
}

#odkazy {
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#prehled_sportka {
  font-weight: bold;
  width: 70px;
  float: left; 
}

#prehled_stastnych10 {
  font-weight: bold;
  width: 120px;
  float: left; 
}

#prehled_euromiliony {
  font-weight: bold;
  width: 110px;
  float: left; 
}


.blok {
  margin-top: 20px;
}

.blok td.nadpis_vyhry {
  width: 100px;
  
  font-weight: bold;
  background-color: #aaaaaa;
}

.blok td.nadpis_cisla {
  width: 45px;
  text-align: center;
  font-weight: bold;
  background-color: #aaaaaa;
}

.blok td.nadpis_uzky {
  width: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #aaaaaa;
}

.blok td.doprava {  
  text-align: right;
  background-color: #dddddd;
}

.blok td.center {  
  text-align: center;
  background-color: #dddddd;
}

.blok .vyhry {
  text-align: center;
  background-color: #eeeeee;
}

.blok .vyhry td.nadpis_pole {
  width: 70px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_typ {
  width: 60px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_tipovanych {
  width: 80px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_tah {
  width: 35px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_cisla {
  width: 160px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_cisla_historie {
  width: 200px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_cisla_euromiliony {
  width: 200px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_cisla_stastnych10 {
  width: 250px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_uhodnuto {
  width: 65px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_poradi {
  width: 50px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_vyhra {
  width: 140px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_vklad {
  width: 35px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.nadpis_kralovska_hra {
  width: 60px;
  font-weight: bold;
  background-color: #999999;
}

.blok .vyhry td.prazdne_misto {
  background-color: #eeeeee;  
}

.blok .vyhry td.pole {
  background-color: #999999;
}

.blok .vyhry td.pole_sance {
  background-color: #aaaaaa;
}

.blok .vyhry td.pole_vyhra {
  background-color: #999999;
  text-align: right;
}

.blok .vyhry td.tah1 {
  background-color: #dddddd;
}

.blok .vyhry td.tah1_vyhra {
  background-color: #dddddd;
  text-align: right;
}

.blok .vyhry td.tah2 {
  background-color: #bbbbbb;
}

.blok .vyhry td.tah2_vyhra {
  background-color: #bbbbbb;
  text-align: right;
}






















.red {
  color: #f00;  
}
.green {
  color: #00a000;  
}
.blue {
  color: #0000ff;
}

.bold {
  font-weight: bold;
}

.chyba {
  border: 0px; 
  background-color: #FF0000;
}


h1,h2,h3,h4,h5,h6
{
	color: #444;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #000;
}
html {background: #fff url('images/bg.png') top left repeat-x;}
body {background: url('images/bg-main.png') center top no-repeat;margin:0 !important;}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a
{
	color: #006699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 900px;
	margin: 0 auto;
	background:#fff;
}

/* Header */

#header
{
  height:120px;
  background: url('images/header.jpg') 10px 0 no-repeat;
  position:relative;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1 {margin:0;}
#header h1 a
{
	position:absolute;
	width:880px;
	left:10px;
	height:80px;
	display:block;
	background: url('images/blank.gif') repeat;
	
}
#header h1 a {
	font-size: 0.4em;
	text-decoration: none;
	color: #c0c0c0;
}

#header ul#menu {margin:0;position:absolute;left:10px;top:80px;padding:0;list-style:none;}
#header ul#menu li {
  float:left;
  list-style:none;
}
#header ul#menu li a {
  display:block;
  float:left;
  height:40px;
  line-height:40px;
  padding:0 29px 0 31px;
  color:#3d5025;
  text-decoration:none;
  background: url('images/menu.jpg') 0 10px no-repeat;
}
#header ul#menu li.first a {background:none;}
#header ul#menu li a:hover {text-decoration:underline;} 


/* Content */

#content
{
	padding-left: 10px;
	padding-right: 10px;
}

.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff url('images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
  color:#497214;
	font-size: 1.25em;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 0;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 0;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	color: #444;
}

#content table td
{
	padding: 0;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 4px 0 20px 20px;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 200px;
	padding: 10px 20px 20px 0;
}

#secondaryContent h3 {padding-left:10px;}

/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

p {
  padding: 0 0 0 0;
  margin: 0 0 0 0; 
}

.clear
{
	clear: both;
}


.cislo {
  display:inline-block;
  height:25px;
  line-height:25px;
  width:25px;
  text-align:center;
  background: url('images/kulicka.png') 0 0 no-repeat;
  margin-right:5px;

}


