body {
    background: url(../images/background_repeat.png) repeat-x #FFFFFF top;
}

#wrapper {
    width: 100%;
    min-height: 1059px;
    margin: 0 auto;
    background-image: url(../images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#header {
    width:984px;
    height:100px;
    margin: 0 auto;
}

.headerMenu {
    list-style-type: none;
    height: 100px;
}

.headerMenu li {
    float: left;
    padding: 0 0 0 15px;
    height: 95px;
    line-height: 100px;
    color: #b9d6dd;
}

.headerMenu li a:hover {
    text-decoration: underline;
}

.headerMenu li.active {
    color: #748d93;
}

/* Logo / Headerlinks >> */
#logo {
    float:left;
    margin: 30px 0 0 10px;
}

a.lexikon{
    display: inline-block;
    width: 166px;
    height: 24px;
    float: right;
    margin-right: 150px;
    margin-top: 34px;
    background: url( "../images/lexiconsearch.png" );
}

a.proximdocs{
    display: inline-block;
    width: 225px;
    height: 24px;
    float: right;
    margin-right: 20px;
    margin-top: 34px;
    background: url( "../images/proximdoc.png" );
}

/* << Logo / Headerlinks */

#wizard {
    width:984px;
    margin:0 auto;
    height:309px;
    position: relative;
}

/* Behandlungstyp Auswahlboxen >> */
#wizard #treatmentTypeBox{
    width:297px;
    height:309px;
    float:left;
}

#wizard #treatmentTypeBox ul{
    list-style-type: none;
}

#wizard #treatmentTypeBox ul li{
    height: 98px;
    background: url( "../images/slider_buttons.png" ) no-repeat left -108px;
    cursor: pointer;
    padding: 0;
}

#wizard #treatmentTypeBox ul li.active{
    background-position: right -108px;
}

#wizard #treatmentTypeBox ul li.first{
    background-position: left top;
    height: 107px;
}

#wizard #treatmentTypeBox ul li.first.active{
    background-position: right top;
}

#wizard #treatmentTypeBox ul li.last{
    background-position: left bottom;
    height: 104px;
}

#wizard #treatmentTypeBox ul li.last.active{
    background-position: right bottom;
}

#wizard #treatmentTypeBox ul li div{
    padding: 39px 0 0 25px;
    height: 41px;
    background: url("../images/catArrow.png") no-repeat scroll 278px 47px transparent;
}

#wizard #treatmentTypeBox ul li:hover div{
    background-image: url("../images/catArrowHover.png");
}

#wizard #treatmentTypeBox ul li:hover h1{
    color: #ffbb18;
}

#wizard #treatmentTypeBox ul li h1{
    font-size: 19px;
    margin: 0;
}

#wizard #treatmentTypeBox ul li span{
    font-size: 12px;
}

#wizard #treatmentTypeBox ul li:hover span{
    color: #ffbb18;
}
/* << Behandlungstyp Auswahlboxen */

/* Kategorieinhaltsbox >> */
#wizard .categoryContent{
    background: url( "../images/slider_background.png" ) no-repeat center center transparent;
    width:627px;
    height:310px;
    float: right;
    padding-left: 60px;
}

#wizard .categoryContent h1{
    font-family: 'Lato',sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 25px;
}

#wizard .categoryContent h3{
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 435px;
}

#wizard .categoryContent ul{
    float: left;
    width: 250px;
    height: 200px;
    list-style-type: none;
}

#wizard .categoryContent ul li{
    padding-left: 25px;
    margin-bottom: 4px;
    background: url( "../images/dot.png" ) no-repeat transparent left center;
}

#wizard .categoryContent ul li *{
    color: black;
    font-size: 12px;
}

#wizard .categoryContent ul li:first-child{
    padding: 0;
    background: none;
    margin-bottom: 25px;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
}

#wizard .categoryContent ul li.last{
    padding: 0;
    background: none;
    margin-top: 20px;
    font-size: 14px;
}

#wizard .categoryContent ul li.last > a{
    /*font-size: inherit;
    color: #00cfff;*/
}

#wizard .categoryContent ul li.last > a:hover{
    color: #74e5ff;
}
/* << Kategorieinhaltsbox */

/* footer >> */
body > div.footerWrapper {
    background: #f2f9fb;
    width:100%;
}

body > div.footerWrapper > div.footer {
    width: 100%;
    height:190px;
    background:url(../images/footer.png) no-repeat top center;
    margin:0 auto;
    color: #8C8D8D;
    font-family: arial, sans-serif;
    font-size: 10px;
}

body > div.footerWrapper > div.footer #footerMenu {
    list-style-type: none;
    float:right;
}

body > div.footerWrapper > div.footer #footerMenu li {
    float: left;
    padding: 0 0 0 15px;
}

body > div.footerWrapper > div.footer #footerMenu li > a{
    font-family: arial, sans-serif;
    /* color: #b9d6dd; */
    font-size: 10px;
}

body > div.footerWrapper > div.footer #footerMenu li a:hover {
    /* text-decoration: underline; */
}

