/* CSS definition file containing sitestyle stylesheets */
BODY {
	color: Black;
	background-color : White;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	font-family : sans-serif;
}
 A:link { color:red;}
 A:hover { color: rgb(205,197,29);}
 A:visited { color: rgb(128,128,128);}
 h2 { color:red;}
 li {
	list-style : disc inside;
	list-style-type : disc;
	list-style-position : inside;
	font-size : 0.8em;
}
 .liste {
 	color:black;
	font-size:1.1em;
}
 .haftung {
	color: Black;
	font-size: 0.7em;
}