/* CSS Document */

@font-face 
{
    font-family: "Aller";
    src: url('../fonts/Aller_Std_Lt.ttf');
}

body
{
	margin: 0px;
	padding: 0px;
	color:#333;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	
	
}

img
{
	border: none;
}

h1
{
	font-family: Aller, "Aller", Arial;
	color: #5e7f26;
	text-shadow: 1px 1px 1px #96b710;
	-moz-text-shadow: 1px 1px 1px #96b710;
	-webkit-text-shadow: 1px 1px 1px #96b710;
	-o-text-shadow: 1px 1px 1px #96b710;
	font-weight:300;		
	line-height: 34px;	
}

h2
{
	font-family: Aller, "Aller", Arial;
	color: #304113;
	text-shadow: 1px 1px 1px #96b710;	
	-moz-text-shadow: 1px 1px 1px #96b710;
	-webkit-text-shadow: 1px 1px 1px #96b710;
	-o-text-shadow: 1px 1px 1px #96b710;		
	font-weight:300;			
}

h3
{
	font-family: Aller, "Aller", Arial;
	color: #5e7f26;
	text-shadow: 1px 1px 1px #96b710;	
	-moz-text-shadow: 1px 1px 1px #96b710;
	-webkit-text-shadow: 1px 1px 1px #96b710;
	-o-text-shadow: 1px 1px 1px #96b710;
	font-weight:300;		
		
}

p
{
	text-indent: 1.7em;
}
a
{
	color: #5e7f26;
	text-decoration: none;
		
}

a:hover
{
	text-decoration:none;
	color:#666;
}
input
{
	border: 1px solid;
	border-color:#CCC;
	border-radius: 5px;
}

#top_header
{
	width: 100%;
	background-image:url(../images/layout/header/top/bg.png);
	height: 34px;
	background-repeat:repeat-x;
}

	#top_header_in
	{
		position: relative;
		left: -480px;
		margin-left: 50%;
		width: 980px;
		padding-top: 8px;
	}
	
		#top_header_left
		{
			float: left;

		}
		
		#top_header_left a
		{
			font-family: Aller, "Aller", Arial;			
			text-decoration:none;
			color: #818181;
			font-size: 14px;
			text-shadow: 1px 1px 1px #FFF;
			-webkit-text-shadow: 1px 1px 1px #FFF;			
			-moz-text-shadow: 1px 1px 1px #FFF;			
		}
		
		#top_header_left a:hover
		{
			color: #333;
			
		}
		
		#top_header_right
		{
			float: right;
		}
		
		#top_header_right a
		{
			font-family: Aller, "Aller", Arial;		
			text-decoration:none;
			color: #818181;
			font-size: 13px;
			display: block;
			float: left;
			text-shadow: 1px 1px 1px #FFF;
			-moz-text-shadow: 1px 1px 1px #FFF;
			-webkit-text-shadow: 1px 1px 1px #FFF;			
			-o-text-shadow: 1px 1px 1px #FFF;			

		}
		
		#top_header_right a:hover
		{
			color: #999;
		}
		
		.stan
		{
			color: #baca06;
			text-decoration:underline;
		}
		
		.top_head_sep
		{
			width: 1px;
			background-color: #9b9a9a;
			height: 10px;
			float: left;
			margin: 3px 8px 0px 8px;
		}
		
			

#main_header
{
	width: 100%;
	background-image:url(../images/layout/header/main/bg.png);
	height: 176px;
	background-repeat:repeat-x;
}

	#main_header_in
	{
		position: relative;
		left: -480px;
		margin-left: 50%;
		height: 176px;		
		width: 980px;
	}
	
		#main_header_logo
		{
			display: block;
			background-image:url(../images/layout/header/main/logo.png);
			width: 452px;
			height: 127px;
			float: left;
			margin-top: 25px;
		}

