* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	min-width: 980px;	
}

#bg_image.photo_1 {
	background:url(../images/bg_body_pict_01.jpg) no-repeat center top #3a3a3a;
	padding-bottom: 20px;
	margin-bottom: -20px;
}
#bg_image.photo_2 {
	background:url(../images/bg_body_pict_02.jpg) no-repeat center top #3a3a3a;
	padding-bottom: 20px;
	margin-bottom: -20px;
}
/*
#bg_image {
	position: absolute;
	top: 50px;
	left: 0;
	text-align:center;
	z-index: 1;
	width: 100%;
	height: 432px;
}
#bg_image.photo_1 {
	background:url(../images/bg_image_01.jpg) no-repeat center top;
}
#bg_image.photo_2 {
	background:url(../images/bg_image_02.jpg) no-repeat center top;
}
*/
/*========= ELEMENTS =========*/
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 32px;
	color:#01aef7
}
h1.uvod {
	font-size: 22px;
	margin: 0;
}
h2 {
	color: #01aef7;
	margin: 30px 0 15px 0;
	font-size: 18px;
	line-height: 20px;
}
h2 span,
h2 span a {
	color: #01aef7;
}
h2 span a:hover {
	color:#FFF;
}
h3 {
	margin: 35px 0 5px 0;
	font-size: 16px;		
}
h4 {
	color: #ffe779;
	font-size: 24px;
	margin: 35px 0 10px 0;
}
h4 span {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	color: #ffe779;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0 0;
}

p { 
	color: #FFF;
	font-size: 14px; 
	text-align: left; 
	margin: 1em 0; 
	padding: 0;  
}
a { 
	color: #FFF;
}
a:hover { color: #01aef7; }
a:focus { outline:none; }

img, a img {
	border: 10px solid #FFF;
}
a:hover img {
	border: 10px solid #01aef7;
}


ul { 
	color: #FFF;
	font-size: 14px; 
	margin: 20px 0 0 0; 
	padding-left: 0; 
}
ol { 
	font-size: 14px; 
	margin-left: 28px; 
}
ul li {
	padding: 0 0 5px 35px;
	margin-bottom: 7px;
	list-style-type: none;
	background: url(../images/li.png) no-repeat left 1px;
	list-style-position: outside;
}
ol li {
	background-image: none;
	padding-left: 0;
	margin-bottom: 8px;
}
ul li ul,
ul li ol {
	margin: 5px 0 5px 0;
}	
ul li ul li,
ul li ol li { font-size: 14px; }

form { margin: 0; padding: 0; }
label {
	float: left;
	width: 150px;
}
hr { display: none; }

table {
	font-size: 12px;
	margin-bottom: 30px;
}
table th {
	color: #FFF;
	background-color: #905a9b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px;
	width: 80px;
	text-align:center;
}
table th.yellow {
	color: #0a1220;
	background-color: #f5db3d;
}
table td {
	padding: 5px;
	border-bottom: 1px solid #e5e4e4;
}

/*========= DIVISION =========*/
#main.uvod {
	padding-top: 482px;
}
#main {
	padding-top: 413px;
}
#content {
	width: 980px;
	position: relative;
	text-align: left;
	margin: 0 auto;	
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
}
#header.uvod {
	height: 482px;
}
#header {
	height: 413px;
}
#logo {
	position: absolute;
	left: 0;
	top: -8px;
	z-index: 10;	
}
#logo a, #logo a span {	
	width: 138px;
	height: 113px; 
	overflow: hidden; 
}
#logo a span {
	background: url(../images/logo.png) no-repeat left top;
	cursor: pointer;
	display: block;	
}


/*navigace*/
ul#navmenu-h { 
	position: absolute;
	top: 0;
	left: 150px;
	margin: 0; 
	padding: 0;
	list-style: none; 
	width: 930px;
	height: 50px;
	z-index: 999;
}
ul#navmenu-h li { 
	float: left; 
	display: inline; 
	margin: 0 2px 0 0;
	padding: 0;
	background-image: none;
} 

