body {
	margin: 0;
	padding: 0;
	background: #012D8E url("gfx/start_hg.png");
}

h1 {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -80px;
	display: block;
	padding: 0;
	width: 161px;
	height: 189px;
	background: url("gfx/start_logo.png") no-repeat;
}
h2 {
	position: absolute;
	left: 50%;
	margin-left: -255px;
	top: 220px;
	display: block;
	padding: 0;
	width: 511px;
	height: 31px;
	background: url("gfx/start_willkommen.png") no-repeat;
}

a {
	display: block;
	margin: 0;
	padding: 0;
	width: 219px;
	height: 219px;
	border-width: 0;
	position: absolute;
	left: 50%;
	top: 300px;
}
.fussball {
	margin-left: -339px;
	background: url("gfx/start_fussball.png");
}
.fussball:hover {
	background: url("gfx/start_fussball_on.png");
}

.turnen {
	margin-left: -109px;
	background: url("gfx/start_turnen.png");
}
.turnen:hover {
	background: url("gfx/start_turnen_on.png");
}

.tischtennis {
	margin-left: 121px;
	background: url("gfx/start_tischtennis.png");
}
.tischtennis:hover {
	background: url("gfx/start_tischtennis_on.png");
}

.allgemein {
	margin-top: 220px;
	margin-left: -224px;
	background: url("gfx/start_allgemein.png");
}
.allgemein:hover {
	background: url("gfx/start_allgemein_on.png");
}

.foerderverein {
	cursor: default;
	margin-top: 220px;
	margin-left: 5px;
	background: url("gfx/start_foerderverein.png");
}
.foerderverein:hover {
	background: url("gfx/start_foerderverein_on.png");
}
