
		body{
			margin:0px;
			padding:0px;
			font-family:Verdana;
			font-size:12px;
		}
		
		h1{
			margin:0px;
			color:#ffc800;
			font-size:18px;
		}
		
		#page{
			background:url('afbeeldingen/wrapper-bg.png');
			width:99%;
			height:99%;
			background-repeat:no-repeat;
			background-position:center top;
		}

		#wrapper{
			width:979px;
			left:50%;
			margin-left:-489px;	
			position:relative;		
		}
		
		#header{
			background:url('afbeeldingen/header.png');			
			height:50px;		
			padding-top:120px;
			padding-left:25px;
		}
		
			#menu
			{			
				line-height:50px;
				color:white;		
			}
			
			#menu a
			{
				color:white;
				text-decoration:none;
			}
			
		
		#content-top
		{			
			background:url('afbeeldingen/content-top.png');
			height:192px;
		}
		
			#top-left-col
			{
				width:735px;
				float:left;
				height:162px;
			}
			
				#submenu{
					color:#575042;
					text-align:center;
					height:22px;
				}
				
				#submenu a{
					color:#575042;
					line-height:22px;
					text-decoration:none;
					font-size:11px;
				}
			
				#nieuws{
					height:85px;
					width:535px;
					margin-top:50px;
					margin-left:200px;
					color:white;
					font-size:13px;
				}	
				
				#nieuws a{
					color:white;
					text-decoration:none;
				}
				
				#nieuws a:hover{
					color:white;
					text-decoration:underline;
				}
				
			#hotlinks
			{				
				float:right;				
				width:218px;
				
				height:152px;
				padding-top:10px;
				
				margin-right:15px;
				
			}
			
				#hotlinks a
				{
					display:block;
					line-height:25px;
					text-decoration:none;
					color:white;
					margin-left:20px;
				}
				
			#belons
			{		
				height:25px;
				clear:both;
				margin-left:625px;
				float:left;
				width:325px;
				color:white;
				line-height:25px;
				text-align:center;
				font-weight:bold;
			}
		
		#content
		{			
			background:url('afbeeldingen/content.png');
			background-repeat:no-repeat;
			
		}
		
			#content-left
			{
				width:715px;
				margin-left:25px;
				float:left;
			}
			
			#content-right{
				width:200px;
				float:right;
				margin-right:25px;
				margin-bottom:10px;
			}
			
				#wistudat{
					height:175px;
					margin-bottom:15px;
				}
			
				#wistudat p{
					color:white;
				}
				
		#footer
		{			
			background:url('afbeeldingen/footer.png');
			background-repeat:no-repeat;
			height:119px;
		}
		
			#innerfooter
			{
				padding:10px 25px 10px 25px;
				font-size:9px;
				color:#424242;
			}
			
		#footer a{
			text-decoration:none;
			color:#424242;
		}
		
		#footer a:hover{
			text-decoration:underline;
			color:#424242;
		}
		
		#footer p
		{
			margin:0px;
		}
		
		.clear
		{
			clear:both;
		}




