﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

html {
}

body {
    background: #F1F1F1 url('/images/background.jpg') no-repeat left top;
    font-family: "lucida grande", Verdana, Sans-Serif;
    font-size: 11px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    color: #2E2E2E;
}

#globalContainer {
    /*width: 940px;*/
    width: 1010px;
    margin: 0px auto;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 30px;
}

#headContainer {
    position: relative;
}

#mainContainer {
    background: #EAEAEA;
}

.mainContainerInnerWrap {
    padding-left: 20px;
    width: 750px;
}

#navContainer {
    float: left;
    width: 150px;
    padding: 150px 25px 25px 35px;
    text-transform: uppercase;
}

    #navContainer li {
        list-style: none;
        line-height: 30px;
    }

        #navContainer li a {
            color: #333;
            text-decoration: none;
        }

            #navContainer li a:hover {
                color: #333;
                font-weight: bold;
                text-decoration: none;
            }

#contentContainer {
    float: right;
    width: 770px;
    padding: 50px 0 0 10px;
    background: #FFF;
    min-height: 670px;
}

    #contentContainer h1 {
        font-size: 22px; /*text-transform: uppercase;*/
        padding-bottom: 15px; /*font-weight: normal;*/
        font-weight: bold; /*text-align: center;*/
    }

    #contentContainer p.home {
        font-size: 27px;
        text-align: center;
        width: 740px;
        padding-bottom: 2px;
        padding-top: 7px;
        font-weight: bold;
    }

    #contentContainer h2 {
        font-size: 14px; /*text-align: center;*/
        font-weight: bold;
        padding-top: 10px;
    }

    #contentContainer h1.home {
        text-align: center;
        width: 740px;
        font-size: 14px;
        padding-bottom: 5px;
    }
    #contentContainer h1.center {
        text-align:center;
    }
    #contentContainer div.homeWelcome {
        margin-left: 78px;
        text-align: center;
        width: 584px;
    }

#footContainer {
    text-transform: uppercase;
    padding-top: 7px;
    font-size: 12px;
}

p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 1.1em;
}
/* snippets */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#contentContainer ul {
    padding-left: 35px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
}


/*
COPY
*/

div.belegungsplan {
    /*    width: 800px; */
}


div.preise {
    /*     width: 800px;     height: 300px;    */
}

div.kontakt {
}

#contentContainer h2.impressum {
    font-size: 1.3em;
    font-weight: bold;
}

#contentContainer p.impressum {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 10px;
}

a.aGallery, a.aGallery:hover, a.aGallery:visited {
    text-decoration: none;
    color: #FFFFFF;
}

img.galleryThumbnail {
}

div.galleryWrap {
    width: 231px;
    height: 195px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

div.galleryImage {
    width: 231px;
    height: 170px;
    text-align: center;
    vertical-align: top;
    float: left;
}

div.galleryImageTitle {
    margin-top: 5px;
    height: 20px;
    float: left;
    width: 231px;
    text-align: center;
}

    div.galleryImageTitle h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 13px;
        font-weight: normal;
    }

#contentContainer p.impressumMargin {
    margin-top: 10px;
}

.belegungsplan2 {
    margin-left: 180px;
}

.lageplanMaps {
    margin-left: 20px;
}

.lageplanText {
    margin-top: 20px;
}

li.navDepth1 {
    margin-left: 10px;
    width: 165px;
}

li.navDepth2 {
    margin-left: 20px;
    width: 165px;
}

.clear {
    clear: both;
}

.homeRow {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

    .homeRow h2 {
        width: 100%;
        margin-bottom: 5px;
    }

    .homeRow .imageLeft {
        width: 220px;
        float: left;
    }

    .homeRow .imageRight {
        width: 280px;
        float: left;
    }

    .homeRow .homeRowTextLeft {
        width: 460px;
        margin-right: 10px;
        float: left;
    }

    .homeRow .homeRowTextRight {
        width: 520px;
        margin-left: 10px;
        float: left;
    }

a.selected 
{
    font-weight:bold;
}
.preiseExtern {
    width: 100%;
}
    .preiseExtern iframe {
         margin-left:50px;
    }
.preisInfo {
    margin-top: 5px;
    margin-left: 5px;
}
.preisZusatz {
    margin-top: 10px;
    font-size: 16px;
}
div.preise table {
    border: 1px solid black;
    border-collapse:collapse;
    font-size: 16px;
}
    div.preise table td, div.preise table th {
        border: 1px solid black;
        padding:3px;
    }

div.preise table th.col1{
    width: 170px;
}
div.preise table td.col3 {
    text-align:center;
}
div.preiseWattblick table th.col3 {
    width: 90px;
}
div.preiseLeuchtturm table th.col3 {
    width: 70px;
}
div.preiseNorddeich table th.col3 {
    width: 70px;
}

div.preiseSeestern table th.col1 {
    width: 115px;
}

