body{
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #f00;
}
a.selected{
	color: #4d8719;
}
img{
	border: 0;
}
table{
	border-collapse: collapse;
}
tr, td, th{
	margin: 0;
	padding: 0;
}
form{
	margin: 0;
	padding: 0;
}
input, textarea, select{
	color: #4d8719;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4d8719;
	background: #fff;
}
input.submit{
	color: #fff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	background: #4d8719;
	width: 30px;
}
.menu_table{
	background: #8abd00;
}
.left{
	float: left;
}
.right{
	float: right;
}
.news_item{
	float: left;
	width: 95%;
}
.news_top{
	font-size: 10px;
	color: #666;
}
.news_title{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news_content{
	font-size: 10px;
	color: #666;
}
.news_author{
	font-size: 10px;
	color: #4d8719;
	font-weight: bold;
}

div#container{

	width: 760px;
	margin: auto;
}
div#header{
	text-align: center;
	height: 100px;
}
div#menu{
	margin: auto;
	width: 730px;
	background: url('../_img/main/pod_menu.gif') repeat-x;
	text-align: center;
}
div#menu table{
	margin: auto;
	padding: 0;
}
div#content{
	background: #4d8719 url('../_img/main/bzkropa.gif') repeat-x top;
}
div#footer{
	margin: auto;
	width: 730px;
	height: 45px;
	background: url('../_img/main/pasek_ziel.gif') repeat-x;
}
div#footer2{
	margin: auto;
	width: 730px;
	height: 10px;
	background: #4d8719 url('../_img/main/bzkropa.gif') repeat-x top;
}
div#signatures{
	margin: auto;
	width: 730px;
	color: #4d8719;
	font-weight: bold;
}
div#signatures a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.left{
	float: left;
}
div.right{
	float: right;
}
div.clear{
	clear: both;
}
ul.news_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.news_list li{
	margin: 0;
	padding: 0;
}
ul.news_list li a{
	width: 80%;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	color: #000;		
}
ul.news_list li a:hover{
	color: #f00;
}
ul.news_list li a.selected{
	color: #4d8719;
}