/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	background-color:#CCC;
	color:#333333;
	margin:0px;
	background-image:url(../layout/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
}

h1{
	color:#666666;
	font-size:20px;
	font-stretch:narrower;
	margin-bottom:-6px;
	margin-top:-2px;
	letter-spacing:2px;
}

h2{
	color:#666666;
	font-size:16px;
	font-stretch:narrower;
	margin-bottom:-6px;
	margin-top:-2px;
	letter-spacing:2px;
}

h3{
	color:#666666;
	font-size:14px;
	font-stretch:narrower;
	margin-bottom:-6px;
	margin-top:-2px;
	letter-spacing:2px;
}

div.scherm{
	width:870px;
	height:694px;
	margin-left:auto;
	margin-right:auto;
	margin-top:57px;
	background-color:#FFF;	
	background-repeat:no-repeat;
}

div.navigatie{
	float:left;
	width:200px;
	min-height:450px;
	height:450px;
	padding-left:32px;
	padding-top:85px;
}

div.content{
	float:right;
	width:510px;
	height:624px;
	min-height:624px;
	margin-right:34px;
	margin-top:21px;
	padding-right:10px;
	overflow:auto;
}

a:link, a:active, a:visited, a:hover{
	text-decoration:underline;
	color:#666;
	font-weight:bold;
}

div.footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	font-size:10px;
	width:600px;
	text-align:center;
}
	
