	 /* BASIC HTML*/
html{
overflow-y:scroll;
}
body{
height:100%;
width:100%;
font:67% "Helvetica Neue","Bitstream Vera Sans",Arial,sans-serif;
background-color:#fff;
text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color:#000;
}
a,a:visited{
text-decoration:none;
color:#464aa5;	/* nysnablauw  */
}
a:hover,a:focus{
color:#00008B;  /* darkblue(SVG)  */
text-decoration:underline;
}
img{
margin:0.4em;
}
.break{
white-space:nowrap;
padding-left:1.2em;
}
ul{
list-style-type:none;
display:block;
}
ul li{
text-indent:-1em;
margin-left:2em;
}

		  /* KLEUR */
.nysna{
color:#464aa5; 
}
.oog{
color:#8db4ec;
}

	
				/* LAYOUT */
.linkerbox{ 
position:relative;
float:left;
width:45%;
padding-right:1em;
text-align:left;
}
.rechterbox{
position:relative;
float:right;
width:45%;    /* foto mag maximaal 320px zijn */
padding-right:1em;
text-align:left;
}
.width50,.width60,.width70,.width80,.width85,.width90{
margin:0;
padding:0;
}
.width50{
width:50%;
}
.width60{
width:60%;
}
.width70{
width:70%;
}
.width80{
width:80%;
}
.width85{
width:85%;
}
.width90{
width:90%;
}
.width60 p,.width70 p,.width80 p,.width90 p{
margin-top:1em;
}
.bold{
font-weight:900;
}
.kleineTekst{
font-size:85%;
}
.just{
text-align:justify;
}
.center{
text-align:center;
}
.titel{
text-align: left;
font-size:100%;
font-weight:700;
color:#594917;
padding:1em 0;
}
.fltrgt{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin: 0 1em;
}
.fltlft{ /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clear{
clear:both;
}
.clearrgt{
clear:right;
}
.clearlft{
clear:left;
}
.clearfloat{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
.clearfloat1,.clearfloat2,.clearfloat3,.clearfloat4,.clearfloat5{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
font-size:1px;
}
.clearfloat1{
height:1em;
font-size:1em;
}
.clearfloat2{
height:2em;
font-size:2em;
}
.clearfloat3{
height:3em;
font-size:3em;
}
.clearfloat4{
height:4em;
font-size:4em;
}
.right{
text-align:right;
padding-right:3em;
}
.geheim{
visibility:hidden;	
}
.lijnBoven{
border-top:1px solid #ccc;
width:70%;
}
.lijnOnder{
border-bottom:1px solid #ccc;
width:70%;
padding-bottom:2em;
}



		/*  AFSTANDEN  */
.insprong{
text-indent:2em;
}
.indent1{
padding-left:1em;
/* display:block; */
}
.indent2{
margin-left:2em;
/*display:block;*/
}
.first{
	margin:4em 0 0 0;
}
.marge{
text-align:left;
margin:1em;
}
.margeV1{
  margin:1em 0;
}
.margeV2{
  margin:2em 0;
}
.margeV3{
  margin:3em 0;
}
.margeV4{
  margin:4em 0;
}
.margeV5{
  margin:5em 0;
}
.margeV6{
  margin:6em 0;
}
.margeV7{
  margin:7em 0;
}
.margeV8{
  margin:8em 0;
}
.margeV9{
  margin:9em 0;
}
.margeH1{
  margin:0 1em;
}
.margeH2{
  margin:0 2em;
}
.margeH3{
  margin:0 3em;
}
.margeH4{
  margin:0 4em;
}
.margeH5{
  margin:0 5em;
}
.margeH6{
  margin:0 6em;
}
.margeH7{
  margin:0 7em;
}
.margeH8{
  margin:0 8em;
}
.paddV1{
  padding:1em 0;
}
.paddV2{
  padding:2em 0;
}
.paddV3{
  padding:3em 0;
}
.paddV4{
  padding:4em 0;
}
.paddV5{
  padding:5em 0;
}
.paddV6{
  padding:6em 0;
}
.paddH1{
	padding:0 1em;
}
.paddH2{
	padding:0 2em;
}
.paddH3{
	padding:0 3em;
}
.paddH4{
	padding:0 4em;
}
.paddH5{
	padding:0 5em;
}
.paddH6{
	padding:0 6em;
}
.paddH7{
	padding:0 7em;
}
.paddH8{
	padding:0 8em;
}