#nav
{
	margin-top: -10px;
	width: 100%;
	background-image:url(../images/layout/header/nav/bg.png);
	height: 57px;
	background-repeat:repeat-x;
	position:relative;	
	z-index: 2;

}

	#nav_in
	{	
		position: relative;
		left: -480px;
		margin-left: 50%;
		width: 980px;
		height: 57px;
		padding-left: 0px;		
	}
	
		#nav_in li
		{			
			float: left;
			display: block;
			margin: 18px 55px 0px -20px;
			padding: 0px;
		}
		
		#nav_in li a
		{
			color: #818181;
			font-family: Aller, "Aller", Arial;	
			font-size: 15px;
			text-shadow: 1px 1px 1px #FFF;
			-webkit-text-shadow: 1px 1px 1px #FFF;							
			-moz-text-shadow: 1px 1px 1px #FFF;										
			-o-text-shadow: 1px 1px 1px #FFF;													
			text-decoration:none;
			}
		
		#nav_in li a:hover
		{
			color: #799b38;
		}

#content
{
	width: 100%;
	overflow: hidden;
	position: relative;	
	z-index: 1;
	margin-top: -5px;
	min-height: 450px;

	
}

	#slider
	{

		position: relative;
		left: -480px;
		margin-left: 50%;
		width: 980px;
		padding-left: 0px;	
	}
	
		#slides
		{
			z-index: 1;			
			float: left;
			width: 640px;
			background-image:url(../images/layout/slider/slide/bg.png);
			height: 208px;
			background-repeat:repeat-x;
			color: #edfe90;
			padding: 20px 0px 15px 40px;
		}
		
		.slide_cont
		{
			float: left;
			width: 440px;
		}
		
		.slide_img
		{
			text-align:right;
			margin-top: -2px;
			float: right;
			width: 200px;
			overflow: hidden;
			height: 240px;
		}
		
			#slides h1
			{
				font-size: 30px;
				color:#FFF;
			}
			
			#slides p
			{
				font-size: 12px;
			}
		
		
			
		
		#slider_nav
		{
			float: left;
			width: 280px;
			height: 243px;
		}
		
		#slider_nav li
		{
			display: block;
		}
		
		#slider_nav li.activeLI a
		{
			background-color:#a5b30b;
			color: #FFF;

			
		}
	
			.slider_nav_item
			{
				z-index: 1;
				display: block;
				background-color: #b9c907;
				width: 278px;
				height: 50px;
				border-top:none;
				border-left: 1px solid;
				border-bottom: 1px solid;
				border-color: #FFF;
				margin: 1px 0px -1px 0px;
				clear: both;
				color:#FFF;
				font-family: Aller, "Aller", Arial;	
				font-size: 21px;				
				text-decoration: none;
				padding-top: 25px;
				padding-left: 15px;
				text-shadow: 1px 1px 1px #96b710;
				-moz-text-shadow: 1px 1px 1px #96b710;
				-webkit-text-shadow: 1px 1px 1px #96b710;
				-o-text-shadow: 1px 1px 1px #96b710;

 
			}
			
			.slider_nav_item:hover
			{
				background-color: #bfd007;
			}
			
			
			.icon
			{
				float: left;
				margin-right: 15px;
				margin-top: -15px;
			}
			
			.button
			{
				display:block;
				background-color: #5e7f26;
				border-radius: 5px;
				padding: 5px;
				color: #FFF;
				text-decoration:none;				
				text-align:center;				
			}
			
			.form_button
			{
				
				border: none;	
			}
			
			.newsletter_input
			{
				width: 95%;
				height: 20px;
				padding: 5px;
				margin-bottom: 5px;
			}
			
			.newsletter_info
			{
				font-size: 11px;
				color: #617e2a;
					text-shadow: 1px 1px 1px #CCC;
					-moz-text-shadow: 1px 1px 1px #CCC;
					-webkit-text-shadow: 1px 1px 1px #CCC;
					-o-text-shadow: 1px 1px 1px #CCC;
			}
			
			.button_big
			{
				font-size: 11px;
				width: 60px;
			}
			
			.button:hover
			{
				background-color: #6b8f2d;
			}
			
			
			#cont
			{
				position: relative;
				left: -480px;
				top: -5px;
				margin-left: 50%;
				width: 980px;
				padding-left: 0px;
			}
			#cont_left
			{
				float: left;
				width: 680px;
			}
			
			#cont_right
			{
				float: left;
				width: 300px;
			}
			.hr
			{
				margin-top: -15px;
				clear: both;
				background-image:url(../images/layout/content/hr.png);
				width: 670px;
				height: 5px;
			}
			
			.site_header h1
			{
				margin-left: 20px;
			}
			
			.news
			{
				clear: both;
				width: 650px;
			}
			
			.news_head
			{
				clear: both;
				margin-left: 18px;
			}
			
			.news_meta
			{
				color:#666;
				margin-top: -16px;
				margin-left: 18px;				
			}
			
			.news_cont
			{
				clear: both;
				width: 650px;
				overflow: hidden;
			}
			
			.news_left
			{
				float: left;
				width: 150px;
			}
			
			.news_right
			{
				float: left;
				width: 500px;
			}
			
			.news_tresc
			{	
				text-indent: 1.5em;
				clear: both;
				width: 500px;
				height: 88px;
				overflow: hidden;
				text-align:justify;
				color: #344a10;
				margin-bottom: 10px;
			}
			
			.doc_tresc
			{	
				text-indent: 1.5em;
				clear: both;
				width: 500px;
				overflow: hidden;
				text-align:justify;
				color: #344a10;
				margin-bottom: 10px;
			}
			
			.news_img
			{
				width: 140px;
				height: 140px;
				overflow: hidden;
			}
			
			.news_bottom
			{
				padding-top: 10px;
				margin-top: 10px;
				overflow:hidden;
				clear: both;
				margin-bottom: 5px;
			}
			
			.news_details
			{
				font-size:9px;
				float: left;
				color:#999;
				width: 430px;
				overflow:hidden;
			}
			
			.news_button
			{
				float: left;
				width: 70px;
			}
			
