@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('fonts/merriweathersans-v2.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9998;
}

#image_area_1,
#image_area_2,
#image_area_7,
#image_area_8 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 600px;
    margin-left: -200px;
    margin-top: -300px;
    display: inline-block;
    float: left;
    z-index: 9999;
}

#image_area_3,
#image_area_4,
#image_area_5,
#image_area_6 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
    display: inline-block;
    float: left;
    z-index: 9999;
}

body {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    color: #333333;
}

nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 450px;
    margin-left: -480px;
    margin-top: -265px;
    border: 0px solid #888;
    padding: 0px;
    font-family: bebas_neueregular;
    font-size: 20px;
}

nav ul {
    font-size: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li {
    position: relative;
    float: left;
}

nav ul li a {
    display: block;
    padding: 14px 15px 3px 15px;
}

a:link {
    color: #339933;
    text-decoration: none;
}

a:visited {
    color: #339933;
    text-decoration: none;
}

a:active {
    color: #339933;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

a img {
    border: 0px;
}

#mainframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 450px;
    margin-left: -500px;
    margin-top: -225px;
    border: 0px solid #888;
    padding: 0px;
    border-radius: 30px;
    background-color: #EEEEEE;
}

#button_gallery_prev {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -25px;
    margin-left: 20px;
    z-index: 1;
}

#button_gallery_next {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    margin-left: -50px;
    z-index: 1;
}

#button_detail_prev {
    position: fixed;
    top: 50%;
    left: 0%;
    margin-top: -25px;
    margin-left: 20px;
    z-index: 9999;
}

#button_detail_next {
    position: fixed;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    margin-left: -50px;
    z-index: 9999;
}

#button_sb_mail {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: 0px;
    margin-left: -130px;
    z-index: 1;
}

#button_sb_facebook {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: 0px;
    margin-left: -95px;
    z-index: 1;
}

#button_sb_youtube {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: 0px;
    margin-left: -60px;
    z-index: 1;
}

#galleryText {
    position: absolute;
    top: 70%;
    left: 75%;
    width: 200px;
    height: 100px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}

#impressum {
    margin-left: 34px;
    margin-right: 34px;
}

#text_info_top {
    font-family: 'bebas_neueregular';
    font-size: 14pt;
}

#text_info_bottom {
    font-family: 'bebas_neueregular';
    font-size: 14pt;
}

header {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: 400px;
    opacity: 0.7;
    z-index: 1;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    left: 20px;
    font-family: bebas_neueregular;
    font-size: 12pt;
}