BODY {
    font-size: 20px;
    font-family: arial;
    margin: 0;
    background-color: lightgrey;
}
.tekst{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

#mapabox {
    display: flex;
    align-items: center;
    align-content: stretch;
}
#mapal {
    flex: 1;
}
#mapa {
    height: auto;
    width: auto;
    min-width: 100px;
    min-height: 800px;
    background-color: black;
    flex: 20;
}
#mapar {
    flex: 1;
}

#mapaDodaj {
    height: 100%;
    width: 50%;
    min-width: 100px;
    min-height: 800px;
    background-color: black;
    float: right;
}
#kontrolkiDodaj {
    width: 50%;
    float: left;
    background-color: darkgrey;
}
#oddo{
    background-color: white;
    padding: 5px;
    /*border-radius: 5px;*/
    display: flex;
    align-items: center;
}


#header {
    width: 100%;
    height: 120px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('zdj/Tlo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 70%;
}

#fexdiv{
    width: 100%;
    height: 80%;
    /*background-color: lightsteelblue;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#logo{
    height:100%;
    aspect-ratio: 1/1;
    background-image: url('zdj/1.jpg');
    background-size: cover;
}
#buttontest{
    height: 100%;
}
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/


.dropdown{
    position: relative;
    display: inline-block;
    background-color: white;
    /*border-radius: 10px;*/
    padding: 5px;
    
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: white;
    width: 93%;
    min-width: 100px;
    z-index: 1;
    /* border-radius: 10px; */
    padding: 10px;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.dropdown-content ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.dropdown-content ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#boxtext{
    width:98%;
}
#wiadomoscTextBox{
    width:98%;
    height: 100px;
}