body {
	text-align:left;
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#header{
	margin: 0 auto;
	background: url(images/header.jpg);
	width: 900px;
	height: 199px;
}

#footer{
	margin: 0 auto;
	background: url(images/footer.jpg);
	width: 900px;
	height: 92px;
}

#nav{
	width: 900px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
	padding:0;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 40px;
}

#nav ul li{
	height: 40px;
	float: left;
	}
	
#nav ul li a{
	height: 40px;
	display: block;
	text-indent: 9999px;
	overflow:hidden;
}

#nav ul li .nav_start{
	width: 239px;
	height: 40px;
	display: block;
	background: url(images/start.jpg)
}

#nav ul li .nav_end{
	width: 63px;
	height: 40px;
	display: block;
	background: url(images/end.jpg)
}
#nav ul li .home{
	width: 77px;
	background: url(images/nav_home.jpg)
}

#nav ul li .fitness{
	width: 80px;
	background: url(images/nav_fitness.jpg)
}

#nav ul li .contact{
	width: 262px;
	background: url(images/nav_contact.jpg)
}

#nav ul li .squash{
	width: 85px;
	background: url(images/nav_squash.jpg)
}

#nav ul li .tarieven{
	width: 94px;
	background: url(images/nav_tarieven.jpg)
}

#breadcrumbs{
	width: 800px;
	height: 18px;
	padding: 3px 20px 0 80px;;
	margin: 0 auto;
	background: url(images/breadcrumbs.jpg);
	color: #999999;
}

#breadcrumbs a{
	text-decoration: none;
	color: #999999;
	font-size: 13px;
}
#middle{
	width: 860px;
	margin: 0 auto;
	background: url(images/middle.jpg) repeat-y;;
	clear: both;
	padding: 0 20px;
	color: #FFFFFF;
}

#middle h1{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #ff0066;
	color: #ff0066;
	padding: 2px;
	font-size: 18px;
	float:left;
	margin: 10px 0 20px 55px;
}

.clear {
	clear: both;
}

.left{
	float:left;
	width: 200px;
	margin: 0 10px 0;
	display: inline;
	height: 300px;
}

.right{
	float:left;
	width: 600px;
	margin: 0;
	display: inline;
}

.left_home{
	margin: 0 0 0 200px;
}

p{
	margin: 0 0 0 10px;
}

a {color: #fff}

td {width: 33%; border-bottom: 1px solid #a5a7ac; padding: 5px 0;}
th {width: 33%; border-bottom: 2px solid #ccc; padding: 20px 0 5px;}
tr:hover td{ background: #898a8e}
.none:hover td{background:none;}
.none{border-bottom: 0;}

