body,html {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;

	font: 11px "tahoma", sans-serif;
}	

/* Hoofd container */
div#container {
	width: 819px;
	margin-left: auto;
	margin-right: auto;
}
		
	div#container div#linkerkant {
		width: 566px;
		height: 620px;
	}
	
		div#container div#linkerkant div#hoofdmenu {
			width: 566px;
			height: 90px;
	
			text-align: left;
			
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
			table.hoofdmenu td{
				vertical-align: top;
			}
		
		div#container div#linkerkant div#content {
			width: 566px;
			height: 530px;
			background-color: #fff;
		}
		
		table.video td{
				text-align: center;
				vertical-align: middle;
		}
		
	div#container div#rechterkant {
		width: 218px;
		height: 620px;
		margin-top: -620px;
		padding-left: 35px;
		float: right;
	}
	
		div#container div#rechterkant div#blog{
		height: 121px;
	}
	
		table.blog td.kop{
			color: #01aaef;
			font-weight: bold;
			font-size: 18px;
		}
		
		table.blog td.datum{
			color: #000;
			font-weight: bold;
		}
		
		table.blog td.footer{
			text-align: center;
		}
		
		table.blog td.up{
			text-align: right;
			vertical-align: bottom;
		}	
	
	div#container div#rechterkant div#projects{
	}
		
		table.projects td.new{
			color: #01aaef;
		}
		
		table.projects td{
				color: #b2b2b0;
				vertical-align: top;
		}
		
		table.projects td.link{
			text-align: center;
		}
		
		table.projects td.ending{
			vertical-align: middle;
		}	
		
		table.projects td.down{
			text-align: right;
		}			
	
	table.contact td.info{
		height: 25px;
		color: #000;
		font-weight: bold;
		vertical-align: middle;
	}
	
	table.contact td.bericht{
		color: #000;
		font-weight: bold;
		vertical-align: top;
	}

	table.contact td.state{
		color: #01aaef;
		font-weight: bold;
		vertical-align: top;
	}
		
	table.contact td.spacer{
		width: 25px;
	}
	
	a{
		color: #01aaef;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover{
		color: #000;
		text-decoration: underline;
		font-weight: bold;
	}
	
	a.plain	{
		color: #b2b2b0;
		font-weight: bold;
	}
					
	a.plain:hover {
		color: #000;
		text-decoration: underline;
		font-weight: bold;
	}
	
	a.clicked	{
		color: #000;
		font-weight: bold;
	}
					
	a.clicked:hover {
		color: #000;
		text-decoration: underline;
		font-weight: bold;
	}
	
	img{
		border: 0px;
	}
	
