@import url("inicializace.css");
/* ----------------------------------------------- */
/* ----- Obecné definice pro všechny stránky ----- */
/* ----------------------------------------------- */
/* ----- Definice písma ----- */

html {
    background-color: #d1d1d1;
    text-align: left;
    min-height: 100%;
}
body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    line-height: 130%;
    background-color: #fff;
    min-width: 1060px;
}


body, div, table,
form, fieldset, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif, Arial;
	color: #505050;
  text-align: left;
  line-height: 150%;
}

span {
  line-height: 130%;
}


/* ----- Definice odstavců ----- */
h1 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
  color: #f15b23;
  margin: 20px 0px 28px 0px;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
  color: #f15b23;
  margin: 20px 0px 28px 0px;
}
h3 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
  margin: 20px 0px 28px 0px;
}
p {
	text-align: left;
	margin: 5px 0px 5px 0px;
}
ol, ul {
	text-align: left;
	margin: 5px 5px 5px 20px;
	padding: 0px
}
ol {
	margin-left: 20px;
}

li {
	margin: 0px;
	padding: 0px
}

/* ----- Definice odkazů ----- */
a {
	color: #d83d03;
}
a:hover {
	color: #f15b23;
}

/* ----- Definice tabulek ----- */
table {
}

table tr.pozadi {
	background-color: #FFFFFF
}

/* ------------------------------------ */
/* ----- Definice hlavních oddílů ----- */
/* -------------------------------------*/


div.nadStranka {
	position: relative;
	width: 100%;
  padding-bottom: 1px;
  background: transparent url(../design/bgStred.png) top repeat-x;
}

div.stranka {
	position: relative;
	width: 980px;
	font-size: 11px;
	margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}



/* ----- Definice horní části ----- */

#horni_lista {width: 100%; height: 64px; background-color: #fbfbfb; }
#horni_lista_vnitrek {width: 980px; margin: 0 auto;}
#horni_lista .ikony {
	position:relative;
  float: right;
	padding-top:6px;
	padding-right:10px;

}
#jazyky {
	text-align: right;
  width: 100%;
}
#jazyky a{
  margin: 0 3px;
}
#links {
	text-align: right;
  margin: 6px 2px 0px 0px;
}
#links a{
  margin: 0 7px;
}


/* --- Definice zakladniho vyhledavani */ *

#horni_lista .search {
	position:relative;
  float: right;
  padding-right: 10px;
  padding-top: 35px;
}

#horni_lista .vyhledej {border: 1px solid #cbcbcb; color: #878787; margin-right: 5px; font-size: 10px; width: 142px; padding: 0px 5px 0px 0px; text-indent: 5px; height: 17px; line-height: 17px; box-shadow: 0; transition: none; border-radius: 0px; }
#horni_lista .vyhledejHledat {color: white; background-color: #747474; border: 1px solid #597404; cursor: pointer; position: relative; margin-top: 1px; float: right; font-size: 11px; height: 17px; line-height: 14px; }

#horni_lista .search form,
#horni_lista .search input {
	margin-bottom: 0;
}


#hornicast {
  position: relative;
  width: 100%;
  background: #f15a22 url(../design/bgBan.png) center top repeat;
}

#hornicast_vnitrek {
  position: relative;
  width: 980px;
  height: 133px;
  margin: 0 auto;
}

#hornicast_uchyceni {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #f15a22 url(../design/bgBan.png) center top repeat;
  display: none;
}

#hornicast_vnitrek_uchyceni {
  position: relative;
  width: 980px;
  min-height: 133px;
  margin: 0 auto;
}





#hornicast_vnitrek.honicastUvod {
  height: 340px;
}


#logo {
        position: relative;
        float: left;
}

.nachazitese {
    padding: 8px 0 0 0;
}

#menuobal {
  width: 100%;
  position: relative;
  background: #656565 url(../design/menu_bg.png) center top repeat-x;
}

.menu {
	/*margin: 15px 0px 0px 15px;*/
	height:39px;
  width: 980px;
  margin: 0 auto;
}

.menu ul {
        position: relative; 
        margin: 0px;
        height: 39px;
        padding: 0px 0px;
}

.menu ul li {
	display:inline;
  float: left;
  position: relative;
  margin: 0px 0px;
  height: 39px;
}

