html {
	padding: 0;
	margin: 0;
}

body {
	background-color:#EEEEEE;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	text-align:center;
	padding: 0;
	margin: 0;
}


div#main {
	position:relative;
	
	background-color: white; 
	
	width: 848px; 
	height:600px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:30px; 
	text-align:left;

	/* overflow: hidden; */
}

span.over {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}

span.over:hover {
	background-position: bottom left;
}

div#leva, h1, div#prava, div#titulka, div#obsah {
	position: absolute;
	top:0;
	left: 0;
	width: 424px;
	height: 600px;
	
	margin: 0;
	padding: 0;

	overflow: hidden;
}

div#prava {
	left: 424px;
}

div#titulka span.over {
	width: 424px;
	height: 600px;
	background-image: url('./obrazy/titul.jpg');
}

div#obsah {
	background-image: url('./obrazy/prava.png');
	
}

div#obsah div#textbox {
	position: absolute;
	left: 30px;
	top: 30px;
	
	height: 540px;
	width: 364px;
	
	overflow: auto;
	
	
	text-align: left;
}

/* div#obsah div#textbox h2, div#obsah div#textbox p {
	width: 80%;
} */

h1 span.over {
	background-image: url('./obrazy/leva.png');
	width: 424px;
	height: 600px;
}

div#leva a.cudl {
	display: block;
	position: absolute;
	
	width: 185px;
	height: 73px;
	
	background-color: transparent;
	
	margin: 0;
}

div#leva a.cudl span.over{
	width: 185px;
	height: 73px;
}

a#cudl1, a#cudl2 {
	top: 430px;
}
	
a#cudl3, a#cudl4 {
	top: 506px;
}

a#cudl1, a#cudl3 {
	left: 22px;
}
a#cudl2, a#cudl4 {
	left: 208px;
}

a#cudl1, a#cudl3, a#cudl2, a#cudl4 {
	cursor: hand; color: #D64D34;
}

a#home_link {
	display: block;
	position: absolute;
	
	width: 280px;
	height: 330px;
	margin: 0;
	
	background-color: transparent;
	
	
	left: 70px;
	top: 40px;
	z-index: 1;
	overflow: hidden;
	
	text-decoration: none;
}

a#home_link span {
	position: relative;
	top: 330px;
}

/* a#cudl1 span.over { background-image: url('./obrazy/cudl1_off.png'); }
a#cudl2 span.over { background-image: url('./obrazy/cudl2_off.png'); }
a#cudl3 span.over { background-image: url('./obrazy/cudl3_off.png'); }
a#cudl4 span.over { background-image: url('./obrazy/cudl4_off.png'); } */
a#cudl1 span.over { background-image: url('./obrazy/cudl1.png'); }
a#cudl2 span.over { background-image: url('./obrazy/cudl2.png'); }
a#cudl3 span.over { background-image: url('./obrazy/cudl3.png'); }
a#cudl4 span.over { background-image: url('./obrazy/cudl4.png'); }

/* a#cudl1:hover span.over { background-image: url('./obrazy/cudl1_on.png'); }
a#cudl2:hover span.over { background-image: url('./obrazy/cudl2_on.png'); }
a#cudl3:hover span.over { background-image: url('./obrazy/cudl3_on.png'); }
a#cudl4:hover span.over { background-image: url('./obrazy/cudl4_on.png'); } */

#textbox h2 {
	color: white;
	font-size:28px;
	line-height: 120%;
	text-align: center;
}

#textbox h3, #textbox p.ultra_strong {
	font-size:20px;
	line-height: 120%;
	text-align: center;
}

#textbox p, #textbox ul {
	color: white;
	font-size:12px;
	line-height: 120%;
	
	margin-top: 0;
}

#textbox h2, #textbox h3, #textbox p, #textbox hr {
	margin-right: 10px;
}

#textbox a, #textbox strong.colored_strong {
	color:#F5D988;
}

#textbox p.ultra_strong {
	color:#F5D988;
}

#textbox h3 {
	color:white;
	margin-bottom: 0;
}

#textbox h3.align_left {
	text-align: left;
}


#textbox h2.pivo {
	text-align: left;
	color:#F5D988;
	font-size: 14px;
	clear: both;
	margin-bottom: 0;
}

#textbox h2.pivo img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


#textbox p.pivo, #textbox ul.pivo {
	font-size: 10px;
}

#textbox ul.pivo {
	padding-left: 20px;
}

#info_cudl {
	position: absolute;
	left: 27px;
	top: 430px;
	z-index: 10;
	background-color: red;
	width: 180px;
	height: 50px;
}

#textbox h3.pravidla {
	color: #F5D988;
	text-align: left;
}

#textbox #vydejni_mista {
	color: white;
	font-size:12px;
	line-height: 120%;
}

#textbox #vydejni_mista .tbl_zahlavi {
	background-color: #F5D988;
	color: black;
}

#pocatecni_pismena {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

#vysledky_hledani ul {
	font-size: 13px;
	line-height: 150%;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

#vysledky_hledani dl {
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

#vysledky_hledani dd, #vysledky_hledani dt {
	margin: 0;
	padding: 0;
}

#vysledky_hledani dt {
	color: white;
	font-weight: bold;
	margin-top: 15px;
}

#load_busy_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url('../obrazy/busy2.gif');
	background-position: top left;
	background-repeat: no-repeat;
	/* background-color: white; */
}

a#heineken_odkaz {
	display: block;
	width: 171px;
	height: 27px;
	position: absolute;
	right: -41px;
	bottom: -35px;
	background-color: transparent;
	background-image: url('../obrazy/heineken_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

a#heineken_odkaz:hover {
	background-position: bottom left;
}

a#hyperlink_over {
	position: absolute;
	left:0;
	top: 0;
	display:block;
	width: 424px;
	height: 600px;
	z-index:100;
}

