
/********************************************************************/
/*** Kopfbereich ***/

.header .logo A:hover, .header .logo A:focus {
	color:#009d93;
}

.menuleiste .nav-anchors LI A {
	background-color:#009d93;
}

.menuleiste .nav-anchors LI A:hover, .menuleiste .nav-anchors LI A:active {
	background-color:#2d5e5b;
}

.menuleiste .nav LI.active A   {
	color:#009d93; /* Farbe: orange */
	border-left:0.4em solid #009d93; 
}

.menuleiste .nav LI.active LI.active A {
	color:#009d93;
}

.menuleiste .nav LI A:hover, /* 1. Ebene */
.menuleiste .nav LI A:active,
.menuleiste .nav LI.active LI A:hover, /* 2. Ebene */
.menuleiste .nav LI.active LI A:active {
	background-color:#2d5e5b; /* Farbe: orange: hell */
	color:#ffffff;
}

.content P A:hover, .content P A:focus {
	color:#009d93;
}

.content H3, .content H4, .content H5, .content H6 {
	color:#009d93;
}


.content SPAN.highlight {
	color: #009d93; 
}

/* News-Einträge */
.content_neuigkeiten {
	background-color:#2d5e5b; /* Farbe: orange: hell */
}

.content_box:hover, .content_box:active {
	background-color: #2d5e5b; /* Farbe: orange ganz hell */
}	

.content_box .head H3 {
	background-color: #009d93;

}

.table_orange TD, .table_orange TH {
	border-left:1px solid #009d93;


}
.table_orange TD {
	border-top:2px solid #009d93;
}

.table_orange .first {
	border-right:1px solid #009d93;
}

TABLE.table_orange_inner TD {
	border-top:1px solid #009d93;
}


.table_white .marker_hd {
	background-color:#2d5e5b;
}


/*Back to top button*/

.footer A#back-top {
	background-color: #009d93;
}
