.licznik {
	background-color:#000000;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	margin:0;
	padding:0;
	background: url(../images/bckg.jpg) repeat-x #d5dfe9;
//	filter: gray;
	}
a {
	color:#FFFFFF;
	text-decoration:none;
	}

p a {
	color:#000000;
	}
	p a:hover {
		text-decoration:none;
		color:#e6ff14;
		}
		
h1 {
	font-size:18px;
	color:#000000;
	padding:0;
	font-weight:normal;
	}
h2 {
	font-size:18px;
	color:#1a6290;
	padding:0;
	font-weight:normal;
}


p {
	padding:0;
	margin:0;
	}

input {
	border:1px solid #1698e3;
//	width:180px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial;
	color:#0a71cb;
	}

.b{
	color:#1a6290;
	}	

/*main div which containes all content structure*/	
#container {
	margin:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#FFFFFF;
	width: 1200px;
	}
/*little top bar with home and contact us links*/
#head_navbar {
	height:25px;
	margin:0;
	padding:5px 30px 0 0;
	text-align:right;
	}
	#head_navbar ul {
		margin:0;
		padding:0;
		}
		#head_navbar ul li{
			display:inline;
			color:#C1D8EF;
			}
			#head_navbar ul li a{
				color:#C1D8EF;
				text-decoration:none;
				}
			#head_navbar ul li a:hover{
				color:#C1D8EF;
				text-decoration:underline;
				}
/*head and company name*/
#company_name {
	font-size:24px;
	font-weight:normal;
	height:300px;
	text-transform:uppercase;
	width: 1200px;
	margin-top: 10px;
	border-top: 1px dashed #6bf1fb;
	border-bottom:1px dashed #6bf1fb;
	border-right: 1px dashed #6bf1fb;
	border-left: 1px dashed #6bf1fb;
	}
	#company_name a{
		text-decoration:none;
		}
	#company_name .y {
		color:#e6ff14;
		}
/*all page structure without header including footer*/		
#content_container{
	float:left;
	width:1200px;
	padding: 0px 0px 0px 0px;
	}
/*div created for correct grouping content columns without footer. to separate them*/	
#main {
	width:1200px;
	float:left;
	padding:0px 0px 0px 0px;
	border-top: 1px dashed #6bf1fb;
	border-bottom:1px dashed #6bf1fb;
	border-right: 1px dashed #6bf1fb;
	border-left: 1px dashed #6bf1fb;
	margin: 0px 0px 0px 0px;





//	background-color: #1AC1F6;
	background-color: #ecf0f8;
	}
/*main menu*/
#menu {
	width:1200px;
	background: url(../images/menu_up_bg.jpg);
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	border-right: 1px dashed #6bf1fb;
	border-left: 1px dashed #6bf1fb;
	background-color: #55b9eb;
	}
#menu a{
	padding:10px 10px 0px 10px;
	text-decoration:none;
	color: #FFFFFF;
	}
	#menu a:hover{
	text-decoration:none;
	color: #e6ff14;
	border-bottom:2px solid #e6ff14;
		}
/*first post styles*/
#first_post {
	padding:20px 20px 20px 20px;
	text-align: left;
	width: 660px;
	float: left;
	color: #000000;
	}	
	#first_post h1{
	font-weight: bold;
	padding-top: 10px;
		}
		#first_post p{
			padding:0;
			
			}	
			#first_post .b{
				color:#1a6290;
				}		
/*first column under first post. left column*/
#first_column {
	width:290px;
	float:left;
	margin-right:20px;
	padding-top:10px;
	}	
	#first_column p{
		padding:0 0 20px 0;
			}	
		#first_column .b{
			color:#1a6290;
			}	
/*second column under first post. right column*/						
#second_column {
	width:290px;
	float:left;
	padding-top:10px;
	}		
	#second_column p{
		padding:0 0 20px 0;
		}	
		#second_column .b{
			color:#1a6290;
			}	
/*read more style*/
 a.read_more{
	display:block;
	width:40px;
	height:15px;
	font-size:11px;
	text-align:center;
	padding:0 10px 0 10px;
	margin-top:10px;
	background-color:#28a4e5;
	border:1px solid #77e1f8;
	text-decoration:none;
	color:#FFFFFF;
	}
	 a.read_more:hover{
		display:block;
		width:40px;
		height:15px;
		font-size:11px;
		text-align:center;
		padding:0 10px 0 10px;
		background-color:#1497F1;
		border:1px solid #77e1f8;
		text-decoration:none;
		color:#FFFFFF;
		}
/*search div*/
#search {
	margin:20px 10px 0px 0px;
	padding-bottom:25px;
	}
#search a{
	padding:10px 10px 0 17px;
	text-decoration:none;
	background:url(../images/search_str.gif) no-repeat;
	background-position:0 12px;
	font-weight:bold;
	}
	#search a:hover{
		text-decoration:none;
		color: #e6ff14;
		}

/*categories styles*/
#categories {
	padding:0 0 20px 0;
	}	
	#categories h1{
		padding-top:0px;
		}

#items {
	float:left;
	margin-bottom:30px;
	}
