
html {
overflow-y: scroll;
}

body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: Times, serif;
font-size: 14px;
}

#bildbox {
        position:relative;
        top:0px;
        margin: 0 auto;
        width: 100%;
        /*border: solid 1px red;  */
}
#close-x {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 99 ;
}

#pic01 img {
    max-width: 100%;
    max-height: 100%;
}