@charset "utf-8";
/* CSS Document */



body {
	text-align:center;
	font-family:"verdana", Gadget, sans-serif;
	font-size:90%;
	line-height:110%;
	background-image:url(images/bg.jpg);
	margin:0px;
	padding:0px;
	z-index:1;
}


#wrapper {
	min-height:700px;
	height:auto;
	width:850px;
	margin:auto;
	padding:0px;
	text-align:center;
}

#header {
	background-image:url(images/header.png);
	height: 195px;
	width: 875px;
	display: block;
	margin:auto;
	padding:0px;

}

#footer {
	background-image:url(images/footer.png);
	height:72px;
	width: 875px;
	display:block;
	margin:auto;
	padding:0px;
}

#content_bg {
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	height:auto;
	width: 875px;
	margin:auto;
	padding:0px;
	margin-left:-4px;	
}


.content {
	background-image:url(images/back.png);
	background-repeat:repeat-y;	
	width:365px;
	height:auto;
	margin:auto;
	margin-left:200px;
	text-align:left;
	padding: 1px 20px 0px 40px;
}

.ctop{
	background-image:url(images/top.png);
	background-repeat:no-repeat;	
	display:block;	
	text-align:left;
	width:400px;
	height: 35px;
	padding: 0 20px 0 40px;
	margin:auto;
	margin-left:199px
}

.cbottom{
	background-image:url(images/bottom.png);
	background-repeat: no-repeat;
	width:431px;
	height: 35px;
	margin:auto;
	display:block;		
	margin-left:199px;
	width:400px;
	height: 35px;
	padding: 0 20px 0 40px;
	}

#menu {
	background-image: url(images/menu.png);
	background-repeat:no-repeat;
	height: 250px;
	width: 150px;
	text-align:left;
	padding:0px;
	padding-left:10px;
	padding-top: 25px;	
	margin:auto;
	float:left;
	margin-left:42px;
	line-height:200%;
	color:#333;
	z-index:999;
}

#menu a:visited, #menu a:link {
	text-decoration:none;
	color:#333;
}

body#home a#home,
body#mma a#mma,
body#locatie a#locatie,
body#benodigdheden a#benodigdheden,
body#tarieven a#tarieven,
body#media a#media,
body#contact a#contact,#menu a:hover, #menu a:active{
	padding-left:20px;
	background-image:url(images/menu_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000;
}


#coach {
	width: 250px;
	height: auto;
	margin:auto;
	padding:0px;
	float:right;
	margin-top: 5px;
}

.coach1, .coach2 {
	height:250px;
	width: 200px;
	margin: auto;
	padding-right: 35px;
	padding-bottom: 10px;
	text-align:left;
	display:block;
}

.coach1 {
	background-image:url(images/coach1.png);
	background-repeat:no-repeat;
}

.coach2 {
	background-image:url(images/coach2.png);
	background-repeat:no-repeat;
}

	
