/**
 * Główny plik CSS
 * @author: Łukasz
 */

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

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

div#main {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
	height: auto;
	background-color: #DFF2F2;
}

div#top {
	margin: 0;
	padding: 0;
	width: 1020px;
	height: auto;
}

div#left {
	float: left;
	margin: 0;
	border: 0;
	padding: 30px 6px 0 30px;
	width: 154px;
	height: auto;
}

div#center {
	float: left;
	margin: 0;
	padding: 30px 6px 0 10px;
	width: 554px;
	height: auto;
}

div#right {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	width: 260px;
	height: auto;
}

div#footer {
	margin: 100px 0 0 0;
	padding: 8px 20px 9px 20px;
	width: 980px;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	color: #E6E6E6;
	background-color: #4B465A;
}

div#footer div {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
}

div#footer div a {
	text-decoration: none;
	color:  #E6E6E6;
}

div#footer div 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;
}

/*zielona wstęga*/
div.ribbon_green {
	position: relative;
	top: 0;
	left: -10px;
	margin: 0 4px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 45px;
	background-image: url('../img/tpl/rectangle-green.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.ribbon_green div {
	margin: 0;
	padding: 9px 0 9px 5px;
	width: auto;
	height: auto;
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #FEFEFE;
	background-color: #A9BF04;
	background-repeat: no-repeat;
	background-position: right center;
}

/*niebieska wstęga*/
div.ribbon_blue {
	position: relative;
	top: 0;
	left: -10px;
	margin: 0 122px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 52px;
	background-image: url('../img/tpl/rectangle-blue.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.ribbon_blue div,
div.ribbon_blue h1 {
	margin: 0;
	padding: 9px 0 9px 5px;
	width: auto;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
	color: #FEFEFE;
	background-color: #ACCAF2;
	background-repeat: no-repeat;
	background-position: right center;
}

div.ribbon_blue div a,
div.ribbon_blue h1 a {
	color: #FEFEFE;
	text-decoration: none;
}

div.ribbon_blue div a:hover,
div.ribbon_blue h1 a:hover {
	text-decoration: underline;
}

div.ribbon_blue div h1 {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background-image: none;
}

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

div#center div.content_image_right {
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	height: auto;
}

div#center div.content_image_left img,
div#center div.content_image_right img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.mt10 {
	margin-top: 10px;
}

div.mt30 {
	margin-top: 30px;
}

/*linki na górze*/
div#top_links {
	margin: 0;
	padding: 3px 20px 3px 0;
	width: 1000px;
	height: auto;
	font-size: 10px;
	text-align: right;
	background-color: #4B465A;
}

div#top_links a {
	color: #CCC6CB;
	text-decoration: none;
}

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

/*banner*/
div#banner {
	margin: 0;
	padding: 0;
	width: 1020px;
	height: 100px;
	background-image: url('../img/tpl/bg-banner.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#banner a {
	display: block;
	position: relative;
	top: 0px;
	left: 232px;
	margin: 0;
	padding: 0;
	width: 530px;
	height: auto;
	font-size: 60px;
	color: #FEFBFB;
	text-decoration: none;
}

div#banner div.banner_description {
	width:600px;
	text-align: center;
	margin:0 auto 0 auto;
}

div#banner a img {
	position: relative;
	top: -35px;
	margin: 0 60px 0 0;
	border: 0;
	padding: 0;
	float: left;
}

/*breadcrumbs*/
div#breadcrumbs {
	margin: 0;
	padding: 15px 0 15px 20px;
	width: 1000px;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	color: #CCC6CB;
	background-color: #4B465A;
}

div#breadcrumbs h1,
div#breadcrumbs h2,
div#breadcrumbs h3,
div#breadcrumbs h4,
div#breadcrumbs h5,
div#breadcrumbs h6 {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: normal;
}

div#breadcrumbs a {
	color: #CCC6CB;
	text-decoration: none;
}

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

