/* CSS Document */

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: 'Cabin', sans-serif;*/
    font-size: 13px;
    color: #FFF;
    background-color: #585858;
    overflow: hidden;
}

table td {
    height: 40px;
}

input, textarea {
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #c4c4c4;
    font: 13px 'Sintony', sans-serif;
    padding: 8px 12px;
    width: 180px;
}

input[type=radio] {
    width: 15px;
    height: 15px;
}

input.radio {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
}

input.submit, input.button, a.submit {
    background-color: #fff;
    color: #585858;
    cursor: pointer;
    /*text-shadow: 1px 1px 3px #333;*/
    font: 1em/1.2 'Sintony', sans-serif;
    padding: 5px 10px;
    width: auto;
    text-transform: uppercase;
    /*-webkit-border-radius:5px;*/
    /*-moz-border-radius:5px;*/
    /*border-radius: 5px;*/
}

input[type="submit"]:hover, input[type="button"]:hover {
    background: #dddddd;
    text-shadow: none;
}

textarea {
    width: 390px;
    overflow: auto;
    resize: none;
}

a {
    color: #585858;
    font-size: 14px;
    text-decoration: none;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 20px;
    height: 32px;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase
}

h2 {
    font-size: 16px;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 10px;
    padding: 0px 20px;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    font-family: 'Sintony', sans-serif;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-top: 15px;
    padding: 0px 20px;
    color: #d1162b;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
}
h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0px 20px;
    color: #585858;
    font-family: 'Sintony', sans-serif;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0 20px 20px;
    line-height: 20px;
}

a.news-hl, a.news-hl:hover {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.btn-news-more {
    color: #6F8992;
}

ul {
    margin: 0px 20px 20px 20px;
    line-height: 22px;
}

#wallpaper_container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;

}

img {
    border: 0;
}

/****************************************/
/* NAVIGATION */
/****************************************/

#navigation {
    position: fixed;
    overflow: visible !important;
    top: 0px;
    left: 10%;
    height: 100%;
    width: 185px;
    background-color: #FFF;
    /*background-image: url("/public/img/navigation/bg.png");*/
    background-repeat: repeat-y;
    z-index: 900;
}

.navigation_content {
    position: absolute;
    top: 50%;
    height: 610px;
    width: 100%;
    margin-top: -305px;
    /*background-image: url("/public/img/navigation/navi_text.png");*/
    background-position: 100% 84%;
    background-repeat: no-repeat;
}

.navigation_rein {
    position: absolute;
    top: 0px;
    height: 610px;
    margin-left: 185px;
}

.navigation_text {
    position: absolute;
    top: 11%;
    margin-left: 181px;
    margin-top: 0px;
    z-index: 9999;
    background-image: url("/public/img/navigation/navi_text.png");
    background-repeat: no-repeat;
    height: 527px;
    width: 37px;
}

.navigation_content a {
    display: block;
    width: 160px;
    height: 27px;
    padding-top: 13px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 25px;
}

.navigation_content a:active,
.navigation_content a:link,
.navigation_content a:visited,
.navigation_content a:focus {
    text-decoration: none;
    border: none;
    outline-style: none;
}

.navigation_content a:hover {
    background-color: #ebebeb;
}

#logo:hover{
    background: none;
}
.navigation_content .lage {
}

.navigation_content .architektur {
}

.navigation_content .lebensqualitaet {
}

.navigation_content .verkaufsstatus {
}

.navigation_content .kontakt {
}

.navigation_content .impressum {
}

#content {
    position: fixed;
    top: 0px;
    left: 10%;
    height: 100%;
    width: 864px;
    z-index: 2;
    overflow: hidden;
    /*display: block;*/
    opacity: 0;
}

#content_shadow {
    position: absolute;
    width: 6px;
    height: 100%;
    background-image: url(/public/img/content_shadow.png);
    margin-left: 185px;
    z-index: 2;
}

#content_shadow_left {
    position: absolute;
    width: 6px;
    height: 100%;
    background-image: url(/public/img/content_shadow_left.png);
    margin-left: -6px;
    z-index: 2;
}

#content_slider {
    position: absolute;
    width: 460px;
    height: 100%;
    padding-left: 185px;
    margin-left: -460px;
    z-index: 1;
}

#content_slider .upper {
    width: 460px;
    height: 15px;
    background-image: url(/public/img/content_bg_upper.png);
}

#content_slider .lower {
    width: 460px;
    height: 15px;
    background-image: url(/public/img/content_bg_lower.png);
}

#content_center {
    width: 460px;
    background-image: url(/public/img/content_bg.png);
    background-repeat: repeat;
}

.content_inner {
    position: absolute;
    width: 460px;
    top: 50%;
    height: 560px;
    margin-top: -310px;
    margin-left: 6px;
}

.content_close {
    display: block;
    position: absolute;
    margin-left: 427px;
    margin-top: -10px;
    background-image: url(/public/img/close.png);
    width: 17px;
    height: 17px;
}

#content_text_left {
    width: 450px;
    float: left;
}

#content_pics_right {
    width: 190px;
    padding: 0px 5px;
    float: left;
}

.download_link {
    display: block;
    padding: 7px;
    background-color: #d6e9f4;
    margin: 1px 20px 0px 20px;
    text-decoration: none;
    color: #074262;
}

.download-text {
    display: block;
    margin-left: 10px;
}

.download_link:hover {
    background-color: #bedbeb;
}

.success {
    color: #585858;
    font-size: 24px;
    font-family: FrutigerLTW01-47LightCn, Arial, Helvetica, sans-serif;
    margin-top: 25px;
}

.gallery {
    margin-left: 20px;

}

.gallerycontainer {
    width: 104px;
    height: 150px;
    margin-right: 45px;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
}

.gallerythumb {
    width: 104px;
    height: 104px;
    border: 3px solid #FFF;
    float: left;
    margin-bottom: 3px;
}

.gallery_big {
    margin-left: 20px;
    width: 404px;
    height: 229px;
    border: 3px solid #FFF;
    overflow: hidden;

}

.gallery_big2 {
    margin-left: 20px;
    width: 354px;
    height: 229px;
    border: 3px solid #FFF;

}

.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%; /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity = 50); /* Older than Firefox 0.9 */
    -moz-opacity: 0.5; /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5; /* Modern! /* Firefox 0.9+, Safari 2?, Chrome any? /* Opera 9+, IE 9+ */
    opacity: 0.5;
}