.menu ul li a{
	padding: 0px 41px;
  height: 39px;
  line-height: 39px;
  color: white;
  position: relative;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.menu.menu_en ul li a{
	padding: 0px 38px;
}

.menu ul li a:hover,
.menu ul li a.vybrano{
	background-color: #4c4c4c;
}

.menu ul li ul{
  margin: 0;
  padding: 0px 0px 5px 0px;
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  width: 250px;
  background: #688704;
  z-index: 10;
  height: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow:  2px 2px 10px #000;
}

.menu ul li ul li{
  margin: 2px 0 0 0;
  display: block;
  width: 100%;
}

.menu ul li ul li a{
  margin: 0;
  padding: 10px;
  display: block;
}

.menu ul li:hover ul{
  display: block;
}




/* ----- Definice prostředni části ----- */
#prostredni {
	position: relative;
	width: 980px;
	float: left; 
	padding: 0px 0 15px 0;
}
#prostredni.webProstredni li {
	padding: 2px 0px 2px 0px;
	line-height: 140%;
}
#prostredni > .leva {
	position: relative;
	float: left;
	width: 210px;
	min-height: 330px;
	margin: 0px 0 0 0;
	padding: 10px ;
	background: #fff;
	/*border: 1x solid black;*/
}
#prostredni > .leva_admin {
	position: relative;
	float:left;
	width:200px;
	min-height:300px;
	margin: 10px 0 0 0;
	/*border: 1x solid black;*/
}

#prostredni > .leva .kontaktAdr {
	padding: 0px 5px;
	display: block;
	color: #3d3d3d;
}

#prostredni > .leva .kontaktAdr p {
	margin: 10px 0px;
	color: #3d3d3d;
}

#prostredni > .leva strong.nazevMenu {
	background: transparent url(../design/menuLi.png) 0px 26px no-repeat;
	padding: 23px 0px 3px 15px;
	color: #f15b23;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	display: block;
}

#prostredni > .leva ul.U10 {
	margin: 0 0 25px 15px;
}

#prostredni > .leva ul.U10 li {
	list-style: url("") none;
}

#prostredni > .leva ul.U10 .mezimenu {
	display: block;
	width: 190px;
	height: 8px;
	background-image : url(../design/leve_menu_mezi.png); 
	background-repeat : no-repeat; 
}

#prostredni > .leva ul.U10 li a {
	color: #4b4b4b;
	display: block;
	/*border: 1px solid black;*/
	background: transparent url(../design/menuLiLi.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 3px 0px 3px 15px;
}

#prostredni > .leva ul.U10 li a:hover,
#prostredni > .leva ul.U10 li a.vybrano{
	background: transparent url(../design/menuLi.png) 0px 6px no-repeat;
	color: #f15b23;
	font-weight: normal;
}

/*#prostredni > .leva ul.U10 li ul.U20 {
	margin-left: 14px;
}

#prostredni > .leva ul.U10 li ul.U20 li {

}

#prostredni > .leva ul.U10 li ul.U20 a:hover,
#prostredni > .leva ul.U10 li ul.U20 a.vybrano {
	background: transparent url(../design/menuLi.png) 0px 6px no-repeat;
	color: #f15b23;
	font-weight: normal;
	text-transform: inherit;
}*/

#prostredni .stred {
	position: relative;
	float:right;
	width:740px;
	min-height:290px;
	padding: 0 0px 0 0px;
}

#prostredni .stred.stredUvod {
	position: relative;
	float:right;
	width:100%;
	min-height:290px;
	padding: 0 0px 20px 0px;
}

#prostredni .stred_admin {
	position: relative;
	float:left;
	width:750px;
	min-height:290px;
	padding: 15px 15px 0 15px;
	/*border: 2px solid #000;*/
}

#prostredni .stred.stredUvod div.uDoleva {
  position: relative;
  float: left;
  width: 510px;
}

#prostredni .stred.stredUvod div.uDoprava {
  position: relative;
  float: right;
  width: 430px;
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
  background: transparent url(../design/mapa.png) right top no-repeat;
  min-height: 156px;
  margin-top: 60px;
}

#prostredni .stred.stredUvod div.uDoprava > a {
  text-decoration: none;
}

#prostredni .stred.stredUvod div.uDoprava > a.abs {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

#prostredni .stred.stredUvod div.uDoprava > a.abs img {
  max-height: 100%;
}

#prostredni .stred.stredUvod div.uDoprava p {
  line-height: 170%;
}

#prostredni .stred.stredUvod div.uDoprava h3 {
  position: relative;
  margin-top: -40px;
  margin-bottom: 0px;
  text-align: right;
}

#prostredni .stred.stredUvod div.uDoleva div.doleva {
  padding-top: 5px;
}

#prostredni .stred .napissekce {
	width:100%;
	height:15px;
}

#prostredni .stred .napissekce span {
	float:left;
}

#prostredni .stred .napissekce h2 {
	float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}

#prostredni > .prava {
    
	position: relative;
	float:left;
	width:180px;
	min-height:300px;
	padding:10px;
	border: 2px solid #000;
}

#prostredni > .prava_admin {
    position: relative;
	float:right;
	width:200px;
	min-height:300px;
    margin: 10px 0 0 0;
}

#prostredni > .prava ul.U10 {
    margin-left:20px;
}

