body {
	background-color: black;
	font-size: 14px;
	font-family: Verdana;
	color: white;
	padding: 10px;
	margin: 0px;
	background-image: url(tierversuche.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#uberschrift {
	font-size: 18px;
	font-weight: bold;
}

#links {
	float: left;
	clear: none;
	width: 200px;
}

#rechts {
	float: left;
	clear: none;
	width: 500px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}