﻿body,html {
	margin-top:				10px;
	margin-bottom: 			20px;
	background-color: 		#7A7A7A; 
	font-size:				10pt;
	font-family:			Arial;
	}
	
h1 {
	font-size: 				12px;
	font-weight: 			bold;
	}

h2 {
	font-size: 				11px;
	font-weight:			bold;
	}

h3 {
	font-size: 				12px;
	font-weight: 			bold;
	font-style: 			italic;
	}

h4 {
	font-size: 				14px;
	font-weight: 			bold;
	}

a {
	text-decoration: 		underline;
	color: 					#000000;
	}

a:hover {
	color: 					#FFFFFF;
	text-decoration: 		none;
	}


/* Positionering menu */
.menu {
	position: 					relative; 
	margin: 					0px auto; 
	width: 						800px; 
	}

/* BOX VOOR LOGO */
.boxlogo { 
	position: 					relative; 
	margin: 					0px auto; 
	width: 						800px; 
	background: 				#000000; 
	}
.boxlogotop { 
	background:					url(../images/ne.gif) no-repeat top right; 
	}
.boxlogotop div { 
	font-size: 					0;
	height: 					15px; 
	background: 				url(../images/nw.gif) no-repeat top left; 
	}
.boxlogobottom { 
	background: 				url(../images/se.gif) no-repeat bottom right; 
	}
.boxlogobottom div { 
	font-size: 					0;
	height: 					15px; 
	background: 				url(../images/sw.gif) no-repeat bottom left; 
	}
.boxlogocontent {
	padding: 					0px 15px 0px 15px;
	}


/* BOX VOOR INHOUD */
.boxinhoud { 
	position: 					relative; 
	margin: 					0px auto; 
	width: 						800px; 
	background: 				#CCCCCC; 
	}
.boxinhoudtop { 
  	background: 				url(../images/ne_grijs.gif) no-repeat top right; 
	}
.boxinhoudtop div { 
	font-size:					0;
	height: 					8px; 
	background: 				url(../images/nw_grijs.gif) no-repeat top left; 
	}
.boxinhoudbottom { 
	background: 				url(../images/se_grijs.gif) no-repeat bottom right; 
	}
.boxinhoudbottom div { 
	font-size: 					0;
	height: 					8px; 
	background:					url(../images/sw_grijs.gif) no-repeat bottom left; 
	}
.boxinhoudcontent {
	padding: 					0px 10px 0px 5px;
	}


