<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Extra CSS "SchÃ¼ler"

Color: #97bb3c
*/
/* subnavi */
#contentlefthead {
	background: url(../images/navsub_head_schueler.png);
}

#contentleft UL LI.current_page_parent, #contentleft UL LI.current_page_item {
	background: url(../images/navsub_schueler.png) no-repeat 0 5px;
}

#contentleft UL.children LI {
	background:none;
}

#contentleft UL.children LI.current_page_item A {
	color: #97bb3c;
}

#contentleft UL.children LI.current_page_item UL.children LI A {
	color: #000;
}



/* headlines */
H2 {
	color: #97bb3c;	
}

H3 {
	padding-left: 16px;
	background: url(../images/pfeil_h3_schueler.png) no-repeat left center;
}

/* links */
A {
	color: #97bb3c;	
}

A:hover {
	color: #b1cc6c;	
}</pre></body></html>