	 /* BASIC HTML*/
html{
overflow-y:scroll;
}
html,body{
height:100%;
width:100%;
/* min-width:1200px; */
font:80%  "Helvetica Neue","Bitstream Vera Sans",Arial,sans-serif; /* "Palatino Linotype", "Book Antiqua", Palatino, 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:#594917;
}
a:hover,a:focus{
color:#595959;  /* gray35  */
text-decoration:underline;
}

	
				/* LAYOUT */
.width60,.width70,.width80,.width90{
margin:0;
padding-left:0.5em;
}
.width60{
width:60%;
}
.width70{
width:70%;
}
.width80{
width:80%;
}
.width90{
width:90%;
}
.width60 p,.width70 p,.width80 p,.width90 p{
margin-top:1em;
}
.bold{
font-weight:900;
}
.kleineTekst{
font-size:85%;
}
.groteTekst{
font-size:150%;
}
.just{
text-align:justify;
}
.center{
text-align: center;
}
.insprong{
text-indent:2em;
}
.marge{
text-align:left;
margin:1em;
}
.caption{
font-size:75%;
margin-top:-1.2em;
float:right;
width:80%;
}
.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;
}
.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;
}
.clearfloat2{
height:2em;
font-size:2em;
}
.clearfloat3{
height:3em;
font-size:3em;
}
.clearfloat4{
height:4em;
font-size:4em;
}
.right{
text-align:right;
}
.right1{
text-align:right;
padding-right:1em;
}
.right2{
text-align:right;
padding-right:2em;
}
.right3{
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;
}
.more, .more2{
text-align:right;
width:100%;
padding-bottom:2em;
}
.more{
	border-bottom:1px solid #ccc;
}



		  /* KLEUR */
.taupe{
color:#8B7D6B;
}
.taupeband{
background-color:#8B7D6B;
color:#fff;
width:100%;
padding:0.3em;
margin-bottom:0.3em;
text-align:center;
}
.gold{
color:#594917;
}
.goldband{
background-color:#594917;
color:#fff;
width:100%;
padding:0.3em;
margin-bottom:0.3em;
}



		/*  AFSTANDEN  */
.margeV1{
  margin:1em 0;
}
.margeV2{
  margin:2em 0;
}
.margeV3{
  margin:3em 0;
}
.margeV4{
  margin:4em 0;
}
.margeV5{
  margin:5em 0;
}
.margeV6{
  margin:6em 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;
}
.indent {
	margin-left:1em;
	margin-bottom:-1em;
	line-height:1.1em;
	display:block;
}
.first{
	margin:4em 0 0 0;
}
img{
	margin:0.4em;
}

