@charset "utf-8";
body {
	width:100%;
	height:100%;
	margin-top:0px;
	margin-left:0px;
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-x: hidden;
	overflow-y:scroll;
}
a:link,a:visited,a:active {
	font-weight: bold;
	color: #4A5677;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: bold;
}
.imgs {
	text-align:right;
	float:right;
	margin-top:-40px;
}
.imgs2 {
	margin-top:-150px;
	margin-left:600px;
}
.mailimg {
	text-align:center;
	margin-top:40px;
}
.bold {
	font-weight: bold;
}
.spaces {
	margin-bottom:40px;
}

/* Mijn foto */
.me {
	margin-top:70px;
}

/* DIV met de HEADER ( logo's / positie  ) */
.header {
	width:100%;
	/*height:78px;*/
	background-color:#FFFFFF;
	min-width:760px;
}
.headerleft {
	width:100%;
	height:100%;
	float:left;
	background:url(backgr/headertopleft.png);
	background-repeat:no-repeat;
}
.headerright {
	width:168px;
	height:100%;
	float:right;
	background:url(backgr/headertopright.png);
	background-repeat:no-repeat;
}

/* DIV met het MENU ( omvat het hele gebied => positie, blauwe achtergrond, ...  ) */
.menu {
	margin-top:78px;
	width:100%;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background:url(backgr/menubg.png);
	background-repeat:repeat-x;
	text-transform:uppercase;
	letter-spacing:0px;
	text-align:center;
}


/* .kwicks {list-style:none;padding:0;width:391px;margin:0 auto;} */
.kwicks {list-style:none;padding:0;width:651px;margin:0 auto;}
.kwick {float:left;width:130px;margin:0;padding:0;text-align:center;}
.kwick a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF;background:url(menu/bg5.jpg) repeat 0 0;}
.kwick a:hover, li a:focus, li a:active {background-position:-150px 0;}



/* DIV met de CONTENT ( omvat het hele gebied => positie, achtergrond, ... ) */
.content {
	background:url(backgr/content.png);
	background-repeat:repeat-y;
	width:817px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:20px;
}

/* DIV met de CONTENT ( omvat ENKEL de tekst ) */
.contenttext {
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
}

/* DIV met de FOOTER */
.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	background:url(backgr/footer.png);
	background-repeat:no-repeat;
	width:817px;
	margin:0 auto;
	padding-top:10px;
}

