@CHARSET "UTF-8";
/*begin page */

* {
	font-size: 12px;
	color: #717B60;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 140%;
	border: 0px #000 solid;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #e6fbc4;
	background-image: url('./images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	text-align: center;
}

ul {
	margin: 0 0 0 10px; 
}
.content a {
  font-weight: bold;
  color: #63AB63;
}
li {
	list-style: inside;
	padding: 5px;

}

/* page container */
.container {
	margin: 18px auto 0;
	padding: 0;
	border: 0;
	width: 972px;
}

/* 	header begin */
.header {
	height: 230px;

}

/*horizontal menu begin */
.horizontal_menu-l, .horizontal_menu-c, .horizontal_menu-r {
	position: relative;
}

.horizontal_menu-l {
	background: url(./images/horizontal_menu_border-l.jpg) no-repeat;
	top: 0;
	left: 0;
	width: 32px;
	height: 34px;
	float: left;		
}

.horizontal_menu-c {
	background: url(./images/horizontal_menu-bg.jpg) repeat-x;
	top: 0;
	left: 32px;
	height: 34px;
	width: 904px;
	float: both;			
}

.horizontal_menu-r {
	background: url(./images/horizontal_menu_border-r.jpg) no-repeat;
	top: -34px;
	left: 936px;
	width: 32px;
	height: 34px;
	float: left;

}
/* horizontal menu end */

.header-tl, .header-tc, .header-tr, .header-ml, .header-mc, .header-mr, .header-bl, .header-bc, .header-br {
	position: relative;
}

.header-tl {
	width: 32px;
	height: 17px;
	background: url(./images/header_border-tl.jpg) no-repeat;
	float: left;
	left: -32px;
	top: 0;	
}

.header-tc {
	height: 17px;
	width: 904px;
	background: url(./images/header_border-tc.jpg) no-repeat;
	float: both;
	left: 32px;
	top: 0;
}

.header-tr {
	float: left;
	background: url(./images/header_border-tr.jpg) no-repeat;
	width: 32px;
	height: 17px;
	top: -17px;
	left: -4px;
	float: right;
}

.header-ml {
	width: 32px;
	height: 155px;
	background: url(./images/header_border-ml.jpg) no-repeat;
	float: left;
	left: -32px;
	top: 0;	
}

.header-mc {
	height: 155px;
	width: 904px;
	background: url(./images/header.jpg) no-repeat;
	float: both;
	left: 32px;
	top: 0;
}

.header-mr {
	float: left;
	width: 32px;
	height: 155px;
	background: url(./images/header_border-mr.jpg) no-repeat;
	top: -155px;
	left: 936px;
	float: left;
}

.header-bl {
	width: 32px;
	height: 32px;
	background: url(./images/header_border-bl.jpg) no-repeat;
	float: left;
	left: -32px;
	top: 0;	
}

.header-bc {
	height: 32px;
	width: 904px;
	background: url(./images/header_border-bc.jpg) no-repeat;
	float: both;
	left: 32px;
	top: 0;
}

.header-br {
	float: left;
	height: 32px;
	width: 32px;
	background: url(./images/header_border-br.jpg) no-repeat;
	top: -32px;
	right: 4px;
	float: right;
}
/* header end */

/*sidebar with vertical menu begin*/
.sidebar {
	width: 256px;
	margin: 20px 0 0 0;
	float: left;
	text-align: left;

}

.sidebar-t, .sidebar-c, .sidebar-b {
	position: relative;
}

.sidebar-t {
	background: url(./images/sidebar-t.jpg) no-repeat;
	width: 256px;
	height: 15px;
}

.sidebar-c {
	background: url(./images/sidebar-c.jpg) repeat-y;
	width: 256px;
}

.sidebar-b {
	background: url(./images/sidebar-b.jpg) no-repeat;
	width: 256px;
	height: 15px;
}
/* sidebar finish */

/* content page, article, columns end */
.content {
	float: right;
	position: relative;
	top: 0;
	width: 650px;
	text-indent: 2em;
	margin: 0px 20px 25px 0;
	text-align: left;
	

}
.column {
	float: left;
	width: 203px;
	margin: 0 8px;
	border: 0px #000 solid;
	text-align: justify;
	
}

/* last column on the right site */
.last_column{
	float: right;
	width: 203px;
	margin: 0 8px;
	margin-right: 0;
	border: 0px #000 solid;
	text-align: justify;
}

.column h1, .last_column h1 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: +2px;
	color: #333;
	
}
.column h2, .last_column h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #777;
}
/* content page, article, columns begin */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #36873A;
}

