/* CSS nur fŸr die Index-HTML */div {	position: absolute;	top: 5%;	left: 10%;	width: 80%;	border-right: 1px solid #99f;	border-bottom: 1px solid #99f;	padding-right: 10px;}#unten {	position: relative;	top: 5%;	left: 0;	width: 100%;	border: 0;}h3 {	font-family: arial, verdana, lucida, helvetica, sans-serif;	font-size: 100%;	text-align: center;	color: #f30;}p.unten {	font-family: "Trebuchet MS", arial, verdana, lucida, helvetica, sans-serif;	font-size: 70%;	text-align: justify;	color: #999;}p {	font-family: "Trebuchet MS", arial, verdana, lucida, helvetica, sans-serif;	font-size: 80%;	text-align: justify;	color: #666;}span {	color: #06f;}ul {	list-style-type: disk;	color: #99f;}a {	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;	font-size: 95%;}a:link {	color:#06F;	text-decoration:none;}a:visited {	color:#06F;	text-decoration:none;}a:hover {	color: #00F;	text-decoration:none;	cursor:crosshair;}