* {
 margin: 0;
 padding: 0;
 }

body {
 background: url(img/layout/back.png) top center repeat;
 font-family: Tahoma, sans-serif;
 font-size: 1em;
 color: #000;
 margin: 0;
 padding: 0;
}

img {
 border: none;
 }

/*------------------------------------------ banner*/
#banner {
    margin: 0;
    width: 741px;
    height: 320px;
    text-align: left; 
    background: url(img/layout/baner.jpg) top center no-repeat;
    position: absolute;
    left: 10px;
    top: 0;
}

div.flash {
    position: absolute;
    top: 0;
    left: 0;
}

ul.menu {
    position: absolute;
    bottom: 40px;
    left: 25px;
    list-style-type: none;
    text-align: center;
    display: inline;
}

ul.menu li {
    display: inline;
}

ul.menu li a {
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0.4em;
}
/*------------------------------------------ banner_end*/

/*------------------------------------------ page frame*/
body.ramcek {
 background: url(img/layout/back-frame.png) 50% 0 repeat;
}

/*------------------------------------------ main_div*/
#main_div {
    margin: 0;
    padding: 0;
    width: 741px;
    _border: 0;
    background: url(img/layout/content.png) center top repeat-y;
    position: absolute;
    left: 10px;
    top: 0;
}

/*------------------------------------------ content*/
#content {
  margin: 0 30px;
  padding: 0;
  font-size: 0.8em;
  border: 1px solid white;
}

#content a { 
  color: #C64C36;
}

#content p { 
  text-align: justify;
  margin: 1em 0;
}

#content div.obrazky-vpravo {
  float: right;
  width: 250px;
  margin: 1em 0 1em 1em;
}

#content div.obrazky-vpravo img {
  border: 2px solid #eee;
}

#content div.okraj-vpravo {
  margin: 0  1em;
}

#content p img {
  border: 2px solid #fff;
}

#content p.mapa img {
  border: none;
  margin: 0;
}

#content p.mapa {
  overflow: hidden;
  width: 590px;
}

#content ul { 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content ul li { 
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: none;
}

#content ul li.bod { 
  list-style-type: square;
}

#content ul li blockquote { 
  margin: 0.5em 10px 1em 0;
  padding: 0.5em;
  border-top: 1px solid #E2A942;
  font-size: 90%;
}

h1, h2, h3 {
    text-align: left;
    margin: 0.5em 0 0 0;
}

h1 {
    font-size: 0.8em;
    display: none;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

table.cennik {
    border-collapse: collapse;
    border: 0;
    margin: 1em 0;
    width: 385px;
}

table.zvyrazni {
    background: #EEE2B2;
}

table.cennik caption {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.5em;
}

table.cennik td {
    border: 1px solid #888;
    padding: 0.2em 0.5em;
}

td.modre {
    background: #B8DCFF; 
}

td.oranz {
    background: #FFFFCC; 
}

/*------------------------------------------ content_end*/

/*------------------------------------------ footer*/
#footer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 741px;
    height: 44px;
    background: url(img/layout/footer.png) top center no-repeat;
    position: relative;
    color: #000;
    text-align: left;
    clear: both;
    border: 0px solid red;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

ul.spodne-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 30px;
    top: 2px;
}

ul.spodne-menu li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.spodne-menu li a {
    font-size: 0.7em;
    color: #103147;
}

#footer a.menu-copy {
    font-size: 0.6em;
    margin: -0.9em 0 0 0;
    border: 0;
    display: block;
    position: absolute;
    right: 2.5em;
    top: 40%;
    color: #000;
}
/*------------------------------------------ footer_end*/

