body {
    background: #e4eba6 url('body-bg.gif') repeat-x center top;
}
h1, h2, h3, h4, h5 {
    font-family: 'NikaiaRegular';
    letter-spacing: -1px;
}

#vrch {
    margin-top: 43px;
    height: 456px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    background: transparent url('vrch.png') no-repeat center top;    
}

#logo { height: 95px }
#logo a {
    font-family: 'NikaiaScriptRegular';
    font-size: 1.5em;
    line-height: 1;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#logo .tmaveOranzove { font-size: 1.6em }
#logo div {
    margin-top: 24px;
    margin-left: 29px
}
#logo div + div { margin-top: 0}

#banery {
    list-style: none;
    border-right: 1px solid white;
    margin: 0;
    padding: 0;    
}

#navigace {
    height: 67px;
    background: transparent url('menu-bg.gif') repeat-x center top;    
}
#navigace ul {
    padding: 0;
    margin: 0;
}
#navigace li {
    list-style: none;
    float: left;
    margin-left: 2em
}
#navigace a, #form button {
    display: block;
    margin-top: 16px;
    padding: 7px 10px; 
    font: 1.5em 'NikaiaScriptRegular';
    color: #fff;
    text-decoration: none;
}
#navigace a:hover,#navigace a.aktivni{
    color: #000;
    background: url('button.png') repeat-x center top;
    position: relative;
}
#navigace a:hover:before,#navigace a.aktivni:before{
    content: url('button-before.png');
    position: absolute;
    top: 0;
    left: -4px;
}
#navigace a:hover:after,#navigace a.aktivni:after{
    content: url('button-after.png');
    position: absolute;
    top: 0;
    right: -4px;
}
#form button {
    color: #000;
    padding: 7px 15px;
    background: url('form-button.png') no-repeat center top;
}

#obsah {
    padding: 10px 0;
}

#obsah .levy {
    float:left;
    width: 360px;
}
#obsah .pravy{
    float: left;
    width: 600px
}
#obsah .pravy.mensi{
    padding-left: 40px;
    width: 560px
}
#obsah .cely {
    float: left;
    width: 100%
}
#obsah ul {
    list-style: none;
    position: relative;
}
.tmaveOranzove ~ ul li:before, .tmaveOranzove ~ div ul li:before { color: #f09019 }
.zelene ~ ul li:before { color: #5b6400 }
#obsah li:before {
    content: "\25a0";
    font-weight: bold;
    position: absolute;
    left: 0;
}
.fotogalerie { margin: 0 0 24px; padding: 0 }
.fotogalerie li { float: left; margin-left: 33px; margin-bottom: 33px }
.fotogalerie li:first-child { margin-left: 0}
.fotogalerie li:before { content: none !important; position: static }
.fotogalerie img {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 5px
}
.fotogalerie .hidden { display: none }
.fotogalerie li.newline { margin-left: 0 }

.fotogalerie img:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.7);    
}

#form label {position: relative; padding-left: 15px}
#form th.hore { vertical-align: text-top; padding-top: 1em }
#form label:before {
    content: "\25a0";
    font-weight: bold;
    position: absolute;
    color: #5b6400;
    top:-2px;
    left: -5px
}
#form input, #form textarea {
    font-family: sans-serif;
    border-radius: 5px;
    height: 25px;
    border-color: #d5dd8d;
    box-shadow: inset 0 0 3px #edede9
}
#form input { padding-left: .4em; padding-right: .4em }
#form textarea {
    overflow: auto;
    height: 100px
}
#form button {
    margin: 0 0 0 5px;
    background-color: transparent;
    cursor: pointer;
    border: none
}

#paticka {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 77px;
    height: auto;
    background-color: #5b6400;
    background-image: url('footer-bg.gif');
    background-repeat: repeat-x;
    background-position: center top;
}
#paticka a { color: #f0ad09 }
#paticka address {
    font-style: normal;
    float: left;
    margin-right: 100px
}
#paticka dl { float: left }
#paticka dt { float: left}
#paticka dd { margin-left: 5em }
#paticka .container {
    position: relative;
    overflow: hidden;
}
#paticka .romlifooter {
    margin-bottom: 16px;
}
/* barvy */
.oranzove { color: #f09019 }
.bledeOranzove {  color: #f0ad09 }
.bledeOranzove:hover {  color: #ef5a09 }
.tmaveOranzove { color: #ef5a09 }
.zelene { color: #5b6400 }

/* misc */
.textDoprava {text-align: right}
.es { font-family: 'NikaiaRegularItalic' }
.createdBy {
    position: absolute;
    bottom: 18px;
    right: 0;
    color:#fff
}
.createdBy a {
    color: #fff !important;
    text-decoration: none
}
.error ul { margin-bottom: 0 }

#mapa-obal {
    background-color: #fff;
    width:340px;
    margin:0 20px 0 0;
    float:left;
    border-radius: 3px;
    box-shadow:0px 0px 10px #999;
    padding:5px
}
#mapa {
    width:  340px;
    height: 300px;                
}

#login { width: 250px }
#login td { padding: 2px }
#login th { text-align: right }
#login input { padding: 3px 5px }

.table { background-color: #fff}
.table tr:nth-child(even) td {background:#e5ecf9;}