body {
	color: #5F5F5F;
	font-family: times;
	font-size: 9 px;
	background-color: #4B92C4;
}

#lewy_gorny{
	background-image: url(images/lewy_gorny.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#prawy_gorny{
	background-image: url(images/prawy_gorny.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.image{
	border-color: #D5D5D5;
	border-style: solid;
	border-width: 4px;
}

.imageHover{
	border-color: #1D5C9B;
	border-style: solid;
	border-width: 4px;
}

.search_form{
  color: #CCCCCC;
  background-color: 3B6794;
  border: solid 1 px #215284;
}

.err{
  color: #D50000;
  font-weight: bold;
  text-align: center;
}

.naglowek{
  width: 100%;
  background-color: #E2E2E2;
  font-weight: bold;
  text-align: left;
}

.obrazek{
  width: 200 px;
  border-width: 2 px 2 px 2 px 2 px;
  border-color: #EFEFEF;
}

.obrazekHover{
  width: 200 px;
  border-width: 2 px 2 px 2 px 2 px;
  border-color: #1D5C9B;
}

.form {
	border: solid px #9F9F9F;
	color: #C10404;
	background-color: #ffffff;
}

a {
  color: #730A0E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.tekst {
	text-align: justify;
	color: #5F5F5F;
	font-family: sans-serif;
	font-size: 12px;
}

.text_wyszukiwarka {
	text-align: justify;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.site_title{
	font-weight: bold;
	font-size: 15 px;
	color: #AB2202;
}

.box{
	border: 1px solid #D2D2D2; 
	background-color: #E6E6E6; 
	padding: 2px;
}

.linia{
	border-bottom: 2px solid #5E5E5E;
}

.div_platnosc{
	padding: 10px;
	width: 350px;
	height: 150px;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 2px solid #730A0E; 
}