html{
    height: 100%;
    width: 95%;

}
body{
 font-family: Verdana, sans-serif;
 font-size: 0.8em;
 line-height: 1.2em;
 color: black;
 width: 100%;
 height: 95%;
 background-color: white;
 display: inline-block;
}
li{
 list-style-type: circle;
 padding: 0;
 margin: 0;
}
.entries{
 width: 60%;
 height: 100%;
 background-color: white;
 border: 2px solid black;
 top: 8px;
 margin-bottom: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
 padding-right: 15px;
 float: left;
 overflow: auto;
}
.bonk_mok {
    width: 200px;
    align: right;
}
div { 
  display: block;
}
.right_container{
 position: relative;
 width: 35%;
 height: 100%;
 top: 0;
 bottom: 0;
 text-align: left;
 float: right;
 padding-bottom: 0px;
}
.intro {
 position: absolute;
 top: 0; 
 width: 100%;
 height: auto;
 border: 2px solid black;
 overflow: auto;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: white;
}
.bonk {
 position: absolute;
 bottom: 0px;
 width: 100%;
 height: 30%;
 border: 2px solid black;
 background-color: white;
 margin-bottom:0px;
}
@media screen and (max-width: 1200px) {
    body { display: flex; flex-flow: column; width: 100%;}
    .entries {width: 80%}
    .right_container {
        width: 80%; 
        height: 20%;
        float: left;
        position: relative;
        padding-right: 15px;
    }
    .bonk {
        width: 80%;
        height: auto;
        float: left;
        position: relative;
        padding-right: 15px;
    }
}
@media screen and (min-width: 1201px) {
    body {display: block; width: 1201px}
}

p{
 margin-bottom: 0;
 padding-bottom: 0;
 margin-top: 0;
 padding-top: 0;
}
h1{
 padding-bottom: 0px;
 margin-bottom: 4px;
 margin-top: 5px;
 font-size: 18px;
}
 
h2{ 
 font-size: 13px;
 margin-bottom: 0px;
 margin-top: 5px;
}  
 
h4{
 font-size: 8px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

img{
 border: 0px solid black; 
}
p.copyright{
 text-align: right;
}

 
a:link {
 color: black;
}

a:visited {
 color: black;
}

a:hover {
 color: #555555;
}

a:active {
 color: #555555;
}

