body{
font-family: "Verdana CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
margin:0px;
padding:0px;
background-color: #fff4bf;
background-image: url(_i/bg.png);
background-repeat: repeat-y;
background-position: center;
}

#vse{
margin:0 auto;
width:1000px;
}
#vse_in{
position: relative;
}

#vrch_bg{
position: absolute;
top:0;
left:0;
right:0;
height:200px;
width:100%;
background-image: url(_i/vrch_bg.jpg);
background-position: center;
background-repeat: no-repeat;
z-index: 1;
}

#vrch{
position: relative;
margin: 0 auto;
width:1000px;
z-index: 100;
}
  #vrch img, #vrch a{border: 0 none; z-index: 100 !important;}
  

#main{
margin:0 auto;
min-height:600px;
}
#main_in{
margin:0 0 0 250px;
}

#right{
  position:absolute;
  top:22px;
  right:0;
  text-align:right;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#vocas{
  text-align: center;
  font-size:75%;
  line-height: 28px;
  background-image: url(_i/vocas_bg.gif);
  background-position: center;
  background-repeat: repeat-x;
}
#vocas a{
}
#vocas img{
position: relative;
top:3px;
}

  #vocas a:link, #vocas a:visited{
    color:#000;
  }
  #vocas a:active, #vocas a:hover{
    color:#66F;
    text-decoration:none;
  }

#akt_kod{/*with: .l*/
  background-color:#efefff;
}/*
fr: #ff9, tj. 60%
to: #ffd, tj, 87%
*/

  
/**********
Hlavní menu
***********/

#div_hl_menu{
  position:absolute;
  left:0px;
  top:30px;
  width:225px;
  z-index: 10;
}
#hl_me{/*<ul>*/
  margin:0;
  padding:0px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
  #hl_me li{
    margin:0;
    padding:0;
    list-style-type:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  #hl_me li a, #hl_me li div{
    font-size:95%;
    display:block;
    width:100%;
    padding:3px 3px 3px 10px;
    margin:0;
    border:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
  }

  #hl_me li div{
    color:#000;
		font-weight:bold;
		background-image: url(_i/hl_me_akt_bg.gif);
		background-position: center;
		background-repeat: repeat-x;
  }
  #hl_me li a{
    font-weight:normal;  
  }
  #hl_me li a:link, #hl_me li a:visited {
    color:#000;
    text-decoration:underline;
  }

  #hl_me li a:hover, #hl_me li a:active{
    color:#66F;
  	text-decoration:none;
  }
#s_menu{/*<ul>*/
  width:150px;
  text-align:left;
  font-size:80%;
  padding:0px;
  margin:0;
  white-space:nowrap;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
  #s_menu li{
    margin:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
    #s_menu li a, #s_menu li div{
      padding:1px 0 1px 20px;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
    }
    #s_menu li div{
      background-color:transparent;
      background-image:none;
    }

/******
A href
******/
a{
  font-weight: normal;
}
a:link{
  text-decoration:underline;
  color:#33F;
}
a:visited{
  color:#336;
}

a:active, a:hover{
  text-decoration:none;
}
.l a:hover, .l a:active{
  color:#00F;
  text-decoration:none;
  background-color:#EED;
}
a.aktualita{
  font-size:90%;
}
  a.aktualita:link, a.aktualita:visited{
    color:#00C;
    font-size:90%;
  }
  a.aktualita:active, a.aktualita:hover{
    color:#66C;
    text-decoration:none;
    font-size:90%;
  }
a.nazev_gal{
  font-size:110%;
  font-weight:normal;
}

/*****
Tagy
******/

h1, h2.h1{
	font-family: Tahoma, "Verdana CE", Verdana, Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding:5px 0 0 22px;
  margin:0;
  border-bottom:1px #999 solid;
  background: transparent url(_i/sipka1.gif) no-repeat left 65%;
}

h2{
	font-family:Tahoma, "Verdana CE", Verdana, Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0;
}

