BODY{
background:#e5e5e5;
font-family:serif, arial;
font-size:14px;
margin:0px;
}

A {
padding:20px;
}

A:link{color:#004c87;
text-decoration:none;
}
A:visited{color:#004c87;
text-decoration:none;
}
A:hover{color:#87cbff;
text-decoration:none;
}
A:active{color:#87cbff;
text-decoration:none;
}

<!--.dlit {
font-size: 2em;
text-align:left;
}-->

HR{
 border: 0;
 height: 1px;
 }

.margines{
padding:0 5% 0 5%;
}


.top{
width:100%;
height:80px;
text-align:right;
}
	
.menu{
width:100%;
height:50px;
background:#e5e5e5;
color: #000077;
font-size:20px;
font-weight:bold;
text-align:	center;
}

.linkmenu{
display:block;
float:left;
margin:0px 20px 0px 20px;
padding:5px 10px 5px 10px;
<!--border: 1px solid #ffffff;-->
border-radius:5px;
}
.tresc{
display:table;
width:100%;
margin-top:5px;
height:auto;
}
.tresc1{
display:table-cell;
width:32%;
border:3px solid white;
float:none;
text-align:center;
font-size:1.3em;
color:#000000;
background:#dddddd;
border-radius:10px;
height:auto;
}

.tresc2{
display:table-cell;
width:32%;
border:3px solid white;
float:none;
text-align:center;
background:#dddddd;
padding:5px;
border-radius:10px;
height:auto;
font-size: 1.2em;
}

.tresc3{
display:table-cell;
width:32%;
border:3px solid white;
float:none;
text-align:center;
background:#dddddd;
padding:5px;
border-radius:10px;
height:auto;
font-size: 1.2em;
}

.spacja{
display:table-cell;
float:none;
width:5px;
height:100%;
}

.kontakty{
width:750px;
margin:0 auto;
border:0px solid #ffffff;
}

.kontakt{
width: 350px;
height:180px;
float:left;
border:1px solid #ffffff;
border-radius:15px;
}

.cert{
text-align:center;
height:auto;
width:100%;
clear:both;
}

.certmale{
padding:0 10px 0 10px;
height:50px;
}

.stopka{
height:200px;
width:100%;
background-color:#ffffff;
}


.stopka1{
float:left;
height:auto;
width:220px;
padding:20px 10px 0 20px;
}

.stopka2{
float:left;
color:#ffffff;
padding:10px 10px 0 10px;
width:calc(100% - 600px);
}

.stopka3{
float:right;
color:#000000;
padding:10px 10px 0 10px;
width:280px;
}
								/* zestaw dla slajdów*/
.slajd {
clear:both;
background:#000000;
width:100%;
height:auto;
margin-top:10px;

}
.fade {
  animation-name: fade;
  animation-duration: 3s;
}
@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
