/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Standaardregels
* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin:0px;
	padding:0px;
	
	width:100%;
	height:100%;
	min-height:100%;
	
	position:absolute;
	
	text-align:center; /* Centreer in IE <= 6 */
	
	background-color:#FFFFFF;
	background-image:url(/html/layout/images/system/background.jpg);
	background-repeat:repeat-x;
	
	/* Zorg ervoor dat de verticale scrollbars in firefox altijd getoond worden */
	overflow: -moz-scrollbars-vertical;
	
	/* Zorg dat er nooit een horizontale scrollbar komt overflow-x: hidden;*/
}

div {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;	
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

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

/* Om in IE <= 6 de volledige breedte af te dwingen.. deze div bevat steeds een image */
.empty {
	margin:0px;
	padding:0px;
	height:1px;
	position:relative;
	float:left;
}

.blindsurfer {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	de opbouw van alle pagina's
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#container {
	padding:0px;	
	margin:auto; /* Centreer in alle browsers, behalve IE <= 6 */
	
	width:900px;
	
	height:100%; /* Hoogte enkel voor IE <= 6 */
	min-height:100%;
	
	background-color:#FFFFFF;
	
	border-left:1px solid #C5C5C5;
	border-right:1px solid #C5C5C5;
	
	text-align:left; /* Door text-align:center; van IE <= 6 moet nu alles links uitgelijnd worden */
}

/* Hoogte voor alle andere browsers dan IE <= 6
		Alle browsers van IE <= 6 slaan dit over */
body>#container{
	height:auto;
}	 

#container .footer {
	margin:0px;
	padding:0px;
	height:14px;
}

#logoRow {
	margin:0px;
	padding:0px;
	
	position:relative;
	
	width:900px;
	height:70px;
	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Navitatie
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#navigationRow {
	margin:0px;
	padding:0px;

	position:relative;

	width:900px;
	height:21px;
	
	text-align:right;
}
#navigationRow .items {
	margin:0px;
	padding:0px;

	position:absolute;

	top:3px;
	left:0px;
	height:15px;
	width:876px;
	
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigationRow .items a {
	color:#FFFFFF;
	text-decoration:none;
}
#navigationRow .items a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#navigationRow .items .selected {
	color:#FFFFFF;
	font-weight:bold;
}
#navigationRow .items .selected:hover {
	color:#FFFFFF;
	text-decoration:none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Opbouw van de detailpagina's
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content {
	background-color:#FFFFFF;
	background-image:url(/html/layout/images/system/background_page.jpg);
	background-repeat:repeat-x;
	background-position:top;

	top:20px;
	margin-bottom:20px;
	left:24px;

	position:relative;

	width:848px;
	
	height:531px;
	min-height:531px;
	
	border:2px solid #E0DEDE;
}

/* Hoogte voor alle andere browsers dan IE <= 6
		Alle browsers van IE <= 6 slaan dit over */
#container>#content {
	height:auto;
}

#container .footer {
	height:30px;
	clear:both; /* zorg dat het submenu, de inhoud enz binnen de content-layer blijven */
}

/** textcontainer is 1 kolom en spreid zich over de volledige ruimte (er is dus geen 3e kolom) **/
#textcontainer {
	position:relative;
	float:left;
	left:20px; 
	margin-right:10px;
	margin-top:10px;
	width:653px;
	
}

/** textcontainer_center is de textcontainer naast het submenu (en er is plaats voor textcontainer_right) **/
#textcontainer_center {
	position:relative;
	float:left;
	left:20px; 
	margin-right:20px;
	margin-top:10px;
	width:374px;
}

/** textcontainer_right is de textcontainer naast textcontainer_center **/
#textcontainer_right {
	position:relative;
	float:left;
	left:20px;
	margin-top:10px;
	width:261px;
}

/** Verschillende tekstopmaken die gebruikt worden in de textcontainer_center en textcontainer_right **/
.textcontainer_pagetitle {
	width:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#454545;
	
}
.textcontainer_title {
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
}
.textcontainer_title_text {
	position:relative;
	float:left;
	margin-top:5px;
	margin-bottom:5px;


	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.textcontainer_foto_left {	
	position:relative;
	float:left;
	vertical-align:text-top;
	
	margin:0px;
	margin-right:10px;

	border:2px solid #E0DEDE;
}

.textcontainer_foto_right {	
	position:relative;
	float:right;
	vertical-align:text-top;
	
	margin:0px;
	margin-left:10px;
	
	border:2px solid #E0DEDE;
}