BODY {
	background : #f5f5f5;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0px auto;	/* Rand von oben */
	margin-left : 0pt;	/*Rand von links*/
	margin-right : 0pt;	/* Rand von rechts*/
	font-size : 10pt;
	text-align : inherit;
	background-image : url(../bilder/bg11.jpg);

}
A:LINK {
	text-decoration: none;
	color: blue;
}

A:VISITED {
	text-decoration: inherit;
	color: #FF3366;
}

A:HOVER {
	text-decoration: underline;
	background-color: #FFFFCC;
}

A:ACTIVE {
  	text-decoration: none;
  	color: #000066;
}
.tipp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-style: dotted;
	border-width: 1px;
	border-color: green;
	padding: 10px
}
