@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d7cece;
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #000000;
}
.oneColFixCtr #container {
	width: 962px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background: #FFFFFF;
	margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	border: 0px solid #000000;
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* vergeet niet dat onder padding (opvulling) wordt verstaan de ruimte binnen in het vak van het element div, terwijl margin (marge) betrekking heeft op de ruimte buiten het vak van het element div */
	position: relative;
}
#logo {
	position: absolute;
	height: 80px;
	left: 0px;
	top: 0px;
	width: 962px;
}
#menu {
	position: absolute;
	width: 962px;
	top: 80px;
	height: 28px;
}

#header {
	position: absolute;
	top: 108px;
	left: 0px;
	height: 281px;
	width: 962px;
}
#content-links {
	position: absolute;
	top: 389px;
	left: 0px;
	height: 377px;
	width: 388px;
}
#onderschrift {
	position: absolute;
	top: 770px;
	left: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55373D;
}
#realisatie {
	position: absolute;
	top: 770px;
	left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847679;
}
#realisatie a:link, #realisatie a:active, #realisatie a:visited{
	color: #847679;
	text-decoration:none;
}
#realisatie a:hover{
	color: #de1137;
	text-decoration: none;
}
#plattetekst {
	position: absolute;
	top: 430px;
	left: 450px;
	width: 450px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 50px;
	line-height: 20px;
	overflow: auto;
}
#button {
	position: absolute;
	top: 440px;
	left: 750px;
}
#menu-links {
	position: absolute;
	top: 241px;
	left: 56px;
	width: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 54px;
	height: 435px;
}
span.rood {
	color: #de1137;
}
span.oranje {
	color: #FF9900;
}

a:link {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #de1137;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}

#foto-links {
	position: absolute;
	top: 32px;
	left: 0px;
}
#foto-coaching {
	position: absolute;
}
#foto-vierkant {
	position: absolute;
	top: 405px;
	left: 55px;
}

#bijschrift {
	position: absolute;
	top: 401px;
	left: 106px;
	}
	
#bijschrift-coaching {
	position: absolute;
	top: 210px;
	left: 180px;
	}
	
#blauwdruk{
	position: absolute;
	top: 280px;
	left: 58px;
	width: 315px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #de1137;
	line-height: 20px;
	}
span.roodkop {
	color: #de1137;
	font-size: 24px;
	font-weight: 800;
	line-height: 40px;
}
img.aanmelden {
	float: right;
	margin: 0 0px 0px 12px
	}

	
