body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

body, input, select, table {
	font: 8pt Tahoma, Helvetica, sans-serif;
}

/*
* Nagłówek i stopka
*/
a:link img, a:visited img {
	border: 0;
}

#head_top {
	height: 47px;
	position:relative;
}

#head_menu, #nav_menu ul {
	margin: 0;
	padding: 0;
	background: #E0E9F2;
}

#head_menu, #nav_menu {
	clear: both;
}

#head_menu {
	height: 54px;
}

#head_menu li {
	height: 54px;
	float: left;
	list-style: none;
}

#nav_menu li {
	float: left;
	list-style: none;
	margin-right: 21px;

}

#nav_menu li a {
	background: url(../img/nm_arrow.gif) 0 3px no-repeat;
	padding-left: 18px;
}

#nav_menu a:link, #nav_menu a:visited {
	color: #4A6195;
	text-decoration: none;
}

#nav_menu a:hover {
	text-decoration: underline;
}

#advert {
	background: #F1F3F6;
	clear: both;
	text-align: center;
}

#location {
	background: #EBECF0;
	border-bottom: 1px #BEC5D5 solid;
	color: #505F9A;
	clear: both;
}

#location b {
	color: #478FCA;
}

#location a:link, #location a:visited {
	color: #505F9A;
	text-decoration: none;
}

#location .current, #location a:hover, #location a:active {
	text-decoration: underline;
}

#location .current{
    font-weight: bold;
}

#contents {
	clear: both;
}

#footer_top {
	background: #E0E9F2;
	border-top: 1px #FDFEFE solid;
	border-bottom: 1px #F4F3F8 solid;
	clear: both;
}

#footer_links {
	background-color: #2B4A8A;
	color: #ADC0E8;
	text-align: center;
	clear: both;
}

#footer_links a:link, #footer_links a:visited {
	color: #ADC0E8;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration: underline;
}

#footer_copy {
	background: #E0E9F2;
	border-top: 1px #F3F4F6 solid;
	color: #48639A;
	text-align: center;
	clear: both;
}

/*
* Kolumny i bloki
*/
a:link, a:visited {
	color: #255AA8;
	text-decoration: none;
}

a:hover, a:active {
	color: #C00;
}

#col_left, #col_mid {
	float: left;
	padding-bottom: 15px;
}

#col_blocks {
	float: right;
	padding-bottom: 15px;
}

#col_blocks h2 {
	margin: 8px 0 0 0;
	padding: 12px 0 0 18px;
	width: 218px;
	height: 24px;
	background: #FFF url(../img/spacer.gif) no-repeat;
}

#col_blocks h2 b {
	float: left;
}

#col_blocks h2 a {
	padding-right: 8px;
	float: right;
	text-transform: none;
	font-weight: normal;
}

#col_blocks .box {
	padding: 8px;
	width: 218px;
	border: 0 #000 solid;
	border-width: 0 1px;
	background: #FFF;
}

#col_blocks .abox {
	margin-bottom: 16px;
	height: 3px;
	width: 236px;
	background: #FFF url(../img/spacer.gif) 0 -36px no-repeat;
}

#col_blocks .blue div {
	border-color: #D2D8E3;
}

#col_blocks .blue h2, #col_blocks .blue .abox {
	color: #18336F;
	background-image: url(../img/bl_blue.png);
}

#col_blocks .green div {
	border-color: #E1F6A4;
}

#col_blocks .green h2, #col_blocks .green .abox {
	color: #83B414;
	background-image: url(../img/bl_green.png);
}

#col_blocks .lightblue div {
	border-color: #D2D8E3;
}

#col_blocks .lightblue h2, #col_blocks .lightblue .abox {
	color: #18336F;
	background-image: url(../img/bl_lightblue.png);
}

#col_blocks .orange div {
	border-color: #F8F4C8;
}

#col_blocks .orange h2, #col_blocks .orange .abox {
	color: #F3B71F;
	background-image: url(../img/bl_orange.png);
}

#col_blocks .darkgreen div {
	border-color: #C2D994;
}

#col_blocks .darkgreen h2, #col_blocks .darkgreen .abox {
	color: #78AE00;
	background-image: url(../img/bl_darkgreen.png);
}

#col_blocks table {
	width: 100%;
}

#col_blocks td, #col_blocks th {
	vertical-align: top;
}

#col_blocks hr {
	margin: 10px 0;
	height: 0;
	border: 0 #000 solid;
	border-top-width: 1px;
}

/*
* Bloki
*/

#col_blocks .blue div.box {
	padding: 14px 8px;
	width: 230px;
}

#col_blocks .blue h3 a:link, #col_blocks .blue h3 a:visited {
	color: #8698BC;
}

#col_blocks .blue th {
	width: 62px;
	padding-bottom: 10px;
	border-bottom: 1px #B6CADE solid;
}

#col_blocks .blue td {
	border-bottom: 1px #E3EBF2 solid;
	padding: 3px 2px 20px 9px;
}

#col_blocks .blue .link {
	vertical-align: bottom;
}

#col_blocks .blue table {
	margin-bottom: 16px;
}

#col_blocks .green {
	color: #77B100;
}

#col_blocks .green h2 a:link, #col_blocks .green h2 a:visited {
	color: #83B414;
	text-decoration: none;
}

#col_blocks .green h2 a:hover {
	text-decoration: underline;
}

#col_blocks .green #boxvote_votes {
	color: #888;
	padding-top: 5px;
}

#col_blocks .green form {
	margin: 10px 0 0 5px;
}

