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

html {
	background:#600107;

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

}

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

}

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

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

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

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