html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    background-image: url(img/ui/bg.png);
    background-repeat: repeat-y;
    overflow-y: scroll;
}

div {
    font-family: "Roboto", Arial, sans-serif;
}

div#topnavi1 {
    width: 100%;
    height: 55px;
    background-color: #e70;
    background-image: url(img/ui/topbg.png);
}

div#topnavi1 table {
    width: 100%;
}

div#topnavi1 img#logo {
    margin-left: 10px;
}

div#topnavi1 a:hover img {
    background-image: url(img/ui/flag_xx.png);
}

div#topnavi2 {
    width: 100%;
    height: 25px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

div#topnavi2 span {
    color: #ff0;
    cursor: default;
    font-size: 12px;
    vertical-align: top;
}

div#topnavi2 a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    vertical-align: top;
}

div#topnavi2 a:hover {
    text-decoration: underline;
}

div#content {
    position: absolute;
    top: 85px;
    left: 230px;
    padding-left: 1px;
    padding-bottom: 20px;
    min-width: 550px;
    background-image: url(img/ui/cl.png);
    background-repeat: no-repeat;
}

div#content a, div#gbSendForm a {
    color: #00f;
    text-decoration: none;
}

div#content a:hover, div#gbSendForm a:hover {
    text-decoration: underline;
}

div#content em {
    font-style: normal;
    color: #f00;
    text-shadow: 0 1px 2px rgba(255, 192, 0, 0.75);
    font-weight: bold;
}

div#content h3 em {
    font-style: normal;
    color: #000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    font-weight: bold;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    color: #e70;
    text-shadow: 2px 1px 0px #000;
    font-style: italic;
    font-size: 25px;
    padding: 10px 40px 10px 40px;
}

div#decocaption {
    width: 210px;
    padding: 360px 10px 10px 10px;
    font-family: "Roboto SemiCondensed", "Roboto", Arial, sans-serif;
}

div#decocaption p {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
}

div#content p, div#gbSendForm p {
    font-size: 12px;
    padding-left: 40px;
    max-width: 440px;
    line-height: 2em;
}

div#content table th, div#gbSendForm table th, div#content table td, div#gbSendForm table td {
    text-align: left;
    padding-left: 5px;
}

div#content div.tight table, div#gbSendForm div.tight table {
    padding: 5px;
}

div#content div.tight table td, div#gbSendForm div.tight table td {
    margin: 0;
    padding: 0;
}

div#content div.tight table th, div#gbSendForm div.tight table th {
    margin: 0;
    padding: 0;
}

div#content table td p, div#gbSendForm table td p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

div#content table th h3, div#gbSendForm table th h3 {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
}

div#content h3.pricetag {
    text-align: right;
    padding-right: 20px;
}

div#content p.pricetag {
    text-align: right;
    padding-right: 20px;
}

div#galleryArea {
    margin-left: 40px;
}

div#galleryPhoto {
    width: 500px;
    height: 375px;
}

img.dropShadow {
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}

table.floating {
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

h3.tight {
    margin: 0;
    padding: 0;
}

#topnavi2 > table {
    padding-left: 12px;
}

#topnavi2 td {
    padding-left: 5px;
}

#topnavi2 td > * {
    margin-right: 25px;
}

#topnavi2 td > span {
    color: #ff0;
}

/* Some pages are not available - unfortunately lost in history */

a[href^="pictures-"] {
    pointer-events: none;
    cursor: not-allowed;
    color: #f0f;
}

/* === Navigation: Language flags === */

#topnavi1 td:last-child {
    text-align: right;
}

#topnavi1 td:last-child > a,
#topnavi1 td:last-child > span {
    margin-right: 35px;
}

#topnavi1 td:last-child > a {
    opacity: .75;
    filter: alpha(opacity=75);
}

#topnavi1 td:last-child > span > img {
    background-image: url(img/ui/flag_xx.png);
}

/* === Page decoration sidebar === */

.page-decoration {
    background-repeat: no-repeat;
    width: 230px;
}

