/* @group pomoc */
#pomoc {
	position: absolute;
	top:0px;
	left:1275px;
	z-index: 50;
	text-align: center;
	width: 300px;
 	font-family: "Singela";
	font-size: 30px; 
	color: red;
}
#screen-pomoc {
    overflow:hidden;
    width:1700px;
    height:1350px;
    clear:both;
    position:absolute;
    left: 0px;
    top:-275px;
    z-index:-1;
    background-color: red;
    display: none;
}
.pomoc {
	position: absolute;
	top: 300px;
	left: 700px;
	z-index: 5;
	display: none;
 	font-family: "Singela";
	font-size: 30px; 
	z-index: 0;
	width: 400px;
	line-height: 30px;
	color: white;
}

/* @end */
/* @group navigace */
#navigace {
	position: absolute;
	top:150px;
	left:500px;
	z-index: 50;
	text-align: center;
	width: 700px;
}
.bullet {
	font-family: "Singela-Extras";
	font-size: 60px;
	display:inline-block;
	width: 24px;
	text-align: center;
}
.bullet-active {
	color: gold;
	
}
.bullet-inactive {
	color: grey;
}
.a-bullet {
	text-decoration: none;
}

/* @end */
.container {
    margin-top: 0px;
    padding: 0px;
}
#bg, #bg > img{
    position:absolute;
    left:0px;
    top:0px;
    pointer-events:none;
}
body {
	background-color: #e6d2bc;
	margin: 0px;
	cursor: pointer;
}
#pravidla a {
	text-decoration: none;
}
	#text {
		position: absolute;
		padding: 0px;
		z-index: 10;
		left:535px;
		top:620px;
		background-color: transparent;
 	font-family: "Singela";
	font-size: 30px; 
	z-index: 10;
	width: 730px;
	line-height: 30px;
	}
#text h1 {
	font-family: "Singela-Bold";
	margin:0px;
	font-size: 42px;
	color:red;
}
.otazka {
	display: none;
}

#screen {
    overflow:hidden;
    width:1700px;
    height:1350px;
    clear:both;
    position:absolute;
    left: 0px;
    top:-275px;
    z-index:-1;
}
/*
#screen > img {
	left: 250px;
	top: 200px;
}
*/
#scenka{
   position:absolute;
   width: 1200px;
   height: 900px;
	left: 250px;
	top:250px;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1700px;
}
	#wrapper-komentar {
		margin: 0 auto;
		width: 420px;
		position: absolute;
		left: 1200px;
		top: 175px;
		z-index: 50;
		font-family: "Singela";
		font-size: 40px;
		color: #0053a3;
		text-align: center;
	}
	.komentar {
		z-index: 60 !important;
		margin: 10px;
		font-size: 0.8em;
	}

#title {
	font-family: "Singela";
	font-size: 40px;
	font-weight: bolder;
	color: #ffd700;
	position: absolute;
	left:500px;
	top:0px;
	z-index: 10;
	width: 700px;
}
#pravidla {
	position: absolute;
	left:70px;
	top:20px;
 	font-family: "Singela";
	font-size: 24px; 
	z-index: 10;
	width: 400px;
	line-height: 30px;
	}
#pravidla h1 {
	font-family: "Singela-Bold";
	margin:0px;
	font-size: larger;
	color:red;
}
.modra {
	color:blue;
}
.cervena {
	color:red;
}
.extra {
	font-family: "Singela-Extras";
	font-size: 36px;
	color: blue;
	line-height: 30px;
}
.bold {
	font-family: "Singela-Bold";
}
.extra-komentar {
	font-family: "Singela-Extras";
	font-size: 48px;
}
/* @group dotazy */
.color-dotaz {
	color: #12852b;
}
.color-pomoc {
	color: red;
}
.odpoved {
	position: absolute;
	top: 300px;
	left: 700px;
	z-index: 5;
	display: none;
 	font-family: "Singela";
	font-size: 24px; 
	z-index: 0;
	width: 400px;
	line-height: 30px;
	color: #12852b;
}
#screen-odpoved {
    overflow:hidden;
    width:1700px;
    height:1350px;
    clear:both;
    position:absolute;
    left: 0px;
    top:-275px;
    z-index:-1;
    background-color: #e1f6cb;
    display: none;
}

/* @end */
/* @group tlacitka */
#wrapper-tlacitka {
	position: absolute;
	top:580px;
	left:1140px;
	z-index: 99;
	width: 150px;
}
.tlacitko {
	position: relative; float: left;
}
/* @end */