#home, #galerie, #teilnehmer, #wettbewerbstage, #downloads, #gbuch, #kontakt {
	float: left;
}

#home a {
	margin: 0px 0px 0px 20px;
	width: 59px;
	display: block;
	height: 85px;
}

#home a:hover {
	background: url("img/hovered_home.jpg") no-repeat top left;
}

#galerie a {
	margin: 0px 0px 0px 1px;
	width: 94px;
	display: block;
	height: 85px;
}

#galerie a:hover {
	background: url("img/hovered_galerie.jpg") no-repeat top left;
}

#teilnehmer a {
	margin: 0px 0px 0px 1px;
	width: 92px;
	display: block;
	height: 85px;
}

#teilnehmer a:hover {
	background: url("img/hovered_teilnehmer.jpg") no-repeat top left;
}

#wettbewerbstage a {
	margin: 0px 0px 0px 1px;
	width: 138px;
	display: block;
	height: 85px;
}

#wettbewerbstage a:hover {
	background: url("img/hovered_wettbewerbstage.jpg") no-repeat top left;
}

#downloads a {
	margin: 0px 0px 0px 1px;
	width: 96px;
	display: block;
	height: 85px;
}

#downloads a:hover {
	background: url("img/hovered_downloads.jpg") no-repeat top left;
}

#gbuch a {
	margin: 0px 0px 0px 1px;
	width: 89px;
	display: block;
	height: 85px;
}

#gbuch a:hover {
	background: url("img/hovered_gbuch.jpg") no-repeat top left;
}

#kontakt a {
	margin: 0px 0px 0px 1px;
	width: 80px;
	display: block;
	height: 85px;
}

#kontakt a:hover {
	background: url("img/hovered_kontakt.jpg") no-repeat top left;
}
