/* *******************************************************
 * Contentbereich mit Illustration und Fließtext
*/

#mitte {
    position: absolute;
    top: 264px;   /* Abstand zum oberen Fensterrand */
    left: 237px;  /* Abstand zum linken Fensterrand */
    bottom: 0px; /* Abstand zum unteren Fensterrand */
    right: 0px;   /* Abstand zum rechten Fensterrand */
    width: 481px;
    background-color: #f2f7fa;
}

* html #mitte {
    top: 0;
    left: 0;
    width: 481px;
    border-top-width: 293px;    /* = Kopfzeilenhöhe */
    border-left: 237px solid #C6DD6E;
    border-bottom-width: 0px;  /* = Fußzeilenhöhe */
    border-right-width: 0px;
    border-style: solid;
    color: #005B96;
}

#mitte .inhaltDiv {
    margin: 15px; /* Abstand des Inhalts zum Blockrand */
    color: #005B96;
    line-height: 18px;
}

#mitte p {
    margin: 10px 0;
    padding: 0px;
}

#mitte a {
    color: #CE130A;
}

#mitte label { float:left; width: 100px; }
#mitte input.eingabe { width: 300px; }
#mitte textarea { width: 300px; height: 100px; }
#mitte p.abschicken { padding-left: 100px; }
