/**
 * Główny plik CSS
 * @author: Korneliusz Kirsz
 */

/* główne bloki */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}

div#top {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #414141;
}

div#main {
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 961px;
	height: auto;
}

div#left {
	float: left;
	margin: 23px 0 0 0;
	border: 0;
	padding: 0;
	width: 200px;
	height: auto;
}

div#center_right {
	float: left;
	margin: 23px 0 0 0;
	border: 0;
	padding: 0;
	width: 761px;
	height: auto;
	background-image: url('../img/tpl/center_right_bg.png');
	background-position: 0 0;
	background-repeat: repeat-y;
}

div#center_right_border_top {
	margin: 0;
	padding: 0;
	width: 761px;
	height: 1px;
	background-image: url('../img/tpl/center_right_border_top.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
}

div#center_right_border_bottom {
	margin: 0;
	padding: 0;
	width: 761px;
	height: 1px;
	background-image: url('../img/tpl/center_right_border_bottom.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
}

div#center {
	float: left;
	margin: 0;
	padding: 0 10px 0 11px;
	width: 435px;
	height: auto;
}

div#right {
	float: left;
	margin: 0;
	/*padding: 0 11px;*/
	padding: 0;
	/*width: 283px;*/
	width: 305px;
	height: auto;
}

div#footer {
	margin: 0;
	padding: 30px 0 0 0;
	width: 960px;
	height: auto;
	font-size: 10px;
	color: #C9C9C9;
}

/*top*/
div#top_bg {
	margin: 0 auto;
	padding: 6px 0;
	width: 961px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	background-image: url('../img/tpl/top_bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#top_bg a {
	color: #C9C9C9;
	text-decoration: none;
}

div#top_bg a:hover {
	text-decoration: underline;
}

/*logo, top menu*/
div#logo_top_menu {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 83px;
}

div#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 232px;
	height: 83px;
}

div#logo img {
	margin: 22px 0 0 28px;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div#top_menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 728px;
	height: 83px;
}

div#top_menu table {
	margin: 30px 0 0 175px;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div#top_menu table tr {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div#top_menu table tr td {
	margin: 0;
	padding: 0 25px 0 0;
	width: auto;
	height: auto;
}

div#top_menu table tr td img {
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
}

/*banner*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 211px;
	background-image: url('../img/tpl/banner.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#banner_top_border {
	position: absolute;
	top: -3px;
	left: -3px;
	margin: 0;
	padding: 0;
	width: 968px;
	height: 3px;
	background-image: url('../img/tpl/banner_top_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#banner_right_border {
	position: absolute;
	top: 0;
	right: -5px;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 211px;
	background-image: url('../img/tpl/banner_right_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#banner_bottom_border {
	position: absolute;
	top: 211px;
	left: -3px;
	margin: 0;
	padding: 0;
	width: 968px;
	height: 1px;
	background-image: url('../img/tpl/banner_bottom_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#banner_left_border {
	position: absolute;
	top: 0;
	left: -3px;
	margin: 0;
	padding: 0;
	width: 3px;
	height: 211px;
	background-image: url('../img/tpl/banner_left_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

/*breadcrumb*/
div#breadcrumb {
	position: relative;
	margin: 1px 0 0 0;
	padding: 0;
	width: 960px;
	height: 53px;
	background-image: url('../img/tpl/breadcrumb.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 10px;
	color: #828282;
}

div#breadcrumb div#bread_links {
	position: relative;
	top: 20px;
	left: 20px;
	padding: 0 0 0 7px;
	width: auto;
	height: auto;
	background-image: url('../img/tpl/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

div#breadcrumb_right_border {
	position: absolute;
	top: 0;
	right: -5px;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 53px;
	background-image: url('../img/tpl/breadcrumb_right_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#breadcrumb_left_border {
	position: absolute;
	top: 0;
	left: -3px;
	margin: 0;
	padding: 0;
	width: 3px;
	height: 53px;
	background-image: url('../img/tpl/breadcrumb_left_border.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
}

div#breadcrumb h1,
div#breadcrumb h2,
div#breadcrumb h3,
div#breadcrumb h4,
div#breadcrumb h5,
div#breadcrumb h6 {
	display: inline;
	font-size: 10px;
	font-weight: normal;
}

div#breadcrumb a {
	color: #828282;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

/*lewe menu*/
div#left ul {
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
	list-style-type: none;
}

div#left ul li.level_0 {
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
	font-size: 14px;
	background-image: url('../img/tpl/left_menu_pointer_1.png');
	background-position: left center;
	background-repeat: no-repeat;
}

