/*Allgemeine Einstellungen*/
body{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/*Tabelle*/
th{
    text-align: left;
    font-weight: normal;
    color: #3e424b;
    padding: 2px;
    font-size: 120%;
}
td{
    padding: 2px;
}

/*Elemente*/
button{
    background-color: #73ba4c;
    color:white;
    border: none;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 6px;
    border-radius: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}
button:hover{
    background-color: #4f773a;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}
input{
    width: 100%;
    height: 35px;
}
select{
    width: 100%;
    height: 35px;
}
option{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

h4{
    font-weight: lighter;
}

/*Klassen div*/
.banner{
    background-color: #73ba4c;
    height: 10%;
    width: 110%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
.normal{
    top: 10%;
    left: 0;
    width: 100%;
    position: absolute;
    padding-top: 10px;
    text-align: left;
    
}
.menu{
    top: 10%;
    left: 0;
    background-color: #4f773a;
    position: absolute;
}

/*Klassen table*/
.report{
    font-size: 75%;
}

.event{
    margin-top: 20px;
    margin-bottom: 20px;
    border: black solid 1px;
    border-collapse: collapse;
}

.head{
    color: white;
    background-color: #73ba4c;
    font-weight: bold;
}

.coloredline{
    background-color: #D7ECCD;
}