@charset "utf-8";
/* CSS Document */
#lager
{
position: absolute;
visibility: visible;
top: 0px;
left: 0px;
width:100px;
height:100px;
background-color: red;
}

img {
width:100px;
height:100px;
}

