* {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,
#prawo ul {
  list-style-type: circle;
  margin-left: 15px;
}




#srodek {
  width: 53% ;
  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;}


#prawo {
width: 20% ;
float:right;
color: #000;
background-color: #6481FF;
padding: 1% ;
}
#srodek {
width: 53% ;
float:left;
background-color: #92B3E2;
padding: 1% ;
text-align: justify ;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
/* hack dla internet explorera */
/*\*/
* html div#srodek {
width: 60% ;
float:left;
padding: 1% ;
text-align: justify ;
}
/**/
#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;
}
.title {
height: 15px;
border-bottom: 1px solid #000;
text-decoration: none;
text-align: center;
line-height: 15px;
font-weight: bold;
margin-top: 10px;
}
#lewo a{
text-decoration: none;
color: #000;
margin: 0 auto;
}
#lewo a:hover{
text-decoration: underline;
}
#prawo a{
text-decoration: none;
color: #000;
margin: 0 auto;
}
#prawo a:hover{
text-decoration: underline;
}
li {
list-style-type:circle;}





@media (min-width: 1100px) {

#container {width:1050px;}

#lewo, #prawo {width:20%;}

#srodek {width:53%;}

}

@media (max-width: 1100px) and (min-width: 1000px) {

#container {width:950px;}

#lewo, #prawo {width:20%;}

#srodek {width:53%;}

}

@media (max-width: 1000px) and (min-width: 800px) {

#container {width:750px;}

#lewo, #prawo {width:20%;}

#srodek {width:53%;}

}

@media (max-width: 800px) and (min-width: 500px) {

#container {width:450px;}

#lewo,
#prawo,
#srodek {width:98%;}

}

@media (max-width: 800px) {
body { font-size: 16px; }
}

@media (max-width: 500px) {


#container {width:90%;}

#lewo,
#prawo,
#srodek {width:98%;}

}


li { margin-top: 0.8em; }
p, ul {padding: 0.8em;}