div#left ul li.level_1 {
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
	background-image: url('../img/tpl/left_menu_pointer_2.png');
	background-position: 20px center;
	background-repeat: no-repeat;
}

div#left ul li a {
	display: block;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	background-image: url('../img/tpl/left_menu_separator.png');
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

div#left ul li a:hover {
	text-decoration: underline;
}

div#left ul li.level_0 a {
	padding-left: 15px;
	width: 170px;
	height: auto;
	font-weight: bold;
	color: #285494;
}

div#left ul li.level_1 a {
	padding-left: 40px;
	width: 145px;
	height: auto;
	color: #333333;
}

/*zajawki - środek*/
div.category_name {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	font-weight: bold;
}

div.category_name img {
	position: relative;
	top: 4px;
	margin: 0 2px 0 0;
	border: 0;
	padding: 0;
	width: 18px;
	height: auto;
}

div.category_name a {
	color: #707070;
	text-decoration: none;
}

div.category_name a:hover {
	text-decoration: underline;
}

div.all_arts_for_cats {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 10px;
}

div.all_arts_for_cats a {
	text-decoration: none;
	color: #365F9B;
}

div.all_arts_for_cats a:hover {
	text-decoration: underline;
}

div.art_list_main {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
}

h2.art_list_title {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: normal;
}

h2.art_list_title a {
	color: #365F9B;
	text-decoration: none;
}

h2.art_list_title a:hover {
	text-decoration: underline;
}

div.art_list_entry {
	margin: 0;
	padding: 10px 0 0 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

div.art_list_entry div.content_image_left {
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.art_list_entry div.content_image_left img {
	margin: 0;
	border: solid 1px #365F9B;
	padding: 0;
}

div.art_list_entry div.content_image_left div.image_info {
	margin: 0;
	padding: 0;
	width: 152px;
	height: auto;
	font-size: 10px;
}

div.art_list_entry div.content_image_left div.image_info div.image_author,
div.art_list_entry div.content_image_left div.image_info div.image_source {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.art_list_entry div.content_justify {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 18px;
}

div.art_list_entry div.content_justify a {
	color: #365F9B;
	text-decoration: none;
}

div.art_list_entry div.content_justify a:hover {
	text-decoration: underline;
}

div.more {
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	height: auto;
	text-align: right;
	background-image: url('../img/tpl/more.png');
	background-position: right center;
	background-repeat: no-repeat;
}

div.more a {
	color: #365F9B;
	text-decoration: none;
}

div.more a:hover {
	text-decoration: underline;
}

div.all_articles {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #365F9B;
	text-align: right;
}

div.all_articles a {
	color: #365F9B;
	text-decoration: none;
}

div.all_articles a:hover {
	text-decoration: underline;
}

/*zajawki po prawej*/
div#right div.category_name {
	padding-left: 11px;
	padding-right: 11px;
}

div#right div.art_list_main {
	padding-left: 11px;
	padding-right: 11px;
}

div#right h2.art_list_title {
	font-size: 13px;
	font-weight: bold;
}

div#right div.art_list_entry div.content_image_left img {
	width: 110px;
	height: auto;
}

div#right div.art_list_entry div.content_image_left div.image_info {
	width: 112px;
	height: auto;
}

/*treść artykułu*/
h1.art_view_true_title {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: normal;
	color: #365F9B;
}

div.content {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	height: auto;
	line-height: 18px;
}

div.art_view_true_content {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.art_view_true_content div.content_image_left {
	margin: 0 10px 0 0;
	padding: 0;
}

div.art_view_true_content div.content_image_right {
	margin: 0 0 0 10px;
	padding: 0;
}

div.art_view_true_content img {
	margin: 0;
	border: 1px solid #365F9B;
	padding: 0;
	max-width: 425px;
	height: auto;
}

div.art_view_true_content div.image_info {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: normal;
}

div.art_view_true_content div.image_info,
div.art_view_true_content div.image_source {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.art_view_true_content a {
	color: #365F9B;
	text-decoration: none;
}

div.art_view_true_content a:hover {
	text-decoration: underline;
}

div.art_info {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: auto;
}

div.art_info a {
	color: #365F9B;
	text-decoration: none;
}

div.art_info a:hover {
	text-decoration: underline;
}

div.art_info div.art_view_true_author,
div.art_info div.art_view_true_source,
div.art_info div.art_view_true_date {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

/*tabelki w treści artykułu*/
.table_adv_1 { 
	border: 1px solid #970500; border-collapse: collapse; width: 100%;
}

.table_adv_1 td { 
	border: 1px solid #970500; padding-left: 5px;
}

.table_adv_1 th { 
	border: 1px solid #970500;
}

.type_adv_1 { 
	background-color: #970500; color: #fff; padding-left: 5px; font-weight: bold;
}

.table_adv_2 { 
	border: 1px solid #E06915; border-collapse: collapse; width: 100%;
}

.table_adv_2 td { 
	border: 1px solid #E06915; padding-left: 5px;
}

.table_adv_2 th { 
	border: 1px solid #E06915;
}

.type_adv_2 { 
	background-color: #E06915; color: #fff; padding-left: 5px; font-weight: bold;
}

.col_center {
	text-align: center;
}

.table_adv_3 { 
	border: 1px solid #C34000; border-collapse: collapse; width: 100%;
}

.table_adv_3 td { 
	border: 1px solid #C34000; padding-left: 5px;
}

.table_adv_3 th { 
	border: 1px solid #C34000;
}

.type_adv_3 { 
	background-color: #C34000; color: #fff; padding-left: 5px; font-weight: bold;
}

/*paginator*/
div#paginator {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	text-align: center;
}

div#paginator a {
	color: #707070;
	text-decoration: none;
}

div#paginator a:hover {
	text-decoration: underline;
}

