body {
    font-family: Arial;
    background-image: url('../static/img/zubry1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

/* UKŁAD STRONY */

div#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #060;
    font-size: 35px;
    color: #fff;
    clear: both;
    text-align: right;
}

div#map {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0;
    right: 250px;
}

div#sidebar {
    position: absolute;
    top: 60px;
    bottom: 0px;
    right: 0px;
    width: 250px;
    background-color: #d8e6d8;
    color: #060;
}

/*div#footer {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 30px;*/
    /*background-color: #060;*/
    /*font-size: 15px;*/
    /*text-align: center;*/
/*}*/


/* INNNE */

div#header p {
    float: left;
    color: #fff;
    margin-top: 8px;
    margin-left: 15px;
    vertical-align: middle;
}

div#header form {
    margin-top: 8px;
}

div#header input {
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 10px;
}


div#sidebar p {
    font-size: 15px;
    margin: 5px 8px 5px 8px;
}

div#sidebar input {
    font-size: 13px;
    vertical-align: middle;
}

div#sidebar label {
    font-size: 13px;
    vertical-align: middle;
}

div#sidebar button, div#sidebar input {
    margin: 5px 5px 5px 10px;
}

.obraz_legenda {
    margin: 0px 0px 0px 30px;
}

div#flashed_message {
    margin: 20px;
}

div.alert-warning {
    color: #f00;
    font-weight: bold;
}

div.login {
    color: #050;
    text-align: center;
}

div#manage_links {
    margin: 20px 5px;
}

div#users {
    color: #050;
    text-align: center;
}

div.powrot {
    margin: 30px;
    color: #05a;
    font-weight: bold;
    text-decoration: none;
}

div#users  input, div#users  select {
    font-size: 11pt;
    margin: 10px 3px;
    padding: 5px 10px;
    display:inline;
    border: 1px solid #999;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

div#config {
    color: #050;
    text-align: left;
}

div#config  input {
    font-size: 11pt;
    margin: 10px 3px;
    padding: 5px 10px;
    display:inline;
    border: 1px solid #999;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}



/*div#footer p {*/
    /*color: #fff;*/
    /*margin-top: 6px;*/
/*}*/

.maplabel {
    font-size: 14px;
}

#maplabel_cont {
    color:#000;
    background:white;
    /* width:200px;
    height:50px; */
    border: 1px solid #000;
    padding: 5px;
}
