html, body {
  margin:0; padding:0; 
  font: 100% Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif; color: #333; text-align: center;
  background: #050136 url('../img/bg_head_rep.jpg') left top repeat-x;
  width: 100%;
}

a{
  color: #C6B3E3;
}

a span{
  display: none;
}

a img{
  border: 0;
}

h5{
  margin: 0; padding: 0;
  font-size: 110%;
}

li{
  line-height: 150%;
}



#hlavicka {
  margin: 0 auto;
  width: 1169px;
  background: #050136 url('../img/bg_head.jpg') left top no-repeat;
  
  height: 210px;
  position: relative; 
}


#hlavicka-obsah  {
  margin: 0 auto;
  width: 960px; height: 210px;
  text-align: right;
  position: relative;  
}

#hlavicka-obsah h1 {
  margin: 0; padding: 0;
  position: absolute;
  top: 95px; left: 0;
}

#hlavicka-obsah h1 a{
  margin: 0; padding: 0;
  display: block;
  background: transparent url('../img/logo.png') 0 0 no-repeat;
  width: 305px; height: 68px;
}

#hlavicka-obsah #lang {
  position: absolute;
  top: 70px; right: 5px;
}

#hlavicka-obsah #lang a.cz{
  display: block;
  background: transparent url('../img/ico_cs.png') left top no-repeat;
  height: 23px; width: 28px;
  margin-bottom: 5px
}

#hlavicka-obsah #lang a.en{
  display: block;
  background: transparent url('../img/ico_en.png') left top no-repeat;
  height: 23px;width: 28px;
}

#hlavicka-obsah #lang a:hover{
  background-position: 0 -23px ;
}

#hlavicka-obsah #lang a.selected{
  background-position: 0 -23px ;
}

#topmenu p{
    font-size: 100%; 
    margin: 0; padding: 0;
    text-align: right;
}

#topmenu p a{
  color: #fff; font-weight: bold;
  text-decoration: none; 
  margin: 0; padding: 15px 15px 0 15px;
  float: right;
  height: 59px;
  text-align: center;
}

#topmenu p a:hover{
  background: transparent url('../img/bg_menu.png') left top  no-repeat;
}

#topmenu p a.selected{
   background: transparent url('../img/bg_menu.png') left top  no-repeat;
}

#header{
  position: absolute;
  top: 80px; right: 60px;
  color: #C6B3E3;
  width:380px;
  text-align: left;
  font-size: 100%;
}



#main{
  width: 100%;
  background: #fff url('../img/bg_main.jpg') left top  repeat-x;
}

#main-obsah{
  margin: 0 auto; padding: 10px 0 0 0;
  width: 960px;
  text-align: left;
  font-size: 90%;
  color: #333;
}

#main-obsah h2{
  margin: 0; padding: 0;
  color: #C6B3E3;
  font-size: 160%; font-weight: normal;
}

#main-obsah h3{
  margin: 0; padding: 20px 0 0 0;
  color: #C6B3E3;
  font-size: 130%; font-weight: normal;
}

#main-obsah h3.prvni{
  padding: 0;
}

#main-obsah p{
  line-height: 150%;
}

#main-obsah h4{
  margin: 0; padding: 0;
  color: #333;
  font-size: 110%; font-weight: normal;
}

#main-obsah .levy{
  float: left;
  width: 562px;
  padding: 15px 0 15px 20px;
  
 /* background: transparent url('../img/bg_main.jpg') center bottom no-repeat;*/
}

#main-obsah .pravy{
  margin: 0 0 0 602px;
  border-left: 1px solid #C6B3E3;
  padding: 15px 20px 15px 20px;

}

#main-obsah .pravy hr {
  margin: 20px 0 20px 0;
}

#paticka{
  width: 100%;
  background: #050136 url('../img/bg_main_bottom.jpg') left top  repeat-x;
}

#paticka-obsah{
  margin: 0 auto; padding: 25px 0 15px 0;
  width: 960px;
  text-align: left;
  font-size: 90%; color: #fff;
}



#paticka-obsah a{
  color: #C6B3E3;
  margin-right: 5px;
}


.right{
  text-align: right;
}

.center{
  text-align: center;
}


#mapa {
  border:0 none;
  height:250px;
  margin:0 auto;
  width:317px;
}

hr {
  border: 0;
  border-top: 1px solid #C6B3E3;
  height: 1px;
  margin: 0; padding: 0;
}

hr.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0; padding: 0;
}