/* Root Menu */ 
ul#navmenu-h a {
	height: 41px !important;
	line-height: 41px; 
	padding: 0 7px; 
	margin-left:-2px;
	float: left; 
	display: block; 
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	z-index:1000; 
} 

/* Root Menu Hover Persistence */ 
ul#navmenu-h a:hover,
ul#navmenu-h a.sel,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a { 
	color: #252525;
	background-color: #01aef7;	
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
} 

/* HEADER SLIDE */
#header_slide {
	position: absolute;
	top: 66px;
	left: 0;
	width: 980px;
	height: 327px;
}
#header_slide a img {
	border: 10px solid #FFF;
	padding: 0;
}
#header_slide a:hover img {
	border: 10px solid #01aef7;
}
#header_slide div.item {
	float: left;	
	position: absolute; 
	top: 0; 
	left: 0;
}

/*slider nav*/
#slider_navigation {
	position: absolute;
	top: 409px;
	left: 0;
	width: 980px;
	height: 57px;
	
}
#slider_navigation a img {
	float: left;
	margin-right: 14px;
	border: 5px solid #FFF;
}
#slider_navigation a img.last {
	margin-right: 0;
}
#slider_navigation a:hover img,
#slider_navigation a.sel img {
	border: 5px solid #01aef7;
}


/* HEADER PICT - OTHER PAGES */
#header_pict {
	background: url(../images/slide_shadow.html) no-repeat left bottom;
	position: absolute;
	top: 154px;
	left: 0;
	width: 980px;
	height: 339px;
}
#header_pict img {
	border: 0 none;
	border-radius: 0px;
}

/* MAIN BOXES */
.main_box {
	float: left;
	width: 295px;
	height: 400px;
	margin-right: 27px;
	position: relative;
}
.main_box.last {
	margin-right: 0;
}
.main_box h2 {
	color: #ffffff;
	margin: 10px 0 15px 0;
}
.main_box img {
	border: 10px solid #FFF;
}
.main_box p {
	font-size: 13px;
}
.main_box p.btn {
	position:absolute;
	right: 0;
	bottom: 10px;
}
p.btn a {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	background:url(../images/main_box_btn.png) no-repeat left top;
	display:block;
	width: 170px;
	height: 45px;
	color: #252525;
	line-height: 45px;
	padding: 0 10px;
	text-align:center;
	font-size: 14px;
	cursor: pointer;	
}
p.btn a:hover {
	color:#FFF;
	background-position: left bottom;
}
p.btn.right {
	float:right;
}

	

/*========= COLUMS =========*/
.cols_cover {
	background:url(../images/bg_cols.png) repeat-y left top;
}
.left_col {
	float: left;
	width:620px;
	padding-right: 20px;
}
.right_col {
	float: left;
	width: 280px;
	padding-left: 20px;
}
.both {
	float:left;
	width: 940px;
}

.inner {
	padding: 20px;
	background:url(../images/bg_content.png) repeat-y left top;
}
.inner.uvod {
	padding-bottom: 0px;
}

/* MAIN TEXT */
.uvod_text {
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 40px;
	height: 180px;
	margin: 20px 0;
}
.uvod_text img {
	float:left;
	margin-right: 25px;
}
.uvod_text h1 {
	margin-top: 0;
	color:#FFF;
}

/* AKTUALITY SEZNAM */
.aktualita img {
	float: left;
	margin: 0 25px 25px 0;
}
.aktualita_text {
	margin-left: 320px;
}
.aktualita_text p.title a {
	color: #01aef7;
	font-weight: bold;
}
.aktualita_text p.title a:hover {
	color: #FFF;
}


.d2,
.d2_both {
	float:left;
	width: 285px;
	margin: 0 21px 21px 0;
}
.d2_both {
	width: 460px;
	margin: 0 20px 20px 0;
}
.d2.last,
.d2_both.last {
	margin-right: 0;
}

/* REFERENCE */
.reference_box {
	float: left;
	width: 295px;
	margin: 0 25px 22px 0;
}
.reference_box.last {
	margin-right: 0;
}