#right_container
{
	background-color: #f2fcd5;
	width: 275px;
	overflow: hidden;
	padding: 10px;
}

#right_container h3 {
	clear: both;
}

#right_container .news_button {
	margin-bottom: 1em;
	margin-top: 1em;
}

.post
{
	clear: both;
	margin-bottom: 10px;
}

.post_cont
{
	text-indent: 1.5em;
	clear: both;
	overflow: hidden;
	text-align:justify;
	color: #344a10;
	width: 250px;
	max-height: 100px;
}

.post_bottom
{
	margin-top: 5px;
	clear: both;
}

.answers
{
	padding: 5px 15px 0px 0px;
	text-align:right;
	float: left;
	width: 150px;
}

	.answers a
	{
		color: #5e7f26;
		text-decoration:underline;
	}

.post_button
{
	float: left;
	width: 100px;
}
		
				
.news_sep
{
	width: 100%;
	height: 1px;
	background-color:#CCC;
	clear: both;
	margin-top: 10px;
}
			
#footer
{
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid;
	border-color:#CCC;
	background-image:url(../images/layout/footer/bg.png);
	height: 247px;
	background-repeat:repeat-x;	
	line-height: 13px;
		text-shadow: 1px 1px 1px #7dab17;
	-moz-text-shadow: 1px 1px 1px #7dab17;
	-webkit-text-shadow: 1px 1px 1px #7dab17;
	-o-text-shadow: 1px 1px 1px #7dab17;

}

#footer_in
{
		position: relative;
		left: -480px;
		top: 0px;
		margin-left: 50%;
		width: 980px;
		padding-left: 0px;
		color: #edfe90;
		font-size:14px;		
		
}

#footer_left
{
	float: left;
	width: 300px;
	height: 227px;
	padding: 10px;
}

#footer_left p
{
	text-indent: 1.5em;
	font-size: .8em;
	text-align:justify;
}

#footer_cent_left
{
	float: left;
	background-image:url(../images/layout/footer/shadow_left.png);
	height: 247px;
	width: 27px;
	
}
#footer_cent
{
	float: left;
	width: 260px;
	height: 247px;
	background-color:#FFF;
}

#footer_cent h1
{
	color: #617e2a;
	font-size:18px;
}

#footer_cent_right
{
	float: left;
	background-image:url(../images/layout/footer/shadow_right.png);
	width: 23px;
	height: 247px;
}

#footer_right
{
	float: left;
	
	font-size: 11px;	
}


#footer_left h1
{
	font-size: 18px;
	color:#FFF;
	
}

#footer_right h1
{
	font-size: 18px;
	color:#FFF;
	
}

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

#kontakt
{
	clear: both;
	overflow: hidden;

}


.footer_col
{
	float: left;
	margin-right: 15px;
}

