@charset "utf-8";
/* CSS Document */

body {
	color:#1d1d1d;
	background-color:#ededed;
/*	background-image:url(afb/achtergrond.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;*/
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	text-align:center;
}

h2 {
	font-size:18px	
}

h1 {
	text-align:center;
	color:#3aaa35;
}

.green {
	color:#3aaa35;
}

.koptekst {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
		
}

#centerContainer {
	width: 800px;
	height: auto;
	margin: auto;	
}

#contentContainer {
	background-color:#f6f6f6;
	/*border:2px solid #3aaa35;*/
	-webkit-box-shadow:  0px 0px 20px 0px ;    
    box-shadow:  0px 0px 20px 0px ;
	text-align:center;
	
}

#contentMenu {
	background-color:#f6f6f6;
	width:200px;
	height:auto;
	margin-top:10px;
	/*border:2px solid #3aaa35;*/
	-webkit-box-shadow:  0px 0px 20px 0px ;    
    box-shadow:  0px 0px 20px 0px ;
	padding: 15px 15px 15px 15px;
	text-align:justify;
	float: left;
}

#contentHoofd {
	background-color:#f6f6f6;
	width:500px;
	height:auto;
	margin-top:10px;
	/*border:2px solid #3aaa35;*/
	-webkit-box-shadow:  0px 0px 20px 0px ;    
    box-shadow:  0px 0px 20px 0px ;
	padding: 1px 15px 1px 15px;
	text-align:justify;
	float: right;
}

.menuItem {
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	padding:10px 0px 10px 0px;
	font-size:18px;
}

.link {
	text-decoration:none;
	color:#1d1d1d;	
}

.link:hover {
	color:#3aaa35;
	font-size:20px;	
}

.paginaLink {
	text-decoration:none;
	color:#666;	
}

.paginaLink:hover {
	color:#1d1d1d;
	text-decoration:underline;
}

#main {
	margin: auto;
	margin-bottom: 20px;
	clear:both;
}