div#paginator span {
	color: #365F9B;
	font-weight: bold;
}

/*formularz kontaktowy*/
form#contact {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
}

div.form_item {
	margin: 0;
	padding: 10px 0 0 0;
	width: 435px;
	height: auto;
}

div.form_item_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	height: auto;
	color: #333333;
}

div.form_item_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 325px;
	height: auto;
}

div.form_item_right input.text {
	width: 315px;
}

div.form_item_right input.submit {
	width: 150px;
}

div.form_item_right textarea {
	width: 315px;
	height: 200px;
}

span.red {
	color: #FF0000;
}

span.green {
	color: #00FF00;
}

div#messages {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	line-height: 18px;
}

div#messages ul {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style-type: none;
}

div#messages a {
	color: #365F9B;
	text-decoration: none;
}

div#messages a:hover {
	text-decoration: underline;
}

span.validation_error {
	font-size: 11px;
	color: red;
}

/*polityka prywatności, zasady korzystania z serwisu*/
h1.art_title {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	color: #365F9B;
	font-size: 18px;
	font-weight: normal;
}

h2.art_sub_title {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	color: #365F9B;
	font-size: 16px;
	font-weight: normal;
}

p.art_paragraph {
	margin: 0;
	padding: 0;
}

/*mapa serwisu*/
ul#map {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	list-style-type: none;
}

ul#map li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 18px;
}

ul#map li.level_0 {
	padding: 0;
}

ul#map li.level_1 {
	padding: 0 0 0 20px;
}

ul#map a {
	color: #365F9B;
	text-decoration: none;
}

ul#map a:hover {
	text-decoration: underline;
}

/*obrazki*/
div#image {
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	text-align: center;
}

div#image img {
	margin: 0;
	border: 1px solid #365F9B;
	padding: 0;
	max-width: 400px;
	height: auto;
}

div#image div#info {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	text-align: left;
}

div#image div#author,
div#image div#source {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

/*reklama po prawej*/
div#right_advert {
	margin: 0 auto;
	padding: 10px 0;
	width: 300px;
	height: 250px;
}

/*reklama od SEO*/
div.adv_title {
	margin: 0;
	padding: 10px 11px;
	width: auto;
	height: auto;
	font-weight: bold;
}

div.adv {
	margin: 0;
	padding: 10px 11px 0 11px;
	width: auto;
	height: auto;
	line-height: 18px;
	text-align: justify;
}

div.adv a {
	text-decoration: none;
	color: #365F9B;
}

div.adv a:hover {
	text-decoration: underline;
}

div.adv_pos {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	height: auto;
}

/*stopka*/
div#footer_left {
	float: left;
	margin: 0;
	padding: 10px 0 10px 10px;
	width: 470px;
	height: auto;
	text-align: left;
	background-color: #515151;
}

div#footer_left a {
	color: #C9C9C9;
	text-decoration: none;
}

div#footer_left a:hover {
	text-decoration: underline;
}

div#footer_right {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 0;
	width: 470px;
	height: auto;
	text-align: right;
	background-color: #515151;
}

/*wspólne*/
div.cls {
	clear: both;
}

.content_bold {
	font-weight: bold;
}

.content_italic {
	font-style: italic;
}

.content_underline {
	text-decoration: underline;
}

.content_justify {
	text-align: justify;
}

.content_image_left {
	float: left;
}

.content_image_right {
	float: right;
}
