* {
    margin: 0;
    padding: 0;
}
body {
  margin:0;
  padding:0;
  background:#ffffff url('../design/bck.png') repeat-x left top; 
  text-align:center;
  font-size: 12px;
  color: #000000;
  font-family: "Verdana", Arial, Courier, sans-serif;
} 



#logo {
  width: 750px;
  height: 73px;
  margin: 0;
  padding: 0;
  background: url('../design/logo.png') no-repeat;
}

#logo h1{
  position: absolute;
  left: -3000px;
}

#box {
  width: 831px;
  margin: 0 auto;
  text-align:left;
}

#hlavicka {
  padding: 0;
  margin: 0;
  background: url('../design/hlavicka.png') no-repeat;
  height: 146px;
}

#hlavicka p{
  padding: 0;
  margin: 0;
}

#menu {
  float: left;
  width: 37px;
  margin: 62px 0 0 0;
  padding:0;
} 


#menu ul{
  padding:0;
  margin:0;
  list-style: none;
} 

#menu li{
  padding:0;
  margin:0;
  display: block;
} 

#menu li a {
  padding:0;
  margin:0;
  display: block;
} 


#menu li span{
  padding:0;
  margin:0;
  position: absolute;
  left:-2000px;
} 

li.onas a { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -62px; }
li.onas a:hover { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -62px; }
li.onas a.select { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -62px; }
li.onas a:hover.select { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -62px; }

li.galerie a { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -188px; }
li.galerie a:hover { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -188px; }
li.galerie a.select { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -188px; }
li.galerie a:hover.select { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -188px; }

li.kontakt a { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -314px; }
li.kontakt a:hover { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -314px; }
li.kontakt a.select { width: 37px; height: 126px; background: url('../design/menu_over.png') no-repeat left -314px; }
li.kontakt a:hover.select { width: 37px; height: 126px; background: url('../design/menu.png') no-repeat left -314px; }

#hlavni {
  margin:0 0 0 37px;
  padding:0;
  background: url('../design/poz_box.png') ;
} 

#content {
  margin:0;
  padding:0;
  background: url('../design/poz_hl.png') no-repeat;
  min-height: 300px;
} 

#content #inner {
    padding: 15px 20px 10px 25px;
    color: #1B0079;
    font-size: 13px;
}

#content #inner h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

#bottom {
    clear: both;
    padding: 0px;
    background: url('../design/paticka.png') no-repeat;
    height: 63px;
} 

#bottom span {
    display: block;
    text-align: right;
    padding: 30px 20px 0 0;
    color: #728BCE;
}

#bottom span a {
    color: #728BCE;
    text-decoration: none;
}

#bottom span a:hover {
    color: #000000;
}

.table {
    width: 100%;
    padding: 5px;
}

.table img {
    border: 1px solid #1B0079;
}

.entry_gal a {
    display: block;
    text-align: right;
    color: #1B0079;
    text-decoration: none;
    font-style: italic;
}

.entry_gal a:hover {
    color: #726F7F;
}

.gal_img {
    margin: 0;
    padding: 0;
    border: 1px solid #1B0079;
}
