/* ###################################################### */
/* ####################### HTML ####################### */
/* ###################################################### */

html {
	background:#005024;

}
/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer_abschluss {
	background-image:url(../images/shaddow_green_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}

#footer_abschluss2 {
	background-image:url(../images/shaddow_green_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#outerContainer {
	background-image:url('../images/bg_green.jpg');
	background-repeat:repeat-y;
}

#teaser .teaserItem h3 a, #teaser .teaserItem a.more, #news .newsItem h3 a, #news .newsItem a.more {
	color:#005024;

}

#content .textItem a {
background-image:url('../images/link_green.gif');
background-repeat:no-repeat;
background-position:right;
	color:#005024;
}