body {
	background-color: #191919;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 0 10;
	font-size: 12px;
	color: #000000;
	height:100%;
}
#onzichtbaar {
	margin: 0px;
	padding: 0px;
	display: none;
}
#inhoud {
	width:960px;
	margin:0;
	float:left;
	background-color: #FFFFFF;
	background-image: url(images/images/2010_small_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}
#links1 {
	background-image: url(images/images/2010_small_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #191919;
}
#links2 {
	background-image: url(images/images/2010_small_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#rechts2 {
	background-image: url(images/images/2010_small_06.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #191919;
}
#rechts1 {
	background-image: url(images/images/2010_small_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#slide-panel {  
     height: 200px; /*HEIGHT OF HIDDEN SLIDE PANEL*/ 
    width: 350px; /*WIDTH OF HIDDEN SLIDE PANEL*/ 
     display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/ 
     border-right-width: 2px; /*ADDS RIGHT BORDER OF 2PX*/ 
     border-left-width: 2px; /*ADDS LEFT BORDER OF 2PK*/ 
     border-right-style: solid; /*MAKES RIGHT BORDER SOLID*/ 
     border-left-style: solid; /*MAKES LEFT BORDER SOLID*/ 
     border-right-color: #626262; /*RIGHT BORDER COLOR*/ 
     border-left-color: #626262; /*LEFT BORDER COLOR*/ 
     background-color: #949494; /*SLIDE PANEL BACKGROUND COLOR*/ 
     border-bottom-width: 2px; /*ADDS BOTTOM BORDER OF 2PX*/ 
     border-bottom-style: solid; /*MAKES BOTTOM BORDER SOLID*/ 
     border-bottom-color: #626262; /*BOTTOM BORDER COLOR*/ 
     opacity: .8; /*SETS SLIDE PANEL BACKGROUND'S OPACITY TO 80%*/ 
     margin: auto; /*CENTERS OUR SLIDE PANEL*/ 
 }  



 .slide {  
     margin: 0; /*NO MARGIN*/ 
     padding: 0; /*NO PADDING*/ 
    background-image: url(images/slide_button.png); /*ADDS OUR BUTTON IMAGE*/ 
     background-repeat: no-repeat; /*STOPS BUTTON FROM REPEATING*/ 
     background-position: center top; /*SETS BUTTON POSITION*/ 
}  

   

 .btn-slide {  
     text-align: center; /*ALIGNS TEXT CENTER*/ 
     width: 191px; /*BUTTON WIDTH*/ 
     height: 26px; /*BUTTON HEIGHT*/ 
    display: block; /*DISPLAY AS A BLOCK*/ 
    color: #fff; /*TEXT COLOR*/ 
     text-decoration: none; /*REMOVES UNDERSCORE FROM LINK*/ 
     font-family: Arial, Helvetica, sans-serif; /*FONT FAMILY*/ 
     font-weight: bold; /*TURNS TEXT BOLD*/ 
     font-size: 1em; /*FONT SIZE*/ 
     margin-right: auto; /*MARGIN AUTO*/ 
     margin-left: auto; /*MARGIN AUTO*/ 
    line-height: 22px; /*LINE HEIGHT OF BUTTON TEXT*/ 

 } 
 
.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 1px;
	color: #333333;
	border: 1px solid #666666;
	margin: auto;

}
.formfields_error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 1px;
	color: #000000;
	border: 1px solid #FF0000;
	margin: auto;
	font-weight: bold;
}
#td_inhoud {
	margin: 0px;
	right: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
input.btn{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	background-color:#fed;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fffffff',EndColorStr='#F00000');				margin: 0px;
	padding: 0px;
	border: 0px solid #FFFF00;
}
#a_inhoud:link {
	color: #000000;
	text-decoration: underline;
	font-style: oblique;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#a_inhoud:hover {
	color: #FF0000;
	text-decoration: underline;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: none;
	border-right: none;
	border-bottom: groove #FF0000;
	border-left: none;
}
#a_inhoud:active {
	color: #000000;
	text-decoration: none;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#a_inhoud:visited {
	color: #000000;
	text-decoration: none;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#th_home {
	padding: 7px;
	color: #000000;
	text-align: center;
	border: thin solid #FF0000;
}
#th_vragenlijst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1bf12;
	background-color: #CCCCCC;
}
