html {
    position: relative;
    min-height: 100%;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3E3E3E;
}

body {
    margin: 0 0 150px; /* bottom = footer height */
}

@font-face {
    font-family: 'harringtonregular';
    src: url('harngton-webfont.eot');
    src: url('harngton-webfont.eot?#iefix') format('embedded-opentype'),
    url('harngton-webfont.woff2') format('woff2'),
    url('harngton-webfont.woff') format('woff'),
    url('harngton-webfont.ttf') format('truetype'),
    url('harngton-webfont.svg#harringtonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'deniseregular';
    src: url('denise_handwriting-webfont.eot');
    src: url('denise_handwriting-webfont.eot?#iefix') format('embedded-opentype'),
    url('denise_handwriting-webfont.woff2') format('woff2'),
    url('denise_handwriting-webfont.woff') format('woff'),
    url('denise_handwriting-webfont.ttf') format('truetype'),
    url('denise_handwriting-webfont.svg#deniseregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #b00835;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #b00835;
}

h3 {
    font-size: 26px;
    font-weight: bold;
    color: #b00835;
}

h4 {
    font-size: 26px;
    font-weight: bold;
    color: #0eb000;
}

h5 {
    font-size: 26px;
    font-weight: bold;
    color: #8a548c;
}

.startseite {
    font-size: 12px;
}

table.impressionen  {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;

}
td.impressionen {
    text-align: center;
}

.thumbnail {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
    width: 100%;
    height: auto;
}

input.error {
    background-color: #F8F0A9;
}

#logo {
    position: absolute;
    left: 100px;
    top: 30px;
    font-size: 40px;
    color: #b00835;
    font-family: harringtonregular;
}

#logoOrnament {
    position: absolute;
    left: 200px;
    top: -2px;
}

#menu {
    position: absolute;
    left: 100px;
    color: #ABABAB;
    font-size: 15px;
    top: 90px;
    z-index: 100;
}

#ornament {
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
    width: 150px;
    background-image: url("../images/header_ornament.png");
    background-repeat: no-repeat;
    z-index: 10;
}

#header {
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #FFFFFF;
    overflow: hidden;
}

#mainWrapper {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
}

#containerContent {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

#containerContentStart {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

#content {
    text-align: left;
}

#contentText {
    position: relative;
    height: auto;
    overflow: hidden;
    word-wrap: break-word;
    padding: 10px 25px 25px 25px;
    top: 20px;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    background-color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#footerText {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

a.menu:link, a.menu:visited {
    color: #ABABAB;
    text-decoration: none;
}

a.menu:hover {
    color: #b00835;
    text-decoration: none;
}

a.menu:active {
    color: #ABABAB;
    text-decoration: none;
}

a:link, a:visited {
    color: #3E3E3E;
    text-decoration: underline;
}

a:hover {
    color: #b00835;
    text-decoration: underline;
}

a:active {
    color: #3E3E3E;
    text-decoration: underline;
}

.menu {
    color: #b00835;
}

.terminOrt {
    font-weight: bold;
}

div.bild {
    width: 200px;
    height: 150px;
    overflow: hidden;
    padding-bottom: 5px;
}

.button {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 15px 7px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:link, a.button:visited {
    color: #3E3E3E;
    text-decoration: none;
}

a.button:hover {
    color: #b00835;
    text-decoration: none;
}

a.button:active {
    color: #3E3E3E;
    text-decoration: none;
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('../img/a12.png') no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}