body {
    padding: 0; margin: 0;
    color: #333;
    background: 	#999999  url(img/bg_palme.gif) repeat-x;
    text-align: center;
    font: 12px/1.5 verdana, sans-serif;
}

img {
    border: none;
}

a {
    color: #993333;
    text-decoration: none;
}
p, ul, ol {
    margin: 7px 0 12px 0;
}

ol, ul {
    padding-left: 0; margin-left: 27px;
}
li {
    margin-bottom: 1px;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin-left: 20px; margin-right: 25px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}


#container {
    text-align: left;
    margin: 100px 0 0 50px;
    padding-bottom: 2em;
    width: 667px;
}

h1 {
    height: 143px;
    margin: 0; padding: 0;
    position: relative;
    background: url(img/kopfbereich.gif) no-repeat bottom center;
}

h1 a span {
    position: absolute; left: -9999px;
}

#inhalts-box {
    padding: 0 22px;
    border-top: 1px solid #993333;
    border-bottom: 1px solid #993333;
    /*background-color: #f9e1c3;*/
}

#inhalts-box-innen {
    background: /*vorher: #fcf9f9 #f9e1c3;*/ url(img/bg_main.jpg) no-repeat;
}

.scroll {
    overflow: auto; width: 584px; height: 335px;
    padding: 10px 20px 20px 20px;
}


h2 {
    color: #993333;
    font: 20px arial,sans-serif;
    margin-top: 0;
}

h3 {
    color: black;
    font: 16px arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
/*
.experten-liste td {
    vertical-align: top;
    padding: 10px 0; width: 49%;
    border-bottom: 1px solid #ddd;
}
table td.experten-td {
    padding-right: 2%;
}

.experten-liste th {
    display: none;
}
*/

#hauptnavigation {
    position: relative;
    margin-top: 20px; margin-bottom: 2em;
    color: #a5a5a6; background: url(img/hauptnavi.gif) no-repeat;
    height: 18px;
}

#hauptnavigation a img, #submenu-ziel a img, #submenu-zu-uns a img {
    visibility: hidden;
}

#hauptnavigation a {
    position: absolute; left: 0px; top: 0;
    width: 146px;
    text-decoration: none;
}
#hauptnavigation :hover, #hauptnavigation .aktiv {
    background: url(img/anw_h.gif) no-repeat;
}

#hauptnavigation .hauptnavi2 {
    position: absolute; left: 193px; top: 0;
    width: 125px;
}
#hauptnavigation .hauptnavi2:hover, #hauptnavigation .aktiv2 {
    background: url(img/thera_h.gif) no-repeat;
}

#hauptnavigation .hauptnavi3 {
    position: absolute; left: 363px; top: 0;
    width: 114px;
}
#hauptnavigation .hauptnavi3:hover, #hauptnavigation .aktiv3 {
    background: url(img/ausb_h.gif) no-repeat;
}

}
/* Untermenü*/

#submenu {
    height: 16px; overflow: hidden;
    padding: 10px 20px;
}

#submenu ul {
    list-style: none; margin-left: 3px; padding-left: 0; margin-top: 0; padding: 3px;
}

#submenu li {
    display: inline;
}


#submenu li a {
    float: left; margin-right: 15px;
    text-decoration: none; font-weight: bold;
    color: #868688;
}
#submenu li a:hover, #submenu li.current_page_item a {
    color: #993333;
}