.footer_col a
{
	color: #edfe90;
		text-shadow: 1px 1px 1px #7dab17;
	-moz-text-shadow: 1px 1px 1px #7dab17;
	-webkit-text-shadow: 1px 1px 1px #7dab17;
	-o-text-shadow: 1px 1px 1px #7dab17;	
	
}
.footer_col li
{
	margin-left: -22px;
}

.icon
{
	display: block;
	float: left;
}

.row
{
	clear: both;
	text-align: justify;
	overflow: hidden;
}

.row h2
{
	padding-left: 18px;
}

.site_panel_left
{
	padding-top: 25px;
	width: 380px;
	float: left;
	text-align:justify;
}

.site_panel_right
{
	margin-left: 5px;
	margin-top: 25px;
	padding: 10px;
	width: 265px;
	float: right;
	text-align: left;
}

.site_panel_left_2
{
	padding-top: 25px;
	width: 250px;
	float: left;
}

.site_panel_right_2
{
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	width: 390px;
	float: left;
	text-align: justify;
	color:#666;
}

.realizacja_foto
{
	width: 220px;
	padding: 10px;
	border: 1px solid;
	border-color:#CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.realizacja_foto_small
{
	margin: 3px;
	background-color:#FFF;
	padding: 5px;
	border: 1px solid;
	border-color:#CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 65px;
	
	overflow: hidden;
	float: left;
	height: 55px;
}	

.realizacja_foto_img
{
	width: 65px;
	height: 50px;
	overflow: hidden;
}

.realizacja_foto_small:hover
{
	border-color:#999;
}

.termin
{
	clear: both;
	border-radius: 4px;
	background-color:#5e7f26;
	color:#FFF;
	padding: 3px;
	overflow: hidden;
	margin-bottom: 5px;
}

.left
{
	float: left;
}

#login_form
{
	clear: both;
}

.vert_separator
{
	width: 1px;
	height: 550px;
	background-color:#CCC;
	float: left;
	margin: 0px 10px 0px 10px;
}

.help_panel
{
	padding: 10px;
	margin-top: 15px;
	border-radius: 5px;
	background-color: #a2be0d;
	color: #000;
	width: 90%;
	overflow: hidden;
			
}

.help_panel h3
{
	color: #030;
	text-shadow: 1px 1px 1px #7dab17;
	-moz-text-shadow: 1px 1px 1px #7dab17;
	-webkit-text-shadow: 1px 1px 1px #7dab17;
	-o-text-shadow: 1px 1px 1px #7dab17;			
}

.help_panel a
{
	color: #030;
}

.cont_1
{
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
	border-radius: 5px;
	background-color: #e7e7e7;
	width: 288px;
	overflow: hidden;
	float: left;
	text-shadow: 1px 1px 1px #CCC;
	-moz-text-shadow: 1px 1px 1px #CCC;
	-webkit-text-shadow: 1px 1px 1px ##CCC;
	-o-text-shadow: 1px 1px 1px #CCC;		
}
.site_content
{
	padding-top: 10px;
	padding-right: 10px;
}

.site_content p
{
	text-indent: 1.5em;
}

table
{
	width: 95%;
}
th
{
	background-color:#666;
	color:#FFF;
	padding: 3px;
}

td
{
	padding: 4px;
}

tr:nth-child(odd) {
    color: #333;
    background: #e7e7e7
}
 
tr:nth-child(even) {
    color: #666;
}

.avatar
{
	float: left;
	margin: 7px;
	border: 1px solid;
	border-radius: 5px;
	border-color:#999;
	padding: 4px;
	width: 100px;
}

.avatar_small
{
	width: 60px;
	height: 60px;
}

.list
{
	padding: 0px;
	margin-left: -15px;
}

.list ul li
{
	display: block;
	width: 160px;
	height: 180px;
	text-align: center;
	margin-left: 0px;
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;		
	-webkit-border-radius: 4px;		
}

.list ul li:hover
{
	background-color:#CCC;
}

.list h4
{
	font-size:14px;
	margin: 3px 0px 3px 0px;
}

.panel
{
	overflow: hidden;
	border: 1px solid;
	border-color: #d2d1d1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-image:url(../images/global_layout/content/left_panel/bg.png);
	background-repeat:repeat-x;
	background-color: #f2f2f2;
}

#liczniki label {
	width: 200px;
}

.sidebar_news {
height: 4.3em;
overflow: hidden;
}