* {margin: 0; padding: 0;}
img {border: 0;}
html {overflow-y: scroll;}

body {
	text-align: center;
	font: normal 62.5% Verdana, Arial, sans-serif; color: #006;
	background-color: #8585A3;}
	
	/* OPMAAK BODY */
	#body_00 { background-color: #8585A3; /*url(images/bgdblauw2.gif);*/}    /* home donkerblauw*/
	#body_10 { background-color: #9791C1; /*url(images/bgpaars.gif);*/}      /* coaching paars */ 
	#body_20 { background-color: #6685E0; /*url(images/bglblauw.gif);*/}     /* color coaching kobaltblauw */ 
	#body_30 { background-color: #66C2A3; /*url(images/bggroen.gif);*/}      /* training groen*/
	#body_40 { background-color: #66C2C2; /*url(images/bgturquoise.gif);*/}  /* matheaboogert turquoise*/ 
	#body_50 { background-color: #9791C1; /*url(images/bgpaars.gif);*/}      /* agenda paars */
	#body_60 { background-color: #6685E0; /*url(images/bglblauw.gif);*/}     /* nieuwsbrief kobaltblauw */
	#body_70 { background-color: #66C2A3; /*url(images/bggroen.gif);*/}      /* contact groen */
	#body_80 { background-color: #66C2C2; /*url(images/bgturquoise.gif);*/}  /* links turquoise */
	#body_90 { background-color: #8585A3; /*url(images/bglblauw.gif);*/}     /* kobaltblauw */


#wrapper /*#container*/ { 
	width: 980px; 
	background: url(images/bglblauw200x240.jpg) repeat-y top left;
	border: 2px solid #006; 
	text-align: left;
	margin: 20px auto;}
	
	/* OPMAAK #WRAPPER VOOR KLEUR CONTENT */ /* achtergrondkleur */
	#body_00 #wrapper { background-color: #D9D9E8;}	
	#body_10 #wrapper { background-color: #E5E4F0;} 
	#body_20 #wrapper { background-color: #D9E1F7;}
	#body_30 #wrapper { background-color: #D9F0E8;}  
	#body_40 #wrapper { background-color: #D9F0F0;}   
	#body_50 #wrapper { background-color: #E5E4F0;}
	#body_60 #wrapper { background-color: #D9E1F7; /*#FFF;*/}
	#body_70 #wrapper { background-color: #D9F0E8;}
	#body_80 #wrapper { background-color: #D9F0F0;}
	#body_90 #wrapper { background-color: #D9E1F7;}

/* #outer { background: url(bglblauw.jpg) repeat-y top left;}*/
 
#header {
	width: 980px; height: 120px;
	background: #7393C6 url(images/headerbg980.jpg);
	text-align: left;}
	
#balk {
	width: 980px; height: 30px;
	background-image: url(images/bgnav980.jpg);}
	
#nav {
	float: left; 
	width: 200px; top: 150px;} 

#content { 
	margin: 0 0 0 200px;
	/*position: relative;*/} 
	
#tekst { padding: 20px 30px 0 30px;}

/* OPMAAK HEADER */	
/*#header img.noprint { display: block;}*/   	
#header img.print { display: none;}  

#headerlinks { 
	float: left;
	width: 600px; height: 120px;
	top: 0px; left: 0px;
	z-index: 10;
	text-align: left;}
	
#headerlinks h1 { 
	font: bold 16px Verdana, Arial, Helvetica, sans-serif; color: #FFF; /*#0f1e44;*/
	text-align:left;
	margin-bottom: 18px; margin-top: 8px;
	padding: 10px 0 42px 30px;}
		
#headerlinks p {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #0F1E44;
	line-height: 130%;
	padding: 0 0 0 30px; margin-top: 0px;
	text-align: left;}	

#headerrechts { 
	float: right; 
	width: 250px; height: 120px;
	top: 0px; right: 0px;}

/* OPMAAK NAVIGATIE TOP IN DIV BALK */	
#navtop {
	width: 770px; height: 30px; padding-left: 210px;}
	
#navtop ul {
	list-style-type: none;
	padding-top: 5px;}	
	
#navtop li { 
	display: inline; 
	text-align: center;}	
	
#navtop li a:link, #navtop li a:visited {
	text-decoration: none;
    font: bold 1.4em Verdana, Arial, Helvetica, sans-serif; color: #FFF;
	text-align: center;	
	padding: 0px 21px;}	
	
#navtop li a:hover { color: #0FF;}

/* active links */
#body_50 li#nav_50 a, 				
#body_60 li#nav_60 a,
#body_70 li#nav_70 a, 
#body_80 li#nav_80 a, 
#body_90 li#nav_90 a { color: #0FF;}

/* NAVIGATIE LINKS */
#nav ul { 
	list-style-type: none; 
	margin-top: 0;
	width: 200px; height: 410px;}
	
#nav li { 
	display: inline;	
	width: 100%; height: 82px; }

#nav li a{
	display: block;
	padding: 32px 0 33px 32px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #FFF;
	text-decoration: none;
	text-align: left;}

/* links met achtergrondplaatjes */
#nav li#nav_00 a { background: url(images/dblauw200x82.jpg) no-repeat center left;}	
#nav li#nav_10 a { background: url(images/paars200x82.jpg) no-repeat center left;}
#nav li#nav_20 a { background: url(images/lblauw200x82.jpg) no-repeat center left;}
#nav li#nav_30 a { background: url(images/groen200x82.jpg) no-repeat center left;}
#nav li#nav_40 a { background: url(images/turquoise200x82.jpg) no-repeat center left;}
	
