body {
    background-color: lightblue;
    font-family: 'Open Sans', sans-serif;
    color: midnightblue;
    font-size: 12pt;
}
title {
    color: midnightblue;
}

td, th {
    padding:5px;
    vertical-align:top;
    position:relative;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}
.projektlegende{
    position: absolute;
    font-size:8pt;
    font-weight: bold;
    top:-0px;
    width:100%;
    height:100%;
    text-align: center;
}
.projektlegende span{
    background-color: rgba(255,255,255,0.5);
    padding: 2px 4px;
    border:1px solid black;
    border-radius: 2px;
}
.logo{
    position: absolute; 
    top: 50px;
    right: 50px;
}