/*wechselnde Farbe und Bild einmalig einstellen*/
html, a, p, h1, h2, h3, h4, h5, h6, #searchbox .searchbox, #searchbox .searchbutton {
	color: #FF00CC;
}
#footer {
	border-top-color: #FF00CC;
}
#header {
	background-image: url(../images/headerPink.gif);
}
/* Kalender - SingleView */
.tx-keyac-pi1 .category-title {
	border-bottom: 1px dashed #FF00CC;
}
.tx-keyac-pi1 .legende {
	border-bottom:0.1em solid #FF00CC;
}
.tx-keyac-pi1 table.calendar th {
	background:#fff;
	border:1px solid #FF00CC;
	color:#FF00CC;
}
.tx-keyac-pi1 table.calendar td {
	color: #FF00CC;
	background:#FFF;
	border:1px solid #FF00CC;
}
