
/** BODY + SCREEN **/
		
		body{
			font-family:		Bitstream Vera Sans, arial;
			color:				#00316b;
			font-size:			12px;
			margin-left: 		0px;
			margin-top: 		0px;
			margin-right: 		0px;
			margin-bottom: 		0px;
			text-align: 		center;
			padding:			0px;
			line-height:		16px;
			background:		black url('../images/background.jpg');
			background-repeat: repeat-x;
			}
		
		img {
		border:0px;
		}
			
		#container{
			width:846px;
			height: auto;
			margin: 0px auto;
			border:0px solid red;
		
		}
		
		#top{
			width:846px;
			height:201px;
			border:0px solid green;
			background:	 url('../images/header.png');
		}
		
		
		#content_top{
			width:846px;
			overflow:hidden;
			height: auto;
			margin:auto;
			border:0px solid purple;
			background:	 url('../images/content.png');
			text-align:left;
		}
		
			
		#footer{
			width:846px;
			height:87px;
			border:0px solid yellow;
			background:	 url('../images/footer.png');
			color:#ffffff;
			word-spacing:5px;
			font-size:11px;
		}		
		

/** CONTENTVLAK  **/
		
		#content{
			width:315px;
			height:auto;
			margin: 0px 20px 0px 20px;
			border:0px solid red;
			float:left;
		}
		
		#content h1{
			color: #220e5f;
			font-size:16px;
			margin:0px 5px 5px 0px ;
		}
		
		#content h2{
			color: #220e5f;
			font-size:14px;
			margin:0px 5px 5px 0px ;
		}
		
		#content a, a:link, a:active, a.visited{
		color: red;
		font-size:12px;
		text-decoration:underline;
		}
		
		#content a:hover{
		color: green;
		text-decoration:none;
		}
		
		.padding{
		padding:20px 20px 50px 60px;
		
		}
		

		
/** CONTENT SUB **/

		#content_sub{
			width:515px;
			height:auto;
			margin: 0px 20px 0px 20px;
			border:0px solid red;
			float:left;
		}
		
		#content_sub h1{
			color: #220e5f;
			font-size:16px;
			margin:0px 5px 5px 0px ;
		}
		
		#content_sub h2{
			color: #220e5f;
			font-size:14px;
			margin:0px 5px 5px 0px ;
		}
		
		content_sub a, a:link, a:active, a.visited{
		color: red;
		font-size:12px;
		text-decoration:underline;
		}
		
		content_sub a:hover{
		color: green;
		text-decoration:none;
		}


/** NIEUWS **/
		
		#nieuws{
			width:175px;
			height:auto;
			margin:0px auto;
			border:1px solid #250f67;
			float:left;
			padding:10px 10px 10px 10px;
			margin-bottom:10px;
		}
		
		#nieuws h1{
		color: #220e5f;
		font-size:16px;
		margin:0px 5px 5px 0px ;
		}
		
		#nieuws a, a:link, a:active, a.visited{
		color: red;
		font-size:12px;
		text-decoration:underline;
		}
		
		#nieuws a:hover{
		color: green;
		text-decoration:none;
		}
		
		#nieuws ul{
		margin:10px 0px 10px 15px ;
		padding:0px 0px 0px 0px ;
		}
		
		#nieuws ul li{
		margin:10px 0px 0px 0px ;
		padding:0px 0px 0px 0px ;
		}
		
/** SPOTLIGHT **/		

		#spotlight{
			width:180px;
			height:auto;
			margin:0px auto;
			float:right;
			padding:10px 10px 10px 10px;
			border:1px solid #250f67;
			margin-bottom:10px;
		
		}
				
		#spotlight h1{
		color: #220e5f;
		font-size:16px;
		margin:0px 5px 5px 0px ;
		}
		
		#spotlight a, a:link, a:active, a.visited{
		color: red;
		font-size:12px;
		text-decoration:underline;
		}
		
		#spotlight a:hover{
		color: green;
		text-decoration:none;
		}
		
		#spotlight ul{
		margin:10px 0px 10px 15px ;
		padding:0px 0px 0px 0px ;
		}
		
		#spotlight ul li{
		margin:10px 0px 0px 0px ;
		padding:0px 0px 0px 0px ;
		}
		
		
		
	/* NAVIGATIE */
	
	#navlist{
		margin:0px 0px 0px 0px;
		padding:103px 0px 0px 220px;
		font-size:12px;
		}

	#navlist ul, #navlist li	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		font-weight:bold;
	}

	#navlist li a{
	margin-right:30px;
	font-size:12px;
	
	}
	
	#navlist a:link, #navlist a:visited	{
		display:block;
		float: left;
		color: #ffffff;
		padding: 7px;
		border:0px solid #fff;
		text-decoration:none;
		font-size:12px;
	}
	
	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover	{
		background: white;
		color: #c5c7ca;
		background:#cbc8d2;
		border:0px solid #000;
		text-decoration: none;
		font-size:12px;
	}
	
	#navlist a:hover { color: #250f67;font-weight:bold;font-size:12px; }	
		
	/** MENU 2 **/	

		#footer a, a:link, a:active, a.visited{
		color: #ffffff;
		font-size:11px;
		text-decoration:none;
		}
		
		#footer a:hover{
		color: #ffffff;
		text-decoration:underline;
		}
		
		
/* FOTOALBUM  */

ul.projects {
	list-style:			none;
	margin: 			0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
}

ul.projects li {
	float:				left;
	padding:			5px 5px 0px 0px;
}

ul.projects li a {
	display:			block;
	border:				0px;
	margin: 			0px 0px 0px 0px;
}

ul.projects li a:hover {
	display:			block;
	border:				0px;
}

ul.projects li img {
	border:				0px;
}

