/* ---------- Základní nastavení CSS -----------*/
html, body, h1, h2, h3, h4, h5, h6, p, form, textarea, ul, li, address, hr
  {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
  }

body, html {background-color: #E6E2AF;}
body {font-size: 82%;}

a {color: white; text-decoration: none;}
a:hover {font-weight: bold;}

h1 {font-size: 12pt; letter-spacing: 1px; color: rgb(240,160,0); margin-bottom: 6px; font-weight: bold;}
h2 {font-size: 10pt; letter-spacing: 2px; color: rgb(240,160,0); margin-bottom: 6px; font-weight: bold;}

ul {margin: 8px 0 15px 25px; list-style-type: circle;}
li {color: #ffffff;}

/* ---------- Hlavní rámec ALL (pozadí nahoře) -----------*/
#allpage {position: absolute; left: 0px; top: 0px; width: 100%; height: 390px; margin: 0px; background: url(../scr/background_body.png) left top repeat-x;}
#allmain {position: absolute; left: 0px; top: 0px; width: 100%; height: 380px; margin: 0px; background: url(../scr/background_main.png) center top no-repeat; z-index: 0;}
/* ---------- Hlavní rámec MAIN -----------*/
#main {margin: 0 auto; width: 854px; position: relative; background: url(../scr/background_main_center.png) center top repeat-y;}

#lista {width: 854px; height: 43px; position: relative; background: url(../scr/background_main_top.png) center top no-repeat;}
#lista #listavnitrek {position: absolute; width: 812px; height: 28px; top: 15px; left: 21px;}
#listavnitrek .obal {line-height: 28px; text-align: right; color: #ffffff; font-weight: bold;}
#nadpis {width: 854px; height: 80px; position: relative; line-height: 80px;}
#nadpis #obal {margin: 0 10px 0 10px; border-bottom: 1px solid #d2ce9f; background-color: #ffffff;}
#nadpis #obal .text {line-height: 80px; font-size: 30px; font-weight: bold; color: #A7A37E; margin: 0 30px 0 30px;}

#levy {position: relative; float: left; width: 201px;}
#levy #oballevy {margin-left: 15px;}
#levy #oballevy #menu {margin-top: 10px; margin-bottom: 25px;}
#levy #oballevy .menu {display: block; width: 160px; height: 25px; line-height: 25px; text-align: left; color: #000000; font-weight: bold; padding-left: 15px; border-bottom: 1px solid #CFCFCF;}
#levy #oballevy .menu:hover {background-color: #F0EBB4;}
#levy #oballevy #loga {position: relative; display: block; margin-top: 10px; margin-bottom: 10px; text-align: center;}
#loga .logo {position: relative; margin-bottom: 15px; border: 0px;}

#pravy {position: relative; float: left; width: 653px;}
#pravy #obalpravy {margin-right: 15px; margin-left: 5px;}
#pravy #obalpravy #nadpisstranky {display: block; height: 30px; border: 2px solid #D2CE9F; margin-top: 10px; margin-bottom: 10px; line-height: 30px; font-weight: bold; font-size: 15px; color: #B3B088;}
#pravy #obalpravy #obsah {margin: 8px; line-height: 25px;}
#pravy #obalpravy #obsah a {color: #ff0000; text-decoration: underline; font-weight: bold;}
#pravy #obalpravy #obsah .novinka1 {display: block; position: relative; background-color: #FEFBE1;}
#pravy #obalpravy #obsah .novnadpis {padding: 5px 5px 5px 10px; color: #A7A37E; font-size: 15px; font-weight: bold;}
#pravy #obalpravy #obsah .novtext {padding: 0px 5px 5px 10px; line-height: 20px;}
#pravy #obalpravy #obsah .novvlozeno {padding: 0px 5px 5px 10px; line-height: 20px; text-align: right; color: #046380;}

#zapati {width: 854px; height: 60px; position: relative; background: url(../scr/background_main_bottom.png) center top no-repeat;}
#zapati .textzapatil {position: relative; float: left; width: 400px; text-align: left;}
#zapati .textzapatip {position: relative; float: left; width: 454px; text-align: right;}
#zapati .zapobal {margin: 10px 15px 5px 15px; color: #ffffff; font-weight: bold;}

.fotogalerie {margin: 4px; border: 2px rgb(128,128,128) solid;}

#prihlaska input {border: 1px; border-color: #000000; border-style: solid;}

.varovanino {position: relative; display: block; padding: 10px; margin: 10px; text-align: center; border: 2px solid #ff0000; font-weight: bold;}
.varovaniok {position: relative; display: block; padding: 10px; margin: 10px; text-align: center; border: 2px solid #008000; font-weight: bold;}

#list td {border-bottom: 1px solid #000000; padding: 0 3px 0 3px; border-right: 1px solid #999999; font-size: 9pt; text-align: center;}

/* ---------- Ukončovač plovoucích oběktů -----------*/
.cleaner {clear: both; height: 1px; line-height: 1px; font-size: 1px;}