body > div.footerWrapper > div.footer #footerMenu li.active a{
    /* color: #748d93; */
}

body > div.footerWrapper > div.footer #footerText {
    float:left;
    padding-left: 10px;
    font-family: arial, sans-serif;
}

body > div.footerWrapper > div.footer #footerContent {
    width: 920px;
    margin:0 auto;
    padding: 60px 60px 0 0;
}
/* << footer */


/* Startseiteninhalt box:center >>*/
#centerRow ul{
    list-style-type: none;
    padding-left: 10px;
}

#centerRow ul li{
    float: left;
    width: 292px;
    padding-left: 19px;
}

#centerRow ul li h3{
    margin: 45px 0 20px;
    font-size: 30px;
    font-weight: normal;
    height: 35px;
    font-family: 'Lato', sans-serif;
}

#centerRow ul li p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    color: #8c8d8d;
}

#centerRow ul li p strong{
    font-weight: normal;
    color: black;
}

#centerRow ul li a.button{
    display: inline-block;
    width: 106px;
    height: 24px;
    border-radius: 4px;
    background: #00cfff;
    color: white;
    line-height: 22px;
    padding-left: 10px;
    margin-top: 15px;
    font-size: 10px;
}

#centerRow ul li a:hover{
    background: #07C0EA;
}
/* <<Startseiteninhalt box:center*/

/* Startseiteninhal box:beliebte Behandlungen >> */
div.contentRow div.infoBox > h4{
    font-size: 13px;
    margin-bottom: 18px;
    font-weight:  normal;
}

div.contentRow div.treatmentList > ul{
    list-style-type: none;
}

div.contentRow div.treatmentList > ul > li{
    background: url( "../images/plus.png" ) transparent center left no-repeat;
    padding-left: 20px;
    margin-top: 8px;
}

div.contentRow div.treatmentList > ul > li > a,
div.contentRow div.treatmentList > ul > li > a:hover,
div.contentRow div.treatmentList > ul > li > a:visited,
div.contentRow div.treatmentList > ul > li > a:active{
    font-size: 12px;
    color: #35c7e9;
}
/* << Startseiteninhal box:beliebte Behandlungen */

/* Startseiteninhalt box:willkommen >> */
div#info h1{
    margin-bottom: 25px;
}

div#info p{
    margin: 0;
    margin-bottom: 15px;
}

div#info p strong{
    font-size: inherit;
}
/* << Startseiteninhalt box:willkommen */


/* tmp!! */
#contentTop {
    width:984px;
    height:26px;
    background:url(../images/contenttop.png) no-repeat top left;
}

#contentMain {
    background:#FFFFFF;
    min-height:600px;
}

#contentBottom {
    width:984px;
    height:12px;
    background:url(../images/contentbottom.png) no-repeat top left;
}

.clearBoth {
    clear:both;
}

.contentRow {
    width:268px;
    margin:0 0 0 30px;
    float:left;
    padding: 10px 10px;
}

#spacer {
    background:url(../images/spacer.png) no-repeat top left;
    width:984px;
    height:24px;
    margin:0 auto;
}

#socialBox {
    position: relative;
    width:984px;
    height:24px;
}

#socialContent {
    width:220px; /* 290px; inkl. social media */
    height:30px;
    position:absolute;
    top:12px;
    right:0px;
}

#searchInput {
    float:left;
    width:215px;
    height: 30px;
    
}

#searchInput div.inputWrapper{
    float: left;
    width: 185px;
    height: 30px;
    background:url(../images/searchbutton.png) no-repeat top left;
    overflow: hidden;
}

#searchInput input[type=text]{
    border: none;
    background: transparent;
    width:165px;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    color:#c0c0c0;
    line-height: 26px;
    padding-left: 10px;
}

#searchButton {
    margin-left: -189px;
}

#searchWrapper:hover #searchButton {
    margin-top:-30px;
}

#searchWrapper{
    width:26px;
    height:30px;
    overflow:hidden;
}

#facebook {
    width:28px;
    height:30px;
    float: right;
    overflow:hidden;
}

#twitter {
    width:28px;
    height:30px;
    overflow:hidden;
    margin: 0 8px 0 8px;
    float: right;
}

#contentWrapper {
    width: 984px;
    margin: 0 auto;
}

#info {
    width:582px;
    float:left;
    padding: 0 20px 0 0;
}

#vision {
    width:296px;
    float:right;
    margin-right: 5px;
}

#bigRowContent {
    width:912px;
    background:url(../images/contentbg.png) repeat-y 0 0;
    padding-bottom: 20px;
}

#bigRow {
    width:912px;
    margin:45px auto 0;
    background:url(../images/contentbgbottom.png) no-repeat bottom center;
}

#contentSpace {
    height:63px;
    width:984px;
    background:url(../images/cspacer.png) no-repeat top left;
}

#scndContentMain {
    background:url(../images/scndbg.png) repeat-y;
    width:984px;
    margin:0 auto;
}

/* tmp!! */


/* Kontaktbox */
div.contactbox{
    cursor: pointer;
}
