#pagewrap{ 
	background: url(../img/header_border.jpg) no-repeat top center;
}

#wrap {
	background: url(../img/body.jpg) center top repeat-y;
}

#top {
	background: url(../img/header_border.jpg) no-repeat top center;
}


#footer {
	background: none;
	padding: 0;
}
#footerLinks {
	background: url(../img/bottom.jpg) center bottom no-repeat;
	height: 62px;
	padding: 64px 0 0 0;
}
/* IE 6 */
* html #main {
	padding: 0 35px;
}

/*select*/
div.selection{
	overflow: hidden;
	position: relative;
}
div.selection ul {
	list-style: none;
	width: 880px;
	margin: 0;
	padding: 0;
}

div.selection li {
	float: left;
}

div.selection a{
	position : relative;
	float : left;
	overflow : hidden;
	height : 0;
	padding-top : 230px ;
	margin-right: 20px;
	width : 200px;
}

div.selection a.foot {
	background : url(../img/select_foot.jpg) no-repeat 0 0;
}
div.selection a.tennis {
	background : url(../img/select_tennis.jpg) no-repeat 0 0;
}
div.selection a.ttennis {
	background : url(../img/select_tischtennis.jpg) no-repeat 0 0;
}
div.selection a.turnen {
	background : url(../img/select_turnen.jpg) no-repeat 0 0;
}

div.selection a:hover {
	background-position: 0 -243px;
}