/*LEWA*/
div.content_left_1 {
	margin: 0;
	padding: 0;
	width: 154px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url('../img/tpl/shadow-right.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

div.content_left_2 {
	margin: 0;
	padding: 19px 0 0 0;
	width: 154px;
	height: auto;
	background-image: url('../img/tpl/corners-top-menu-left.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.content_left_3 {
	margin: 0;
	padding: 0 0 19px 0;
	width: 154px;
	height: auto;
	background-image: url('../img/tpl/corners-bottom-menu-left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*menu po lewej*/
div#left ul,
div#right ul{
	margin: 0;
	padding: 0;
	width: 150px;
	height: auto;
	list-style-type: none;
	font-size: 11px;
}

div#left ul li.level_0,
div#right ul li.level_0 {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	width: 130px;
	height: auto;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../img/tpl/pointer-menu-left.gif');
	background-repeat: no-repeat;
	background-position: 6px center;
}

div#left ul li.level_1,
div#right ul li.level_1 {
	margin: 0;
	padding: 5px 0 0 25px;
	width: 125px;
	height: auto;
}

div#left ul li a,
div#right ul li a {
	color: #2C2A2A;
	text-decoration: none;
}

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

/*linki SEO*/
div.s_link {
	margin: 10px 0 0 0;
	padding: 0 14px 0 10px;
	width: auto;
	height: auto;
	font-size: 11px;
}

div.s_link a {
	color: #2C2A2A;
	text-decoration: none;
}

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

/*ŚRODEK*/
div#content_center_1 {
	margin: 0;
	padding: 0;
	width: 554px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url('../img/tpl/shadow-right.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

div#content_center_2 {
	margin: 0;
	padding: 17px 0 0 0;
	width: 554px;
	height: auto;
	background-image: url('../img/tpl/corners-top-content-center.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#content_center_3 {
	margin: 0;
	padding: 0 0 19px 0;
	width: 554px;
	height: auto;
	background-image: url('../img/tpl/corners-bottom-content-center.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#center div.entry div.content_justify {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.all_articles {
	margin: 30px 26px 0 22px;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 11px;
	text-align: right;
}

div.all_articles a {
	color: #202121;
	text-decoration: underline;
}

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

div.feed {
	margin: 30px 26px 0 22px;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 12px;
}

div.feed img {
	float: left;
	margin: 0 5px 0 0;
	border: 0;
}

div.feed a {
	color: #202121;
	text-decoration: none;
}

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

div.content {
	margin: 10px 26px 0 22px;
	padding: 0;
	width: auto;
	height: auto;
}

div.content a {
	color: #202121;
	text-decoration: underline;
}

div.content a:hover {
	text-decoration: none;
}

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

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

div.art_view_true_date {
	font-style: italic;
}

div.content table,
div.content table tr,
div.content table tr td,
div.content table tr td div,
div.content table tr td div img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

div.content table tr td {
	vertical-align: top;
}

div.content table tr td div table tr td {
	padding: 0 0 7px 7px;
	vertical-align: middle;
}

div.content table tr td div table tr td div {
	float: left;
}

/*PRAWA*/
div.content_right_1 {
	margin: 0 0 0 10px;
	padding: 0;
	width: 224px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url('../img/tpl/shadow-right.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

div.content_right_2 {
	margin: 0;
	padding: 18px 0 0 0;
	width: 224px;
	height: auto;
	background-image: url('../img/tpl/corners-top-content-right.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.content_right_3 {
	margin: 0;
	padding: 0 0 19px 0;
	width: 224px;
	height: auto;
	background-image: url('../img/tpl/corners-bottom-content-right.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*reklamy*/
div#adv1 {
	margin: 15px 39px 0 35px;
	padding: 0;
	width: 150px;
	height: auto;
}

div#adv1 img {
	margin: 0;
	border: 0;
	padding: 0;
}

/*mapa serwisu*/
ul.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sitemap li {
	margin: 0;
	padding: 0 0 4px 0;
}

ul.sitemap li.level_1 {
	margin: 0 0 0 25px;
}

ul.sitemap li a {
	text-decoration: none;
}

ul.sitemap li a:hover {
	text-decoration: underline;
}

/*zasady korzystania, polityka prywatności*/
div.art_view_true_content h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/*kody reklam*/
div#code750x100 {
	margin: 0;
	padding: 30px 0 0 0;
	width: 1020px;
	height: auto;
	text-align: center;
}

div#code120x600 {
	margin: 0 0 0 10px;
	padding: 0;
	width: 224px;
	height: auto;
	text-align: center;
}

div#code300x250 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
}

/*encyklopedia roslin*/
div#menu {
	padding: 10px;
}

div#menu a {
	font-weight: bold;
	color: #ACCAF2;
}

div#menu ul {
	list-style-type: circle;
}

