body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	background-color: #065C3A
}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu a,
.menu li {
	display: block;
}
.menuel1 {
	left: 228px;
	top: 327px;
	width: 81px;
	height: 32px;
	position: absolute;
	background: url("images/main_menu_1.gif");
}
.menuel1 a { /* all following like this style duplicates on main menu links are bug fixes for opera 8 and up */
	width: 81px;
	height: 32px;
	background: url("images/main_menu_1.gif");
	cursor: hand;
} 
.menuel1 a:hover {
	background: url("images/main_menu_1_on.gif");
}
.menuel2 {
	width: 136px;
	height: 34px;
	left: 313px;
	top: 357px;
	position: absolute;
	background: url("images/main_menu_2.gif");
}
.menuel2 a {
	width: 136px;
	height: 34px;
	background: url("images/main_menu_2.gif");
	cursor: hand;
}
.menuel2 a:hover {
	background: url("images/main_menu_2_on.gif");
}
.menuel3 {
	width: 135px;
	height: 33px;
	left: 453px;
	top: 367px;
	position: absolute;
	background: url("images/main_menu_3.gif");
}
.menuel3 a {
	width: 135px;
	height: 33px;
	background: url("images/main_menu_3.gif");
	cursor: hand;
}
.menuel3 a:hover {
	background: url("images/main_menu_3_on.gif");
}
.menuel4 {
	width: 134px;
	height: 69px;
	left: 607px;
	top: 346px;
	position: absolute;
	background: url("images/main_menu_4.gif");
}
.menuel4 a {
	width: 134px;
	height: 69px;
	background: url("images/main_menu_4.gif");
	cursor: hand;
}
.menuel4 a:hover {
	background: url("images/main_menu_4_on.gif");
}

#newslist {
	position: absolute;
	background: url("images/main_ico_jaun_t.gif") no-repeat; 
	left: 211px;
	top: 0;
	list-style-type: none;
	padding: 15px 0 0 20px;
	margin: 0;
}

#newslist li {
	position: relative;
	
}

* html #newslist li { 
	height: 18px;
}

#newslist li .dat {
	position: absolute;
	left: 0;
	top: 4px;
	color: #838383;
	font-size: 7pt;
	display: block;
	width: 55px;
	text-align: right;
}

#newslist li .title a {
	display: block;
	width: 350px;
	padding-left: 63px;
	font-weight: bold;
	font-size: 10pt;  
	color: #77B29A;
	text-decoration: none;
}

#newslist li .title a:hover {
	text-decoration: underline;
}

.cpr {
	font-size: 8pt;
	color: white;
}

.cpr a {
	color: white;
	text-decoration: none;
}

.cpr a:hover {
	text-decoration: underline;
}

#akcija {
	width: 469px; 
	height: 213px; 
	background: white url('images/popup_akcija.gif') no-repeat; 
	position: absolute; 
	left: 300px; 
	top: 250px; 
	border: 1px solid #355E27; 
	padding: 65px 5px 5px; 
	font-size: 12px; 
	font-weight: bold;
}

#akcija p {
	margin: 0 0 0.7em;
}

#akcija a {
	color: #006633;
}
