/* Het centreren van de complete pagina. 
mijn hoofd div (container) zet ik straks weer op links uitlijnen zodat alles weer normaal uitlijnt binnen deze gecentreerde div */

html, body {
	text-align: center;
	margin: 0px;
	background-color: #e3e4e4;
	background-image: url(images/achtergrond.jpg);
	background-repeat: repeat-x;
	/* height: 100%; */
	font-family: tahome,verdana,sans-serif;
	font-size: 0.9em;
}

a:link {
	color: #fa6720;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
} 

a:visited {
	color: #fa6720;
	text-decoration: none;
} 
img {
	border-style: none;
}

/* ---------- !!! ALLE OPMAAK VOOR DE DIVERSION BLOKKEN !!! ---------- */


/* mijn container. hierin komen alle onderdelen van de site. deze bepaalt de breedte en gebruik ik om de rest te positioneren. */

div#container {
	margin: 0 auto 0 auto;
	width: 870PX;
	text-align: left;
}

div#contentbox {
	background-color: #FFFFFF;
	background-image: url(images/achtergrond-contentbox.jpg);
	background-repeat: no-repeat;
	float: left;
/*	background-image: url(images/achtergrond-contentrechts.jpg); */
/* 	background-repeat: no-repeat; */
/*	background-position: top right; */
	width: 100%;
}

/* opmaak van de site navigatie boven in beeld */

div#top {
	background-image: url(images/achtergrond-top.jpg);
	height: 120px;	
}


/* site navigatie menubalk */

div#nav {
	background-image: url(images/nav-leftcorner.jpg);
	background-repeat:no-repeat;
	background-color: #e2e3e4;
	float: left;
	width: 862px;
	height: 30px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
} 

#nav li {
	float: left;
	margin: 0 0.7em;
	/* for IE 6 */
	display: inline;	
} 

#nav li a {
	font-family: verdana,arial,sans-serif;
	font-size: 1.15em;
	height: 2em;
	line-height: 2em;
	float: left;
	color: #f85100;
	text-decoration: none;

} 

#nav li a:hover {
	color: #5f809c;
} 


/* Hide from IE5-Mac, zorgt dat ze niet gaan stapelen in IE5\*/
#nav li a
{
float: none;
}
/* End hide */ 


div#navrechts {
	background-image: url(images/nav-rightcorner.jpg);
	background-repeat:no-repeat;
	background-color: #e2e3e4;
	float: left;
	width: 8px;
	height: 30px;
	
}

/* einde: site navigatie menubalk */


div#headerlinks {
	background-color: #699ac6;
	background-image: url(images/header-links.jpg);
	float: left;
	/* position: relative; */
	height: 190px;
	width: 605px;
	padding-left: 5px;
}


div#headerrechts {
	background-color: #333333;
	background-image: url(images/header-rechts.jpg);
	float: left;
	/* position: relative; */
	height: 190px;
	width: 260px;
}


div#contentlinks {
	/* background-image: url(images/achtergrond-contentlinks.jpg); */
	/* background-repeat: no-repeat; */
	background-color: #FFFFFF;
	float: left;
	margin-left: 5px;
	padding: 20px 20px 20px 20px;
	width: 565px;
	height: 100%;
	/* for IE 6 */
	display: inline;
}

div#contentrechts {
	height: 100%;
	width: 235px;	
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	float: left;
	position: relative;
	
}

div#footer {
	/* clear: both; */
	float: left;
	background-image: url(images/achtergrond-footer.jpg);
	background-repeat: no-repeat;
	background-color: #699ac6;
	width: 865px;
	height: 40px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}

#footer ul {
	list-style: none;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	/* padding-left: 200px; */
	/* for IE 6 */
	display: inline;
} 

#footer li {
	/* float: left; */
	margin: 0 0.5em;
	/* for IE 6 */
	display: inline;

} 

#footer li a {
	/* float: left; */
	color: #FFFFFF;
	text-decoration: none;

} 

#footer li a:hover {
	text-decoration: underline;
} 

#footer2 {
	font-size: 0.8em;
	color: #112233;
	text-align: right;
}

#footer2  a:link {
	font-size: 0.8em;
	font-color: #000000;
	text-decoration: none;
}

/* classes voor de ronde hoekjes */

/* grijze afgeronden hoekjes */

.gr-lb {background: url(images/gr-corner-lb.jpg) 0 100% no-repeat #e2e3e4; width: 235px} 
.gr-rb {background: url(images/gr-corner-rb.jpg) 100% 100% no-repeat} 
.gr-lt {background: url(images/gr-corner-lt.jpg) 0 0 no-repeat} 
.gr-rt {background: url(images/gr-corner-rt.jpg) 100% 0 no-repeat; padding: 5px 10px 5px 10px; font-size: 0.9em} 
.gr-rt H3 {display: inline; font-weight: bold; font-size: 1em; line-height: 150%;}
.clear {font-size: 1px; height: 1px}

/* blauwe afgeronden hoekjes */

.bl-lb {background: url(images/bl-corner-lb.jpg) 0 100% no-repeat #699ac6; width: 235px;} 
.bl-rb {background: url(images/bl-corner-rb.jpg) 100% 100% no-repeat} 
.bl-lt {background: url(images/bl-corner-lt.jpg) 0 0 no-repeat} 
.bl-rt {background: url(images/bl-corner-rt.jpg) 100% 0 no-repeat; padding: 10px; font-size: 0.9em; color: #FFFFFF;} 
.bl-rt H3 {display: inline; font-weight: bold; font-size: 1em; line-height: 150%;}
.clear {font-size: 1px; height: 1px}

/* grijze afgeronden hoekjes voor reacties */

.reactie-gr-lb {background: url(images/reactie-gr-corner-lb.jpg) 0 100% no-repeat #f8f9f9; width: 545px} 
.reactie-gr-rb {background: url(images/reactie-gr-corner-rb.jpg) 100% 100% no-repeat} 
.reactie-gr-lt {background: url(images/reactie-gr-corner-lt.jpg) 0 0 no-repeat} 
.reactie-gr-rt {background: url(images/reactie-gr-corner-rt.jpg) 100% 0 no-repeat; min-height: 100px; padding: 5px 10px 5px 10px; font-size: 0.9em} 
.reactie-gr-rt H3 {display: inline; font-weight: bold; font-size: 1em; line-height: 150%;}
.clear {font-size: 1px; height: 1px}

/* foto rechts uitlijnen in afgeronde box */

.pic-align-right { float:right; margin: 0 0 5px 5px;}
.pic-align-left { float:left; margin: 0 15px 5px 0; }
.frame { padding: 5px; border: 1px solid #699ac6; } 


/* einde: classes voor de ronde hoekjes */

/* verdere opmaak item */

.bl-rt ul {
	padding-left: 35px;
	margin-left: 35px;
	
}


/* ---------- !!! ALLE OPMAAK VOOR SITE ONDERDELEN !!! ---------- */

H1 {
	font-size: 1.2em;
	color: #3d3d3d;
}


H2 {
	font-size: 1em;
	color: #3d3d3d;
}

.formbutton {
    	outline: none;
	border: none;
	cursor : pointer;
    	width: 126px;
	height: 28px;
    	background: url('images/knop-vraag-proefles-aan.jpg') no-repeat top left;
}
.cursor {
	cursor : pointer;
}

.naamleerling {
	color: #f95c10;
}
.linkpartners {
	color: #7A7A7A;
}

.linkpartners a:link {
	color: #7A7A7A;
	text-decoration: none;
}

.linkpartners a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
