/* OBECNE */

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
    color: #796d5e;
    text-align: left;
}

body {
    font-family: arial, tahoma, verdana, sans-serif;
    background: #cdc0b0 url('hp-bg-body.png') repeat-x left top;
    text-align: center;
    padding: 78px 0 0 0;
}

h1 {
}

h2 {
}

h3 {
}

a {
    color: #c0c0b9;
}

a:hover {
}

a:active, a:focus {
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

p {
    line-height: 150%;
}

sup {
    font-size: 10px;
}

/* ID: CONTAINER */

#page {
    width: 970px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}


/* ID: HEADER */

#header {
    height: 91px;
    position: relative;
    padding: 14px 14px 7px 14px;
    /*background: url('hp-bg-header.png') no-repeat 86px 20px;*/
}

#header * {
    color: #ebe3d6;
}

#header h1 {
    float: left;
}

#header h1 a {
    display: block;
    width: 417px;
    height: 82px;
    background: url('hp-logo.png') no-repeat left top;
    margin: 0 15px 0 0;
    text-decoration: none;
}

#header h1 a span.telc {
    visibility: hidden;
}

#header h1 a span.text {
    display: block;
    margin: 44px 0 0 80px;
    font-weight: normal;
    color: #e8dfd3;
}

#header h1 a span.text span {
    color: #c7a56f;
}

#header li {
    display: inline;
}

#header a:hover {
    color: #d7c7b2;
}

#header .menu1 {
    float: right;
    margin: 50px 0 0 0;
    width: 450px;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

#header .menu1 li {
    padding: 10px 0 10px 20px;
    margin: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
}

#header .menu1 a {
}

#header .menu1 .reservation {
    background: url('hp-ico-reservation.png') no-repeat left 8px;
    padding-left: 19px;
}

#header .menu1 .hours {
    background: url('hp-ico-hours.png') no-repeat left 6px;
    padding-left: 25px;
}

#header .menu1 .map {
    background: url('hp-ico-map.png') no-repeat left 6px;
    padding-left: 26px;
}

#header .menu1 .contact {
    background: url('hp-ico-contact.png') no-repeat left 8px;
    padding-left: 30px;
}


/* ID: CONTENT */

#content {
    background: #ece8e3;
    border: 3px solid #fefdfc;
    height: 279px;
    overflow: hidden;
}

#content .inbox {
    border-top: 1px solid #d9d5d1;
}

#content a {
    font-size: 12px;
    color: #987b5a;
    padding: 0 0 0 42px;
    display: block;
    height: 55px;
    font-weight: bold;
}

#content a.cs {background: url('flag-cs.png') no-repeat 8px 20px;}
#content a.en {background: url('flag-en.png') no-repeat 8px 20px; }
#content a.fr {background: url('flag-fr.png') no-repeat 8px 20px; text-decoration: none;}
#content a.de {background: url('flag-de.png') no-repeat 8px 20px; text-decoration: none;}
#content a.it {background: url('flag-it.png') no-repeat 8px 22px; text-decoration: none;}

#content ul {
    height: 278px;
    margin: 0 8px;
    width: 286px;
    float: left;
}

#content li {
    height: 56px;
    line-height: 55px;
}

#content .borders {
    border-top: 1px solid #dcdac4;
    border-bottom: 1px solid #dcdac4;
}

#content img {
    float: right;
}


/* ID: FOOTER */

#footer {
    background: url('bg-footer.png') no-repeat left top;
    margin: 18px 0 0 0;
}

#footer * {
    color: #796d5e;
}

#footer p {
    line-height:180%;
}

#footer a {
}

#footer p.right {
    text-align: right;
}

/* COMMON CLASSES */

.cleaner {
    clear: both;
    visibility: hidden;
    height: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}
