body {
	font-family: verdana,sans-serif;
	color: white;
}
h1,h2 {
	font-family: verdana,sans-serif;
	color: white;
	}
#kasten  {
	width: 100px;
	background-color: grey;
	padding: 10px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	text-align: center;
}
.abgerundet {
	-moz-border-radius: 3px;
	border-radius: 3px;
}

td {
	height: 50px; 
	color: white;
}

a:link {
	color:#67fe00; text-decoration:none;
}

a:visited {
	color:#67fe00; text-decoration:none;
}
a:hover{
	color:#265308; text-decoration:none;
}
a:focus {
	color:#265308; text-decoration:none;
}
a:active {
	color:#67fe00; text-decoration:none;
}