* {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4d2a1f;
}

html,body {
    background: #efefef;
    position: relative;
    margin: 0;
    padding: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #4d2a1f;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: lighter;
}

h1:first-of-type {
    margin-top: 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 28px;
    margin-top: 20px;
    padding-bottom: 4px;
}

p {
    line-height: 22px;
}

ul {
    padding-left: 15px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

#container {
    background: #fff;
    width: 960px;
    margin: 25px auto;
    border: 1px solid #d9c7aa;
}

#header {
    position: relative;
    width: 960px;
    height: 400px;
}

#header img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header img.active {
    display: block;
    z-index: 2;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-family: 'Indie Flower', 'cursive';
    font-size: 40px;
    padding: 20px 30px;
    color: #fff;
}

#balken {
    background: #d9c7aa;
    text-align: right;
    padding: 7px 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #4d2a1f;
    margin-top: -3px;
    margin-bottom: 40px;
}

#content {
    width: 670px;
    float: right;
    padding-bottom: 25px;
    margin-right: 50px;
}

#navigationMain {
    width: 150px;
}

#navigationMain ul {
    padding: 0;
    margin: 0;
}

#navigationMain ul a li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
    font-size: 20px;
    color: #4d2a1f;
    padding: 3px;
    padding-left: 25px;
    width: 150px;
    margin-bottom: 10px;
}

#navigationMain ul a li:hover,#navigationMain ul a.active li {
    background: #d9c7aa;
}

#navigationMain ul a li img {
    position: absolute;
    right: 10px;
}

#footer {
    position: relative;
    background: #d9c7aa;
    height: 54px;
}

#footer .footerLeft {
    position: absolute;
    left: 15px;
    bottom: 9px;
}

#footer .footerRight img {
    width: 25px;
    margin-left: 15px;
}

#footer .footerLeft,#footer .footerLeft a {
    font-size: 11px;
    color: #000;
}

#footer .footerRight {
    position: absolute;
    right: 15px;
    bottom: 9px;
}

#footer .footerRight,#footer .footerRight a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
}

#footer .footerRight a:hover {
    text-decoration: underline;
}

.einzelbild {
    text-align: center;
}

.form_warning li {
    color: red;
}

form label {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    vertical-align: top;
}

form input[type="text"] {
    width: 420px;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border-right: 1px solid #d9c7aa;
    border-bottom: 1px solid #d9c7aa;
    vertical-align: top;
}

table th {
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #d9c7aa;
}

table .borderLeft {
    border-left: 1px solid #d9c7aa;
}

table .borderTop {
    border-top: 1px solid #d9c7aa;
}

table .borderRight {
    border-right: 1px solid #d9c7aa;
}

table .noBorderBottom {
    border-bottom: none;
}

table .noBorderRight {
    border-right: none;
}

table td h2 {
    margin-top: 7px;
}

.imageGallery div {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imageGallery div:nth-child(4n) {
    margin-right: 0px;
}

.imageGallery div a {
    border: none;
}

.lang ul {
    display: flex;
    list-style: none;
}
.lang ul li {
    text-transform: uppercase;
    margin-right: 16px;
}
.lang ul li a {
    border: none;
    color: #d9c7aa;
}
.lang ul li.selected a {
    color: #4d2a1f;
}