.item {
		display:block;
		width:310px;
		height:18px;
		background-color:#5DC7FF;
		padding:5px 0 5px 10px;
		border-left:5px solid #68eaff;
		border-bottom:1px solid #36bbee;
		}
		.item a{
			text-decoration:none;
			}
			.item a:hover{
				text-decoration:none;
				}
		.item_over{
			display:block;
			width:310px;
			height:18px;
			background-color:#25a1e5;
			padding:5px 0 5px 10px;
			border-left:5px solid #29dcf5;
			border-bottom:1px solid #36bbee;
			}
				.item span.y{
					display:block;
					width:170px;
					font-weight:bold;
					color: #fff;
					font-size:12px;
					float:left;
					}
					.item span.b{
						width:120px;
						font-weight:normal;
						color:#1a6290;
						font-size:10px;
						line-height:0.9;
						}
				.item_over span.y{
					display:block;
					width:170px;
					font-weight:bold;
					color: #e6ff14;
					font-size:12px;
					float:left;
					cursor:pointer;
					}
					.item_over a{
						text-decoration:none;
						}
					.item_over a:hover{
						text-decoration:none;
						}
						.item_over span.b{
						width:120px;
						font-weight:normal;
						color:#1a6290;
						font-size:10px;
						line-height:0.9;
						}
/*links*/
#links {
	float:left;
	width:155px;
	}
	#links ul {
		margin-top:0;
		padding-left:17px;
		margin-left:0;
		}
		#links ul li {
			list-style-image:url(../images/links_str.gif);
			}
			#links ul li a{
				text-decoration:underline;
				}
				#links ul li a:hover{
				text-decoration:none;
				}

#links_2 {
	float:left;
	width:155px;
	}
	#links_2 ul {
		margin-top:0;
		padding-left:17px;
		margin-left:0;
		}
		#links_2 ul li {
			list-style-image:url(../images/links_str.gif);
			}
			#links_2 ul li a{
				text-decoration:underline;
				}
				#links_2 ul li a:hover{
				text-decoration:none;
				}
						
/*right bar of content part*/							
#right {
	width:310px;
	float:left;
	clear:right;
	}
/*footer*/
#footer {
	float:left;
	background:url(../images/menu_down_bg.jpg);
	width:1200px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	border-bottom:1px dashed #6bf1fb;
	border-right: 1px dashed #6bf1fb;
	border-left: 1px dashed #6bf1fb;
	background-color: #55b9eb;
		}
		#footer a{
	text-decoration:none;
	color:#FFFFFF;
			}
			#footer a:hover{
	text-decoration:underline;
	color: #e6ff14;
				}
/*footer parts. left and right*/
#footer_left {
	width:940px;
	float:left;
	color:#FFFFFF;
	padding-left:20px;
	text-align: left;
	}
	
#footer_right {
	width:220px;
	float:left;
	text-align:right;
	padding-right: 20px;
	}
	#footer_right a {
		color:#e6ff14;
		text-decoration:underline;
		}
		#footer_right a:hover {
			color:#e6ff14;
			text-decoration:none;
			}	
						
#menu_bokl {
	padding:20px 20px 20px 20px;
	text-align: left;
	width: 208px;
	float: left;
	border-right: 1px dashed #6bf1fb;
	border-bottom: 1px dashed #6bf1fb;
	color: #000000;
}
#menu_bokl a {
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
#menu_bokl a:hover {
	text-decoration:underline;
	color: #e6ff14;
//	border-bottom:2px solid #e6ff14;
}


#menu_bok {
	padding:20px 20px 20px 20px;
	text-align: left;
	width: 208px;
	float: right;
	border-left: 1px dashed #6bf1fb;
	border-bottom: 1px dashed #6bf1fb;
	color: #000000;
}
#menu_bok a {
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
#menu_bok a:hover {
	text-decoration:underline;
	color: #e6ff14;
//	border-bottom:2px solid #e6ff14;
}

a.link:active {
	text-decoration: none
}
a.link:link {
	color: #000000;
	text-decoration: none
}
a.link:hover {
	color: #0066CC;
	text-decoration: underline
}
a.text:link {
	color: #0066CC;
	clip: rect( );
	border-style: none;
	text-decoration: none
}

a.text:hover {
	color: #0066CC;
	clip: rect( );
	border-style: none;
	text-decoration: none
}

a.text:active {
	clip: rect( );
	border-style: none;
	text-decoration: none
}
a.text:visited {
	clip: rect( );
	border-style: none;
	text-decoration: none
}

a.textb:active { clip: rect( ); border-style: none ; text-decoration: none}
a.textb:hover {
	color: #0066CC;
	clip: rect( );
	border-style: none;
	text-decoration: none
}
a.textb:link { color: #ffffff; clip: rect( ); border-style: none ; text-decoration: none}
a.textb:visited { clip: rect( ); border-style: none ; text-decoration: none}

.textbwhite {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 9pt;

}

.textb {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none
}
.textbblack {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none
}

.text {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	clip:   rect(   );
	border-style: none;
	text-decoration: none;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
}
#main a {
	text-decoration:none;
	color: #0066CC;
}
#main a:hover {
	text-decoration:none;
	color: #0066CC;
}

