@charset "UTF-8";
@import url('../fonts/so/stylesheet.css');
@import url('../fonts/tang/stylesheet.css');
@import url('module.css');
* {
    margin: 0;
    padding: 0;
}

body {
    background: #ccd2e4;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-family: 'so_prolight', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

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

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

address {
    font-style: normal;
}

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

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

img {
    border: none;
}


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

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

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

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

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.left2 {
    float: left;
}

.left {}

.right {
    float: right;
}

.nobg {
    background: none !important;
}

.nocolor {
    color: #000 !important;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    width: 75%;
}


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

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

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

#container {}

#header {
    height: 188px;
    border-bottom: 1px solid #ceb3c1;
}

#header .content {
    position: relative;
    height: 188px;
    width: 960px;
    margin: 0 auto;
    background: url(../images/header_bg.jpg) center top no-repeat;
}

#header h1 {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -170px;
    margin-bottom: 0;
}

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

#header .left {
    position: absolute;
    left: 37px;
    bottom: -71px;
}

#header .right {
    position: absolute;
    right: 37px;
    bottom: -71px;
}

#header ul {
    list-style-type: none;
    height: 48px;
    line-height: 30px;
}

#header ul li {
    float: left;
}

#header ul li a,
#header ul li a:visited,
#header ul li.empty span {
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 33px;
    font-family: 'tangregular', serif;
    font-weight: bold;
    padding: 0 10px 72px;
    background: url(../images/mainnavi_bg.png) center bottom no-repeat;
}

#header ul li.empty span {
    cursor: help;
}

#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active,
#header ul li.active a,
#header ul li.empty span:hover {
    color: #cf3f3f;
}

#contentcontainer {
    padding: 72px 0 500px;
    background: url(../images/contentcontainer_bg.jpg) center top no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-weight: bold;
}

#content {
    width: 910px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #FEFEFE url(../images/content_bg.jpg) center bottom no-repeat;
    padding: 25px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

body#index #content {
    padding: 25px 170px 25px 195px;
    width: 595px;
}

#content ul {
    margin-left: 15px;
}

#content ol {
    margin-left: 20px;
}

#content .bigcol2 {
    width: 600px;
}

#content .bigcol {
    margin: 0 auto;
    text-align: center !important;
    width: 700px;
}

#content .smallcol {
    width: 300px;
}

#content .halfcol {
    width: 445px;
}

#content ul {
    list-style: url(../images/list-style.png) outside;
    margin-left: 25px;
}

#content ul li {
    height: 22px;
    line-height: 22px;
    margin-bottom: 7px;
}

#content ul.fontstyle {
    font-family: 'tangregular', serif;
    font-size: 28px;
    line-height: 32px;
}

body#index #content h2.nocolor {
    padding-top: 55px;
}

.index_box {
    width: 680px;
}

body#index #content .index_box {
    /*background: url(../images/content/Fotolia_51507516_XS.jpg) right top no-repeat ;*/
    min-height: 282px;
    height: auto !important;
    height: 282px;
}

.index_pic {
    background: url(../images/content/Fotolia_51507516_XS.png) right top no-repeat;
    min-height: 282px !important;
    height: auto !
}

#impressum #content h2 {
    margin-left: 80px !important;
    color: #CF3F3F;
    width: 960px;
    font-family: 'tangregular', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #CF3F3F;
    /*width: 960px;*/
    font-family: 'tangregular', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}

#content h4,
#content h5,
#content h6 {
    font-size: 35px;
    line-height: 39px;
}

#footer {
    background: #cf3f3f;
    height: 270px;
    margin-top: -137px;
    position: relative;
}

#footer .content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#footer #topbox {
    position: absolute;
    bottom: 78px;
    width: 960px;
    height: 372px;
}

#footer #topbox h5 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #CF3F3F;
    width: 960px;
    font-family: 'tangregular', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}

#footer #topbox .teaser {
    height: 261px;
    width: 382px;
    border: 1px solid #cf3f3f;
    -kthml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
}

#footer #topbox .right {
    float: none;
    right: 0;
    background: #fff url(../images/content/bild3.jpg) center center no-repeat;
}

#footer #topbox .left {
    float: none;
    left: 0;
    background: #fff url(../images/content/bild2_theke_neu.jpg) center center no-repeat;
}

#footer #topbox .teaser h3 {
    background: url(../images/white_trans.png) 0 0 repeat;
    font-size: 35px;
    color: #000;
    height: 52px;
    line-height: 52px;
    font-family: 'tangregular', serif;
    font-weight: bold;
    padding-left: 25px;
}

#footer #topbox .box {
    background: url(../images/white_trans.png) 0 0 repeat;
    height: 80px;
    position: absolute;
    bottom: 0;
    width: 357px;
    padding: 15px 0 0 25px;
}

#footer #topbox .right .box {
    padding: 15px 25px 0 0;
    text-align: right;
}

#footer #topbox .teaser ul {
    float: left;
    margin-right: 45px;
    list-style-type: none;
}

#footer #topbox .preise {
    width: 162px;
    height: 272px;
    -moz-border-radius: 322px;
    -khtml-border-radius: 322px;
    -webkit-border-radius: 322px;
    border-radius: 322px;
    background: #CF3F3F;
    padding: 25px 80px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -161px;
    bottom: -10px;
    color: #fff;
    font-family: 'tangregular', serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}

#footer #topbox .preise h6 {
    font-size: 39px;
    line-height: 43px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

#footer #topbox .preise hr {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    margin: 0;
    width: 100%;
}

#footer .addressbox {
    width: 810px;
    height: 60px;
    background: url(../images/footer_bg.jpg) 70px 35px no-repeat;
    padding: 40px 0 0 150px;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 100px;
}

#footer .addressbox a,
#footer .addressbox a:visited {
    color: #fff;
}

#footer .addressbox p,
#footer .addressbox address {
    float: left;
    padding: 0 45px 0 30px;
    background: url(../images/raute_bg.jpg) right center no-repeat;
}

#footer .addressbox .nobg {
    padding-right: 0px;
}

#footer .n-1810 {
    display: inline-table;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    text-align: center;
}

#footer .n-1810 li {
    list-style-type: none;
    display: inline;
    padding: 0 10px;
    text-align: center;
}

#footer .n-1810 li a {
    color: #fff;
    width: 100%;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.margin-r {
    margin-right: 10px;
}