a {
	color:		black;
}

body {
	background: #b9d6b4 url(../assets/body_bg.gif) left -170px repeat-x;
}
#main {
	background:	white;	
}
#header-image {
	background: white;
}

#title h1 {
	color:		white;
}

#content-right {
	background:	white;
}

#navigation-main li {
	background:	#0d4104;
}
#navigation-main li a {
	color:	white;
}
#navigation-main li.current_page_item, #navigation-main li.current_page_ancestor {
	background:	white;
}
#navigation-main li.current_page_item a, #navigation-main li.current_page_ancestor a {
	color:	black;
}
#navigation-sub li {
	background:	#0d4104;
}
#navigation-sub li a {
	color:	white;
}
#navigation-sub li.current_page_item, #navigation-sub li.current_page_ancestor {
	background:	white;
}
#navigation-sub li.current_page_item a, #navigation-sub li.current_page_ancestor a {
	color: black;
}

div.teaser,div.teaser a {
	background-color: #19700a;
	color:white;
}
div.news_item div.header,div.calendar_item div.header {
	background-color: #19700a;
	color:white;
}


