html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 80%;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: center;
    color: #444;
    background: #CC9933;
}

body[id] {
    text-align: left;
}

h1 {
    font-size: 130%;
    color: white;
}

h2 {
    font-size: 110%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 80%;
}

img {
    border: 0;
/*    border: 4px solid #E19118;
    border-bottom: 14px solid #E19118;
    margin: 4px;*/
}

table, td, th, tr {
    font-size: 100%;
}

.illustration-left {
    float: left;
    margin-right: 1.5em;
}

.center {text-align: center; margin: auto;}

#containerTop {
    background: #CC9933 url("../images/podklad.gif") top left no-repeat;
    width: 701px;
    height: 111px;
    margin: 0 10px;
}

#containerMain {
    position: relative;
    width: 721px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
/*     background: url('../images/prezentace/bg-main.png') repeat-y; */
    color: #444;
}

.content {
    width: 661px;
    _width: 701px;
    margin: 0 10px;
    padding: 15px 20px;
}

#containerMain .content {
    margin-top: 40px;
    _margin-top: 50px;
    color: #444;
    background: #E1CE71;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 198px;
}

#containerNavigation h3 {
    display: none;
}


#menuMain {
    position: absolute;
    top: 111px; left: 10px;
    width: 701px; height: 51px;
    background: #000 url('../images/prezentace/bg-menu1.png') no-repeat;
    color: white;
    margin: 0; padding: 0;
    text-align: right;
}

#menuMain li, #menuTours li {
    display: inline;
    list-style-type: none;
    border-left: 1px solid #c89c79; padding: 0 1em;
    line-height: 51px;
/*     height: 37px; */
}

#menuMain li a {
    color: white;
    text-decoration: none;
}

#menuMain li a:hover {
    color: #E62D32;
}


#containerFooter {
    width: 711px;
    text-align: right;
    font-size: 80%;
}

.cleaner {
    clear: both;
}

label {
    clear: both;
    display: block;
    float: left;
    width: 200px;
    margin-left: 1em;
}

.non-active {
    color: #666;
}

#hl table {
    border-collapse: collapse;
    width: 100%;
}

#hl table th {
    background: #E19118;
    color: white;
    padding: 0 3px;
}