@charset "utf-8";
/* CSS Document */
#generalBlock{
	width: 1000px;
	margin: auto;
	margin-top: 50px;
	
}
.content{
	float: right;
	margin: -450px 10px 0px;
	width: 560px;
	line-height:130%;
	padding-right:10px;
}
.text{
	font-family: Monotype corsiva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4c4c4c;
}
.contentTitle{
	padding-top:5px;
	font-family: Monotype corsiva;
	font-size: 28px;
	font-weight: bold;
	color: #013a1a;
	margin-bottom: 20px;
}
.contentText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 20px;
}

#logoDiv{
	position: absolute;
	margin: 0px 900px 0px;
	width: 61px;
	height: 63px;
	z-index: 2;
}
#footer{
	
	width: 1000px;
	height: 20px;
	margin-top: 30px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#fotterLeft{
	float: left;
	margin-left: 25px;
	margin-top: -16px;
}
#fotterRight{
	float: right;
	width: 90px;
	margin-right: 15px;
	margin-top: -16px;
}
#generalPhoto{
	widht: 414px;
	height: 513px;
	z-index: 1;
	
}
#menuDiv{
	position: absolute;
	width: 560px;
	height: 21px;
	margin: 20px 290px 0px;
	z-index: 3;
}

.menuItem{
	width: auto;
	height: 21px;
	float: left;	
	text-align: left;
	margin-right: 5px;

}
.menuItem a{
	color: #4c4c4c;
	font-size: 11px;
	text-decoration: none;
}
.menuItem a:hover{
	color: #04722d;
}

.newsList {

}

.newsListItem  {
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	padding-left:8px;
	padding-right:8px;
}

.newsListDate {
	font-size:12px;
	margin-bottom:0px;	
}

.newsListPic {
	float:left;
	margin:0 10px 2px 0;
}

.newsListTitle {
	font-weight:bold;
	font-size:17px;
	line-height:130%;
	margin-bottom:8px
}

.newsListTitle a{
	color:#000;
}

.newsListLead {
	font-size:12px;
	line-height:150%;
	margin-bottom:10px
}

.newsListContent {
	font-size:14px;
	line-height:150%;
	margin-bottom:10px
}

.daugiau {
	width:100%;
	text-align:right;
}