body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #878677;
    background-color: #FFFFFF;
}

th, td {
    font-size: 13px;
}

.klein {
    font-size: 11px;
}

.text {
    color: #878677;
}

p {
    margin: 0 0 1em 0;
}

.rfluss {
    float: right;
    margin: 0 0 10px 10px;
}

.rot {
    color: #BF385C;
}

.trenner {
    margin: 50px 0;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    background-color: #BF385C;
}

.letzter {
    margin-bottom: 0;
}




/* --------------
   Anzeigebereich
   -------------- */
#anzeigebereich {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    min-height: 100%;
    padding: 0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}




/* ----------
   Kopfzeilen
   ---------- */

#kopf {
    width: 1000px;
    border-top: 30px solid #BF385C;
    clear: left;
}

#kopf img {
    float: left;
}

#claim {
    margin: 0 0 30px 0;
    padding-left: 192px;
    font-size: 29px;
    font-weight: bold;
    color: #878677;
}

#steuerung_oben {
    height: 30px;
    padding-left: 192px;
}

#steuerung_oben a {
    display: block;
    float: left;
    padding: 5px 10px 0 10px;
    width: 182px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#steuerung_oben .mpaktiv,
#steuerung_oben a:hover,
#steuerung_oben a:focus {
    text-decoration: underline;
}


.familie {
    background-color: #75C15D;
}

.arbeit {
    background-color: #6DBCE5;
}

.gesundheit {
    background-color: #F9B17C;
}

.netzwerke {
    background-color: #ADAEA0;
}




/* -------
   Inhalte
   ------- */
#inhalt {
    background-image: url(b/hint-inhalt.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    min-height: 380px;
}

#steuerung {
    float: left;
    width: 182px;
    border-right: 10px solid #FFFFFF;
}

#steuerung a, #steuerung .mp {
    display: block;
    padding: 8px 0 4px 32px;
    width: 151px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #878677;
    background-image: none;
    background-position: 13px 11px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFFFFF;
}

#steuerung .mpaktiv,
#steuerung a:hover,
#steuerung a:focus {
    background-image: url(b/hint-button-steuer.gif);
    color: #BF385C;
}
#steuerung #suchbox {
    margin: 20px 0;
}

#steuerung #suchbox a {
    display: inline;
    vertical-align: middle;
    padding: 0 0 0 12px;
    text-decoration: none;
    color: #878677;
    border: none;
}

#steuerung #suchbox a img {
    margin-bottom: 1px;
    border: none;
}

#steuerung #suchbox a:hover,
#steuerung #suchbox a:focus {
    background-image: none;
}

#steuerung #suchbox #suchfeld {
    font-family: Arial, Helvetica, sans-serif;
    width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: #878677;
    background-color: #EEEEEE;
    border: 1px solid #878677;
}

#mitte {
    margin: 0 0 0 192px;
    width: 808px;
}

#untersteuerung {
    float: left;
    width: 202px;
}

#untersteuerung img {
    margin-bottom: 20px;
}

#untersteuerung a, #untersteuerung .mp {
    display: block;
    padding: 8px 0 4px 20px;
    width: 182px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #878677;
    background-image: none;
    background-position: 7px 11px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFFFFF;
}

#untersteuerung .mpaktiv,
#untersteuerung a:hover,
#untersteuerung a:focus {
    background-image: url(b/hint-button-steuer-kl.gif);
    color: #BF385C;
}

#newsblock {
    float: right;
    width: 160px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #878677;
}

#newsblock a {
    color: #878677;
}

#textblock {
    padding: 35px 0 0 25px;
    width: 378px;
}

#textblock_bereiche {
    padding: 35px 30px 0 247px;
}

.mitarbeiterbild {
    float: right;
    margin: 0 0 10px 10px;
    width: 120px;
    height: 181px;
    border: 1px solid #000000;
}

h1 {
    margin: 0 0 1em 0;
    font-size: 16px;
    font-weight: bold;
    color: #BF385C;
}

h2 {
    margin: 0 0 1em 0;
    font-size: 13px;
    font-weight: bold;
    color: #BF385C;
}

ul {
    margin: 0 0 1em 20px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.pressespiegel li {
    margin-bottom: .9em;
    font-size: 10px;
}

.pressespiegel a {
    display: block;
    color: #878677;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.pressespiegel a:hover,
.pressespiegel a:focus {
    text-decoration: underline;
}

table {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
    vertical-align: top;
}




/* --------
   Formular
   -------- */
form {
    margin: 0;
}

.eingabefeld {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 230px;
}

#formulartabelle {
    border-collapse: collapse;
    empty-cells: show;
}

#formulartabelle th, #formulartabelle td {
    padding: 5px 10px 5px 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

#formulartabelle th {
    padding-top: 7px;
}
