BODY {
	font-family: Verdana;
	font-size: 11px;
	color: #565555;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff url('img/index_bg.jpg') repeat-x;
}

A {
	color: #364122;
	text-decoration: none;
}

FORM {
	margin: 0;
	padding: 0;
}

.hr {
	margin: 0px;
	padding: 0px;
	height: 9px;
	background-image: url('img/menusplitter.gif');
	background-repeat: repeat-x;
}

A:hover{
	color: #2a7917;
	text-decoration: none;
}

#header {
	width: 1000px;
	height: 134px;
	background-image: url('img/header.jpg');
	background-color: #ffffff;
	position: relative;
}

#language_container {
	position: absolute;
	bottom: 8px;
	right: 10px;
}

.language {
	float: left;
	width: 27px;
}

#search {
	width: 1000px;
	height: 35px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
}

#search input {
	font-size: 11px;
	font-family: Arial;
	color: #9e9e9e;
	border: 0;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background-image: url('img/search_input_bg.gif');
	height: 15px;
	padding: 3px 3px 0 3px;
	margin: 10px 0 0 12px;
}

#topmenu {
	width: 1000px;
	text-align: center;
	background-color: #ffffff;
}

#topmenu TD {
	background-image: url('img/topmenu_bg.png');
	background-position: center right;
	height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.topmenu_button {
	position: relative;
	height: 42px;
	margin: 0;
	padding: 0;
}

.topmenu_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 42px;
	background-image: url('img/topmenu_left.gif');

}

.topmenu_link {
	position: relative;
	top: 12px;
}

.topmenu_link A {
	font-family: Georgia;
	font-size: 15px;
	color: white;
}

.topmenu_link A:hover {
	color: white;
}

.topmenu_right {
	width: 5px;
	height: 42px;
	background-image: url('img/topmenu_right.gif');
	position: absolute;
	right: 0;
	top: 0;
}

#bodycontainer {
	width: 1000px;
	position: relative;
	background-color: #ffffff;
	padding-top: 10px;
}

#leftmenu {
	position: relative;
	width: 188px;
	float: left;
	color: #364122;
	font-size: 16px;
	font-family: Arial;
	margin-left: 3px;
	margin-top: 3px;
}

.leftmenuitem {
	background-color: #f4f4f4;
	background-image: url('img/leftmenu_top.gif');
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	width: 147px;
	float: left;
	text-align: left;
}

.leftmenuitem A {
	color: #364122;
}

.leftmenuitem_bottom {
	background-color: white;
	background-image: url('img/leftmenu_bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width: 157px;
	height: 10px;
	float: left;
	margin: 0;
	padding: 0;
}

.menutitle {
	color: #2A7917;
}

.menutitle A {
	color: #2A7917;
}

#rightmenu {
	width: 194px;
	float: left;
	color: #0f741d;
	font-size: 16px;
	font-family: Arial;
	margin-left: 15px;
	margin-top: 3px;
}

.rightmenuitem {
	background-color: #f4f4f4;
	background-image: url('img/rightmenu_top.gif');
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 6px;
	width: 188px;
	float: left;
	text-align: left;
}

.rightmenuitem_bottom {
	background-color: white;
	background-image: url('img/rightmenu_bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width: 194px;
	height: 10px;
	float: left;
	margin: 0;
	padding: 0;
}

.submenu A {
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.submenu li {
	margin: 0;
	padding: 0;
	list-style-image: url('img/rightarrow.gif');
}

.submenu ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#active_main {
	font-weight: bold;
	list-style-image: url('img/downarrow.gif');
}

#active_main A {
	color: #2a7917;
}

#active_main li {
	list-style-image: url('img/submenu.gif'); 
}

#active_main li A {
	font-weight: normal;
	color: #364122;
}

#main {
	float: left;
	width: 590px;
	text-align: left;
}

#active_main li ul li.active_submenu {
	font-weight: bold;
}

