/*  Body Contenct */
body  {
	background : #66ACFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
}

/* Standard Schriftformatierungen */
A, A:LINK, A:VISITED, A:ACTIVE {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
color : #66ACFF;
text-decoration : none;
}

/* Standard Schriftformatierungen */
A:HOVER {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
color : #FFD50B;
}

A.buecher, A.buecher:LINK, A.buecher:VISITED, A.buecher:ACTIVE {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
color : #000000;
text-decoration : underline;
}

A.buecher:HOVER {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
color : #FFD50B;
text-decoration : underline;
}

