﻿body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

.A12 {
    font-size: 12pt;
}

.A10 {
    font-size: 10pt;
    font-weight: normal;
}

.A10b {
    font-size: 10pt;
    font-weight: bold;
}

.A8 {
    font-size: 9pt;
    font-weight: normal;
}

.A8b {
    font-size: 9pt;
    font-weight: bold;
}

.reservation {
    margin: 20px 0px;
}

table.blurb {
    margin: 20px;
    line-height: 1.5em;
    text-align: justify;
}

td.blurb {
    padding: 20px;
}

#language {
    font-size: 8pt;
    position: absolute;
    left: 220px;
    top: 35px;
    z-index: 5;
}

#language a {
    color: #3b3f20;
    text-decoration: none;
}

#menu {
    width: 400px;
    text-align: right;
    position: absolute;
    top: 135px;
    left: 10px;
}

#menu a {
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #3b3f20;
    margin: 0px 10px;
}

#submenu {  
    margin-right: 10px;
}

#submenu a {
    color: #3b3f20;
    font-weight: normal;
    font-size: 8pt;
    float: none;
    display: inline;
    margin: 0px;
}

#menu a:hover, #language a:hover {
    text-decoration: underline;
}

.thumbnails a {
    display: block;
    margin: 10px 2px;
}

.main {
    clear: both;
}

h2 {
    font-size: 1.1em;
    text-align: right;
    font-style: italic;
    color: #3b3f20;
    width: 600px;
    border-bottom: 1px solid #cfcebe;
    padding: 0px 10px;
}

.thumbnailcontainer div  {
    
}



.thumbnailcontainer {
    text-align: left;
}

.thumbnailcontainer img {
    border: 1px solid #d9d28c;
    margin: 5px;
}

.thumbnailcontainer div {
    margin-left: 30px;
}

.gallery {
    width: 700px;
}

.next, .prev {
    width: 40px;
    height: 40px;
    border: none;
    background: url(../graphics/btn_next.gif) no-repeat;
    display: block;
    float: right;
    margin-top: 30px;
}

.prev {
    background: url(../graphics/btn_prev.gif) no-repeat;
    float: left;

}

.blank {
    background: none;
}

.bigger {
    margin: 20px;
    
    width: 660px;
}
