/* CSS Document */

/* Special for bratislava subpart */

#back {
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    /*margin: 0 auto;*/
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: #000000 url('../img/background-bratislava.jpg') top center no-repeat;
    /*border: 1px solid red;*/
}

#header {
    width: 100%;
    height: 390px;
    position: relative;
    padding: 0px 0px 0px 0px;
    /*background: url('../img/background-top.png') 0px 0px no-repeat;*/
    /*border: 1px solid green;*/
}

#footer {
    clear: both;
    width: 100%;
    /*min-height: 324px;*/
    min-height: 540px;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    background: url('../img/background-bottom-bratislava.jpg') top left no-repeat;
    /*border: 1px solid yellow;*/
}