/* General */
body {
    background: #e7e7e7;
    color: #333333;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

#site {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 0 10px #888888;
    border-radius: 10px;
}

#header {
    height: 110px;
}

#content {
    padding: 15px;
    text-align: justify;
    background-color: white;
}

#footer {
    height: 30px;
    text-align: center;
}

/* Google Maps */
#map {
    height: 500px;
    width: 930px;
}

.marker_panorama {
    height: 178px;
    text-align: center;
    width: 413px;
}

.marker_photo {
    height: 278px;
    text-align: center;
    width: 313px;
}

.marker_photoV {
    height: 278px;
    text-align: center;
    width: 213px;
}

.marker_hdr {
    height: 278px;
    text-align: center;
    width: 313px;
}

.olControlPanZoomBar img, .olControlLayerSwitcher img, .olPopup img {
    border-width: 0;
    margin: 0;
    padding: 0;
}

.olControlAttribution {
    bottom: 1px !important;
    font-size: 10px !important;
}

/* Titles */
h1 {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #aa0000;
    font-size: 20px;
    font-style: italic;
    font-variant: small-caps;
    font-weight: normal;
    margin-top: -10px;
    padding-bottom: 5px;
}

h1 span {
    color: #333333;
}

h1 a:link, h1 a:active, h1 a:visited {
    color: #aa0000;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    font-size: 14px;
}

h2.toggler {
    cursor: pointer;
}

.toggler span {
    color: black;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

h2.center {
    text-align: center;
}

h3 {
    font-size: 12px;
}

/* Texts */
a:link, a:active, a:visited {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.center {
    text-align: center;
}

p.right {
    font-style: italic;
    text-align: right;
}

span {
    color: red;
}

/* Images */
img {
    border: 1px solid #a1a1a1;
    margin: 3px;
    padding: 3px;
}

a:hover img {
    background: #e1e1e1;
}

img.icon {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Tables */
table {
    border-collapse: collapse;
    margin: auto;
    text-align: center;
}

tr {
    height: 145px;
}

td {
    /*border: 1px dashed black;*/
    width: 183px;
}

.gallery tr {
    height: auto;
}

.gallery td {
    text-align: left;
    width: auto;
}

td.panorama {
    width: 237px;
}

td.no_panorama {
    width: 362px;
}

.panoramas td {
    width: 915px;
}

td.viewer {
    width: auto;
}

/* Guestbook */
.guestbook_message {
    margin-bottom: 25px;
}

.guestbook_header {
    background: #f5f5f5
}

.guestbook_date {
    float: right;
    font-style: italic;
    width: 115px;
}

.guestbook_formular {
    float: left;
    text-align: right;
}

.spacer {
    clear: both;
    text-align: center;
}

/* Viewer */
#olmap {
    height: 400px;
    width: 800px;
}

#olviewer {
    border: 1px solid #a1a1a1;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    width: 800px;
}

.olTileImage {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Menu */
#menu {
    border-bottom: 1px solid #a1a1a1;
    font-weight: bold;
    padding: 3px 0;
    text-align: left;
    margin: 0;
}

#menu li {
    display: inline;
    list-style: none;
    margin: 0;
}

#menu li a {
    background: #e7e7e7;
    border: 1px solid #a1a1a1;
    border-bottom: none;
    margin-left: 17px;
    margin-right: -10px;
    padding: 3px 0.5em;
    text-decoration: none;
}

#menu li a:link, #menu li a:active, #menu li a:visited {
    color: #333333;
}

#menu li a:hover {
    background: #d7d7d7;
    border-color: #a1a1a1;
    color: black;
}

#menu li a#current {
    background: white;
    border-bottom: 1px solid white;
    color: black;
}
