body {
    //background-color:lightgrey;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-image: url(tlo.jpg); 
}

a {     
text-decoration: none; 
}

.divMenu {
    //border: solid;
    width: 10%;
    height: 10%; 
    //color: blue;
    float: right; 
    //border-width: 1px;
    //text-align: center;
    //font-size: 1vw;
    //background-color: #c60; //#9f0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.divTytul {
    float: left;
    //border: solid;
    width: 29%;
    height: 10%;
    //color: blue;
    //background-color:lightblue;
    background-size:contain;
    background-repeat: no-repeat;
    background-image: url(stefankielbasa_v2.jpg); 
    //text-align: center; 
    //border-width: 1px;
}

.divMenuStatus{
    clear: left;
    //border: solid;
    width: 10%;
    height: 5%;
    float: right;
    color: green;
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
}

.offline{
    color:red;
}



.divMenuLewo {
    background-color:burlywood;
    position: absolute;
    bottom: 1%;
    clear: both;
    border: solid;
    width: 10%;
    height: 80%;
    float: none;
    border-width: 0px;
}

.clock{
    position: absolute;
    bottom: 25%;
    left: 20%;
    //border: solid;
    width: 30%;
    height: 15%;
    font-size: 3vw;
    color: gold;
    text-align: center;
    //border-width: 0px;
}


#zegarGodziny{
    //position: absolute;
    //bottom: 25%;
    //left: 20%;
    //clear: left;
    //border: solid;
    width: 28%;
    height: 60%;
    //font-size: 3vw;
    //color: gold;
    //text-align: center;
    float: left;
    //display: inline;
    border-width: 0px;
}

#zegarMinuty{
    //position: absolute;
    //bottom: 25%;
    //left: 30%;
    //clear: left;
    //border: solid;
    width: 28%;
    height: 60%;
    //font-size: 3vw;
    //color: gold;
    //text-align: center;
    float:left;
    //display: inline;
    border-width: 0px;
}

#zegarSekundy{
    //position: absolute;
    //bottom: 25%;
    //left: 40%;
    //clear: left;
    //border: solid;
    width: 28%;
    height: 60%;
    //font-size: 3vw;
    //color: gold;
    //text-align: center;
    float: left;
    //display: inline;
    border-width: 0px;
}
.spanClock{
    float: left;
    width: 8%;
    //clear: both;
    border-width: 0px;
}
.spanClockG{
    float: left;
    width: 100%;
    font-size: 2vw;
    //clear: both;
    border-width: 0px;
}