body {
    font-size: 13px;
    font-family: Arial;
    background-color: #d1d1d1;
    color: #5a5a5a;
    margin-bottom: 50px;
    background-image: url(grafiken/background.jpg);
    background-repeat: repeat-x;
}

p {
    margin: 0;
    line-height: 18px;
}

img {
    border: 0;
}

h1,h2,h3,h4,h5 {
    margin-top: 0;
}

h1 {
    font-size: 20px;
    color: #8b1422;
    margin-bottom: 10px;
}

h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

h3 {
    font-size: 15px;
    margin-bottom: 0px;
}

h4 {
    font-size: 14px;
    margin-bottom: 0px;
}

h5 {
    font-size: 13px;
    margin-bottom: 0px;
}

#gesamt {
    width: 1000px;
    margin: 0 auto;
}

#layout {
    padding: 10px;
    background-color: #ffffff;
}

#header {
    height: 152px;
    background-image: url(grafiken/header_top.jpg);
    background-repeat: no-repeat;
}

#navi {
    height: 47px;
    background-image: url(grafiken/background_navigation.jpg);
    background-repeat: repeat-x;
    position: relative;
}

#navi a {
    display: block;
    float: left;
    height: 47px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 30px;
    text-transform: uppercase;
    line-height: 47px;
    font-size: 14px;
}

#header_left {
    float: left;
    width: 649px;
    height: 288px;
    background-image: url(grafiken/header_fische.jpg);
    background-repeat: no-repeat
}

#header_right {
    float: left;
    width: 331px;
    height: 288px;
}

#box_adresse {
    height: 149px;
    background-image: url(grafiken/headerbox_adresse.jpg);
    background-repeat: no-repeat;
    text-align: right;
    padding: 20px;
    padding-top: 10px;
}

#box_oeffnungszeiten {
    height: 99px;
    background-image: url(grafiken/headerbox_oeffnungszeiten.jpg);
    background-repeat: no-repeat;
    text-align: right;
    padding: 5px 20px;
}

#content {
    padding: 30px;
    background-color: #eeebeb;
}

#footer {
    position: relative;
    color: #868686;
    text-align: right;
    padding: 5px 80px;
}

#footer a {
    color: #868686;
    text-decoration: none;
}

#csb_label {
    position: absolute;
    top: 0px;
    left: 925px;
}

.klappmenue {
    padding: 0px;
    background-image: url(grafiken/background_klappmenue.png);
    width: 342px;
    z-index: 999;
}

.klappmenue a {
    clear: both !important;
    padding: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block !important;
    padding: 0px 30px !important;
    width: 282px !important;
}
.klappmenue a:hover {
    background-color: #505050;
}

.team_klein {
    float: left;
    width: 170px;
    margin-right: 68px;
}

.team_klein p {
    margin: 0;
}

.team_klein .schrift_klein {
    font-size: 10px;
}

.textlink {
    text-decoration: none;
}






        #kontaktformular
        {
          width: 618px;
          float: left;
        }
        
        #kontaktformular input
        {
          padding: 2px 0px;
        }
        
        #kontaktformular .spalte1
        {
          width: 315px;
          padding: 3px 0px;
          text-align: left;
          vertical-align: top;
        }
        
        #kontaktformular .spalte2
        {
          width: 280px;
          padding: 3px 0px;
          text-align: left;
          vertical-align: top;
        }
        
        #kontaktformular .select_anrede
        {
          width: 70px;
        }
        
        #kontaktformular .input_normal
        {
          width: 280px;
        }
        
        #kontaktformular .spalte_plz
        {
          width: 50px;
        }
        
        #kontaktformular .input_plz
        {
          width: 50px;
        }
        
        #kontaktformular .spalte_ort
        {
          width: 208px;
          padding-left: 20px;
        }
        
        #kontaktformular .input_ort
        {
          width: 208px;
        }
        
        #kontaktformular .textarea_nachricht
        {
          width: 280px;
          height: 132px;
          resize: none;
        }
        
        #kontaktformular .input_sicherheitscode
        {
          width: 129px;
          margin-top: 1px;
        }
        
        #kontaktformular .hinweis
        {
          clear: both;
          font-size: 10px;
          padding-top: 5px;
        }
        
        #kontaktformular .submit_button_div
        {
          margin-top: 10px;
          text-align: right;
        }
        
        #kontaktformular .submit_button
        {
          padding: 2px 5px 2px 5px;
          background-image: none;
          background-color: #cccccc;
          color: #000000;
          border: 1px solid #000000;
        }
.textlink
{
    color: #8B1422;
    text-decoration: none;
}









.infobox_fehler{
    position: fixed;
    top: 30px;
    left: 50%;
    border: 2px solid #d40000;
    padding: 20px;
    background-color: #ffdfdf;
    color: #d40000;
    margin-left: -420px;
    width: 800px;
    border-radius: 5px;
    z-index: 999;
}

.infobox_fehler .info_close{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #d40000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

.infobox_erfolg .info_close{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #01a41c;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

.infobox_erfolg{
    position: fixed;
    top: 30px;
    left: 50%;
    border: 2px solid #01a41c;
    padding: 20px;
    background-color: #dfffdf;
    color: #01a41c;
    margin-left: -420px;
    width: 800px;
    border-radius: 5px;
    z-index: 999;
}

.infobox_fehler ul, .infobox_erfolg ul{
    margin: 5px 0px 0px 0px;
    padding-left: 35px;
}

#modal .save_button, #modal .cancel_button {
    float: right;
    width: auto;
    padding: 2px 10px;
    text-align: center;
    font-size: 14px;
    border: solid #93A2B2;
    border-width: 1px 2px 2px 1px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ffffff;
    color: #383838;
    box-shadow: none;
}

.changeable {
    position: relative;
    z-index: 0;
}

.content_edit_button {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #cccccc;
    padding: 5px 20px;
    background-color: #ffffff;
    cursor: pointer;
    color: #bbbbbb !important;
    text-decoration: none;
    font-size: 14px;
}

.content_edit_button:hover {
    color: #555555 !important;
    text-decoration: none;
    border: 1px solid #555555;
}

.clear{
    clear: both;
}

.clear_20{
    clear: both;
    height: 20px;
}

.input{
    padding-right: 12px;
    margin-bottom: 10px;
}

#implantologie{
    position: relative;
}

#implantologie_submenue{
    display: none;
    position: absolute;
    width: 230px;
    top: 30px;
    right: -230px;
    background-color: #555555;
}

#laserbehandlung{
    position: relative;
}

#laserbehandlung_submenue{
    display: none;
    position: absolute;
    width: 230px;
    top: 60px;
    right: -230px;
    background-color: #555555;
}

#implantologie_submenue a:hover, #laserbehandlung_submenue a:hover{
    background-color: #333333;
}