body {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #232323;
	color: white;
}

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { text-decoration: none; }

h1 {

	font-variant: small-caps;

	font-size: 1.6em;

}

h2 {
	
}

.clear {
	clear: both;
}

/* container die de website centreert */
.container {
	margin: 0 auto;
	width: 1000px;
}

.logo {
	float: left;
}

/* navigatie en subnavigatie */
.navigation {
	word-spacing: 20px;
	float: right;
	color: white;
	font-family: monospace;
	font-size: 1.1em;
	margin-top: 33px;
	margin-right: 130px; 
}

#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu li {
	float: left;
	margin: 0 0.3em;
}

#submenu li a {
	background-color: white;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}

/* de witte streep onder het logo en de navigatiebar */
.stripe {
	background-color:white; 
	height: 2px; 
	width: 1000px;
	margin-top: 2px;
}

/* het blauwe balkje onder het geselecteerde menu-item */
.nav_selector {
	background-color: #3333ff; 
	height: 100%;
}

/* content opmaak */
	.content_wrapper {
		border-bottom-color: white;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		font-size: 0.9em;
		width: 1000px;
		padding-bottom: 20px;
		margin-top: 4px;
	}
	
	.content_left {
		float: left;
		width: 640px;
		overflow: hidden;
	}
	
	.content_right {
		float: right;
		width: 350px;
		overflow: hidden;
		padding-top: 10px;
		margin-right: 10px;
	}
	
	/* nieuwsonderdeel opmaak */
	.news_item {
		margin:0 auto;
		font-family:monospace;
		border-left-color: white;
		border-bottom-color: white;
		border-left-style: dotted;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-left-width: 1px;
		margin-left:10px;
		font-size:0.9em;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-bottom: 10px;
		width:330px;
	}
	
	date {
		font-style: italic;
		color: gray;
	}
	/* einde nieuwsonderdeel opmaak */
	
	/* widget opmaak */
	.widget_wrapper {
	}
	
	.widget {
		float: left;
		background-color: #3333ff;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: white;
		font-size: 0.8em;
		padding: 5px;
		width: 160px;
	}
	/* einde widget opmaak */
	
	.footnote {
		font-family: monospace;
		font-size: 0.7em;
		margin-top: 5px;
		float:right;
		padding-bottom:10px;
	}
	
	/* opmaak fotogallery */
	#normal_container {
		margin:0 auto;
		text-align:center;
		padding-bottom:15px;
		padding-top:25px;
		background-color:#232323;
		width:650px;
	}
	
	#thumb_container {
		margin:0 auto;
		text-align:center;
		width:600px;
		height:75px;
		background-color:#232323;
	}
	/* eind van opmaak fotogallery */
/* einde content opmaak */

/* opmaak generieke cel */
.cell {
	float:left;
}
/* einde opmaak generieke cel */
