@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	height:101%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 0.5em 0;
	font-weight:normal;
}
#main {
	border:1px solid #000;
	border-width:0 1px;
	margin:auto;/*	width:600px; */
}
#main #head {
	background:#00978c url(../img/bg_header.gif) repeat-x top left;
	color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #007168;
	padding:20px 18px 10px 18px;
}
#main #foot {
	background:#00978c url(../img/bg_foot.gif) repeat-x bottom left;
	color:#fff;
	border-top:2px solid #007168;
	border-bottom:2px solid #fff;
	padding:18px 80px 38px 80px;
}
#main #head h1 {
	text-decoration:underline;
	font-size:1.3em;
	font-weight:700;
}
#main #head #search {
	text-align:right;
}
#main #head #search form {
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}
#main #head #search input {
	border:1px solid #007168;
	vertical-align:middle;
	margin:0;
	padding:0.1em;	
}
#main #head #search button {
	vertical-align:middle;
	border:none;
	padding:0;
	background:none;
	cursor:pointer;
	*cursor:hand; /*alternate cursor for IE*/
}
.list_item {
	margin:20px;
}
.list_item h2 {
	font-size:1.1em;
	color:#007bb4;
	font-weight:700;
}
.list_item h2 a:link, .list_item h2 a:active, .list_item h2 a:visited, .list_item h2 a:hover {
	color:#007bb4;
	text-decoration:underline;
}
.list_item a:link, .list_item a:active, .list_item a:visited, .list_item a:hover {
	color:#008579;
	text-decoration:none;
	font-weight:700;
}
#main #head a:link, #main #head a:active, #main #head a:visited, #main #head a:hover {
	color:#fff;
	text-decoration:none;
}
#main #foot a:link, #main #foot a:active, #main #foot a:visited, #main #foot a:hover {
	color:#fff;
	text-decoration:underline;
}
.inner {
	width:570px;
}
.paginacja {
	text-align:center;
	margin:20px;
	color:#5a5a5a;
	font-weight:700;
	font-size:0.8em;
}
.paginacja_center {
	font-size:1.2em;
	color:#588e8b;
}
.paginacja_center strong {
	font-size:1.3em;
}
.paginacja a:link, .paginacja a:active, .paginacja a:visited, .paginacja a:hover {
	color:#72b8b4;
	text-decoration:none;
	font-weight:700;
	font-size:1.2em;
}
.paginacja_center a:link, .paginacja_center a:active, .paginacja_center a:visited, .paginacja_center a:hover {
	color:#588e8b;
	text-decoration:none;
	font-weight:700;
}
