body { margin: 0; padding: 0; background-color: #000; }

img { border-style: none; }

#oben {
	width: 312px;
	margin: auto;
}
#mitte {
	width: 700px;
	margin: auto;
}
#unten { width: 360px; margin: auto; margin-top: 30px; }

a#deutsch { margin: 30px; display: inline-block; width: 161px; height: 98px; background-image: url(../img/deutsch.png); }
a#deutsch:hover { display: inline-block; width: 161px; height: 98px; background-image: url(../img/deutsch_licht.png); }

a#spanisch { margin: 30px; display: inline-block; width: 161px; height: 98px; background-image: url(../img/spanisch.png); }
a#spanisch:hover { display: inline-block; width: 161px; height: 98px; background-image: url(../img/spanisch_licht.png); }

a#englisch { margin: 30px; display: inline-block; width: 161px; height: 98px; background-image: url(../img/englisch.png); }
a#englisch:hover { display: inline-block; width: 161px; height: 98px; background-image: url(../img/englisch_licht.png); }
#gesamt {
	width: 700px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -350px;
	position: absolute;
}

