h1, h2 {
    color: #531730;
}
h1 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #7C8B8E;
    margin-bottom: 10px;
}
h2 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #7C8B8E;
    margin-bottom: 10px;
    padding-top: 10px;
}

.p_img_left,
.p_img_left {
    max-width: 300px;
    font-style: italic;
    font-size: 80%;
    padding: 1px;
}
.p_img_left {
    float: left;
    margin: 5px 15px 5px 0;
}

.p_img_right {
    float: right;
    margin: 5px 0 5px 15px;
}

p {
    margin-bottom: 15px;
}

.vorstand_tbl {
    width: 100%;
    border-spacing: 0;
    padding-top: 10px;
}
.vorstand_tbl th {
    text-align: left;
    font-weight: 700;
    padding: 2px 0;
}
.vorstand_tbl tr.first_row td {
    border-top: 1px solid #7C8B8E;
}
.vorstand_tbl tr.last_row td {
    vertical-align: top;
}
.vorstand_tbl td {
    padding: 2px 0;
}
.vorstand_tbl td.label {
    width: 60px;
}
.vorstand_tbl .profile_pic {
    width: 150px;
    padding: 2px;
    border: 1px solid #7C8B8E;
    
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.vorstand_tbl .profile_pic img {
    width: 150px !important;
}

.gallery_wrap {
    display: inline-flex;
    padding: 1px;
    border: 1px solid #7C8B8E;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.termine_tbl {
    width: 560px;
    padding-top: 10px;
    word-break:break-all;
}
.termine_tbl th {
    font-weight: 700;
}
.termine_tbl th,
.termine_tbl td {
    word-break: normal;
    padding: 2px 3px;
}
.termine_tbl th.head {
    color: white;
    background-color: #385A5F;
    background-image: url(../images/bg_pattern_head.png);
    background-repeat: repeat;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.termine_tbl th.date,
.termine_tbl th.time,
.termine_tbl th.desc,
.termine_tbl th.place {
    text-align: left;
    border-right: 1px solid #7C8B8E;
    border-bottom: 1px solid #7C8B8E;
}
.termine_tbl th.date {
    width: 64px;
    border-left: 1px solid #7C8B8E;

    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.termine_tbl th.time {
    width: 56px;
}
.termine_tbl th.desc {
    width: 230px;
}
.termine_tbl th.place {
    width: auto;
    border-right: 1px solid #7C8B8E;
    
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.termine_tbl td {
    border-right: 1px solid #7C8B8E;
}
.termine_tbl td:last-child {
    border-right: none;
}
.termine_tbl tr:hover td {
    background-color: #FFFFCD;
}
.termine_tbl tr:last-child td {
    border-bottom: 1px solid #7C8B8E;
}
.termine_tbl tr.highlight td {
    font-weight: 700;
    color: red;
}