body {
	background-image: url("/img/bg.png");
	background-repeat: repeat-x;
	background-color: #5176BB;
}
h1 {
	font-family: 'Trebuchet MS';
	font-size: 15px;
	font-weight: bold;
	color: #DC84B0;
	margin: 0 0 10 0;
}
h3 {
	font-family: 'tahoma';
	font-size: 11px;
	color: #5D81C2;
	margin: 0 0 5 0;
}
h4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #5E82C1;
	margin: 0 0 5 0;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: #797979;
}
ul { list-style: url("/img/ul.gif") disc;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 line-height:18px;
}
ul.linki { list-style: url("/img/li_right.gif") disc;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 line-height:12px;
}


.txt {
	font-family: tahoma;
	font-size: 11px;
	color: #797979;
	text-align: justify;
	line-height: 18px;
}


/*linki*/
a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5E82C1;
}
a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #5E82C1;
}

a.blue {
	font-family: tahoma;
	font-size: 11px;
	color: #5D81C2;
	font-weight: bold;
	text-decoration: none;
}
a.blue:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #5D81C2;
	font-weight: bold;
	text-decoration: underline;
}
/*linki - koniec*/


/*Other*/
.search_title {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	color: #285197;
	margin: 0;
}


.blue {
	font-family: tahoma;
	font-size: 11px;
	color: #5D81C2;
}
.white {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.nieb {
	font-family: verdana;
	font-size: 12px;
	color: #5E82C1;
	font-weight: bold;
}

.roz {
	font-family: verdana;
	font-size: 11px;
	color: #FA9FCC;
	font-weight: bold;
}
.footer {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	line-height: 18px;
}
/*Other - Koniec*/

/*form*/
form {
	margin: 0px;
}
input {
	border: 1px #84ACDB solid;
	font-size: 9px;
	font-family: arial;
	color: #797979; 
}
.button {
	border: 0px;
}