body {
  background: #ccc;
}

#strona {
  width: 900px;
  margin: auto;
  background: #fff;
}

.header {
  width: 900px;
  height: 100px;
/*  background: url("/images/logo.jpg"); */
}

.tytul {
  text-align: center;
  height: 25px;
  background: #f2f2f2;
  font-weight: bold
}

.top {
  float: left;
}

.szukaj {
  float:right;
  width: 300px;
}

.spis {
  width: 100%;
}

.spis td {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  color: grey;
}

.spis a {
  font-weight: normal;
  text-decoration: none;
  color: #ff0000;
  font-size: 13px;
  font-family: serif;
}

a {
  font-weight: normal;
  text-decoration: none;
  color: #ff0000;
  font-size: 13px;
  font-family: serif;
}

.padding_10 {
  padding: 10px;
}

.body_p {
  width: 100%;
}

