/*  color_kb.css - Farbeinstellungen--------------------------*/

/* Farbanpassung für Links -----------------------------------*/
a, a:active, a:focus, a:link, a:visited {
	color: #3ba560;
}

a:hover {
	color: white;
	background-color: #3ba560;
}


/* Farbanpassung für Titelleiste und Infobox -----------------*/
div.titel {
	color: white;
	background-color: #3ba560;
}

div.infotitel {
	background-color: #3ba560;
}