#col_blocks .lightblue .line1 {
	padding-left: 16px;
	background: url(../img/bluearrow.gif) 0 2px no-repeat;
	color: #536589;
}

#col_blocks .lightblue .line2 {
	padding: 4px 0 0 16px;

}

#col_blocks .lightblue .line span {
	float: left;
}

#col_blocks .lightblue .line2 a:link, #col_blocks .lightblue .line2 a:visited {
	float: right;
}

#col_blocks .lightblue .line2 {
	color: #4D86C4;
}

a.blue_arrow:link, a.blue_arrow:visited {
 	padding-left: 10px;
	margin-left: 4px;
	background: url(../img/bluearrow2.gif) 0 7px no-repeat;
	color: #4D86C4;
}

a.blue_arrow:hover {
	color: #264C74;
}

#col_blocks .lightblue hr {
	border-color: #D1D7E3;
}

#col_blocks .orange div.box {
	padding: 14px 8px;
	width: 230px;
	color: #545454;
}

#col_blocks .orange h3 {
	margin-bottom: 7px;
}

#col_blocks .orange h3 a:link, #col_blocks .orange h3 a:visited {
	color: #E8B505;
	font-weight: normal;
}

#col_blocks .orange th {
	width: 64px;
}

#col_blocks .orange hr {
	border-color: #F7DC82;
}

#col_blocks .darkgreen h3 a:link, #col_blocks .darkgreen h3 a:visited {
	color: #78AE00;
	text-transform: uppercase;
}

#col_blocks .darkbreen {
	color: #878787;
}

/*
* Style strony
*/
#col_left h1 {
	color: #000;
	margin: 0.5em 0.5em 1em 0;
	font: bold 200% Verdana, Tahoma, sans-serif;
	text-align: left;
	clear: both;
}

#col_left h1 a {
	float: right;
}

#col_blocks h2 {
	font: bold 95% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#col_blocks h3 {
	margin: 0 0 1em 0;
}

#col_blocks h3 a:link, #col_blocks h3 a:visited {
	text-decoration: none;
}

#col_blocks h3 a:hover {
	text-decoration: underline;
}

/*
* Formularze
*/
.text_gr {
	border: 1px #C9DF99 solid;
}

.text_gr:focus {
	border-color: #83A706;
}

input.text_gr {
	height: 17px;
	padding: 4px 0 0 4px;
	background: #FFF url(../img/bg_textfield_green.png) repeat-x;
	font-size: 100%;
}

textarea.text_gr {
	height: 106px;
	padding: 2px 0 2px 4px;
	background: #FFF url(../img/bg_textarea_green.png) 0 0 repeat-x;
	font: 110% Tahoma, Helvetica, sans-serif;
}

.btn_blue {
	font-weight: bold;
	cursor: pointer;
	background: #D1D8E7 url(../img/btn_blue.png) repeat-x;
	border: 1px #D1D8E7 solid;
	color: #7985A2;
	padding: 2px 5px;
}

.btn_blue.disabled {
	background: #E7E7E7 url(../img/btn_gray.png) repeat-x;
	border: 1px #DCDCDC solid;
	color: #8D8D8D;
}

.btn_blue.disabled:hover, .btn_blue.disabled:focus {
	border-color: #DCDCDC;
}

.btn_blue:hover, .btn_blue:focus {
	border-color: #8484FF;
}

textarea.text, input.text {
	border: 1px #A7A6AA solid;
	background-color: #FFF;
	padding: 2px;
}

textarea.text:focus, input.text:focus {
	border-color: #A7A6FF;
}

textarea.text.disabled, input.text.disabled {
	background-color: #EBE9ED;
}

/*
* Ostatnie tematy
*/
.ltopic {
	height: 1em;
}

.ltopic a:link, .ltopic a:visited, .ltopic span {
	color: #6B83CA;
	text-decoration: none;
	float: left;
}

.ltopic a:link, .ltopic a:visited {
	color: #536589;
}

.ltopic a:hover {
	color: #1E4785;
	border-bottom: 1px #E00000 solid;
}

.ltopic small {
	padding: 3px;
	float: right;
	color: #5B789B;
	font-weight: normal;
}

/*
* Różne
*/
div.error {
	background-color: #FFEDEC;
	margin: 1em;
	padding: 0.5em;
	border: 1px #C00 solid;
}

div.quote {
	margin: 1em 0 -0.5em 1em;
	font-weight: bold;
}

blockquote {
	margin: 1em;
	border-left: 2px #2A63A3 solid;
	padding: 6px 0 6px 10px;
}

.justify {
	text-align: justify;
}

.justify img {
	margin: 0.5em;
	border: 1px #CCC solid;
}

hr {
	height: 0;
	border-top: 1px #CCC solid;
	border-bottom: none;
}

.right, .pagination {
	text-align: right;
}

.pagination .pages {
	font-weight: bold;
}

.pagination a, .pagination .pages span {
	padding: 1px 4px;
}

.pagination .pages span {
	color: #C00;
}

.pagination a:hover {
	padding: 0 3px;
	border: 1px #C00 solid;
}

.info {
	margin: 1em;
	padding: 8px 8px 8px 40px;
	background: #FFF url(../img/information.png) 8px 8px no-repeat;
	border: 1px #3575CB solid;
}

#poll_options {
	margin: 0.5em 0 1em 0;
}

table.options {
	width: 100%;
}

table.options th {
	vertical-align: top;
	text-align: left;
	padding: 2px 2em 0 0;
}

table.options th small {
	font-weight: normal;
}