body {
    background: #313131 url(../img/bg.png) repeat;
    color: black;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Helvetica, Courier, Serif;
    font-size: 12px;
    text-align: center;
}

#center {
  position: relative;
}

#backg {
    background-image: url(../img/bgtop.png);
    background-repeat: repeat-x;
    background-position: top left;
}
#header {
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    height:216px;
    width:808px;
    margin: auto; 
    position: relative;
    z-index: 10;
}


h1 {
  font-size: 18px;
  font-weight: normal;
  
}
h2 {
  font-size: 15px;
  font-weight: normal;
  color: navy;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

ul {
  margin:0;
}

p{
  line-height: 180%;
}
li{
  line-height: 150%;
}

#horiz_menu  ul.topnav li {  
    float: left;  
    margin: 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
    z-index: 10;
}  

#vert_menu ul.topnav li {
    margin: 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
    z-index: 10;
}  

#horiz_menu {
  position: absolute;
  bottom: 0px;
  left: 240px;
  z-index: 10px;
}

#vert_menu {
  width: 175px;
  position: absolute;
  left: 18px;
  text-align: left;
  margin-top: 10px;
    background-image: url(../img/bgmenu.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 240px;
}

#horiz_menu ul,
#vert_menu ul {
  margin:0;
  padding: 0;
  list-style-type: none;
}

#vert_menu ul li {
display: block;
padding-top: 10px;
padding-left: 25px;

}

#vert_menu ul.subnav li {
display: block;
padding: 0;

}

#vert_menu a ,
#horiz_menu a {  
  color: navy;
}

#horiz_menu a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  padding-bottom: 5px;
}

#horiz_menu a:hover,
#vert_menu a:hover {
  color: #a62224;
  text-decoration: none;
}

  
ul.topnav li span.subhover {
 cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav,
ul.topnav li ul.subnav2 {  
    list-style: none;  
    position: absolute;  
    left: 0; top: 15px;  
    margin: 0; padding: 0;  
    display: none;   
    width: 170px; 
    border-left: 1px solid navy;
    border-right: 1px solid navy;
    background-color: #fff;
    text-align: left;
} 
#vert_menu ul.topnav li ul.subnav ,
#vert_menu ul.topnav li ul.subnav2 {  
    list-style: none;  
    position: absolute;  
    left: 174px; top: 0px;  
    margin: 0; padding: 0;  
    display: none;   
    width: 170px; 
    border: 1px solid navy;
    border-bottom: 0px solid navy;
    background-color: #fff;
    text-align: left;
} 

#vert_menu ul.topnav li ul.subnav2 {  
    left: 170px; top: -1px;  
}  
 
#vert_menu ul.topnav li ul.subnav{
      _left: 150px;
}

ul.topnav li ul.subnav li,
ul.topnav li ul.subnav2 li {  
    margin: 0; padding: 0;
    clear: both;  
    width: 170px;      
    border-bottom: 1px solid navy;
    border-bottom: 1px solid navy;
}  

ul.subnav a,
ul.subnav2 a {
  text-decoration: none;
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#vert_menu ul.subnav a,
#vert_menu ul.subnav2 a {
  text-decoration: none;
  display: block;
  padding: 5px;
}

ul.subnav a:hover,
ul.subnav2 a:hover {
  color: #a62224;
}

#stred {
    background-image: url(../img/bgpage.png);
    background-repeat: repeat-y;
    width:808px;
    margin: auto; 
    position: relative;
}

#obsah {
  margin-left: 195px;
  text-align: left;  
  padding-bottom: 50px;
  min-height: 560px;
  _height: 560px;
}

#obsah_space {
  padding: 20px;
  padding-right: 35px;
  
}
a {
  color: navy;
}

a:hover {
  color: #a62224;
}

.drob_navigace {
  font-size: 10px;
    text-align: right;
    padding-bottom: 20px; 
}

.sipka1 {
  background-image: url(../img/sipka.gif);
  background-repeat: no-repeat;
  background-position: 160px 13px;
}
.sipka {
  background-image: url(../img/sipka.gif);
  background-repeat: no-repeat;
  background-position: 160px center;
}

#paticka {
    background-image: url(../img/bgbottom.png);
    background-repeat: no-repeat;
    height:43px;
    width:808px;
    margin: auto; 
    position: relative;
    font-size: 11px;
}

.ikona {
  position: relative;
  top: 5px;
  border: none;
  margin-right: 10px;
}

.priloha {
  padding: 5px;
}

.cleaner {
  clear: both;
}

.vert_nadpis {
    padding-left: 15px;
    font-weight: bold;
    padding-top: 15px;
}

.podstr {
  padding-bottom: 10px;
}