* {
	margin: 0;
	padding: 0;}

html, body {
	border: 0 solid;}

strong {
	font-weight: bold;}

a:link {text-decoration:none; color:#ffffff;}
a:visited {text-decoration:none; color:#ffffff;}
a:hover {text-decoration:underline; text-decoration:none; color:#ffffff;}
a:active {text-decoration:none; color:#ffffff;}

a img {
	border: 0 none;}

ul { 
	list-style-type: solid circle;
	color: #000;}

/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}

/* Hides from IE-mac \*/
	* html .clearfix { 
	height: 1%; }

/* End hide from IE-mac */