.deco-index { background-image: url(img/decoration/index-php.jpg); }
.deco-location { background-image: url(img/decoration/location-php.jpg); }
.deco-menu { background-image: url(img/decoration/menu-php.jpg); }
.deco-room-rates { background-image: url(img/decoration/room_rates-php.jpg); }
.deco-contact { background-image: url(img/decoration/contact_us-php.jpg); }
.deco-links { background-image: url(img/decoration/links-php.jpg); }
.deco-guestbook { background-image: url(img/decoration/guestbook-php.jpg); }

.decorator-corner {
    float: right;
    width: 60px;
    height: 60px;
}

/* === Index page === */

.signature {
    width: 200px;
    height: 50px;
}

.social-icon {
    width: 50px;
    height: 50px;
}

.table-indent {
    margin-left: 33px;
}

/* === Menu page: daily specials table === */

.daily-specials {
    width: 435px;
    margin-left: 40px;
    font-size: 12px;
    background-color: #ffc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000;
    table-layout: fixed;
}

.col-day {
    width: 115px;
    padding-left: 5px;
}

.col-dish {
    width: 240px;
}

.col-price {
    width: 80px;
}

/* === Room rates page === */

.col-date-range {
    width: 114px;
}

.col-currency {
    width: 21px;
}

.col-amount {
    width: 60px;
}

.currency-indent {
    position: relative;
    left: 15px;
}

.room-image {
    border: 1px solid #000;
    width: 435px;
    height: 290px;
}

/* === Contact page === */

div#content p.contact-address {
    line-height: 1.5em;
}

div#content table td p.email-spacing {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* === Links page === */

.links-heading {
    margin: 10px 0 0 40px;
}

.links-table {
    padding-left: 40px;
    font-size: 12px;
}

/* === Location page === */

.map-image {
    border: 1px solid #000;
    width: 460px;
    height: 325px;
}

/* === Guestbook === */

.guestbook-actions {
    width: 435px;
    margin-left: 40px;
    border-collapse: collapse;
    table-layout: fixed;
}

.disabled-link {
    cursor: not-allowed;
    opacity: 0.5;
}

.guestbook-entry {
    width: 435px;
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 2px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 2px 0px #4a4a4a;
    box-shadow: 0px 1px 2px 0px #4a4a4a;
}

.guestbook-reply {
    width: 415px;
    margin-top: 5px;
    margin-left: 60px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 2px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 2px 0px #4a4a4a;
    box-shadow: 0px 1px 2px 0px #4a4a4a;
}

.entry-table {
    width: 100%;
    table-layout: fixed;
}

.col-avatar {
    width: 90px;
}

.col-meta {
    width: 120px;
}

div#content .entry-author {
    margin: 0;
    padding-left: 10px;
    line-height: 12px;
}

div#content .entry-author b {
    font-size: 12px;
}

div#content .entry-author i {
    font-size: 10px;
    color: #444;
}

div#content .rating-label {
    color: #444;
    margin: 0;
    padding-left: 10px;
}

.rating-stars {
    width: 100px;
    height: 20px;
    background-image: url(img/ui/stars.png);
}

.stars-5 { background-position: 0 -100px; }
.stars-4 { background-position: 0 -80px; }

div#content .entry-comment {
    margin-bottom: 0;
    padding-left: 10px;
    white-space: normal;
    line-height: 1.5em;
}

div#content .entry-translation {
    margin-bottom: 0;
    padding-left: 10px;
    white-space: normal;
    line-height: 1.5em;
    font-size: 10px;
}

div#content .entry-translation i,
.translation-credit {
    color: #888;
}

div#content .entry-actions {
    text-align: right;
    vertical-align: bottom;
    padding-right: 25px;
}

div#content .entry-actions p {
    margin-bottom: 0;
}

.reply-spacer {
    height: 0;
}

div#content .admin-note {
    font-style: italic;
    font-weight: bold;
    color: #444;
}
