/* grün */

/* ############################################################################################################## */
/* ### heller Farbton als Hintergrund (background) oder Rand (border-color) und passende Schriftfarbe (color) ### */
/* ############################################################################################################## */

#page_margins, #header, #header2 {
	background: #99ff99; 
	color: #000000;
}

#top3, #col3{
	border-color: #99ff99;
}

#path a:hover, #col1_content div.MENU1-NO a:hover, #col1_content div.MENU1-ACT a:hover, #col1_content div.MENU1-CUR a:hover, #footer a:hover {
	color: #99ff99;
}

#col1_content div.MENU2-NO, #col1_content div.MENU2-ACT, #col1_content div.MENU2-CUR {
	background-color: #99ff99;
	color:#000000;
}
#col1_content div.MENU2-NO a, #col1_content div.MENU2-ACT a, #col1_content div.MENU2-CUR a, #top2_content, #path {
	color: #000000;
}

/* ######################################################################################################### */
/* ### dunkler Farbton als Hintergrund (background) oder Rand (border) und passende Schriftfarbe (color) ### */
/* ######################################################################################################### */

#path, #path a, #col1_content, #footer, #footer a, h2, .tx-macinasearchbox-pi1 FORM, .tx-macinasearchbox-pi1 INPUT.headerinputbutton, #col1_content div.MENU1-NO, #col1_content div.MENU1-ACT, #col1_content div.MENU1-CUR, .news-list-title, .news-list-title a, .news-single-title {
	background: #006600; 
	color: #ffffff;
}

#col1_content div.MENU1-NO a, #col1_content div.MENU1-ACT a, #col1_content div.MENU1-CUR a {
	color: #ffffff;
}

hr, a:hover, #col1_content div.MENU2-NO a:hover, #col1_content div.MENU2-ACT a:hover, #col1_content div.MENU2-CUR a:hover, #col1_content div.MENU3-NO a:hover, #col1_content div.MENU3-ACT a:hover, #col1_content div.MENU3-CUR a:hover, #top2_content a:hover, .news-list-title a:hover, .news-latest-item-title a:hover, .date-cat a:hover, .archiv-link a:hover  {
	color: #006600;
}

#news, #info{
	border-color: #006600;
}

