@charset "UTF-8";
/* CSS Document */

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align: middle;
	background: #FAFAFA;
	line-height: 14px;
	border: 0;
}

.menu {
	color:#666;
	}
	
.menubold {
	color:#666;
	font-weight:bold;
	}	

.link {
	color:#999;
	}

.grijs {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
	
.linkgrijsdik {
	color:#CCC;
	font-weight:bold;
	}

.linkgrijsdun {
	color:#CCC;
	}

.datum {
	font-weight:bold;
}

.menupagina { 
	color:#666;
	line-height:18px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #666;
}

hrstyle {
	background-color:#000; 
	color:#000; 
}



#wrapper {
	margin: 50px auto 40px auto;
	width: 1005px;
	
}

#header {
	margin-bottom: 20px;
}

#header #title {
	text-align: center;
}

#header #title h1 {
	margin:0 auto;
	font: 0/0 a;
	text-shadow:none;
	color: transparent;
	width:307px;
	height:190px;
}



#content {
	float: left;
	clear: both;
	padding: 0px 0 20px 0;
	width: 100%;
	position:relative;
}
