body {
  margin: 0;
  padding: 0;
  background: #ffffff url(../images/img01.jpg) repeat-x scroll left top;
  font-size: 13px;
  color: #7f7f7f;
}
body, th, td, input, textarea, select, option {
  font-weight: normal;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h1, h2, h3 {
  font-weight: normal;
  color: #484848;
}
h1 {
  letter-spacing: -1px;
  font-size: 24px;
}
h2 {
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 24px;
}
h3 {
  font-size: 1em;
}
p, ul, ol {
  line-height: 170%;
}
blockquote {
  padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}
a {
  color: #7ace11;
}
a:hover {
  text-decoration: none;
  color: #7ace11;
}
#header {
  margin: 0px auto;
  width: 890px;
  height: 170px;
}
#logo {
  padding: 10px 0 0;
  float: left;
}
#logo h1 {
  margin: 0;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 3.6em;
  font-weight: normal;
  color: #ffffff;
}
#logo h1 a {
  padding-right: 20px;
  text-decoration: none;
  color: #ffffff;
}
#logo p {
  margin: -5px 0 0;
  text-transform: uppercase;
  font-size: 1.22em;
  letter-spacing: -1px;
}
#logo a {
  text-decoration: none;
  color: #ffffff;
}
#menu {
  float: right;
}
#menu ul {
  margin: 0px;
  padding: 100px 0px 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu a {
  font-size: small;
  color: #ffffff;
  float: left;
  text-decoration: none;
  display: block;
  margin-left: 10px;
}
#page {
	margin: 0 auto;
	width: 1000px;
	height: auto;
}
#content {
	float: none;
	width: auto;
	height: auto;
}
.opis {
	background: transparent url(../images/img03.jpg) no-repeat scroll left top;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	text-decoration: none;
}
.title {
  border-bottom: 2px solid #484848;
  margin: 0;
  color: #484848;
  font-weight: normal;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.info {
  margin: 0;
  color: #6728ad;
}
#footer {
  margin: 0px;
  background: #f2f2f2 url(../images/img02.jpg) repeat-x scroll left top;
  clear: both;
  height: 80px;
}
#footer p {
  padding: 20px 0;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: smaller;
  color: #717171;
}
.btn {
	background-color: #091056;
	border: 1px solid #ffffff;
	text-align: center;
	display: inline-block;
	font-family: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
	padding: 5px 5px;
	width: 120px;
}
.btn:hover {
  background-color: #1c58aa; 
  border: 1px solid #1c58aa;
}
.btn-search {
	background-color: #FFFFFF;
	border: 1px solid #6d6e71;
	text-align: center;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
	padding: 5px 5px;
	width: 20%;
}
.btn-search:hover {
	background-color: #1c58aa;
	border: 1px solid #1c58aa;
	text-align:center;
	text-colour: #ffffff;
	color: #FFFFFF;
}
