/* *************************************************************
 * Suche und Teaser (z. B. Kontakt oder Links)
*/
 
#rechts {
    position: absolute;
    top: 264px;     /* Abstand zum oberen Fensterrand */
    left: 718px;        /* Abstand zum linken Fensterrand */
    right: 0;
    bottom: 0;      /* Abstand zum unteren Fensterrand */
    margin: 0;
    width: 239px;   /* Blockbreite */
    padding: 0;     /* Interpretation Boxmodell! */
    background-color: #DDEAF2;
    overflow: visible; /* war vorher auf hidden !!! Scrollbalken, falls notwendig */
    z-index: 3;
}

* html #rechts {
    top: 0;
    width: 239px;
    height: 100%;
    border-top-width: 264px;  /* = Kopfzeilenhöhe */
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-style: solid;
}

#rechts .inhaltDiv {
    margin: 0; /* Abstand des Inhalts zum Blockrand */
    padding: 0;
}
#rechtsNormal {
    background-color: #DDEAF2;
    padding: 20px 7px 7px 7px;
    color: #505050;
    line-height: 18px;
}
#rechtsNormal a {
    color: #CC150D;
}

#rechtsSuche {
    background-color: #72A4C5;
    color: #ffffff;
    margin: 0px;
    padding: 7px 7px 14px 7px;
    display: block;
}

#rechtsSuche form {
    padding: 0px;
    margin: 0px;
}

#rechtsSuche label {
    float: left;
    padding: 0px;
    margin: 2px 0px;
}
#rechtsSuche input.frmSuche {
    padding: 0px;
    margin: 0 10px;
    width: 130px;
    background-color: #D9E6EF;
    color: #000000;
}

#rechtsSuche a.sitemaplink {
    color: #ffffff;
}

#rechtsSpenden {
    margin: 0px;
    padding: 7px;
    color: #005A96;
    font-size: 11px;
}

#rechtsSpenden h3 {
    color: #CC150D;
    font-size: 12px;
}

#rechtsSpenden a {
    color: #CC150D;
    text-decoration: underline;
}