.newsitem_container {
	border: 1px solid #eaeaea;
	padding: 1px 1px 1px 1px;
	width: 582px;
	height: 35px;
	margin-top: 2px;
}

.newsitem_date, .calendaritem_date {
	color: #aeaeae;
	background-color: #f9f9f9;
	width: 82px;
	float: left;
	text-align: center;
	line-height: 37px;
}

.newsitem_body, .calendaritem_body {
	color: #565555;
	background-color: #f3f3f3;
	height: 100%;
	width: 487px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding: 2px 0 0 12px;
	border-left: 1px solid #ededed;
}

.news_link {
	text-align: right;
	background-image: url('img/greenarrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	height: 25px;
	padding: 7px 0 0 0;
}

.news_link a {
	color: #2e8b29;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	margin-right: 25px;
}

.bigtext, .gallery_cat_name {
	font-family: Verdana;
	font-size: 21px;
	color: #717171;
	line-height: 35px;
	clear: both;
}

.calendar_container {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	background-image: url('img/calendar_bg.png');
	width: 184px;
	height: 111px;
	position: relative;
}

.calendar {
	position: absolute;
	top: 26px;
	left: 19px;
}

.calendar_date {
	position: absolute;
	top: 5px;
	left: 28px;
	width: 127px;
	text-align: center;
	font-size: 11px;
}

.calendar_prev {
	position: absolute;
	top: 4px;
	left: 9px;
}

.calendar_next {
	position: absolute;
	top: 4px;
	left: 163px;
}

.calendar_container td {
	border-left: 1px solid #499043;
	border-top: 1px solid #499043;
	width: 20px;
	text-align: center;
	font-size: 10px;
}

.sunday, .saturday {
	background-color: #44843c;
}

.sunday {
	border-right: 1px solid #499043;
}

.active_day {
	background-color: #b3d0b2;
	color: #2d632a;
}

.calendar a {
	color: #76daff;
}

.calendaritem_date {
	text-align: left;
	line-height: 18px;
	width: 120px;
}

.calendaritem_body {
	font-weight: normal;
	width: 449px;
}

#footer1 {
	position: relative;
	width: 1000px;
	height: 113px;
	background-color: #ffffff;
}

#sponsors {
	position: absolute;
	bottom: 0;
	left: 188px; 
	background-image: url('img/sponsors.png');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 597px;
	height: 78px;
}

#leftmenu_extension {
	background-image: url('img/leftmenu_bg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 113px;
	width: 102px;
}

#footer {
	width: 1000px;
	height: 41px;
	background-image: url('img/footer.jpg');
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #95b49a;
	text-align: center;
	padding-top: 17px;
	background-color: #ffffff;
}

.news_title {
	font-family: Verdana;
	font-size: 21px;
	color: #717171;
	line-height: 35px;
}

.news_intro {
	font-weight: bold;
}

.filmstrip_container {
	float: left;
	clear: both;
}

.filmstrip_item {
	width: 40px;
	height: 40px;
	float: left;
	margin: 2px;
	background-position: center center;
	background-color: white;
	background-repeat: no-repeat;
}

.filmstrip_item a:hover {
	text-decoration: none;
	border: 0;
}

.gallery_picture {
	display: inline;
	margin: 2px;
}

#photo_container {
	float: left;
	text-align: center;
	width: 100%;
}

#photo_title {
	font-size: 12px;
	margin: 5px;
}

#latest_image {
	border: 1px solid #aaaaaa;
	margin: 2px 2px 12px 2px;
	padding: 2px;
	width: 166px;
}

.eabikasi_container {
	background-image: url('img/eabikasi_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	
	position: relative;
	padding: 5px 10px 5px 10px;
	
	color: white;
	font-size: 11px;
}

.eabikasi_container TD {
	color: white;
	font-size: 11px;
}

.eabikasi_top {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 6px;
	
	background-image: url('img/eabikasi_top.png');
	background-repeat: no-repeat;
	background-position: top;
}

.eabikasi_container A {
	color: white;
	font-size: 11px;
}
