@charset "utf-8";
@import url("../fonts/fonts.css");
* {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/bg-kachel.jpg") 2000px top repeat-x #666f4d;
    font-family: "moltenham";
    font-size: 22px;
    color: #cbd2b8;
}


/* Temporär */

.Notbanner {
    padding: 10px;
    background: rgb(102, 111, 77);
    color: white;
    text-align: center;
}


/* Temporär ende */

p,
#content ul,
#content ol,
#content table,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
}

h1 {
    padding-top: 30px;
}

.iframe-border{
    text-align:left;
    border:10px solid white;
}

h1 a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 1px;
    width: 379px;
    height: 99px;
    background: url("../images/logo.png") left top no-repeat;
    margin-left: 210px;
}

h2,
h3,
h4 {
    font-weight: normal;
    font-family: "champagne";
}

h2 {
    color: #cbd2b8;
    font-size: 55px;
    text-align: right;
    text-shadow: 0 0 2px #bc8e36;
    margin-bottom: 60px;
    padding-top: 95px;
}

h3 {
    font-size: 29px;
    font-weight: normal;
    font-family: "moltenham";
}

h3 small {
    font-size: 23px;
    font-weight: normal;
    font-family: "moltenham";
}

address {
    font-style: normal;
}

a,
a:visited {
    outline: none;
    text-decoration: none;
    color: #cc9e43;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #cbd2b8;
}

img {
    border: none;
}

ul li,
p {
    line-height: 22px;
}

ul li {
    margin-bottom: 5px;
}


/**********************************************

	   ////////// Nicht l�schen ///////////

***********************************************/

.clear {
    clear: both !important;
    float: none !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.left {
    float: left;
}

img.left {
    margin-right: 20px;
}

.right {
    float: right;
}

.endrow {
    margin-right: 0 !important;
}

.marginB {
    margin-bottom: 20px !important;
}


/**********************************************

	   ////////// sticky footer ///////////

***********************************************/

html,
body,
#main-wrapper {
    height: 100%;
}

#main-wrapper {
    margin: 0 auto 0 0;
    overflow: visible;
    position: relative;
    z-index: 2;
    max-width: 2000px;
}

body>#main-wrapper {
    height: auto;
    min-height: 100%;
}

#content-wrapper {
    padding-bottom: 200px;
    width: 100%;
    margin: 0 auto;
    min-height: 926px;
}


/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

.contenter {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    background: url("../images/head.jpg") center top no-repeat transparent;
    height: 202px;
}

#header .contenter {
    height: 202px;
}

#header .topnavi {
    float: right;
    padding-top: 20px;
    height: 40px;
}

#header .topnavi ul {
    list-style: none;
    text-align: center;
    background: url("../images/green-trans.png") left top repeat transparent;
    height: 40px;
    padding: 0;
}

#header .topnavi ul li {
    display: inline;
}

#header .topnavi ul li a,
#header .topnavi ul li a:visited {
    font-family: "champagne";
    font-size: 29px;
    color: #ede4d7;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    float: left;
}

#header .topnavi ul li a:hover,
#header .topnavi ul li a:active,
#header .topnavi ul li a:focus,
#header .topnavi ul li.active a {
    background-color: #818b67;
    text-decoration: none;
}

#header .navi {
    height: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#header .navi ul {
    height: 54px;
    float: right;
    padding: 0;
}

#header .navi ul li {
    display: block;
    float: left;
}

#header .navi ul li a,
#header .navi ul li a:visited {
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-family: "champagne";
    font-size: 24px;
    color: #ede4d7;
}

#header .navi ul li a:hover,
#header .navi ul li a:active,
#header .navi ul li a:focus,
#header .navi ul li.active a {
    background-color: #818b67;
    text-decoration: none;
}

#content-wrapper {
    background: url("../images/bg.jpg") center top no-repeat transparent;
}

.smallbox {
    background: #666f4d;
    position: relative;
    overflow: hidden;
    padding: 50px 25px 15px 60px;
    width: 540px;
    margin: 0 0 25px auto;
}

.smallbox>* {
    position: relative;
    z-index: 2;
}

.upper-corner {
    position: absolute !important;
    z-index: 1 !important;
    left: 0;
    top: 0;
    background: url("../images/upper-corner.jpg") left top transparent;
    width: 176px;
    height: 305px;
}

.lower-corner {
    position: absolute !important;
    z-index: 1 !important;
    bottom: 0;
    right: 0;
    background: url("../images/lower-corner.jpg") right bottom transparent;
    width: 230px;
    height: 294px;
}

a.button,
a.button:visited {
    background: #997632;
    color: #cbd2b8;
    display: block;
    padding: 5px 0 0 30px;
    font-family: "champagne";
    font-size: 33px;
    line-height: 20px;
}

a.button:hover,
a.button:active,
a.button:focus {
    background: #cc9e43;
    text-decoration: none;
    box-shadow: 0 0 2px #cc9e43;
}

ul {
    padding-left: 16px;
    margin-bottom: 20px;
}

.bigbox {
    padding: 20px 15px;
    position: relative;
    background: #666f4d;
    border: 1px #92977a solid;
    overflow: hidden;
}

.bigbox>* {
    position: relative;
    z-index: 2;
}

.bigbox h3 {
    margin-top: -5px !important;
}

a.fancybox {
    display: block;
    float: left;
    margin-right: 20px;
}

a.fancybox.margin {
    margin-bottom: 20px;
}

a.fancybox img {
    display: block;
}

ol {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.multifold .foldernavi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.multifold .foldernavi li {
    text-align:center;
    display: block;
    float: left;
    font-family: "champagne";
    font-size: 33px;
    padding: 5px 0 0 0;
    width: 217px;
    line-height: 43px;
    background: #997632;
    color: #cbd2b8;
    cursor: pointer;
    margin-right: 20px;
}

.multifold .foldernavi li:hover,
.multifold .foldernavi li.klick {
    background: #cc9e43;
    box-shadow: 0 0 2px #cc9e43;
}

.multifold .foldernavi li.clear {
    padding: 0;
}

iframe {
    width: 220px;
    height: 242px;
    border: none;
    overflow: hidden;
}

.captcha iframe {
    width: 310px;
    height: 92px;
    border: none;
    overflow: hidden;
}

iframe.left {
    margin: 0 20px 20px 0;
}

.halfcol {
    width: 454px;
}

#footer {
    height: 200px;
    width: 960px;
    margin: -200px auto 0;
    position: relative;
    z-index: 3;
}

#footer h2 {
    color: #cbd2b8;
    font-size: 33px;
    font-family: "champagne";
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

#footer .inner {
    background: #cbd2b8;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer .inner address {
    margin: 18px auto 0;
    border-top: 2px #6f7856 solid;
    padding-top: 12px;
    width: 720px;
    font-size: 18px;
    color: #6f7856;
}

iframe.gmaps {
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 1em;
    border: none;
}

iframe.gedenk {
    display: block;
    width: 100%;
    height: 1550px;
    border: none;
    margin: 0 auto 1em;
}