* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color: white;
	background: url(../images/background.jpg) no-repeat top center;
}

/* CONTENT */
#content {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
	/* LEFT COLUMN */
	#content #leftColumn {
		position: relative;
		width: 595px;
		height: 600px;
		float: left;
	}
		#content #logo {
			position: absolute;
			top: 0;
			left: 0;
		}
		#content #leftColumn #clickableArea {
			width: 136px;
			height: 470px;
			position: absolute;
			top: 100px;
			margin-left: 340px;
		}



	#content .leftColumn_home {
		background: url(../images/back_home.jpg) no-repeat top right;
	}
	#content .leftColumn_contact {
		background: url(../images/back_contact.jpg) no-repeat top right;
	}
	#content .leftColumn_sitemap {
		background: url(../images/back_sitemap.jpg) no-repeat top right;
	}
	#content .leftColumn_career {
		background: url(../images/back_career.jpg) no-repeat top right;
	}
	#content .leftColumn_performance {
		background: url(../images/back_performance.jpg) no-repeat top right;
	}
	#content .leftColumn_coaches {
		background: url(../images/back_coaches.jpg) no-repeat top right;
	}
	#content .leftColumn_tarieven {
		background: url(../images/back_tarieven.jpg) no-repeat top right;
	}
	#content .leftColumn_organisatie {
		background: url(../images/back_organisatie.jpg) no-repeat top right;
	}


	/* RIGTH COLUMN */
	#content #rigthColumn {
		width: 360px;
		float: right;
		margin-top: 78px;
	}
		#content #rigthColumn p {
			margin: 18px 0 0 0;
			text-align: justify;
			line-height: 20px;
		}
		#content #rigthColumn p.contact {
			margin: 0 0 10px 0;
		}
		#content #rigthColumn img {
			margin-bottom: 5px;
		}
	
		#content #rigthColumn .homepageLinks {
			width: 360px;
			height: 45px;
			border: solid 1px gray;
			border-bottom: none;
			font-family: Arial;
			text-align: left;
		}
			#content #rigthColumn .homepageLinks img {
				float: none;
			}
			#content #rigthColumn .homepageLinks a {
				float: right;
				margin: 15px 7px 0 0;
				font-size: 90%;
			}
			#content #rigthColumn #homepageLinksLast {
				border: solid 1px gray;
				margin-bottom: 15px;
				font-family: Arial;
			}

			#content #rigthColumn #masInfo {
				background: url(../images/arrow.jpg) no-repeat center right;
				padding-right: 34px;
				line-height: 20px;
				color: #e2001a;
			}

			div#content div#rigthColumn img#coachesTitle {
				margin-top: 35px;
				margin-bottom: 10px;
			}

			#content #rigthColumn #coachcolumns ul {
				float: left;
				width: 180px;
			}
			#content #rigthColumn ul {
				margin-left: 0;
				padding-left: 0;
				list-style: none;
				margin-bottom: 15px;
			}
				#content #rigthColumn ul li {
					margin-top: 7px;
					padding-left: 25px;
					background: url(../images/bullet_coaches.gif) 8px 5px no-repeat;
				}
					#content #rigthColumn ul li a:active, #content #rigthColumn ul li a:focus {
						font-weight: bold;
						color: black;
						text-decoration: none;
					}

					#content #rigthColumn ul li div.description {
						display: none;
						width: 340px;
						background: url(../images/coaches_floris_name.gif) no-repeat top left;
						padding-top: 12px;
						position: absolute;
						top: 371px;
						left: 191px;
					}
						
						
						#content #rigthColumn ul li div.description p {
							background-color: white;
							border: solid 1px #e0e0e0;
							padding: 12px 8px;
						}

			#content #rigthColumn ol {
				margin: 20px 0 10px 25px;
			}
				#content #rigthColumn ol li {
					margin-top: 7px;
					line-height: 20px;
				}
					#content #rigthColumn ol li a:active {
						font-weight: bold;
						color: black;
						text-decoration: none;
						
					}

			#content #rigthColumn table {
				width: 100%;
			}
			#content #rigthColumn table a {
				color: #e2001a;
			}

/* MENU */

#navigation {
	margin: 0 auto;
	width: 960px;
}
	#navigation #topMenu {
		position: absolute;
		top: 0;
		margin-left: 300px;
		background-color: #e2001a;
		font-family: Verdana;
	}
		#navigation #topMenu ul {
			list-style: none;
		}
			#navigation #topMenu ul li {
				float: left;
			}
				#navigation #topMenu ul li a {
					display: block;
					text-decoration: none;
					color: white;
					padding: 6px 21px 8px 15px;
					background: url(../images/bullet_top_menu.gif) no-repeat right center;
				}
				#navigation #topMenu ul li a:hover {
					text-decoration: underline;
				}				
				#navigation #topMenu ul li#last a {
					background: none;
				}

	#navigation #leftMenu {
		position: absolute;
		top: 185px;
		margin-left: 49px;
	}
		#navigation #leftMenu ul {
			list-style: none;
		}
			#navigation #leftMenu ul li a {
				display: block;
				padding: 6px 0;
			}


/* FOOTER */

#footer {
	background-color: #f7f7f7;
}
	#footer #centeredFooter {
		margin: 0 auto;
		width: 960px;
	}
		#footer #centeredFooter img {
			margin-left: 39px;
		}


.clear {
	overflow: hidden;
	height: 1px;
	clear: both;		
}
