/* CSS für Untermenüs m1, p Palmenwebseite*/

.main_side_pic {
    height: 14em;
    border: 1px solid #8E2800;
    box-shadow: 7px 4px 4px #aaa;
}   

figure {
    display: inline-block;
    float: right;
    width: 40%;
    margin: 15px;
    text-align: center;
}

figcaption {
    width: 80%;
    margin: 10px 0 0 0;
    font-variant: small-caps;
    font-size: 80%;
    text-align: center;
}

#main_content h3 {
    margin-top: 30px;
}

#main_content ul {
    margin: 5px;
}

#main_content ul li {
    margin: 10px 25px;
}

.bold {
     font-weight: bold;
}

.steckbrief {
    width: 100%;
    height: 22em;
    border: 2px double #FFB03B;
    overflow: auto;
}

.steckbrief h3 {
    text-align: center;
    padding-top: -20px;
}