@charset "UTF-8";

body {
	background-color: #ccc;
	font-family: Helvetica, Arial, Verdana, sans-serif;}

div#wrapper {
	border-radius: 20px;
	background: white;
	min-width: 778px;
	max-width: 1260px;
	margin: 10px auto; }

	div#wrapper div#container {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 15px; }
	
	
div#content {
	font-size: 0.8em;
	padding: 8px 60px 40px 60px;
	min-height: 430px; }
	
	div#content h2 {
		text-align: center;
		font-size:1.8em;
		color:#333;}

img.profiel {
	float: left;
	margin: 0px 80px 0px 20px;
	border: 2px solid #aaa;}

img.border {
	border: 2px solid #aaa;}
img.border:hover {
	border: 2px solid #6c6;}


	a.extern:link {
	color: #069;
	font-weight: normal;
	margin: 0px;
	text-decoration: none; }
	a.extern:hover {
	color: #069;
	font-weight: normal;
	margin: 0px;
	text-decoration: underline; }
	a.extern:visited {
	color: #069;
	font-weight: normal;
	margin: 0px;
	text-decoration: none; }
	a.extern:active {
	color: #069;
	font-weight: normal;
	margin: 0px;
	text-decoration: underline; }	


div#header {
	border-radius: 20px;
	min-width: 758px;
	max-width: 1260px;
	background: #333;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px; }
	
	div#header h1 {
		font-size: 3.0em;
		padding: 10px;
		margin: 0px; }
	
	
div#menu {
	min-width: 758px;
	max-width: 1260px;
	padding: 0px;
	text-align: center; }
	div#menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%; }
	div#menu li {
	list-style-type: none;
	display: inline;
	width: 100%; }


	div#menu a:link, a:visited {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #ccc;
	text-decoration: none; }
	div#menu a:hover, a:active {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #555;
	text-decoration: none; }

img.center {
	text-align: center;}
	tr.centreer, td.centreer {
	text-align: left;}
	
table.cmdj1, tr {
	padding:2px;}

th {
	color: #ccc;
	text-align: center;
	padding: 0px 10px 8px 10px;}
td {
	text-align: center;
	padding: 0px 10px 8px 10px;}


div#footer.groen {
	background: #6c6;}
div#footer.blauw {
	background: #9cf;}
div#footer.oranje {
	background: #fc6;}
div#footer {
	border-radius: 10px;
	background: #ddd;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	padding: 10px;
	color: #333; }
	div#footer a:link, a:visited {
		text-decoration:none;}
	div#footer a:hover, a:active {
		text-decoration:underline;}