/* FOOTER */
#footer {
	/*height: 50px;*/
	margin: 0 0 0 0;	
}
#copy {
	width: 980px;
	margin: 0 auto;	
}	
#copy p {	
	margin: 0;
	text-align: center;
	color:#ffffff;
}
.fb_foot {
	padding-top: 20px;
	width: 650px;
	float:left;	
}
.cont_foot {
	width: 310px;
	padding-left: 20px;
	float: left;
	text-align:left;
	color:#ffffff;
}
#copy .cont_foot p {
	text-align:left;
	line-height: 16px;
	color:#ffffff;
}


/*========= CLASSES =========*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

.vetsi {
	font-size: 120%;
	line-height: 110%;
}
.mensi {
	font-size: 12px;
}

.vkostce p {
	margin: 0 0 15px 5px;
}
.vkostce p.titulek {
	display:block;
	/*color: #FFF;
	background-color: #905a9b;*/
	color:#333;
	background-color: #b8bbc0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 2px 0;
}		
.drobky {
	margin: 0 0 20px 0;
}
.block_size { width:60px; float:left;}
.block_size.w70 { width:70px; float:left;}
.block_size.w110 { width:110px; float:left;}
.block_size.w200 { width:200px; float:left;}
.block_size.w250 { width:250px; float:left;}

.cleaner { height: 1px; float: none; clear: both; }
.delitko { 
	height: 1px; 
	float: none; 
	clear: both;
	margin: 20px 0;
	border-bottom: 1px dotted #666;
}
.delitko_line {
	background:url(../delitko_line.png) repeat-x left top;
	width: 100%;
	height: 3px;
	float: none; 
	clear: both
}
.cleaner.h15 {
	height: 15px;
}
.cleaner.h20 {
	height: 20px;
}

