.Stil1 {font-size: 10px}
/*body {
	/*background-image: url(hintergruende/karton_weiss.jpg);*/
	/* das ist die hintergrubdsfarbe*/
/*}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	color: #CC0033;
	text-decoration: underline;
}
