@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('DejaVuSansCondensed-webfont.eot');
    src: url('DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'), url('DejaVuSansCondensed-webfont.woff') format('woff'), url('DejaVuSansCondensed-webfont.ttf') format('truetype'), url('DejaVuSansCondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #e2c4ad url(../images/bg.jpg) center 0 repeat;
    font-family: 'DejaVuSansCondensed', arial, sans-serif;
    color: #000;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    padding: 68px 0 0 0;
}

html,
body,
#container {
    height: 100%;
}

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

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

h3 {
    color: #fb580d;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 15px;
}

.captcha {
    padding: 0 10px;
}

.ds {
    padding: 10px;
}

h4 {
    color: #fb580d;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 15px;
}

address {
    margin-bottom: 16px;
    font-style: normal;
}

a,
a:visited {
    outline: none;
    color: #712300;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

strong {
    font-weight: normal;
    font-family: 'DejaVuSansCondensedBold', arial, sans-serif;
}


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

	   ////////// Nicht löschen ///////////

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

#ie6 {
    display: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

* html #ie6 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f00;
    width: 100%;
    display: block !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

* html #ie6 p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 800px;
}

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

.suchtext {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}


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

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

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

#container {
    width: 984px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: #fcf7f1;
}

#header {
    width: 984px;
    height: 339px;
    background: url(../images/header-2015.jpg) center 0 no-repeat;
}

#header h1 {
    padding: 116px 0 0 232px;
}

#header h1 a {
    display: block;
    width: 340px;
    height: 120px;
    text-indent: -9999px;
    font-size: 1px !important;
    color: #fff;
}

#mainmenu {
    background: #c2b3a0 url(../images/mainmenu_bg.jpg) 0 11px repeat-x;
    height: 59px;
    width: 978px;
    margin: 0 auto;
}

#mainmenu ul {
    list-style-type: none;
    padding: 2px 0 0;
}

#mainmenu ul li {
    float: left;
    position: relative;
    margin: 0 14px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li.empty {
    display: block;
    text-decoration: none;
    color: #504941;
    font-weight: bold;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#mainmenu ul li.empty {
    cursor: help;
    color: #ccc;
}

#mainmenu ul li:hover,
#mainmenu ul li a:hover,
#mainmenu ul li a:focus,
#mainmenu ul li a:active,
#mainmenu ul li.active a,
#mainmenu ul li.empty:hover {
    background: #fddccd !important;
}

#mainmenu ul ul {
    display: none;
    position: absolute;
    left: -9999px;
    top: -9999px;
    padding: 0;
    background: #fddccd;
    width: 700px;
    clear: both;
    height: 28px;
    overflow: hidden;
}

#mainmenu ul li:hover>ul {
    display: block;
    top: 28px;
    left: 0;
    clear: both;
    padding-left: 0px;
}

#mainmenu ul ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

#mainmenu ul ul li a,
#mainmenu ul ul li a:visited,
#mainmenu ul ul li.empty {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0;
    font-weight: normal;
    padding: 0 10px;
}

#mainmenu ul ul li a:hover,
#mainmenu ul ul li a:focus,
#mainmenu ul ul li a:active,
#mainmenu ul ul li.active a,
#mainmenu ul ul li.empty:hover {
    color: #f56725;
}

#contentcontainer {
    padding: 0 0 80px 0;
    clear: both;
    width: 984px;
}

#content {
    height: auto;
    overflow: hidden;
    padding: 45px;
}

#content h2 {
    color: #fb580d;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 20px;
}

#content h2 span {
    display: block;
    font-size: 19px;
    line-height: 21px;
    color: #535554;
}

#content .orange {
    color: #fb580d;
    margin-bottom: 5px;
}

#content ul {
    list-style-type: none;
}

#content ul li {
    padding: 0 0 5px 13px;
    background: url(../images/listenpunkt.jpg) 0 4px no-repeat;
}

.left {
    width: 444px;
    float: left;
}

.right {
    width: 444px;
    float: right;
}

.hr {
    width: 894px;
    height: 14px;
    background: url(../images/seperator.jpg) center center no-repeat;
    margin: 30px 0;
    clear: both;
}

#slideshow {
    clear: both;
}

#footer {
    width: 894px;
    height: 80px;
    padding: 0 45px;
    position: relative;
    margin-top: -80px;
    background: #fcf7f1;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    color: #78736d;
}

#footer address {
    float: left;
}

#footer ul {
    list-style-type: none;
    float: right;
    width: 630px;
}

#footer ul li {
    position: relative;
    float: left;
}

#footer ul li a,
#footer ul li a:visited,
#footer ul li.empty {
    display: block;
    color: #bab3a3;
    text-decoration: none;
    font-weight: bold;
    padding: 0 20px;
}

#footer ul ul {
    position: absolute;
    left: 15px;
    top: 15px;
    clear: both;
}

#footer ul ul li a {
    font-weight: normal;
}

#footer ul li.empty {
    cursor: help;
}

#footer ul ul li a {
    padding: 0 5px;
    font-size: 11px;
}

#footer ul ul li.empty {
    font-weight: normal;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active,
#footer ul li.active a,
#footer ul li.empty:hover {
    color: #78736d;
}