body{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	background: url("../images/bg_body.jpg") no-repeat center top #ffffc3;
}
.cls{ clear: both; }
form, h1, h2, h3, h4{ margin: 0px; padding: 0px; }

h1, h2, h3{
	font-weight: lighter;
}

h1{
/*text-align:center;*/
padding-left:26px;
font-size: 30px;
color:black;
}

.chybovka{ color: red; font-size: 18px; font-weight: lighter; padding: 5px 0px 5px 40px; background: url(../images/hlaska_err.png) no-repeat left center; }
.hlaska{ color: #228b22; font-size: 18px; font-weight: lighter; padding: 5px 0px 5px 40px; background: url(../images/hlaska_ok.png) no-repeat left center; }
.help{ background: url("../images/zarovka.gif") no-repeat scroll 6px 12px #ffffca; border: 1px dotted #BF0000; padding: 15px 15px 15px 30px; margin: 0px 20px 20px; }

/*- přenastavim rámy -------*/
/*
#main_ll{ margin-left: 257px; width: 740px; }
#left-frame_ll{ width: 247px; }
*/
#main_ll{ margin-left: 250px; width: 747px; }
#left-frame_ll{ width: 240px; }
#left-frame_ll h2{ color: grey; border-width: 1px 0px 2px; border-style: dotted solid solid; border-color: silver; padding: 5px 5px 5px 20px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */ }
#hlavni_obal{ background-color: white; padding: 0px; margin-top: 150px; position: relative; }
#hlavni{ background: url("../images/bg_hlavni.gif") repeat-y 0px 0px white; }
#container{ background: url("../images/bg_container.png") repeat-x bottom; }

#logo{ position: absolute; top: -75px; right: 15px; }

/*- copyright ---------*/
#copyright{ font-size: 90%; color: silver; }
#copyright .copy{ margin: 0 auto; text-align: right; width: 978px; padding: 10px; }
#copyright .copy a{ color: silver; }
#copyright .copy a:hover{ text-decoration: none; }

/*- top menu hlavní úroven -----*/
#top-menu{ position: absolute; top: 150px; left: 0px; overflow: hidden; width: 100%; height: 50px; border-bottom: 3px solid #FFA21D; border-top: 1px solid #FFA21D; background: #ffd65e; /* Old browsers */ background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffd65e 0%,#febf04 100%); /* W3C */ }
#top-menu ul{ width: 998px; margin: auto; list-style: none;}
#top-menu ul li{ float: left;}
#top-menu a{
	display: block;
	color: white;
	padding: 18px 24px;
	text-decoration: none;
	font-weight: bold;
	border-left: 5px solid transparent;
	border-right: 2px solid transparent;
}
#top-menu a:hover{ color: black; text-decoration: underline; background-color: #fdbf0a; border-left: 5px solid #FF7921; border-right: 2px solid #FF7921; -webkit-border-top-right-radius: 35px; -webkit-border-bottom-left-radius: 35px; -moz-border-radius-topright: 35px; -moz-border-radius-bottomleft: 35px; border-top-right-radius: 35px; border-bottom-left-radius: 35px; }
#top-menu a.current{ color: black; text-decoration: underline; background-color: #fdbf0a; border-left: 5px solid #FF7921; border-right: 2px solid #FF7921; -webkit-border-top-right-radius: 35px; -webkit-border-bottom-left-radius: 35px; -moz-border-radius-topright: 35px; -moz-border-radius-bottomleft: 35px; border-top-right-radius: 35px; border-bottom-left-radius: 35px; }

/*- zápatí stránek -------*/
#footer_obal { padding: 10px; border-bottom: 1px solid #FFA21D; border-top: 3px solid #FFA21D; background: #febf04; /* Old browsers */ background: -moz-linear-gradient(top, #febf04 0%, #ffd65e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf04), color-stop(100%,#ffd65e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #febf04 0%,#ffd65e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #febf04 0%,#ffd65e 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #febf04 0%,#ffd65e 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #febf04 0%,#ffd65e 100%); /* W3C */ }
#footer_stred{ width: 998px; margin: auto; }

/*- položky zápatí ---------*/
#footer_group h3{ font-weight: bold; color: #bf0000; }
#footer_group li{ color: #ff7921; }
#footer_group li:hover{ color: #bf0000; }
#footer_group a{ display: inline-block; color: #ff7921; text-decoration: underline; }
#footer_group a:hover{ text-decoration: none; color: #bf0000; }

/*- panel zapatí definované ----*/
#footer_group{ padding: 20px; }
#footer_group .line_zapati{ background: url("../images/oddelovac-footer.gif") repeat-y center; }
#fulltext{ background: url("../images/bg_fulltext.png") no-repeat left center; padding: 15px; margin-left: 28px; }
#fulltext .full{ border: 1px solid gray; padding: 2px; width: 220px; }

/*- statické menu ---------------*/
#staticke_menu{ position: absolute; top: -130px; right: 73px; }
#staticke_menu a{ display: inline-block; width: 30px; height: 30px; margin-right: 10px; background: url("../images/icon-st-menu.png") no-repeat 0px 0px; }
#staticke_menu a:hover{ background-position: 0px -30px; }
#staticke_menu a.pol1:hover{ background-position: -45px -30px; }
#staticke_menu a.pol1{ background-position: -45px 0px; }
#staticke_menu a.pol2{ background-position: -90px 0px; }
#staticke_menu a.pol2:hover{ background-position: -90px -30px; }
#staticke_menu a.current_home{ background-position: 0px -30px; }
#staticke_menu .pol1.current{ background-position: -45px -30px; }
#staticke_menu .pol2.current{	background-position: -90px -30px;}

/*- levé menu --------*/
#uroven-menu-cms{ padding: 5px; margin:0px 0px 25px;}
#uroven-menu-cms ul{ list-style: none; margin: 0px; padding: 0px; }
#uroven-menu-cms li:first-child{ border-top: none; }
#uroven-menu-cms li{ border-top: 1px solid silver; }
#uroven-menu-cms a{ display: block; padding: 10px 0px 10px 23px; background: url("../images/sipka-left.gif") no-repeat 6px 11px; text-decoration: none; color: black; }
#uroven-menu-cms a:hover{ background-color: #ffffca; color: #bf0000; background-position: 6px -41px; }
#uroven-menu-cms a.current1{ background-color: #f4f4f4; color: orange; font-weight: bold; background-position: 6px -41px; }

/*- form telefon -------*/
#panel_telefon{ padding: 0px 5px; margin: 0px 0px 25px;  }
#panel_telefon p{ background-color: #f4f4f4; margin: 0px; padding: 8px 20px;}
#panel_telefon #odeslatForm{ background-color: LemonChiffon; padding: 10px 5px; border-width: 3px 1px; border-style: solid; border-color: Gold; }
#panel_telefon #odeslatForm .pole{ border: 1px solid gray; padding: 2px; width: 115px; }
#panel_telefon .vysledek{ text-align: left; color: red; font-weight: bold; }

/*- levá upoutávka články -------*/
#left-upoutavka-clanky{ padding: 0px 5px; margin: 0px 0px 25px;}
#left-upoutavka-clanky .titulek{ color: orange; padding: 6px 20px; font-weight: bold; font-size: 14px;}
#left-upoutavka-clanky a{ color: black; }
#left-upoutavka-clanky a:hover{ color: #bf0000; text-decoration: none; }
#left-upoutavka-clanky .abstrakt{ padding: 0px 20px 5px 20px; color: gray;}
#left-upoutavka-clanky .abstrakt a{ color: gray; text-decoration: none; display: block; }
#left-upoutavka-clanky .abstrakt a:hover{ color: black; background-color: #ffffc3; }

/*- slider top grafika ------*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding:0px 10px; float: left; display:none;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 739px; padding: 10px; background-color: #000000; color: #FFFFFF; }
.cs-prev { background: url("../images/s-left.png") no-repeat center; display: inline-block; width: 32px; height: 82px; }
.cs-next { background: url("../images/s-right.png") no-repeat center; display: inline-block; width: 32px; height: 82px; }

/*- úvodní stránka ----*/
.detail .bg_main{ margin: 8px 0px; background: url("../images/line_main.png") no-repeat; }
.detail .bg_main h1{ padding: 6px; text-align: center; }
.detail h2{ padding: 16px 0px 0px 0px; }
.detail h1 span{ color: gray; font-size: 80%; }

.obal_text{ padding: 5px 40px; }

/*- vypis fulltext ---------*/
#vypis-fulltext .zvyrazni{ color: red; }
#vypis-fulltext #info_hledej p{ margin: 3px 0px; }
#vypis-fulltext .polozky_fulltext{ border-bottom: 1px dotted #e6e6e6; margin: 10px 0px; }
#vypis-fulltext a{ color: #3f3f3f;}
#vypis-fulltext a:hover{ text-decoration: none; }

/*- výpis články ---*/
.vypis-clanky{ padding: 5px 40px 20px; background: url("../images/line.png") no-repeat center bottom; margin-bottom: 5px; }
.vypis-clanky h2{
	padding-bottom:15px;
}
.vypis-clanky h2 a{ color: orange; text-decoration: underline; }
.vypis-clanky h2 a:hover{ color: #bf0000; text-decoration: none; }
.vypis-clanky .vlozeno{ padding: 5px 0px; color: silver; font-style: italic; display:none;}
.vypis-clanky .abstrakt a{ color: black; text-decoration: none; }
.vypis-clanky .abstrakt a:hover{ text-decoration: underline; }
.vypis-clanky .img-abstrakt{ float: left; margin: 0px 5px 5px 0px; }

/*- stránkování články -----*/
.strankovani{ text-align: center; }

/*- top grafika --------*/
#top_grafika_kat{ position: absolute; top: -143px; left: 2px; z-index: 50; }

/* podkategorie CMS */
.stred_podmenu_cms{ margin: 15px 10px; padding: 5px; float: left; width: 45%; border: 1px solid white; border-bottom: 1px solid silver; }
.stred_podmenu_cms h2{ color: orange; font-weight: lighter; }
.stred_podmenu_cms h2 a{ color: orange; text-decoration: underline; }
.stred_podmenu_cms h2 a:hover{ color: #bf0000; text-decoration: none; }
.stred_podmenu_cms .img-abstrakt{ float: left; padding: 5px 10px 5px 0px; }
.stred_podmenu_cms .abstrakt{ padding: 5px 10px 5px 30px; margin-top: 6px; height: 60px; }

.stred_podmenu_cms .abstrakt a{ color: black; text-decoration: none; }
.stred_podmenu_cms .abstrakt a:hover{ text-decoration: underline; }
.stred_podmenu_cms  .vice{ padding: 10px 0px; }
.stred_podmenu_cms  .vice a{ color: #0099ff; padding-left: 12px; background: url("../images/sipka_vice.gif") no-repeat 0px 4px; }
.stred_podmenu_cms  .vice a:hover{ color: orange; padding-left: 12px; background: url("../images/sipka_vice.gif") no-repeat 0px -21px; }

/* podkategorie CMS - reference */
.stred_podmenu_cms1{ margin: 15px 10px; padding: 5px; float: left; width: 45%; border: 1px solid white; border-bottom: 1px solid silver; }
.stred_podmenu_cms1 h2{ color: orange; font-weight: lighter; }
.stred_podmenu_cms1 h2 a{ color: orange; text-decoration: underline; }
.stred_podmenu_cms1 h2 a:hover{ color: #bf0000; text-decoration: none; }
.stred_podmenu_cms1 .img-abstrakt{ float: right; padding: 0px 0px 0px 10px; margin-top:-35px;}
.stred_podmenu_cms1 .abstrakt{ padding: 5px 10px 5px 30px; margin-top: 6px; }

.stred_podmenu_cms1 .abstrakt a{ color: black; text-decoration: none; }
.stred_podmenu_cms1 .abstrakt a:hover{ text-decoration: underline; }
.stred_podmenu_cms1  .vice{ padding: 10px 0px; margin-top:-30px;}
.stred_podmenu_cms1  .vice a{ color: #0099ff; padding-left: 12px; background: url("../images/sipka_vice.gif") no-repeat 0px 4px; }
.stred_podmenu_cms1  .vice a:hover{ color: orange; padding-left: 12px; background: url("../images/sipka_vice.gif") no-repeat 0px -21px; }

/*- tabulky funkcí střed ----*/
td.linka{ background: url("../images/line.png") no-repeat center; alpha(opacity: 35); opacity: 0.35; }

/*- rozšíření fck -----*/
.img_border{padding:3px; border:1px solid silver; margin:1px;}
/*- mapa stránek --------*/
#mapa_stranek { padding-left: 12%; }
#mapa_stranek .mapa-menu ul{ list-style: none; margin: 0; }
#mapa_stranek .mapa-menu li.linka-menu{ font-weight: bold; padding: 3px; }
#mapa_stranek .mapa-menu li a { color: #3F3F3F; text-decoration: none; }
#mapa_stranek .mapa-menu li a:hover { text-decoration: underline; }
#mapa_stranek h2{color: black; line-height: 31px; margin: 0px 0 10px; padding-left: 20px; }

/*- panel vypis tutulky článků -----*/
#panel_title_clanky { }
#panel_title_clanky a{ }
#panel_title_clanky a:hover{ }

/*- kde jsem --------*/
#kde-jsem{padding:10px 0px 10px 30px;}
#kde-jsem a{color:silver;}
#kde-jsem a:hover{color:orange;}
#kde-jsem span{font-weight:bold;color:gray;}
/*- formulář poptavky ---*/
#form_poptavka fieldset{ border: 1px double #EAEAEA; margin: 10px 10px 10px 0px; }
#form_poptavka legend{ font-size: 13px; font-weight: bold; padding: 5px; }
#form_poptavka .radek{ line-height: 22px; }
#form_poptavka label{ padding: 5px; text-align: right; width: 20%; display: inline-block; line-height: 20px; }
#form_poptavka .odeslat{ margin-left: 22%; margin-top:5px; padding: 2px;}
#form_poptavka .pole{ border: 1px solid gray; width: 50%; margin: 0px 5px; padding: 2px; }
#form_poptavka .pole30{ border: 1px solid gray; width: 30%; margin: 0px 5px; padding: 2px; }
#form_poptavka .pole9{ border: 1px solid gray; width: 9%; margin: 0px 5px; padding: 2px; }
#form_poptavka .povinne{ background: url(../images/hvezdicka.gif) no-repeat right top #FFF9D7; }
#form_poptavka .kodik{ margin-left: 22%; padding: 2px; }
#form_poptavka img{ border: 1px solid #feb413; padding: 1px; }
#form_poptavka .input_error{ border: 2px solid red; background-color: #ffe4e1; }
#form_poptavka .pozn{ float: left; }
#form_poptavka textarea{ width: 75%; height: 150px; border: 1px solid gray; margin: 0px 5px; padding: 2px; }
.chybovka{ background-color: red; color: white; font-weight: bold; padding: 5px; margin: 5px; }
.hlaska{ background-color: #32cd32; color: white; font-weight: bold; padding: 5px; margin: 5px; }

/*- podkategorie střed ------*/
#podmenu_kat_stred{padding:10px 0px 0px 30px;}
#podmenu_kat_stred label{display:none;}
#podmenu_kat_stred a {padding:0px 10px;color:orange;}
#podmenu_kat_stred a:hover {color:#bf0000; text-decoration:none;}
/*- stejná podkategorie střed ------*/
#podmenu_st_kat_stred{padding:10px 0px 0px 30px;}
#podmenu_st_kat_stred label{display:none;}
#podmenu_st_kat_stred a{padding:0px 10px;color:orange;}
#podmenu_st_kat_stred a:hover{color:#bf0000; text-decoration:none;}

/*- fotogalerie ---------------------- */
#fotogalerie{position:relative;padding:5px;}
#fotogalerie .obal{	padding: 5px 0px; margin: 0px; border: 1px solid #C6C6C6;	width: 170px;	height: 93px;	overflow: hidden;}
#fotogalerie a{	display: block;	width: 170px;	height: 90px;	overflow: hidden;}
#fotogalerie .popisek-galerie{ padding: 2px; margin: 2px; font-Size: 11pt; float: left; width: 184px; height: 140px; }

/*- strankovani ---------------------- */
.strankovani-foto{ padding: 0px 10px; text-align: center; line-height: 20px;}
.strankovani-foto a{ font-size: 130%; color: #3f3f3f; }
.strankovani-foto a:hover{ color: maroon; }
.strankovani-foto span{ font-weight: bold; color: #b30000; display: inline-block; padding: 0px 10px; font-size: 16px; margin-bottom: -6px; }

/*- tlačítko googl + pravá upoutávka ----*/
#right-upoutavka{
	text-align:center;
  padding: 0px 5px;
margin: 0px 0px 10px;
}