/**
 * Główny plik CSS
 * @author: Korneliusz Kirsz
 */

/* główne bloki */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #8997A0;
	font-size: 13px;
	line-height: 16px;
	background-color: #E1E7EC;
	background-image: url('../img/tpl/body-bg.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
}

div#main {
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 960px;
	height: auto;
}

div#top {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div#main_content {
	margin: 0;
	padding: 30px 0;
	width: 960px;
	height: auto;
	background-image: url('../img/tpl/main-bg.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
}

div#left {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 200px;
	height: auto;
}

div#center {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 420px;
	height: auto;
	background-image: url('../img/tpl/center-bg.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
}

div#center_top_border {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 2px;
	background-image: url('../img/tpl/center-border-top.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
}

div#center_bottom_border {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 2px;
	background-image: url('../img/tpl/center-border-bottom.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
}

div#right {
	float: left;
	margin: 0;
	padding: 0 30px 20px 10px;
	width: 260px;
	height: auto;
}

div#footer {
	margin: 0;
	padding: 20px 10px;
	width: 940px;
	height: auto;
	font-size: 1.01em;
	color: #202A33;
	text-align: justify;
	background-image: url('../img/tpl/main-bg-bottom.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*logo*/
div#logo {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 309px;
}

div#logo_left {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	width: 499px;
	height: 309px;
}

div#slogan {
	margin: 30px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div#slogan a {
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#slogan span {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #1A1A56;
	text-transform: uppercase;
	line-height: 20px;
}

div#desc {
	margin: 30px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: justify;
}

div#logo_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 449px;
	height: 309px;
	background-image: url('../img/tpl/banner.jpg');
	background-position: 12px 12px;
	background-repeat: no-repeat;
}

/*menu na górze*/
div#top_menu {
	margin: 0;
	padding: 0;
	width: auto;
	height: 52px;
	background-image: url('../img/tpl/top-menu-bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#top_menu ul {
	margin: 0 0 0 20px;
	padding: 7px 0 0 0;
	width: auto;
	height: auto;
	list-style-type: none;
}

div#top_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.91em;
}

div#top_menu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #FFFFFF;
	text-decoration: none;
}

div#top_menu ul li a span {
	display: block;
	margin: 0;
	padding: 14px 30px;
	width: auto;
	height: auto;
}

div#top_menu ul li a:hover,
div#top_menu ul li.selected a {
	color: #476BB9;
	background-image: url('../img/tpl/top-menu-item-bg-left.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

div#top_menu ul li a:hover span,
div#top_menu ul li.selected span {
	background-image: url('../img/tpl/top-menu-item-bg-right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

/*breadcrumbs*/
div#breadcrumbs {
	margin: 0;
	padding: 14px 0 14px 50px;
	width: auto;
	height: 16px;
	color: #4A5865;
	font-size: 1.01em;
	background-image: url('../img/tpl/breadcrumbs-bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#breadcrumbs h1,
div#breadcrumbs h2,
div#breadcrumbs h3,
div#breadcrumbs h4,
div#breadcrumbs h5,
div#breadcrumbs h6 {
	display: inline;
	font-weight: normal;
	font-size: 1.01em;
}

div#breadcrumbs a {
	color: #202A33;
	text-decoration: underline;
}

div#breadcrumbs a:hover {
	text-decoration: none;
}

/*menu po lewej*/
div#over_left_menu {
	margin: 0 10px 0 30px;
	padding: 14px 0 14px 20px;
	width: auto;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #202A33;
	background-image: url('../img/tpl/left-menu-title-bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#left ul {
	margin: 0 10px 0 30px;
	padding: 0 0 25px 0;
	list-style-type: none;
	background-image: url('../img/tpl/left-menu-border-bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #E8F1F8;
}

div#left ul li {
	margin: 0;
	padding: 7px 0 7px 20px;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	background-image: url('../img/tpl/left-menu-separator.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}

div#left ul li a {
	color: #6B7175;
	text-decoration: none;
}

div#left ul li a:hover {
	color: #000000;
	text-decoration: none;
}