h1, h1 a {
	font-size: 16px;
	color: #36873A;
	margin-bottom: 10px;
}

h2, h2 a{
	font-size: 12px;
	color: #666;
	font-style: normal;
	letter-spacing: +1px;
	text-align: left;
	
}

h3, h3 a{
	font-size: 13px;
	color: #99a;
}

.main_page, a.main_page {
	font-size: 16px;
	color: #36873A;
	letter-spacing: +1px;
}

img {
	
}
p {
	text-indent: 1em;
}



.menu, .menu ul {
	margin: 0;
	padding: 10px;
}

.menu ul li{
	font-size: 14px;
	margin: 0 45px;
	padding: 5px 0px;
	list-style: url('./images/list_style.png');
}

.menu ul li a:link, .menu ul li a:visited {
	color: #586D36;
}

.menu ul li a:hover {
	color: #000;
	background-color: #ACBA94;
	text-decoration: none;
}
.active {
	text-decoration: none;
	font-weight: bold;
}
.bold {
	font-weight: 600;
}


/* news content  begin */ 
.news_name {
	
	
}
.sign {
	text-align: right;
	padding-right: 3em;
}

.news_date {
	font-size: 80%;
	margin-bottom: 7px;
}

.social {
	text-align: center;
	font-size: 90%;
	font-weight: 300;
	text-transform: none;
	color: #66a;
	padding-left: 1em;
	line-height: 1.1em;
}
.social a {
	font-size: 95%;
	letter-spacing: +1px;
}
/* news content finish */

.alert {
	color: #c00;
	text-indent: 1em;
	font-size: 120%;
 	font-weight: bold;
}
.address {
	padding-left: 4em; 
	text-indent: -2.5em;
}

.contact_email {
	text-indent: 0;
	
}
.picture_sign {
	font-size: 80%; 
	text-indent: 0.6em; 
	padding: 0;
	margin: 0 0 0 20px;
	text-align: center;
	overflow: hidden;
}

div.footer {
	margin: 0 auto 0;
	border: 0px #000 solid;
	padding: 0;
	clear: both;
}
.footer p {
	font-size: 10px;
	width: 100%;
	line-height: 80%;
	text-align: center;
}

/*przyciski przy newsach*/
.button {
	font-size: 80%;
	font-style: normal;
	color: #33f;
	text-decoration: underline;
	font-weight: normal;
}
input {
	width: 285px;
	border: 1px solid #ccc;
}
input.checkbox {
	width: 50px;
}
.button_validate{
	font-size: 105%;
	margin-left: 215px;
	color: #fff;
	background: #596D36;
	font-weight: 600;
	padding: 2px;
	letter-spacing: +2px;
}
.button_validate:hover{
	font-size: 105%;
	margin-left: 215px;
	color: #333;
	background: #65980f;
	font-weight: 600;
	padding: 2px;
}

ol li {
	list-style: decimal inside;
}

li ul li {
	list-style: disc inside;
	padding: 0;
}


.top_page {
	display: inline;
	padding: 0 20px;
	font-size: 80%;
	text-decoration: none;
	color: #55f;
	
}
.ie6 {
	visibility: hidden;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}
