/* --- second logo (right) */
#logo_oeh {
    height: 51px;
    overflow: shown;
}

#logo_oeh img {
    height: 92px;
    position: relative;
    top: -26px;
}

/* --- main page title */
._page_title {
    position: relative;
    float: left;
    width: 100%;
}

/* --- language switch */
.lang_switch {
    position: relative;
    text-align: right;
    top: -22px;
}

/* --- main content area */
.content {
    width: 620px;
    float: left;
}

.content img {
    box-sizing: border-box;
    display: block;
    margin-top: 2em;
    padding: 2px;
    width: 100%;
}

/* --- table of categorized short information */
.category_list {
    width: 100%;
    margin: 1.2em 0 4em;
    padding: 0;
}

dl {
    overflow: hidden;
    margin: 1px 0;
    padding: 4px 0;
    background-color: rgb(246, 246, 246);
}

dt {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0px 1.2em;
    font-weight: bold;
}

dd {
    float: left;
    margin: 0;
    max-width: 450px;
    padding: 0px 1.2em;
    border-left: 1px solid rgb(255, 255, 255);
}

/* --- team list with photo --- */
.team_list {
    margin: 0;
    padding: 0;
}

.team_list li {
    display: inline-block;
    float: left;
    width: 50%;  /* 44.5%;shitty box model! */
    margin: 1em 0;
    padding: 0;
}

/*.team_list:after {  clearfix
    content: '<li></li>';
    display: inline-block;
    height: 0;
    clear: both;
}*/

.team_list .portrait {
    display: block;
    float: left;
    margin: 0 1em;
    height: 150px;
    /*width: 100px; Variable widths sometimes possible */
}

.team_list .name {
    font-weight: bold;
    margin: 2em 0 0;
}

.team_list .function {
    font-style: italic;
    margin: 0 0 1.4em;
}

.team_list .email:before { /* symbol */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url('../images/icon_email.png') transparent no-repeat;
    background-size: 16px;
    background-position: 0 50%;
}

.team_list .email, .team_list .email:link, .team_list .email:visited {
    text-decoration: none;
    color: blue;
}

.team_list .email:hover, .team_list .email:active {
    text-decoration: underline;
    color: grey;
}

/* --- sidebox, containign images or special informations */
.side_box {
    border: 1px solid rgb(204, 204, 204);
    float: right;
    margin: 0 5px 10px 0;
    padding: 2px;
    text-align: center;
    width: 200px;
}

.side_box a {
    display: block;
    margin: 0;
    padding: 0;
}

.side_box img {
    border: 0 none;
    display: block;
    margin: 0;
}
#sponsors p {
    margin: 0.2em 0 0.5em;
}
#sponsors h3 {
    margin: 0.2em 0 0.5em;
}
#sponsors a {
    margin: 0 0 0.2em;
}

/* --- styling blocks */
.box, .block2, .block3, .block2of3 {
    box-sizing: border-box;
    padding: 10px;
}

.box {
    border: 1px solid rgb(204, 204, 204);
    box-sizing: border-box;
    margin: 1em 0;
    width: 100%;
}

.block2 {
    float: left;
    width: 50%;
}

.block3 {
    float: left;
    width: 33%;
}

.block2of3 {
    float: left;
    width: 66%;
}
