/* --- uvod --- */

#str-uvod {
	height: 635px;
	background-image: URL('./str/str-uvod.jpg');
	background-position: 0px 25px;
	background-repeat: no-repeat;
}

	#str-uvod strong {
		display: none;
		visibility: hidden;
	}

/* --- konec: uvod --- */


/* --- jak hrat --- */

#uctenky {
	height: 327px;
	background-image: URL('./str/uctenky.jpg');
	background-position: 22px 0px;
	background-repeat: no-repeat;
	position: relative;
}

	#uctenky span {
		display: block;
		width: 280px;
		height: 40px;
		font-size: 0.8em;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 40px;
		top: 280px;
	}
	
	#uctenky span.uct-t2 {
		left: 410px;
	}

/* --- konec: jak hrat --- */




/* --- uplna pravidla --- */


.uplprav ul {
	padding-left: 20px;
}

/* --- konec: uplna pravidla --- */





/* --- kontakt --- */

#kont-sl1 {
	width: 240px;
	float: right;
}

#kont-sl2 {
	width: 450px;
	float: left;
}

#kont-reset {
	height: 1px;
	font-size: 1px;
	clear: both;
}

.form-pol, .form-pol2 {
	background-color: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	color: #be0068;
}

.form-tla {
	width: 143px;
	height: 32px;
	background-color: transparent;
	background-image: URL('./pod-form-tla.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/* --- konec: kontakt --- */





/* --- vyherci --- */
#vyh-sl1 {
	width: 50%;
	float: left;
	text-align: left;
}

#vyh-sl2 {
	width: 50%;
	float: right;
	text-align: left;
}

#vyh-sl-reset {
	height: 10px;
	font-size: 10px;
	clear: both;
}

.vyh-cis {
	color: #be0068;
	color: #536907;
	font-weight: bold;
}

	.vyh-cis span {
		color: #fefefe;
		font-weight: normal;
	}
	
		.vyh-cis span em {
			display: block;
			color: #536907;
		}
/* --- konec: vyherci --- */