@charset "utf-8";
/* CSS Document */
body,html {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
a {
	color:#06C;
	text-decoration:none;
	font-weight:bold;
}
.kontejner {
	position:relative;
	top:0px;
	height:50%;
	width:100%;
	text-align:center;
	margin:auto;
	z-index:99;
	padding-top:130px;
	padding-bottom:140px;
	overflow:auto;
	background-image:url(gui/empty.gif);
}
.ramecek {
	text-align:center;
	border-bottom:dotted 1px #06C;
	margin:auto;
	padding:15px;
	padding-left:40px;
	width:800px;
	color:#fff;
}

.obsah {
	border-top:0px dotted #CCC;
	padding:5px;
	clear:both;
}
.nadpis {
	width:800px;
	padding-left:3px;
	font-weight:bold;
}
.datum {
	width:800px;
	font-size:9px;
	padding-left:3px;
}
.more {
	cursor:pointer;
}
.clanek {
	padding-top:7px;
	text-align:justify;
	display:none;
}

#maty {
	position:relative;
	top:5px;
}
.fotografie {
	margin-top:7px;
	border:3px solid #FFF;
	-moz-box-shadow:#000 3px 3px 6px;
	-webkit-box-shadow:#000 3px 3px 6px;
	cursor:pointer;
}
.smiley {
	width:24px;
}
#obloha {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
#slunicko {
	position:fixed;
	top:-200px;
	right:20px;
	z-index:10;
}
#kopce {
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-640px;
	z-index:200;
}
#trava {
	height:29px;
	position:absolute;
	bottom:0px;
	width:100%;
	background-image:url(gui/trava.png);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:201;
}
.tm {
	background-image:url(gui/nebe-top.png);
	background-repeat:repeat-x;
	background-position:top center;
	position:fixed;
	width:900px;
	left:50%;
	margin-left:-450px;
	padding-left:100px;
	top:0px;
	text-align:center;
	height:127px;
	z-index:10;
}
.menu-item 	{
	position:relative;
	width:200px;
	height:107px;
	margin-left:-50px;
	top:-250px;
	z-index:15;
	cursor:pointer;
	float:left;
}
#home {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#home:hover {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:0px -107px;
}
#home-a {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:0px -214px;
}
#about {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-200px 0px;
}
#about:hover {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-200px -107px;
}
#about-a {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-200px -214px;
}
#photos {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-400px 0px;
}
#photos:hover {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-400px -107px;
}
#photos-a {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-400px -214px;
}
#videos {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-600px 0px;
}
#videos:hover {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-600px -107px;
}
#videos-a {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-600px -214px;
}
#contact {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-800px 0px;
}
#contact:hover {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-800px -107px;
}
#contact-a {
	background-image:url(gui/mrak.png);
	background-repeat:no-repeat;
	background-position:-800px -214px;
}

#loadarea {
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	width:100%;
	height:100%;
	background-image:url(gui/back085.png);
	visibility:hidden;
	z-index:300;
}
#hlavni-obsah {
	color:#fff;
}
.video-box {
	margin-top:7px;
	width:200px;
	position:relative;
	left:50%;
	margin-left:-100px;
	z-index:5;
	cursor:pointer;

}
.video-box-strip {
	background-image:url(gui/film-strip.png);
	height:7px;	
	margin:0xp;
}
.video-player {
	display:none;
}