html, body {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 0;	 
    /*height:100%;	*/
    text-align:left;
    /*width:881px;*/    
   
    background:url('../gfx/backgground.png') repeat;   
}

form { margin: 0.0em 0 }

textarea{
height: 10em;
width: 292px;
}

.textVeld{
width: 291px;
}

#page-container { 
  margin:    10px auto 0px auto;
  width:     841px;    
  /*height:100%;*/
 
  /*border: 1px solid;*/
} 

A:link {text-decoration: none;color:#009FD7;  }
A:visited {text-decoration: none;color:#009FD7;  }
A:hover {text-decoration: none;color:#009FD7;}
A:active {text-decoration: none;color:#009FD7;}

#opsom{
	color:#009FD7;
}


ul{
	list-style-type: square;		
	margin-left: 1.5em;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0em;
	padding:0;
	text-indent: 0em;
}

#opsom ul {	
	list-style-type: square;		
	margin-left: 1.5em;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0em;
	padding:0;
	text-indent: 0em;	
}
#opsom li{
	padding-left: 0em;
	text-indent: 0em;	
	margin-left: 0em;
}

.kop_grey{ 	
    font-size: 22px;
   /* font-weight: bold;  */
    color: #666666; 
   
}

.kop_grey_big{
	font-size: 32px;
    font-weight: bold; 
    color: #666666; 
}

.kop_blue{
	/*font-family: Arial, Verdana, Helvetica, Sans-serif;*/
    font-size: 22px;
    font-weight: bold;  
    color: #009FD7;  	
}

.kop_blue_big{
	 font-size: 32px;
    font-weight: bold;  
    color: #009FD7;  
}

.subkop_grey{
	font-size: 13px;
	font-weight: bold;  
    color: #898989; 
}

.subkop_blue{
	font-size: 12px;
	font-weight: bold;  
    color: #009FD7;
}

.bluefont{
	color:#009FD7;
}

A.selectie:link {text-decoration: none; color:#009FD7; }
A.selectie:visited {text-decoration: none; color:#009FD7; }
A.selectie:hover,
A.selectie:active {text-decoration: none; color:#009FD7; }

A.geenselectie:link {text-decoration: none; color:#666666; }
A.geenselectie:visited {text-decoration: none; color:#666666; }
A.geenselectie:hover,
A.geenselectie:active {text-decoration: none; color:#009FD7; }


.bluefont_bold{
	color:#009FD7;
	font-weight:bold;
}

#footer-text {

	position:relative;	
	float:left;
	/*margin-left:30px;*/	
	color: white;	
	size: 11px;
	height: 30px;
	top: 0px;
	padding-top: 4px;	
}





