*{
  margin: 0px;
  padding: 0px;
}
a img{
  border: none; 
}
body{
  font-family: verdana;
  font-size: 10pt;
  color:#ffffff;
  background: #271f21 url(../img/back.jpg) repeat-x;
}
#container{
  width: 822px;
  margin:0 auto;
  padding:0px;
}
#header{
  width: 822px;
  height: 261px;
  display: block;
  background: transparent url(../img/header.jpg) no-repeat;
  margin: 0px;
  padding: 0px; 
}
#menu{
  width: 800px;
  height: 44px;
  display: block;
  position: relative;
  margin: 0 auto;
  top: 220px;
}
#menu .item{
  float: left;
  width: 110px;
  display: block;
  text-align: center;
  border-right: 2px #404041 solid;
}
#menu .item.last{
  border: none; 
}
#menu .item a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}
#menu .item a:hover,#menu .item a.active{
  text-decoration: underline;
  color: #808184;
}
#novinky{
  width: 205px;
  display: block;
  float: right;
  color: #000000;
}
#novinky .spacer{
  padding: 0px 10px; 
}
#novinky .top{
  width: 203px;
  height: 9px;
  display: block;
  background: transparent url(../img/nov_top.jpg) no-repeat;
}
#novinky .mid{
  width: 203px;
  display: block;
  background: transparent url(../img/nov_mid.jpg) repeat-y;
}
#novinky .down{
  width: 203px;
  height: 11px;
  display: block;
  background: transparent url(../img/nov_down.jpg) no-repeat;
  margin-bottom: 10px;
}
#main{
  width: 609px;
  display: block;
  float: left;
}
#main .top{
  width: 609px;
  height: 20px;
  display: block;
  background: transparent url(../img/left_top.jpg) no-repeat;
}
#main .mid{
  width: 609px;
  display: block;
  background: transparent url(../img/left_in.jpg) repeat-y;
}
#main .mid .spacer{
  padding: 0px 20px; 
}
#main .down{
  width: 609px;
  height: 26px;
  display: block;
  background: transparent url(../img/left_down.jpg) no-repeat;
}
#main h1{
  margin: 0px; 
  padding:0px 0px 10px 0px;
  font-size: 14pt;
  text-transform: uppercase;
}
#main h2{
  margin: 0px; 
  padding:10px 0px 10px 0px;
  font-size: 12pt;
  text-transform: lowercase;
}
#main p{
  margin: 0px; 
  padding:8px 0px;
  text-indent: 2em;
  text-align: justify;
}
#main p.italic{
  font-style: italic;
}
#main p.noindent{
  text-indent: 0em;
}
#main ul{
  padding-left: 25px;
}
#footer{
  float: left;
  margin: 5px 0px;
  color:#808184;
}
#footer a{
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline;
}
table.galerie tr td{
  width: 150px;
  padding: 0px  18px;
}
table.galerie tr.popisek td{
  padding-bottom: 20px;
}