div#menu div, div#menu span {
	font-weight: bold;
}

td.alphabet {
	line-height: 17px;
}

div.ency_letter {
	padding: 30px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgb(239,239,239);
	font-size: 30px;
	color: #ACCAF2;
}

div.up {
	text-align: right;
}

div.up a {
	color: #C8C8C8;
}

div#menu a, table#plants a {
	text-decoration: none;
}

div#menu a:hover, table#plants a:hover {
	text-decoration: underline;
}

.lista_alfabet {
	border: none;
	margin: 0px;
	padding: 12px;
    word-spacing: 24px;
	text-align: center;
}

.lista_alfabet a{
	font-size: 24px;
}


.lista_alfabet ul{
   margin: 0;
   padding: 4px;
    word-spacing: 24px;
}

.lista_alfabet li{
	list-style: none;
	display: inline;
}

.lista_nice {
	border: none;
	margin: 0px;
	text-indent: 0px;
}

#daty_imien  {
	border: none;
	padding: 4px;
	margin: 0 0 10px 0;

}
#daty_imien ul {
   margin: 0;
   padding: 0px;
   list-style: none;
   word-spacing: 12px;
}
#daty_imien li {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 11px;
   font-family: tahoma, Helvetica, sans-serif;
   display: inline;
}
#daty_imien a{
	word-spacing: 0px;
}

#znaki_zodiaku {
	border: none;
	margin: 0px;
	padding: 12px 0px 12px 0px;
	text-align: center;
}
#znaki_zodiaku ul {
   margin: 0;
   padding: 0px;
   list-style: none;
   word-spacing: 3px;
}
#znaki_zodiaku li {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 11px;
   font-family: tahoma, Helvetica, sans-serif;
   display: inline;
}
#znaki_zodiaku a{
	word-spacing: 0px;
}

#znaki_zodiaku img {
	border: 0px;
}

#znaki_zodiaku img.selected{
	border: 1px solid #FF0000;
}

.links a,
.links a:visited,
.links a:active,
.links a:link {
	color:#26375C;
	text-decoration:none;
}

.links a:hover {
	text-decoration:underline;
}

.fancy_title {
	font-size: 22px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mr10 {
	margin-right: 10px;
}

.fs14 {
	font-size: 14px;
}

.ul-table li a {width: 100%;}
.ul-table li a {
	background-color:#F4F7FA;
	font: 12px Arial, sans-serif;
	display:block;
	line-height:40px;
}
.ul-table a:link, .ul-table a:visited, .ul-table a:active {
	color: #255FDC; text-decoration: none;
}
.ul-table a:hover {
	background-color:#CCD9E9;
	color:navy;
	text-decoration: none;
}
.ul-table {
	width:500px;
	text-align:center;
	margin: 0px auto;
	padding:0;
	color: navy;
	list-style-type:none;
	clear:both;
}
.ul-table li {
	width: 120px;
	float:left;
	border-right:none;
	text-align: center;
}
* html .ul-table li a {
	width: 100%;
}
.ul-table li.top {
	/*border-bottom:none;*/
}
.ul-table li.right {
	/*border-right:1px solid navy;*/
}

.pointer {
	cursor: pointer;
}

.left_name_border,
.left_name_border:hover {
	border:1px solid #e5e5e5;
	padding:4px;
	text-align: justify;
	width:134px;
	margin-left:3px;
}

.left_name_border:hover {
	border:1px solid #cacaca;
}

.main_desc {
	width:520px;
	margin:0 auto 0 auto;
	text-align: justify;
	font-size: 17px;
	font-weight: bold;
}

ul.adverts li {
    padding: 0 0 10px 0;
    width: 130px;
    text-align: justify;
    margin-left: 5px;
}
