.site {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.site .title {
    font-family: Helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
    color: #959595;
}

.site .undertitle {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #959595;
}

.member p {
    position: relative;
    top: -30px;
}

.teamtable  {
    margin: 0 auto;
}

.teamtable td{
    border-color:black;
    border-style: none;
    border-width:1px;
    font-family:Helvetica, sans-serif;font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

#Administration .header {
    color: #448400
}

#Leitung .header {
    color: #959595;
}

#Development .header {
    color: #54b400;
}

#Moderation .header {
    color: #AA0000;
}

#Support .header {
    color: #BF1333;
}

#Creative .header {
    color: #00AEFF;
}

.stvHeader {
    color: #959595;
    font-weight: bold;
    font-size: 18px;
}

.header {
    border-color: black;
    border-style: none;
    border-width:1px;
    font-family:Helvetica, sans-serif;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    font-size:32px;
    vertical-align:top;
    text-align: center;
}

.teamtable .member{
    text-align: center;
    vertical-align:top;
    line-height: 5px;
    font-size: 15px;
}


.teamtable .member:hover{
    cursor: pointer;
}

.inteam {

}