* {
  margin: 0;
  padding 0;
  border: 0;
}

body{
  background-color: #8c1616;
  text-align: center;
  font-family: sans-serif,arial;
  font-size: 13px;
}

h1{
  color: #2989cc;
  font-size: 20px;
}

h2{
  color: #2989cc;
  font-size: 16px;
}

h3{
  color: #2989cc;
  font-size: 12px;
}

a{
  text-decoration: none;
  color: #2989cc;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
}

.image_right{
  float: right;
  margin: 0 0 10px 15px;
}

textarea.pole{
  border: solid 1px #2989cc;
  color: black;
  background-color: white;
}

input.text{
  border: solid 1px #2989cc;
  color: black;
  background-color: white;
}

select{
  border: solid 1px #2989cc;
  color: black;
  background-color: white;
}

input.przycisk{
  border: solid 1px #2989cc;
  background-color: #85c4f0;
  color: black;
  padding: 3px;
}

#banner{
  width: 850px;
  height: 198px;
  margin: auto;
}

#menu{
  width: 850px;
  height: 32px;
  margin: auto;
}

#srodek{
  background: url('../images/tresc.jpg') repeat-y;
  width: 850px;
  margin: auto;
}

#tresc{
  width: 600px;
  float: left;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-left: 30px;
}

#polecane{
  width: 175px;
  height: 510px;
  float: right;
  background: url('../images/linia_polecane.jpg') no-repeat;
  padding: 35px 0px 0 0px;
  margin-right: 32px;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

#polecane_tresc{
  width: 160px;
  margin: auto;
}

p{
  color: #6a6a6a;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  padding: 15px 30px 15px 30px;
}

.center{
  color: #6a6a6a;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.left{
  color: #6a6a6a;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  padding-left: 20px;
}

p:first-letter{
  font-size: 26px;
  font-weight: bold;
  color: #32a3f5;
}

.bold{
  font-weight: bold;
  color: #6a6a6a;
}

.zdjecie_galeria{
  padding: 5px;
  border: solid #afafaf 1px;
  margin: 5px;
}

.galeria{
  width: 130px;
  height: 200px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
}

#stopka{
  background: url('../images/stopka.jpg') no-repeat;
  width: 850px;
  height: 133px;
  margin: auto;
  color: #a1a1a1;
  font-family: arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

#stopka a{
  color: #606060;
}

table{
  color: #6a6a6a;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: auto;
}

