@charset "UTF-8";
/* CSS Document */

#logo{
display: none;
position: absolute;
top: 123px;
z-index: 10;
}

html, body{
height: 100%;
margin: 0px;
padding: 0px;
}

#screenshot{
margin: 0px auto;
display: block;
}

body > #screenshot{
height: 100%;
max-height: 716px;
width: auto;
}


#screenbar{
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background: white;
padding: 10px;
}


#screentext{
width: 700px;
margin: 0px auto;
font-size: 0.7em;
}

#scrleft{
float: left;
width: 200px;
}

#scrright{
float: right;
width: 200px;
}

img.pfeil{
border: none;
}