html, body {
    height:100%;
    width:100%;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
    font-family: Verdana;
    font-size:11px;
}

a {
    outline:none;
    text-decoration:none;
}

div#map{
    border:1px solid #DFDFDF;
    width:auto;
    height:100%;
    display: block;
    overflow: hidden;
}

#header{
    color:white;
    font-size:18px;
    z-index:99;
    padding:5px;
    text-align:center;
    background:black;
    height:24px;
    width:100%;
}

h3{
    font-size:18px;
    padding-left:20px;
    margin: 2px 0px;
}

div.cloud{
    width:370px;
    height:220px;
    text-align:center;
}

img, br {
    border:0px;
}

div#logo{
    position:absolute;
    margin-top:30px;
    margin-left:30px;
    z-index:99;
}
.mapZobacz{
    font-size:10px;
    color:gray;

    padding:2px;
}

.cloud strong {
    font-size:12px;

}

#galeria{
    text-align:center;
    float:right;
    width:250px;
    height:100%;
    z-index:100;
    overflow-x:hidden;
    overflow-y: scroll;
    margin-bottom:100px;
    background:black;
}

#galeria a{
    display:block;
    width:200px;
    color:gray;
    margin-left:18px;
}

#galeria img{
    border:1px solid silver;
}