html{
    max-width: 1000px;
    min-width: 600px;
    margin: 0 auto;
    background-color: #555555;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: scroll;
}

body{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}


.top{
    width: 100%;
    height: 150px;
    position: relative;
}

h1{
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

h2{
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
}

h3{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #000000;
}

h4{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    text-indent: 1em;
}

ul.list_top {
    display:table;
    width: 100%;
    table-layout:fixed;
    margin: 0 0 10px 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}
ul.list_top li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#000000;
    border:1px solid #C0C0C0;
}
ul.list_top li a {
    display:block;
    text-decoration:none;
    color:white;
}

.abstract{
    width: 100%;
    margin-bottom: 40px;
    font-size: 16ps;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.newsbox{
    background-color: #dcdcdc;
    width: 60%;
    height: 700px;
    padding: 5px;
    margin-top: 0px;
    box-sizing: border-box;
    line-height: 20px;
    float: left;
    overflow-y: scroll;
}
.newsbox table{
    table-layout: fixed;
    border-collapse:separate;
    border-spacing:0px; 
    margin: auto;
}

.newsbox table td{
    border-collapse:separate;
    border-spacing:0px;
    border-bottom: groove;
    border-bottom-width: 1px;
    padding: 10px 5px;
    background-color: #dcdcdc;
}

.date{
    width: 130px;
    color: #555555; 
    vertical-align: top;
}

.content{
    color: #000000;
    vertical-align: top;
    text-align: justify;
}

.picture{
    width: 40%;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    text-align: center;
    float: right;
    color: #ffffff;
    font: 14px;
    line-height: 15px;
}

.researchtopics{
    background-color: #dcdcdc;
    width: 100%;
    padding: 5px;
    margin-top: 0px;
    box-sizing: border-box;
    line-height: 20px;
}

ul.research {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}

ul.research li {
    color: #000000;
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none;
}

ul.research li::before {
    font-family: "FontAwesome";
    content: "▶";
    position: absolute;
    left : 1em;
    color: #555555;
}

.member{
    background-color: #dcdcdc;
    width: 100%;
    padding: 15px 5px 5px 5px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    line-height: 15px;    
}

.person{
    background-color: #dcdcdc;
    width: auto;
    min-height: 180px;
    margin: 10px 0 20px 0;
    box-sizing: border-box;
    line-height: 15px;    
}

.person_indent{
    margin-top: 5px;
    text-indent: 2em;
}

.person a{
    text-decoration: none;
    color: #000000;
}

.person a:hover{
    text-decoration: underline;
    color: #00f;
}

.alignleft{
    display: block;
    margin: 0 15px 0 0px;
    float: left;
    width: 180px;
} 

.name{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 30px; 10px;
    line-height: 24px;
}

.note{
    text-align: right;
    font-size: 14px;
    color: #333333;
    margin: 0 0 10px 0;
}

.contact{
    margin-left: 10px;
}

.OBOG{
    text-align: left;
    padding: 0 20px;
}

.OBOG a{
    font-size: 25px;
    text-decoration:none;
    color:white;
    text-shadow: 1px 1px 1px #000000;
}


.OBOG a:hover{
    text-decoration: underline;
    color:darkkhaki;
}

.member table{
    border-collapse:collapse;
    border-spacing:0px; 
    border:1px solid #000000;
    width: 80%;
    margin: auto;
}

.member table th{
    border-collapse:collapse;
    border-spacing:0px; 
    border:1px solid #000000;
    padding: 10px 10px;
    background-color: #333333;
    color:#ffffff;
}

.member table td{
    border-collapse:collapse;
    border-spacing:0px; 
    border:1px solid #000000;
    padding: 10px 10px;
    background-color: #dcdcdc;
    color:#000000;
}

.member table tr td:nth-child(1) {
    width: 20%;
}


.member table tr td:nth-child(2) {
    width: 30%;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adress{
    width: 80%;
    height: 500px;
    margin: 30px auto 0 auto;
    
}

.adress p{
    margin: 5px 0;
    color: #ffffff;
    font-weight: 100;
}


.adress a{
    text-decoration: underline;
    color: #FFFF99;
}

.link{
    background-color: #dcdcdc;
    width: 100%;
    padding: 5px;
    margin-top: 0px;
    box-sizing: border-box;
    line-height: 20px;
}

.link a{
    text-decoration: none;
    color: #000000;
}

.link a:hover{
    text-decoration: underline;
    color: #00f;
}

ul.link {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}

ul.link li {
    color: #000000;
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none;
}


ul.link li::before {
    font-family: "FontAwesome";
    content: "☞";
    position: absolute;
    left : 1em;
    color: #555555;
}

.event{
    text-align: left;
    width: 60%;
    margin: 50px auto;
}

.event a{
    font-size: 25px;
    text-decoration:none;
    color:white;
}


.event a:hover{
    text-decoration: underline;
    color:darkkhaki;
}

.event_picture{
    width: 100%;
    text-align: center;
}

.event_picture p{
    margin: 0 0 0 0;
    color: #ffffff;
}

.event_picture img{
    margin-top: 30px;
}
 