body{
background-image:url(../img/podklad_textura.jpg);
background-repeat: repeat-x;
background-color: #721317;
margin: 0;
font-family: 'Arial';
}

ul, li{
margin: 0;
padding: 0;
}

a img{
border: 0px;
}

hr{
height: 0px;
}

div#obal{
margin: auto;
width: 900px;
}

div#logo{
height: 127px;
margin: 0;
}

div#logo a.logo_img{
float:left;
}

div#logo a.flag{
float:right;
margin:39px 30px 0 0;
}

div#pero{
height: 249px;
background-image:url(../img/podklad_s_perem.png);
}

div.nadpis{
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

div#pero h1{
float:left;
width: 900px;
margin: 88px 0 0  30px;
diplay: block;
color: black;
font-size: 21px;
font-weight: normal;
}

div#pero h2{
float: left;
margin: 2px 0 0 73px;
font-size: 30px;
color:#721317;
font-weight: normal;
}

div#menu{
position: absolute;
top: 325px;
width: 900px;
}
div#menu ul li{
float: left;
list-style: none;
padding: 0px 20px;
line-height: 52px;
}
div#menu ul li a{
color:#883e39;
font-size: 16px;
text-decoration:none;
font-weight: bold;
background-image:none;
}

div#menu ul li:hover{
background-image:url(../img/sipka.png);
background-repeat: no-repeat;
background-position: center bottom;
}

div#menu ul li.active{
background-image:url(../img/sipka.png);
background-repeat: no-repeat;
background-position: center bottom;
}

div#content{
background-color:#570b0f;
background-image:url(../img/podklad_body.jpg);
background-position: bottom;
background-repeat: no-repeat;
min-height:248px;
padding:30px;
color: #FFF;
width: 840px;
font-size: 12px;
text-align: justify;
}


div#content h2{
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 0;
  clear: both;
}

div#content h3{
  display: block;
  font-weight: bold;
  font-size: 15px;
  clear: both;
  padding-top: 20px;
}

div.left-col{
width: 513px;
float: left;
}
div#content ul{
  margin-left: 25px;
}

div.right-col{
width: 267px;
float: right;
color:#721317;
}

div#content div.right-col ul{
  margin-left: 0px;
}

div.right-col ul li{
  background:url(../img/Button.gif);
  width: 223px;
  height: 39px;
  margin: 5px 0;
  padding: 0;
  list-style: none;
  float: left;
  padding: 22px;
}

div.right-col ul li a{
  font-weight: bold;
  color:#721317;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.cleaner{
clear: both;
}

div#footer{
  background-color:#46080b;
  height: 90px;
  margin-top: 37px;
}
div.footer_text{
  padding-top: 38px;
  width: 840px;
  margin: auto;
  color:#a53b3f;
  font-size: 16px;
}
div.footer_text a.websites{
  color:#5d2124;
  font-size: 12px;
  float:right;
}