/* links bij mouse over */	
#nav li a:hover { color: #0FF;}		

/* active links */
#body_00 li#nav_00 a, 				
#body_10 li#nav_10 a,
#body_20 li#nav_20 a, 
#body_30 li#nav_30 a, 
#body_40 li#nav_40 a { color: #0FF;}

/* OPMAAK TEKST */
#tekst h1 {   
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif; color: #006;
	margin-bottom: 14px; margin-top: 0px;
	text-align:left; }	
	
#tekst h2 { 
	font: bold 1.2em/130% Verdana, Arial, Helvetica, sans-serif; color: #006;
	margin-bottom: 0; margin-top: 0;}
		
#tekst p {   
	text-align:left; 
	font: normal 1.2em/130% Verdana, Arial, Helvetica, sans-serif; color: #006;
	padding: 0 0 12px 0px;}	
	
#tekst .groen { color: #008000;}	
	
#tekst p.onderste {   
	text-align:left; 
	padding: 0;}
	
#tekst p.tekstprint { display: none;}  

#tekst a:link, #tekst a:visited { /*font-weight: bold;*/ color: #0000CC; text-decoration: none;}
#tekst a:hover { text-decoration: underline;}
		
#tekst ul {   
	text-align:left; 
	margin-left: 30px; margin-bottom: 12px;}	
	
#tekst ul.ondereenp {   
	text-align: left; 
	margin: -10px 0 12px 30px;}	
	
#tekst li {   
	text-align:left; 
	font: normal 1.2em/130% Verdana, Arial, Helvetica, sans-serif; color: #006;}	
	
#tekst img { /*plaatjes rechts van de tekst*/
	float: right; 
	margin: 0 30px 10px 30px;}
	
#tekst img.fltlft { 
	float: left; 
	margin: 0 30px 10px 0;}

#tekst table { margin-bottom: 12px;}	
		
#tekst td { padding: 2px;
	font: normal 1.2em /130% Verdana, Arial, sans-serif; color: #006;
	vertical-align: top;}
	
hr {
	border: none;
	background-color: #006;
	color: #006;
	height: 1px; 
	width: 50%;
	text-align: center;
	/*margin-bottom: 1.2em;*/
	margin: 1.5em auto 1.5em auto;}
	
/* NIEUWSBRIEF */
#archief {
	float: right;
	with: 160px;
	border: 1px solid #006;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 20px;}		
		
/* CONTACT */
#adres { 
 	float: left;
	width: 200px;
	margin-top: 30px;}
	
#adres img{ 
 	float: left; 
	margin: 0 20px 0 0;}
	
#adres table { 					
	border: none;}

#adres table td { 
	vertical-align: top;
	padding: 2px 8px 12px 0;
	font: normal 1.2em /130% Verdana, Arial, sans-serif; color: #006;}
	
#adres table td.icoon { 
	padding: 0px 8px 0px 0;
	font: normal 1.2em /130% Verdana, Arial, sans-serif; color: #006;}

#adres table td.icoon img { 
	margin: 0;}
	
#form {  
	float: right;
	width: 376px; 
	margin-top: 30px;}

form p {
	clear: left;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif; color: #006;
	margin-bottom: 0;}
	
form p.onderste { margin-bottom: 0;}
	
form p label {
	float: left;
	width: 120px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif; color: #006;}
	
input.txt {
	width: 220px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif; color: #006;
	background-color: #FFF;
	padding: 1px 0px; 
	border: 1px solid #006;}
	
input.submit {
	width: 220px;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; color: #006;
	background-color: #FFF;
	padding: 1px 0px;
	border: 1px solid #006;}
	
textarea {
	width: 220px; height: 34px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif; color: #006;
	background-color: #FFF;
	padding: 1px 0px;
	border: 1px solid #006;
	scrollbar-base-color: #FFF;
	scrollbar-track-color: #FFF; 
	scrollbar-face-color: #FFF; 
    scrollbar-arrow-color: #006;
    scrollbar-3dlight-color: #FFF;    
    scrollbar-highlight-color: #FFF;
    scrollbar-shadow-color: #FFF;
    scrollbar-darkshadow-color:#FFF;}	
	
.roodbold { font-weight: bold; color: #C30;}
.rood { color: #C30;} /* voor het verticale streepje, sterren. */

/* ALGEMEEN */	
.fltrt { float: right; margin-left: 8px;}

.fltlft { float: left; margin-right: 8px;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
	
/* OPMAAK #TEKST VOOR KLEUR CONTENT */ /* achtergrondkleur */
/*#body_00 #tekst { background: url(images/bgdblauw85.gif) repeat;} 
#body_10 #tekst { background: url(images/bgpaars85.gif) repeat;} 
#body_20 #tekst { background: url(images/bglblauw85.gif) repeat;}
#body_30 #tekst { background: url(images/bggroen85.gif) repeat;}  
#body_40 #tekst { background: url(images/bgturquoise85.gif) repeat;}   
#body_50 #tekst { background: url(images/bgpaars85.gif) repeat;}
#body_60 #tekst { background: url(images/bglblauw85.gif) repeat;}
#body_70 #tekst { background: url(images/bggroen85.gif) repeat;}
#body_80 #tekst { background: url(images/bgturquoise85.gif) repeat;}
#body_90 #tekst { background: url(images/bglblauw85.gif) repeat;}
*/