/*zajawki po środku*/
div#center_title,
div#right_title,
div#links_arts_header {
	margin: 0;
	padding: 14px 0 0 0;
	width: auto;
	height: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #202A33;
}

div.entry {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.entry_separator {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: 1px;
	background-color: #E7F0F7;
	font-size: 1px;
}

h2.art_list_title {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 1.23em;
	font-weight: bold;
}

h2.art_list_title a {
	color: #253747;
	text-decoration: none;
}

h2.art_list_title a:hover {
	text-decoration: underline;
}

div.art_list_entry {
	margin: 10px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

div.art_list_entry a {
	color: #3B7ECC;
	text-decoration: none;
}

div.art_list_entry a:hover {
	text-decoration: underline;
}

div.content_image_left {
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	height: auto;
}

div.content_image_left img {
	margin: 0;
	padding: 0;
}

div.entry div.image_info,
div.entry div.image_author,
div.entry div.image_source {
	margin: 0;
	padding: 0;
	width: 150px;
	height: auto;
	font-size: 11px;
}

div.more {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.more a {
	display: block;
	margin: 0;
	padding: 6px 0;
	width: 150px;
	height: 14px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	background-image: url('../img/tpl/more.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.more a:hover {
	text-decoration: underline;
}

/*zajawki po prawej*/
div.right_entry {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.right_entry_separator {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: 1px;
	background-color: #E7F0F7;
	font-size: 1px;
	line-height: 1px;
}

div.right_entry h2.art_list_title {
	font-size: 14px;
}

div.right_entry div.content_image_left img {
	width: 100px;
	height: auto;
}

div.right_entry div.image_info,
div.right_entry div.image_author,
div.right_entry div.image_source {
	margin: 0;
	padding: 0;
	width: 100px;
	height: auto;
	font-size: 11px;
}

/*paginator*/
div#paginator {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: bold;
	text-align: center;
}

div#paginator a {
	color: #3B7ECC;
	text-decoration: none;
}

div#paginator a:hover {
	text-decoration: underline;
}

/*treść artykułu*/
h2.art_view_true_title {
	margin: 0;
	padding: 14px 0 0 0;
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 1.23em;
	font-weight: bold;
	color: #253747;
}

div.content {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.content a {
	color: #3B7ECC;
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.content_image_right {
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	height: auto;
}

div.content div.image_info,
div.content div.image_author,
div.content div.image_source {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 11px;
}

div.content img {
	margin: 0;
	padding: 0;
	max-width: 410px;
	height: auto;
}

div.art_info {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: auto;
}

div.art_view_true_source,
div.art_view_true_author,
div.art_view_true_date {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.art_view_true_date {
	font-style: italic;
}

div#tags_for_article {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: bold;
}

/*tabelki w treści artykułu*/
.table_adv_1 { 
	/*border: 1px solid #970500; border-collapse: collapse; width: 100%;*/
	border: 1px solid #3B7ECC; border-collapse: collapse; width: 100%;
}

.table_adv_1 td { 
	/*border: 1px solid #970500; padding-left: 5px;*/
	border: 1px solid #3B7ECC; padding-left: 5px;
}

.table_adv_1 th { 
	/*border: 1px solid #970500;*/
	border: 1px solid #3B7ECC;
}

.type_adv_1 { 
	/*background-color: #970500; color: #fff; padding-left: 5px; font-weight: bold;*/
	background-color: #3B7ECC; 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;
}

/*linki do artykułów innych serwisów*/
ul#links_arts {
	margin: 20px 0 0 0;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style-type: none;
}

ul#links_arts li {
	margin: 0;
	border: 0;
	padding: 5px 0;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #253747;
}

ul#links_arts li ul {
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style-type: none;
}

ul#links_arts li ul li {
	font-size: 13px;
	font-weight: normal;
}

ul#links_arts li ul li a {
	color: #3B7ECC;
	text-decoration: none;
}

ul#links_arts li ul li a:hover {
	text-decoration: underline;
}

/*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;
}