h3{
	font-family:Tahoma, "Verdana CE", Verdana, Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:0;
}

h4{
	font-family:Tahoma, "Verdana CE", Verdana, Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	padding:0;
	margin:0;
}

hr{
  border-width:0px 0px 1px 0px;
  border-bottom:1px #CCC solid;
  height:1px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
table.fg{
  border-collapse:collapse;
  border-width:0;
}
table th{
  font-size:100%;
}
table.odkazy{
font-size:90%;
border-collapse:collapse;
}
table.odkazy tr.bg{
background-color:#eee;
}
table.odkazy td{
padding:0.25em 0.5em;
}
table.odkazy h2{
margin-top:1em;
}
code{
  color:#006;
}
form{
  margin:0px;
}
fieldset{
  padding:10px;
  border:1px solid #C60;
}
fieldset, fieldset table{
  font-size:95%;
}
/****
Tridy
*****/
.akt_komentar{
  font-size:80%;
}
.blocek{/*in: aktuality*/
  border-color: #ffdd33;
  border-style: solid;
  border-width: 0 0 0 10px;
  margin:4px 0;
  padding:4px;
  background-color: #fff6cd;
}
.blok, topx{/*in:#right, fotka*/
  background-color:#EEE;
  border: 1px #666 solid;
  margin:0px;
  padding:5px;
  font-size: 80%;
  text-align:left;
  overflow: auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.border0{
border:0px none;
}
.clb{
  clear:both;
}
.datum{
  font-size:75%;
  color:#666;
}
.indexFotoNazev{
  font-size:85%;
  font-weight:bold;
}
.indexFotoPopis{
  font-size:85%;
}
.inIndex{/*in: Z obsahu in Index; post: blocek;*/
  font-size:80%;
}

.l{
  margin-bottom:1em;
  
  border-color: #ffdd33;
  border-style: solid;
  border-width: 0 0 0 10px;
  background-color: #fff6cd;

  clear:both;
}
  .l, .l div{
    font-size:90%;
  }

.maly{
  font-size:80%;
}
.obrovsky{
  font-size:200%;
}
.sekce{
  font-size:75%;
  color:#999;
}
.stinovani{/*in:#right, fotka*/
  border-width:1px;
  border-style:solid;
}
.stin1{/*nejvnitrnejsi*/
  border-color:#d8d8d8 #999 #999 #d8d8d8;
}
.stin2{
  border-color:#eee #aaa #bbb #eee;
}
.stin3{
  border-color:#f0f0f0 #bbb #ccc #f0f0f0;
}
.stin4{/*vnejsi*/
  border-color:#f8f8f8 #eee #eee #f8f8f8;
  margin:5px;
}
.td_fg{
  padding:0;
  vertical-align:top;
}
.td_popis{
  padding:0 5px 0 5px;
  vertical-align:top;
}
.topx{
  text-align:left;
  padding:0 5px 10 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
  .topx table{
    font-size:80%;
    border-collapse:collapse;
    width:100%;
  }
    .topx table tr td{
      vertical-align:top;
    }
.zajimavost{
  font-size:90%;
}

/*************
Plovouci tridy
**************/
.flL{
  float:left;
  clear:none;
  margin-bottom:10px;
}
.flR{
  float:right;
  clear:none;
  margin-bottom:10px;
}
.obrL {
  margin: 0px 20px 0px 0px;
  padding:0px;
  float:left;
  clear:none;
}
.obrR{
  margin:0px 0px 0px 20px;
  padding:0px;
  float:right;
  clear:none;
}
.popisekL, .popisekR{
  font-style:normal;
  font-size:10px;
}
.popisekL{
  margin:0px 20px 0px 0px;
  text-align:left;
  padding:0px;
}
.popisekR{
  margin:0px 0px 0px 20px;
  text-align:right;
  padding:0px;
}


.mt{
margin-top: 1em;
}
