
.PageID206 #content
{
    min-height: 1800px;
}


html  
{
  background: #fff url('../../layout/images/custombg.png') 0 0 repeat-x;
}

#header {
    height: 271px;
}

#navigationHeader {
    bottom: 0;
}

#navigationHeader ul {
    bottom: auto;
}

h1
{
    font-size: 20px;
}

h3
{
    font-weight: bold;
}


#contentFooter {
    background: url("../../layout/images/footerBg.png") repeat-x scroll 0 0 #006EB9;
    height: 50px;
}

#main-menu {
    padding-left: 0;
}

hr
{
    border-top: 1px dotted #A3A3A3;
}

#FixedFieldContent
{
    border-top: 1px dotted #A3A3A3;
    padding-top: 15px;
}

.FixedFieldInputContainer
{
    width: 250px;
    float: left;
}

.FixedFieldInputDelimiter:nth-child(2n)
{
    float: left;
    width: 20px;
    height: 1px;
}

.FixedFieldInputDelimiter:nth-child(4n)
{
    clear: left;
    float: none;
    height: inherit;
    border-top: 1px dotted #A3A3A3;
    width: 100%;
    margin: 15px 0 15px 0;
}


@media screen and (max-width: 48em) {
    #main-menu {
        padding-left: 0;
    }
}

@media screen and (max-width: 42em) {

#header {
    height: 217px;
}


#contentIntroWrap::before {
  content: ' ';
  background:url('../../layout/images/headerimages/Kopbild_BlauesKreuz.jpg') no-repeat 0 0;
  background-size: 660px auto !important;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
}


#contentLeft {
border-top: 1px dotted #A3A3A3;
}
    
#contentRight {
    border-top: 1px dotted #A3A3A3;
}

.FixedFieldInputContainer
{
    width: inherit;
    float: none;
}

.FixedFieldInputDelimiter
{
    float: none !important;
    border-top: 1px dotted #A3A3A3;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
}
}

@media screen and (max-width: 38em) {

    #header {
        height: 206px;
    }

    #contentIntroWrap::before {
        background-size: 593px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 34em) {

    #header {
        height: 192px;
    }

    #contentIntroWrap::before {
        background-size: 527px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 30em) {

    #header {
        height: 180px;
    }

    #contentIntroWrap::before {
        background-size: 463px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 26em) {

    #header {
        height: 168px;
    }

    #contentIntroWrap::before {
        background-size: 400px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }

}

@media screen and (max-width: 24em) {

    #header {
        height: 162px;
    }

    #contentIntroWrap::before {
        background-size: 365px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 20em) {

    #header {
        height: 148px;
    }

    #contentIntroWrap::before {
        background-size: 300px auto !important;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}