*{
    box-sizing: border-box;
}
body{
    background-image: url(img/tlo.jpg);
    background-size: contain;
}
div{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}
#gora{
    width: 75%;
    height: auto;
    margin: 15px auto;
    min-width: 340px;
    top: 0px;
    padding: 5px;
    z-index: 99;
}
ul{
    float: right;
    list-style: none;
    text-align: center;
    margin: 30px 0;
}
li{
    float: left;
    width: 100px;
    height: 35px;
    background-color: #999;
    padding: 7px 0px 7px 0px;
    border: 1px solid #999;
}
li:hover{
    border-left: 1px solid #000EFF;
    border-right: 1px solid #000EFF;
    background-color: #777;
}
li > a{
   text-decoration: none;
   color: #fff;
   width: auto;
   height: auto;
}
li > a:visited{
    color: #fff;
}
#s2{
    float: right;
    width: 45%;
    height: 200px;
    text-align: center;
    margin: 0px;
    overflow: auto;
}
#kier{
    margin: 0 0 0 30px;
    width: 45%;
    min-height: 50px;
    min-width: 100px;
}
h2{
    margin: 5px auto;
}
h4{
    margin: 5px auto;
}
p{
    margin: 5px auto;
}
.inf{
    margin: auto 5%;
    width: 90%;
    border: none;
    text-align: left;
    margin: 9px 15px;
}
p > a{
    color: #0059FF;
    text-decoration: none;
}
p > a:visited{
    color: #0059FF;
    text-decoration: none;
}
p > a:hover{
    color: #0059FF;
    text-decoration: underline;
}
#linki{
    margin: 20px auto;
}
#linki > h4{
    margin: 2px 7px;
}
#linki > p > a{
    margin: 2px 13px;
}
#ji{
    color: #D6243C;
}
#os{
    height: 250px;
    margin: 20px auto;
    padding: 7px;
   overflow: auto;
}
#kon{
   overflow: auto;
}
#kon > h2{
    margin: 2px 7px;
}
#kon > h4{
    margin: 2px 7px;
}
#kon > p{
    margin: 2px 13px;
}
