html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

#footer{
z-index: 10;
width: 100%;
height: 2%;
position: relative;
font-size: 8pt;
text-align: right;
}

#hintergrund {
width: 100%;
height: 98%;
position: relative;
z-index: -1;
}

#content {
position: absolute;
top: 0%;
left: 0%;
width: 70%;
height: 100%;
z-index: 2;
overflow: auto;
}

#videoprotect {
position: absolute;
top: 0%;
left: 0%;
width: 50%;
height: 100%;
z-index: 4;
overflow: auto;
opacity: 0;
}

#leftcontent{
position: relative;
top: 8%;
left: 2%;
width: 50%;
height: 75%;
}


#content2 {
position: absolute;
top: 0%;
left: 70%;
width: 30%;
height: 100%;
z-index: 3;
overflow: auto;
}


#rightcontent{
position: relative;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
}
