* {padding:0;margin:0;}



html {width:100%;height:100%;}

body {
  background: #000;
  background-image: url(img/tlo_107.gif);
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

img { max-width: 100% }

#container {
  width: 1050px;
  margin: 0 auto;
  background-color: #6481FF;
}



#naglowek {
  margin: 0;
  text-align: center;
  background: #6481FF url(img/banner.png) no-repeat;
}

#naglowek img {
  width: 100% !important;
  height: auto !important;
}



#lewo {
  float: left;
  width: 20%;
  margin: 0 0 25px;
  background-color: #6481FF;
  padding: 1% ;
}

#lewo img {
  width: 100%;
}

#lewo ul {
  list-style-type: circle;
  margin-left: 15px;
}


#srodek {
  width: 75% ;
  float: left;
  margin: 0 0 25px;
  background-color: #92B3E2;
  padding: 1% ;
  text-align: justify ;
  border-left: 1px solid #000;
}


#stopka {clear:both;color:#FFF;background:#121212;padding:15px 0 15px 30px;}


#stopka {
clear:both;
text-align:center;
color: #000;
background-color: #6481FF ;
}
#stopka2 {
color: #000;
background-color: #6481FF ;
text-align: center ;
padding-bottom: 20px;
margin-bottom: 20px;
}

@media (min-width: 1100px) {

#container {width:1050px;}

#lewo {width:30%;}

#srodek {width:65%;}

}

@media (max-width: 1100px) and (min-width: 1000px) {

#container {width:950px;}

#lewo {width:30%;}

#srodek {width:65%;}

}

@media (max-width: 1000px) and (min-width: 800px) {

#container {width:750px;}

#lewo {width:30%;}

#srodek {width:65%;}

}

@media (max-width: 800px) and (min-width: 500px) {

#container {width:450px;}

#lewo,

#srodek {width:98%;}

}

@media (max-width: 800px) {

body { font-size: 16px; }

}

@media (max-width: 500px) {

#container {width:90%;}

#lewo,

#srodek {width:98%;}

}



.title {
border-bottom: 1px solid #000;
text-decoration: none;
text-align: center;
font-weight: bold;
margin-top: 10px;
}
#lewo a{
text-decoration: none;
color: #000;
margin: 0 auto;
}
#lewo a:hover{
text-decoration: underline;
}
li {
list-style-type:circle;}
.table {
text-align: left;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
min-width: 300px;
}
.tablecontainer {
display: block;
border: none;
overflow-x:auto;
}
.naglowki {
font-weight: bold;
}

li { margin-top: 0.8em; }
p, ul {padding: 0.8em;}
