html, body {
	height: 100%;
	background-color: black;
	color: #ffffff;
}

a:link {
	color: #fffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ff0000;	
}

#wrapper {
	padding: 2%;	
	height: 90%;
}

#rand {
	width: 10%;
	height: 95%;
	padding-top: 5%;
	background-color: silver;
	float: left;
}

#inhalt {
	text-align: center;
	background-color: black;
}

#animation {
	max-width: 30%;
}

.grafik{
	width: 100%;
}

.links {
	float: left;
}

.rechts {
	float: right;
}

