@charset "UTF-8";
/* CSS Document */

body{
    font-family:"Candara";
	font-size:16px;
	text-align:justify;
	line-height:120%;	
}

.witruimte {
	line-height:150%;		
}
.witruimte2 {
	line-height:120%;		
}
.letter_spacing {
	letter-spacing:2px;
}

li {
	list-style-position:inside; /* to make it appear uniform across browsers*/
}

li.donker H2 { margin-left:-5px;}

#WRAPPER{
    min-height:860px;  
    background-color:#FFFFFF;
	margin:			0 auto;  /* center */	
	margin-top: 10px;
}


#logo {
	margin-left: auto;
 	margin-right: auto;
	width:230px;
}
#img {
	margin-left: auto;
 	margin-right: auto;
	width:250px;
}
#img2 {
	margin-left: auto;
 	margin-right: auto;
	width:250px;
	float: right;
}

/* MENU */
nav {
	float:			right;
	height:			35px;
	margin-top:	20px;
	margin-right:  20px;
	width:100%;
}

 	nav li {
  		/* Positie */
		position: 			relative;
		float:				right;
		/* Opmaak */  
		list-style: 		none;
		text-align:		center;
		/* Afmetingen */
	}
	
  	nav li a {
		/* Opmaak */ 
		text-decoration:	none;
		color:				#FFFFFF;
		vertical-align:	top; 	  
		font-size:			28px;
       font-family:"BigNoodle";
	   letter-spacing:3px;
		display:			block;
	   	height:				20px;;
		width:				215px;
		padding:14px 10px 4px 10px;
 	}
	
	nav li a:hover {
		background-color:#004c6c;
	}
	
/* Default kleuren */	
.a_licht {	
	background-color:#93becc;
}
.licht {
	color:#93becc;
}
li.licht {
	list-style:square;	
	font-size:16px;
	list-style-position:inside; /* to make it appear uniform across browsers*/
}

.a_donker {
	background-color:#004c6c;
}
.donker {
	color:#004c6c;
}
a.donker {
	text-decoration:none;
	color:#004c6c;	
}
li.donker {
	list-style:square;	
	font-size:24px;
	list-style-position:inside; /* to make it appear uniform across browsers*/
}

.body {
	margin-top: 40px;	
	/*min-height:500px;*/
}

table {
	width:100%;
	height:260px;	
}

.uppercase {text-transform:uppercase;}

.border {border:#93becc solid 2px;}

/* TITELS */

H1 {
    font-family:"BigNoodle";
	font-size:24px;
	display:inline;
	letter-spacing:1px;
	font-weight: normal;
	font-style: normal;
}

H2{
    font-family:"BigNoodle";    
	font-size:22px;
	display:inline;
	letter-spacing:1px;
	font-weight: normal;
	font-style: normal;
}

H3{
    font-family:"BigNoodle";
	font-size:18px;
	display:inline;
	font-weight: normal;
	font-style: normal;
	letter-spacing:1px;	
}

H4{
	font-family: "BigNoodle";
	font-size: 22px;
	display: inline;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	letter-spacing:1px;
}

H5{
    font-family:"BigNoodle";
	font-size:14px;
	display:inline;
	font-weight: normal;
	font-style: normal;	
	letter-spacing:1px;
}


.footer {
	margin-top:30px;
	float:left;
	width:100%; height:30px; bottom:20px; 	
}

#footer-text {
	margin-left:20px;
	float:left;
	color:#939393;
   font-size:14px;
}

.footer_tekst a {
	color:#939393;
   font-size:14px;
   text-decoration:none;
}



/*social media */
#sm_in{
	background-image:url(../images/in_g.png);
	width:27px;
	height:26px; 
	float:right;
	margin-right:5px;
    font-family:
}

#sm_tw{
	background-image:url(../images/tw_g.png) ;
	width:27px;
	height:26px; 
	float:right;
	margin-right:5px;
}

#sm_gp{
	background-image:url(../images/g_g.png);
	width:27px;
	height:26px; 
	float:right;
	margin-right:5px;
	}

#sm_fb{
	background-image:url(../images/fb_g.png) ;
	width:27px;
	height:26px; 
	float:right;
	margin-right:20px;
}

/*hover */
#sm_in:hover{
	background-image:url(../images/in_b.png);
	width:27px;
	height:26px; 
	float:right;
}

#sm_tw:hover{
	background-image:url(../images/tw_b.png) ;
	width:27px;
	height:26px; 
	float:right;
}

#sm_gp:hover{
	background-image:url(../images/g_b.png);
	width:27px;
	height:26px; 
	float:right;
	}

#sm_fb:hover{
	background-image:url(../images/fb_b.png) ;
	width:27px;
	height:26px; 
	float:right;
}
a.block { display: block; height: 100%; width:100%;}