/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.5em;
    color:#333;
}

body{
    background: #f1f0e2 url( ../bilder/body_hg.gif ) repeat-x top left;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    /*margin: 0em 0 1em;*/
    margin:0;
    padding: 0;
    margin-top:1em;
}

/* Grundgerüst */
#allg_container {

}

#container{
    /*width: 920px;*/
    margin: 0 auto;
    text-align: left;
    position: relative;
    width:946px;
    background: url( ../bilder/content_hg.png ) repeat-y;
}

#header{
    background:url( ../bilder/header_hg.gif ) no-repeat;
    width:946px;
    height:220px;
}

#header_links {
    float:left;
    width:662px;/*696px;*/
    height:150px;/*170px;*/
    padding:20px 0 0 34px;
}


#header_links li {
    color:#002953;
    font-weight: 900!important;
    font-size:15px;
    padding: 0px 0 0 0px;
    /*width:630px;*/
    display:inline;
}
#header_links p {
    color:#002953;
    font-weight: 900!important;
    font-size:15px;
    padding: 10px 0 0 0px;
}


#header_links .stretchMe {
    color:#17c0E9;
    /*font-weight:900;
    font-size:15px;*/
    margin:0;
    padding:0;
}
/*.stretchMe {
    margin:auto;
}*/
#header_links .blau {
    font-weight:normal;
    color:#17c0e9;
    font-size:17px;
}

#logo_content {
    width:250px;
    height:170px;
    float:left;
    clear:none;
}

#logo {
    width:137px;
    margin:0 auto;
    padding-top:20px;
}

#navigation{
    position: relative;
    /*width: 200px;*/
    float: left;
    height:30px;
    margin:0;
    padding:0;
    padding-left:24px; /* ( 946 -920 ) /2  + 10; +1 */
}

#inhalt{
    position: relative;
    width: 620px;
    float: left;
    padding-left:33px; 
    padding-right:40px;
}

#rechte_spalte {
    /*width:230px;*/
    width:220px;
    background-color:#fff;
    float:left;
}

#footer{
    background: url( ../bilder/footer_hg.gif ) no-repeat;
    height:31px;
    width:946px;
    margin: 0 auto;
    padding-top:2px;
}

#footer_adress {
    padding-left:24px;
    width:672px;
    float:left;
}

#producedby {
    float:left;
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
    text-indent:none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

ul.navigation li {
      /*margin: 0;
    padding: 0;
   line-height:30px;
    height:30px;
  display:inline;*/
    display:block;
    _line-height:30px;
    _height:34px;
    float:left;
    margin-top:5px;
    _margin-top:-4px;
}

ul.navigation li a {
    margin: 0;
    padding: 0;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;

    height:37px;
    line-height:17px;
    padding:7px 20px 13px 20px;
    _padding:5px 15px 13px 15px;
}

ul.navigation li a:hover, ul.navigation li a.active {
    color:#17c0e9;
    background:url( ../bilder/navigation_f2.gif ) repeat-x;

}

/* Ende Navigation */

/* Inhalt */

#rechte_spalte li a.active, #rechte_spalte li a.open {
    xbackground: url( ../bilder/link_pfeil2.gif ) no-repeat left 3px ;
    text-decoration:none;
    xfont-weight:bold;
    color:#17c0e9;
}

#inhalt ul, #rechte_spalte ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li, #rechte_spalte ul li{
    /*background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;*/
    background: url( ../bilder/link_pfeil.gif ) no-repeat left 3px ;
    padding-left:15px;
    position: relative;
    z-index:2;
}

h1{
    font-size: 14px;
    margin: 0 0 1em 0;
    color:#002D56;
    line-height:1em;
    text-transform:none;
    font-weight:bold;
}

h2{
    font-size: 13px;
    /*margin: 0 0 0.1em 0;*/
    color:#646031;
    line-height:1em;
    text-transform:none;
    font-weight:bold;
}

h3{
    font-size: 12px;
    /*margin: 0 0 0.3em 0;*/
    color:#646031;
    line-height:1em;
    text-transform:none;
    font-weight:normal;
}

#anfahrt h3 {
    margin: 0.5em 0 0.3em 0;
}

#inhalt h1 strong {
    color:#002D56;
}

#weitereInformationen h1 {
    padding:20px;
    font-size:11px;
    line-height:150%;
}

#weitereInformationen table {
    border:1px dotted #646031;
}


#weitereInformationen table tr, #weitereInformationen table tr td {
    border:0;
    vertical-align:middle;
}

#weitereInformationen table tr td.first {
    background-color:#f1f0e2;
}

#weitereInformationen ul.weitereInformationen, #weitereInformationen ul.weitereInformationen li {
    list-style:none;
}

#weitereInformationen ul.weitereInformationen li a {
    font-size:11px;
    line-height:180%;
    color:#333;
}

#weitereInformationen ul.weitereInformationen li {
    background: url( ../bilder/link_pfeil.gif ) no-repeat left 3px;
    padding-left:15px;
}

#rechte_spalte h1 {
    font-size:12px;
    color:#646031;
    line-height:100%;
}

#rechte_spalte p {
    font-size:11px;
    color:#333;
    line-height:1.5em;
    font-weight:normal;
}

#rechte_spalte h1 strong {
    color:#002d56;
}

a {
    color: #333;
    text-decoration:underline;
}

a:hover {
    xcolor: #333;
    color: #17C0E9;
	text-decoration: none;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 9px;
    color: #999;
    text-decoration:none;
    font-weight:normal;
    line-height:1.5em;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    xxcolor: red;
    color: black;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */


 /*    My Classes              */
.backToWhite {
    background-color:#fff;
    width:900px;
    margin:0 auto;
}


.toUpperCase {
    text-transform:uppercase;
    margin:0 0 0 0;
}


.teambild{
    margin-bottom: 10px;
    text-align: center;
    width: 200px;
    float: left;
}
.teambild a{
    text-decoration: none;
}
.teambild a img{
    border: 1px solid black;
    margin-bottom: 5px;
}

ul.toUpperCase {
    list-style:none;
    background:none;
    background-position:none;
    padding:10px 0 0 0 !important;
    width:630px;
}

/*ul.toUpperCase li {
    display:inline;
    color:#002d56;
    height:16px;
    font-weight:bold;
    margin:0 !important;
    padding:0 !important;
}*/

ul#aerzte_list li.active {
    background:transparent url(../bilder/link_pfeil2.gif) no-repeat scroll left 3px
}

/************** Gallery Ansprechpartner ********************/
/* Galerie */

.galleryViewWrapper {
    padding: 9px;
    clear:left;
}

.galleryViewContent {
    width: 430px;
    height: 300px;
    background-position: center middle;
    background-repeat: no-repeat;
    float:left;
    /* background-color: #fee; */
}

#caption_container {
    width:150px;
    float:left;
    border-left:1px solid #e3e3e3;
    padding:10px;
    height:300px;
}
#caption {
    height:270px;
}
#mehrLink {
    height:30px;
}
.gallerySelect {
    height: 120px;
    border-top: 1px solid #e3e3e3;
    background: transparent url(../bilder/bg_gallery.png) left top no-repeat;
    position: relative;
}

.galleryControlLeft, .galleryControlRight {
    position: absolute;
    top: 35px;
}

.galleryControlLeft {
    left: 8px;
}

.galleryControlRight {
    right: 8px;
}

.galleryItem {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    width: 100px;
    height: 66px;
    float:left;
    display:block;

    /*position: absolute;
    top: 8px;*/
}

a.thickbox, a.thickbox img {
    z-index:100;
     position:relative; 
}

