/* Stylesheet - www.silt-alpha.de */
/* Stand: 16.07.2008 */

* { padding: 0; margin: 0; }

body {
     background-color: #cbcac9;
     color: #666666;
     font-size: 9pt;
     font-family: Verdana,Helvetica,Arial,sans-serif;
     margin: 20px;
/*
     scrollbar-face-color: #FFFFFF;
     scrollbar-3dlight-color: #FFFFFF;
     scrollbar-darkshadow-color: #5b5b5b;
     scrollbar-base-color: #FFFFFF;
     scrollbar-track-color: #dcdcdc;
     scrollbar-arrow-color: #000000;
     scrollbar-highlight-color: #5b5b5b;
     scrollbar-shadow-color: #000000
*/
}


#wrapper {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    width: 800px;
    position: relative;
    background-color: #f8f8f8;

}

#header {
     width: 800px;
     padding: 0; margin: 0;
}

#navigation {
     position: absolute;
     top: 175px; left: 5px;
     margin: 0px;
     padding: 0px;
}

.buttonblau {
     background-image: url(images/buttonblau.jpg);
     color: white;
     width: 170px;
     height: 20px;
     margin: 0px 0px 5px 0px;
     padding-left: 25px;
     padding-top: 5px;
}

.buttongrau {
     background-image: url(images/buttongrau.jpg);
     color: white;
     width: 170px;
     height: 20px;
     margin: 0px 0px 5px 0px;
     padding-left: 25px;
     padding-top: 5px;
}

/* Korrektur der Position des Suchbalkens beim IE7 */
* + html div #content {
     margin: 0px 0px 0px 206px;
     padding: 3px 0px;
     min-height: 400px;
}

#content {
     margin: 0px 0px 0px 206px;
     padding: 5px 0px;
     min-height: 400px;
}

#suchbalken {
     position: relative;
     width: 590px;
     height: 25px;
     background-image: url(images/suchbalken.jpg);
     text-align:right;

}

#input {
     position: absolute;
     top: 4px; right: 100px;
     background-image: url(images/suchfeld.gif);
     height: 14px;
     width: 146px;
     border: 0;
     font-size: 90%;
     padding-top: 2px;
     padding-left: 2px;
}

#submit {
     position: absolute;
     top: 3px; right: 20px;
     background-image: url(images/submit.gif);
     height: 16px;
     width: 60px;
     border: 0;
     margin: 2px;
}
.bild {
     margin: 20px 0px;
}

li { margin-left: 25px;
     text-align: left;
}

#text {
     text-align: left;
     margin: 0px;
     padding: 25px 30px 25px 25px;
     min-height: 500px;
}

#footer {
     position: relative;
     padding-top: 10px;
     background-color: #cbcac9;
     background-image: url(images/footer.jpg);
     height: 60px;
}

#impressum {
     position: absolute;
     top: 10px; right: 11px;
}

a {
     color: white;
     text-decoration: none;
}
a:hover {text-decoration: underline;}


h1 {
     font-size: 110%;
     color: #00538a;
}
h2 {
     font-size: 100%;
     color: #00538a;
}

h6 {
     font-size: 90%;
     text-align: center;
     font-weight: normal;
     color: white;
}

ul ol { margin: 0px 0px 0px 0px;}

#kontakt .textlink { color: #00538a; }
p { margin-bottom: 10px; text-align: justify;}

#suche p {margin-bottom: 20px; }
#suche h1 {text-decoration: underline; color: #00538a;}

.adresse { color: #008000; }

.pre {margin: 0px 0px 20px 20px;}

.formularfeld { width: 300px; margin: 0px; }

#praxis h2 {margin-top: 10px;}

#leistungen h1, h2 { margin-top: 10px; }

.textlink { color: #00538a; }

#zertifikat { margin-left: 30px; }


/* SLIMBOX */

#lbOverlay {
     position: absolute;
     left: 0;
     width: 100%;
     background-color: #000;
     cursor: pointer;
}

#lbCenter, #lbBottomContainer {
     position: absolute;
     left: 50%;
     overflow: hidden;
     background-color: #fff;
}

.lbLoading {
     background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
     position: absolute;
     left: 0;
     top: 0;
     border: 10px solid #fff;
     background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
     display: block;
     position: absolute;
     top: 0;
     width: 50%;
     outline: none;
}

#lbPrevLink {
     left: 0;
}

#lbPrevLink:hover {
     background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
     right: 0;
}

#lbNextLink:hover {
     background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
     font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
     font-size: 10px;
     color: #666;
     line-height: 1.4em;
     text-align: left;
     border: 10px solid #fff;
     border-top-style: none;
}

#lbCloseLink {
     display: block;
     float: right;
     width: 113px;
     height: 22px;
     background: transparent url(images/closelabel.gif) no-repeat center;
     margin: 5px 0;
}

#lbCaption, #lbNumber {
     margin-right: 71px;
}

#lbCaption {
     font-weight: bold;
}
