@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);

/* --- TITULNI STRANA -- DEFINICE HLAVNICH ELEMENTU ------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	text-align: center;
	color:#666;
	background-color: #fff;
	background-image: url(podklad0.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#strana {
	position: relative;
	width:1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-width:400px;
	background-image: url(titul0.jpg);
	background-repeat: no-repeat;
	background-position: left 60px;
}

#titul {	
	background-image: url(podklad_menu.png);
	background-repeat: repeat-x;
}

#mmenu {text-align:center;}
#mmenu select{font-size:1.4em; margin:16px auto; border: 3px solid #89c530;}

a.vybrana{color: #FFF!important; background-color:#89c530;}
a.aktivni{color:#FFF!important;}



#obsah {
	margin-top:200px;
	margin-bottom:10px;
	background-image: url(podklad_obsah.png);
	background-repeat: repeat;
	min-height:400px;
}
#obsah-vnitrek{padding:10px 17px;}

#pata {
	clear:both;
	width: 1066px;
	height:42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#e5e5e5;
	background-image: url(pata.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#000;
	margin:0 auto;
}
#pata-vnitrek{padding:10px 20px;}
#pata a {color:#000 !important; text-decoration:none;}
#pata a:hover {color:#000 !important; text-decoration:underline;}
#webdesign {font-size:10px;	text-align:center;color:#AAA; float:right;}
#webdesign a{color:#AAA!important; text-decoration:none;}
#webdesign a:hover{color:#000; text-decoration:underline;}


#scrollToTop{
	width:46px; 
	height:46px;
	text-decoration: none;
	position:fixed;
	bottom:4px;
	right:4px;
	display:none;
	background: url('scrolltop.png') no-repeat 0px 0px;
	-webkit-transition: background 0.5s;
    -moz-transition:    background 0.5s;
    -ms-transition:     background 0.5s;
    -o-transition:      background 0.5s;
    transition:         background 0.5s;
}
#scrollToTop:hover{
	background-position: -46px 0px;
}



/* ----- VSEOBECNE -------------------------------------------------------------------------------------------- */

.cistic {
	clear: both;
	height: 0px;
	content: ' ';
	overflow:hidden;
}
.cistic hr {display:none;}


hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {border: 1px solid #000000;}
.index {font-size:70%; position:relative; top:-3px;}
.podcarou {font-size:10px; color:#999999}

/* ----- FORMULARE ------------------------------------------------------------------------------------------- */
fieldset {
	position:relative;
	padding-top:20px;
	border: 1px solid #000000;
	width: 450px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F4D463;
}
fieldset strong {
	color:#000000;
	font-weight:bold;
}
legend {
	position:absolute;
	top:-10px;
	background-color: #4E7DB7;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.chyba {
	color: #FF0000;
	background-image: url(error.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	line-height: 16px;
	display:table;	/*jinak jsou problemy se zobrazenim vedle float bloku */
	padding-bottom:15px;
}
form {
	margin: 0px;
	padding: 0px;
}

.schovej {display:none;}

.foto {float:left; margin-right:10px; margin-bottom:10px;}
.foto a img { box-shadow: black 2px 6px 10px; position:relative;}
.foto a:hover img {top:1px; left:1px;}

/* ----- CLANEK --------------------------------------------------------------  */
.clanek em {float:right; font-size:0.8em;}
.clanek {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;	
}

.tl_zpet a{
	background-image: url(tl_zpet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px 0;
	padding-left:30px;
	font-size:14px;
	padding-bottom:7px;
	line-height:35px;
}
.tl_zpet a:hover{background-position: 0px -26px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