.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.notop {	
	margin-top: 0;
}
.nobr,
a:hover .nobr {
	padding: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 0 none;
}	
.noscreen { display: none; }
.out {
	background-image: url(../images/out.html);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

/* INFO BOXES */
.info {
	position:relative;
	/*background-color: #999;*/
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.info_icon {
	position: absolute;
	top: -5px;
	left: 5px;
	background: url(../images/vrtulka.png) no-repeat left center;
	width: 40px;
	height: 45px;	
}
.info p {
	margin: 0;
}


/* ======= CHYBOVE HLASKY ======== */
.zprava_ok, .zprava_bad {
	min-height: 70px;	
	margin-bottom: 10px;
	background: url(../images/zprava_ok.png) no-repeat left top;
}
.zprava_bad {
	background: url(../images/zprava_bad.png);
}
.zprava_ok p, .zprava_bad p {
	min-height: 45px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 15px 10px 10px 80px;
}
.zprava_ok p a, .zprava_bad p a {
	color: #FFFFFF;
}
.zprava_ok p a:hover, .zprava_bad p a:hover {
	color: #000000;
}

.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}

/*// FOTO //*/
.foto_box img,
.foto_box a img {
	margin:0;
	padding:0;		
}
.foto_box {
	float: left;
	margin: 0 30px 27px 0;
	width: 295px;
	position: relative;
}
.foto_box.wide {
	float: none;
	margin-right: 0;
	width: 620px;
	height: 422px;
}
.foto_box .box_in {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 184px;
	padding: 0;
}
.foto_box .box_in:hover {
}
.foto_box.wide .box_in {
	height: 422px;	
}
.foto_box .in_vertical {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;	
}
.foto_box .in_horizontal {
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 295px;	
}
.foto_box.wide .in_horizontal {
	width: 620px;	
}
.foto_box.last {
	margin-right:0px;
}
.foto_box.right {
	float:right;
	text-align: left;
	margin: 0 0 0 15px;
}
.foto_box.nofloat {
	float: none;
	margin: 0 0 20px 0;
}	
.foto_box p,
#right .foto_box p {
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.foto_box p strong {
	color: #FFF;
}
.foto_box p a,
.foto_box p a strong {
	color: #fff;
}
.foto_box p a:hover,
.foto_box p a:hover strong {
	color: #bcd603;
}

/*video play*/
.video_play a {
	background: url(../images/icon_play.html) no-repeat left top;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 22px;
	left: 55px;
	z-index: 999;
	text-decoration: none;
}

/* kont CARD */
.kont_card {
	position:relative;
	background:url(../delitko_line.png) repeat left top;	
	padding: 10px 10px 10px 60px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #666;*/
}
.kont_card .icon {
	position: absolute;
	top: 5px;
	left: 5px;
	background:url(../images/vrtulka.png) no-repeat left center;
	width: 40px;
	height: 45px;	
	margin: 0;
}
.kont_card p {
	margin: 0;
}


/* SEZNAM */
.seznam {
	position:relative;
	float: left;
	width: 295px;
 	height: 204px;
	overflow: hidden;
	margin: 0 25px 22px 0;	
}
.seznam.last {
	margin-right: 0;
}

/* MOSAIC */
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	width:294px;
	height:100%;
	text-align: center;
	background-color: transparent;
}

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:294px;
	height:100%;
	background: url(../images/mosaic-overlay.png) repeat left top;
	text-decoration: none;
	border-top: 1px solid #a4d80f;
}	
.details {
	background: url(../images/icon_plus.png) no-repeat right 2px;
	margin: 10px 20px;
}
.details h4, .details p {
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.details h4 {
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	margin: 0 25px 10px 0;
}
.popup_title .mosaic-overlay {
	bottom:-80px;
	height:140px;
}
span.link_fake {
	text-decoration: underline;
	color: #FFFFFF;
}
span.link_fake:hover {
	color: #507819;
}

/* SOCIALNI SITE */
.socialni_info {
	/*background: url(../images/info_bg.png) repeat left top;*/
}
.soc_fb {
	/*background: url(../images/social_facebook.png) no-repeat left top;
	padding-left: 75px;*/
	float: left;
	margin-right: 15px;
}
.soc_gplus {
	/*background: url(../images/social_google_plus.png) no-repeat left top;
	padding-left: 75px;*/
	float: left;
}

/* BLOG INFO */
.blog_datum,
.blog_udaj {
	font-size: 11px;
}
.blog_datum {
	width: 55px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	padding: 3px 3px 3px 25px;
	margin: 0 0 5px 0;
	background: url(../images/icon_date.png) no-repeat 3px center #333;
}
.blog_udaj {
	width: 526px;
	float: right;
	color: #333333;
	padding: 3px;
	margin: 0 0 0 0;
	background-image: none;
	background-color: #FFFFFF;
}
.blog_udaj a {
	color: #333333;
}	
p.vice a {
	background-color: #F5C300;
	color: #000000;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
p.vice a:hover {
	background-color: #95c416;
	color: #FFFFFF;
}
.komentar_pole {
	width: 186px;
}

/* OTAZKA / ODPOVED */
.otazka {
	background:url(../images/icon_otazka.png) no-repeat left top;
	padding: 0 0 0 45px;
}
.odpoved {
	background:url(../images/icon_odpoved.png) no-repeat left top;
	padding: 0 0 0 45px;
	margin-left: 45px;
}

/* KONTAKT FORM */
form#kontakt textarea {
	width: 300px;
}
input.inp {
	width: 300px;
}

/* BTN INPUT */
.btn_inp {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	background:url(../images/main_box_btn.png) no-repeat left top;
	display:block;
	width: 190px;
	height: 45px;
	padding-bottom: 3px;
	color: #252525;
	text-align:center;
	font-size: 14px;
	cursor: pointer;
	border:0 none;	
}
.btn_inp:hover {
	color:#FFF;
	background-position: left bottom;
}

/* BTN SIMPLE */
/*
p.btn_simple {
	text-align:right;
}
p.btn_simple a {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	background:url(../images/main_box_btn.png) no-repeat left top;
	display:block;
	width: 170px;
	height: 45px;
	color: #252525;
	line-height: 45px;
	padding: 0 10px;
	text-align:center;
	font-size: 14px;
	cursor: pointer;	
}
p.btn_simple a:hover {
	color:#FFF;
	background-position: left bottom;
}
*/

/* UPOZORNENI BOX */
.upozorneni {
	background:url(../images/upozorneni_icon.png) no-repeat 10px center;
	padding: 5px 10px 10px 85px;
}