#prostredni > .prava ul.U10 li{

}

#prostredni > .prava ul.U10 li a{

}


#prostredni > .prava ul.U10 li ul.U20 {
	margin-left:20px;
}

#prostredni > .prava ul.U10 li ul.U20 li{

}

#prostredni > .prava ul.U10 li ul.U20 li a{

}


/* ----- Definice spodni části ----- */
#spodnicast {
    position: relative;
    width: 100%;
    min-height:60px;
    background-color: #e0e0e0;
    margin-bottom: 40px;
    /*border: 2px solid #000;*/

}
#spodnicast_vnitrek {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0px;
}

#webrex {
    float: right;
    position: relative;
    top: 30px;
    font-size: 12px;
}

#webrex a {
   color: #505050;
}

#spodnicast .menu {
	margin: 15px 0px 0px 15px;
	min-height:30px;
}

#spodnicast .menu ul {

}

#spodnicast .menu ul li {
	display:inline;
}

#spodnicast .menu ul li a{
	padding:5px 10px
}




#slider { /* Customisable base class for style override DIV */
    height: auto;
    margin: 30px 0 20px -40px;
    padding: 0 40px;
    position: relative;
    width: 100%;
}

#slider img.prev,
#slider img.next { /* Customisable base class for style override DIV */
    position: absolute;
    top: 45px;
}

#slider img.prev { /* Customisable base class for style override DIV */
    left: -40px;
    left: 0px;
}

#slider img.next { /* Customisable base class for style override DIV */
    right: -40px;
    right: 0px;
}

#owl-slider-border {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 20px 0px;
}
#owl-slider {
    width: 100%;
    width: calc(100% + 32px);
}
#owl-slider .owl-item img {
    max-width: 170px;
}

div.rozcestnikUvod {
  width: 100%;
  padding-top: 20px;
}

div.rozcestnikUvod div.blokTexts {
  display: none;
}
div.rozcestnikUvod div.blok0 {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 330px;
  height: 300px;
  overflow: hidden;
}
div.rozcestnikUvod div.blok0 ul li{
  list-style: none url();
  background: transparent url(../design/li.png) 0px 13px no-repeat;
  padding: 7px 0px 7px 20px;
  font-size: 110%;
  line-height: 140%;
}
div.rozcestnikUvod div.blok0 *{
  max-height: 100%;
}
div.rozcestnikUvod div.blok1 {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 300px;
  width: 300px;
}
div.rozcestnikUvod div.blok2 {
  position: absolute;
  top: 20px;
  left: 320px;
  height: 141px;
  width: 305px;
}
div.rozcestnikUvod div.blok2 a img {
  float: left;
  margin-left: 20px;
}
div.rozcestnikUvod div.blok2 a:first-child img {
  margin-left: 0px;
}
div.rozcestnikUvod div.blok3 {
  position: absolute;
  top: 179px;
  left: 320px;
  height: 141px;
  width: 305px;
}
div.rozcestnikUvod div.blok3 a {
  float: left;
  margin-left: 20px;
}
div.rozcestnikUvod div.blok3 a:first-child {
  margin-left: 0px;
}

div.rozcestnikUvod div.blocek span.naHover {
  display: none;
}

div.rozcestnikPodstrana {
  width: 100%;
  padding-top: 20px;
}

div.rozcestnikPodstrana div.blokTexts {
  display: none;
}
div.rozcestnikPodstrana div.blok0 {
  float: right;
  position: relative;
  width: 330px;
  height: 300px;
  overflow: hidden;
}
div.rozcestnikPodstrana div.blok1 {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 300px;
  width: 300px;
}
div.rozcestnikPodstrana div.blok2 {
  position: absolute;
  top: 20px;
  left: 320px;
  height: 141px;
  width: 305px;
}
div.rozcestnikPodstrana div.blok2 a img {
  float: left;
  margin-left: 20px;
}
div.rozcestnikPodstrana div.blok2 a:first-child img {
  margin-left: 0px;
}
div.rozcestnikPodstrana div.blok3 {
  position: absolute;
  top: 179px;
  left: 320px;
  height: 141px;
  width: 305px;
}
div.rozcestnikPodstrana div.blok3 a {
  float: left;
  margin-left: 20px;
}
div.rozcestnikPodstrana div.blok3 a:first-child {
  margin-left: 0px;
}

div.rozcestnikPodstrana div.blocek span.naHover {
  display: none;
}


.vyslvyhledavani .nadpis h2 {
  font-size: 13px;
  margin: 5px 0px;
}

.vyslvyhledavani {
  padding-bottom: 20px;
}



#owl-slider-border {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 137px;
}
#owl-slider-border * {
  z-index: 1;
}

#hornicast_uchyceni {
  z-index: 10;
}

#levaMapa {
  position: relative;
  float: left;
  width: 100%;
}