/* ------------------------------------------------------------------------------------------------------------------ */
/* Standardtags */

h1 {
    text-align:                     center;
}

h2 {
    color:                          white;
    text-align:                     center;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Layout */

div#container {
    background-color:               #edd7b2;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Layout Footer */

div#footer_top_right {
    left:                           620px;
    top:                            -123px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Inhalte Startseite 2 */

div#start2_left {
    float:                          left;
    width:                          155px;
}

* html div#start2_left {
    text-align:                     center;
    width:                          154px;
}

div#start2_center {
    background-color:               #002248;
    background-image:               url(../img/body_start2.jpg);
    background-repeat:              no-repeat;
    float:                          left;
    width:                          660px;
}

div#start2_center_inner {
    margin-top:                     415px;
}

div#start2_right {
    float:                          left;
    width:                          155px;
}

* html div#start2_right {
    text-align:                     center;
    width:                          154px;
}

p.start2_center {
    color:                          #edd7b2;
    font-size:                      14px;
    line-height:                    20px;
    margin:                         25px 80px;
    text-align: justify;

}

div.start2_pic {
    border:                         2px solid #cdb285;
    width:                          121px;
    margin:                         16px auto;
}

div.start2_pic img {
    border:                         1px solid white;
}

div.start2_pic_divider {
    border-top:                     1px solid #cdb285;
    height:                         1px;
    font-size:                      1px;
    line-height:                    1px;
    margin:                         0 auto;
    width:                          125px;
}