*{
  margin:0pt;
  padding:0pt;
}

html, body{
  background-color:rgb(255, 255, 255);
  color:rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85.5%;
}
body{
  text-align:center;
}
a{
  color:rgb(0, 0, 0);
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
p{
  font-size: 0.9em;
  padding: 0.8em;
}
label{
  margin-right: 5px;
}
.text{
  width: 60%;
}
.checkbox{
  margin-right: 5px;
}
a#index{
  position: absolute;
  z-index: 1;
  display: block;
  top: 15px;
  width: 111px;
  height: 21px;
  background: url(img/logo.gif) 0 0 no-repeat;
  text-indent: -1000em;
}
#wrapper{
  font-size: 1em;
  text-align: left;
  margin: 0 auto;
}
#header{
  margin: 10px 0;
  padding: 30px 0 10px 0;
  background:rgb(250, 250, 250) url(img/sb.gif) 0 100% repeat-x;
  text-align: center;
}
#searchbar{
  width: 100%;
  background: rgb(55, 55, 55);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-top: 1px solid rgb(145, 145, 145);
  border-bottom: 3px solid rgb(239, 38, 38);
}
#searchbar legend{
  display: block;
  float: left;
}
#searchbar p{
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}
#search{
  width: 78%;
  padding: 1%;
  margin-right: 1%;
  float: left;
  border-right: 1px solid rgb(106, 106, 106);
  text-align: left;
}
#fraza{
  font-size: 1.2em;
  padding: 0.2em 0.6em;
  height: 1.4em;
  border: 0;
  margin-right: 1em;
  background: rgb(255, 255, 255) url(img/sbg.gif) 0 0 repeat-x;
}

#szukaj{
  margin-bottom: 2px;
  width: 75px;
  height:23px;
  border: 0;
  vertical-align: bottom;
}
#stlabel{
  float:left; 
  margin-top: 1em;
}
#searchtype{
  margin: 1em 0;
  border: 0;
}
#searchtype label{
  text-transform: lowercase;
}
#content{
  margin: 1em 0;
  padding: 1em;
}
#warning{
  margin: 1em 0;
  background:rgb(250, 250, 250) url(img/uwaga.gif) 0 0 repeat-x;
  border-width: 2px;
  border-style: solid;
  border-bottom-color: rgb(212, 0, 0);
  border-top-color: rgb(240, 240, 240);
  border-right-color: rgb(240, 240, 240);
  border-left-color: rgb(240, 240, 240);
}
#warning h2{
  color: rgb(218, 8, 8);
  text-align: center;
}
#footer{
  clear: both;
  text-align: center;
  padding: 1em 2em;
  font-size: 1em;
  background: rgb(251, 251, 251);
  border-bottom: 3px solid rgb(239, 239, 239);
}
#copy{
  float: right;
  font-size: 0.8em;
  text-decoration: none;
  color: rgb(210, 210, 210);
}