html,body{
	margin:0;
	padding:0;
	min-height:100%;
	font-family: Courier;
	font-size: 2em;

#container{
	width: 100%;
	z-index:1;
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	background: white;
}

#crossslide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}
#content{
	width:100%;
	margin-top:0px;
	background-color: white;
	font-size: 1em;
	z-index:4;
	   }
#balk{
	width: 100%;
	background-image: url('../images/balk.png');
	z-index:5;
	background-color: transparent;
	position: absolute;
	}
	
	
#header{display: none;
	
}
#menuh{
	background:url("../images/topMenuImages.png") repeat-x;;
	width: 100%;
	height: 36px;
	margin-top:-36px ;
	position: relative;
	z-index:110;
	
}
/*
ul#navigation {
    float:left;
}
ul#navigation li {
    float:left;
    border:1px black solid;
    min-width:200px;
}
ul.sub_navigation {
    position:absolute;
    display:none;
    overflow: hidden;
}
ul.sub_navigation li {
    clear:both;
    margin-left: 9999px;
    float: left;
 }*/
/*.header_logo{
	position:absolute;
	width:235px;
	height: inherit;
	margin-left: 40px;
	color: white;
*/
#toplogo{
	width: 100%;
	height:63px;
	background-image: url('../images/toplogo.png');
	background-repeat: no-repeat;
	background-color: #fff;
	z-index:5;
	}
	
#payoff{display:none}
	
	#taal{
	width: 110px;
	height:33px;
	top:10px;
	position:absolute;
	z-index:10;
	}


table#content1{
	text-align: left;
	width:100%;
	margin-left:40px;
	margin-top:30px;
	}
#footer{
	width:100%;
	height: 50px;
	margin-top: 0px;
	position: relative;
	text-align:center;
	
}

.td_exmp{
	font-size:0.75em;
	font-style: italic;
	color: grey;
	 }
h2{/*hoofdkop*/
	font-size:41px;
	font-family: fertigo;
	color: #000;
border:0px;
margin:0px;
padding:0px;
	 }
/*tussenkop*/
h3{
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	font-family:Helvetica; 
	color: #868889;
	 }
h4{
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	font-family:Helvetica; 
	color: #868889;
	 }	 
p{/*hoofdinleiding*/
font-size:14px;
font-style:normal;
	font-family: helvetica;
	color: #353232;
}
/*copy tekst*/
p1{font-size:14px;
	font-style: normal;
	font-family: helvetica; 
	color: #353232;
	}
	
#bio_fot{
	position:absolute; 
	left:730px; 
	top:340px;
	border:1px;height: 301px;
	width: 100%;
	float: top right;
}

#prot_img{
	position:absolute; 
	left:730px; 
	top:430px;
	border:1px;height: 301px;
	width: 200px;
	float: top right;
}
/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

label
{
line-height:150%;
font-size:12px;
font-style:normal;
font-family: helvetica;
	color: #353232;
}

input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:150%;
  color : #000; 
  padding : 3px; 
  /*border : 1px solid #999;*/

}

input[type="text"]
{
  height:18px;
  width:220px;
}

#scaptcha
{
  width:60px;
  height:40px;
}

input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

textarea
{
  height:120px;
  width:220px;
}

input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;

 .container
{
   margin-top:0px;
   margin-bottom: 10px;
}

.error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}


.short_explanation
{
line-height:150%;
font-size:12px;
font-style:normal;
font-family: helvetica;
	color: #353232;
}

fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
fg_crdiv p
{
    display:none;
}