* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{margin:0px}
h1{margin-top:2px;
    color:black}
a{text-decoration: none;
  cursor: pointer;
}
a:hover{text-decoration: underline;
}
.navigation{
    border:0px;
    padding:5px;
    background-color:#eeeeee;
    top:0;
    }
.rechts {
    float: right;
}
.del {
    border-radius: 4px;
    margin: 2px;
    margin-right: 15px;
    border-style: none;
    background-color:whitesmoke;
    color: red;
}
.sel{border:3px;border-color:lightgreen;
        border-style:solid;
        background-color:lightgreen
}
.gross{font-size: 120%}
#resultat{margin-top:20px;
    border: 5px}
.pauker {
    background-color:#706e6e;
    color:white;
    font-weight: bold;
    padding:2px;
    padding-right:7px;
}
.pauker2 {
    margin-left:-5px;
}
.pauker-bar-item{
    border-bottom-color: lightgray;
    border-bottom-style: dashed;
    border-bottom-width: thin;
}