body {
    background: #fff;
    margin: 0;
    padding: 0;
    font: normal 10pt "Segoe UI", Arial, Helvetica, sasns-serif;
    color: #282019;
}

a, a:link, a:visited {
    color: #282019;
    text-decoration: underline;
}

a:hover {
    color: #e42a1b;
}

a.button {
    background: #173e77;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: 10px;
    float: left;
    clear: both;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

a.button:hover {
    background: #18bbff;
}

a img {
     border: 0;
}

hr, div.line {
    height: 20px;
    border: none;
    background: url(../images/line.png) center bottom no-repeat;


    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
}


.header {
    width: 1090px;
    height: 191px;
    background: url(../images/header.jpg) 0 0 no-repeat;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.navigation {
    width: 1090px;
    height: 121px;
    background: url(../images/navi.png) 0 0 no-repeat;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    margin-top: 32px;
    margin-left: 40px;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.navigation ul li {
    list-style-type: none;
    margin: 0;
    margin-right: 67px;
    padding: 0;
    float: left;
    position: relative;
}

.navigation ul li:last-child, .last {
    margin-right: 0 !important;
    border: 0;
}

.navigation ul li a, .navigation ul li a:link, .navigation ul li a:visited {
    text-decoration: none;
    color: #764424;
    font-family: "Segoe UI Semibold", "Segoe UI", Verdana, Helvetica, sasns-serif;
    font-weight: semibold;
    font-size: 15px;
    position: relative;

}

.navigation ul li a:hover {
    text-decoration: none;
    color: #e42a1b;
}

.navigation ul li a.active {
    text-decoration: none;
    color: #c39056;
}

.navigation #reddot {
    width: 50px;
    height: 50px;
    background: url(../images/red_dot.png) 0 0 no-repeat;
    position: absolute;
    z-index: 100;
}

.youarehere {
    font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sasns-serif;
    font-weight: Light;
    font-size: 36px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 71px;
}


.navigation.start #navi_start {
    text-decoration: none;
    color: #c39056;
}

.navigation.start #reddot {
    top: 45px;
    left: 30px;
}

.navigation.start .youarehere {
    left: 70px;
}


.navigation.leitbild #navi_leitbild {
    text-decoration: none;
    color: #c39056;
}

.navigation.leitbild #reddot {
    top: 45px;
    left: 135px;
}

.navigation.leitbild .youarehere {
    left: 175px;
}


.navigation.praxis #navi_praxis {
    text-decoration: none;
    color: #c39056;
}

.navigation.praxis #reddot {
    top: 45px;
    left: 247px;
}

.navigation.praxis .youarehere {
    left: 287px;
}


.navigation.arzt #navi_arzt {
    text-decoration: none;
    color: #c39056;
}

.navigation.arzt #reddot {
    top: 45px;
    left: 350px;
}

.navigation.arzt .youarehere {
    left: 387px;
}


.navigation.team #navi_team {
    text-decoration: none;
    color: #c39056;
}

/*
.navigation.team #reddot {
    top: 45px;
    left: 447px;
}
*/

.navigation.team .youarehere {
    left: 487px;
}


.navigation.krankheitsbilder #navi_krankheitsbilder {
    text-decoration: none;
    color: #c39056;
}

.navigation.krankheitsbilder #reddot {
    top: 45px;
    left: 490px;
}

.navigation.krankheitsbilder .youarehere {
    left: 340px;
}


.navigation.therapie #navi_therapie {
    text-decoration: none;
    color: #c39056;
}

.navigation.therapie #reddot {
    top: 45px;
    left: 640px;
}

.navigation.therapie .youarehere {
    left: 130px;
}

/*     left: 735px;
*/

/*
.navigation.partner #navi_partner {
    text-decoration: none;
    color: #c39056;
}

.navigation.partner #reddot {
    top: 45px;
    left: 854px;
}

.navigation.partner .youarehere {
    left: 618px;
}
*/

.navigation.kontakt #navi_kontakt {
    text-decoration: none;
    color: #c39056;
}

.navigation.kontakt #reddot {
    top: 45px;
    left: 770px;
}

.navigation.kontakt .youarehere {
    /* left: 680px; */
    left: 618px;
}



.navigation.impressum #reddot {
    display: none;
}

.navigation.impressum .youarehere {
    left: 10px;
}


.main {
    width: 1090px;
    min-height: 600px;

    background: #fff;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}


.main.start {
    background: #fff url(../images/bg_drawing.png) 170px -110px no-repeat;
}

.content {
    min-height: 500px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.content h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-family: "Segoe UI", Arial, Helvetica, sasns-serif;
    font-weight: normal;
    font-size: 28px;
}

.content h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #764424;
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Helvetica, sasns-serif;
    font-weight: Semibold;
    font-size: 12pt;
}

.content span.highlight {
    color: #c39056;
    display: block;
}

.content ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.content ul li {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

.innercontent {
    max-width: 870px;
    font-size: 11pt;
    overflow: auto;
    position: relative;
    z-index: 1;
}

.innercontent.full {
    max-width: 100%;
}

.innercontent.w600 {
    max-width: 600px;
}

.innercontent.w380 {
    max-width: 380px;
    width: 380px;
}

.innercontent.left {
    float: left;
}

.innercontent.right {
    float: right;
}

.innercontent.leftline {
    min-height: 600px;
    background: url(../images/leftline.png) 0px top no-repeat;
}

.slider {
    width: 410px;
    height: 390px;
    background: url(../images/slider_bg.png) center center no-repeat;
    overflow: hidden;
}

.slider.start {
    position: absolute;
    z-index: 100;
    top: 60px;
    right: 22px;
}

.slider .slideshow {
    width: 340px;
    height: 240px;
    margin: 0 auto;
    margin-top: 30px;
    background: #ccc;
    overflow: hidden;
}

.slider .slidertext {
    margin-top: 15px;
    margin-left: 35px;
    color: #e42a1b;
    font-size: 12pt;
}

.slider .slidertext div {
    margin-top: 5px;
    margin-left: 60px;
    color: #e42a1b;
    font-size: 12.5pt;
}


.img_praxis {
    display: block;
    margin: 0 auto;
}

.img_flack {
    display: block;
    float: right;
    margin-top: 140px;
    margin-right: 10px;
}

.foto_koester {
    display: block;
    float: right;
    margin-top: 90px;
    margin-right: 10px;
}

.img_team {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
}

.img_partner {
    display: block;
    margin: 0 auto;
}

.img_stadtplan {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
}

.kontakt_left {
    width: 300px;
    overflow: auto;
    float: left;
}

.kontakt_right {
     width: 300px;
     overflow: auto;
     float: right;
}

.kontakt_right table {
    margin: 0;
    padding: 0;
}

.kontakt_right table th, .kontakt_right table td {
    border: 0;
    margin: 0;
    padding: 0;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

.kontakt_right table th {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
}




.footer {
    height: 80px;
    padding-top: 5px;
    text-align: center;
}

.footer a.impressum {
    float: right;
    margin-top: -18px;
    margin-right: 40px;
    display: block;
}

#facebook-link {
    position: absolute;
    z-index: 100;
    top: 25px;
    right: 40px;
    text-align: right;
    margin-bottom: 0px;
}

#facebook-link a {
    text-decoration: none;
}

.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}

.info-red {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.info-green {
  background-color: #C8EFD4;
  border: 1px solid #6BD089;
  color: #000;
}