
BODY 
	{
	margin: 0px; 
	color: #000000;
	background: #00CCFF;
	}

.balk0
	{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	bottom: 0px;
	width: 40px;
	background-color: #FFFF33;
	-moz-box-sizing: border-box;
	}
	
.balk1
	{
	position: absolute;
	left: 40px;
	top: 0px;
	height: 100%;
	bottom: 0px;
	width: 30px;
	background-color: #3399FF;
	-moz-box-sizing: border-box;
	}

.balk2
	{
	position: absolute;
	left: 70px;
	top: 0px;
	height: 100%;
	bottom: 0px;
	width: 20px;
	background-color: #FF0000;
	-moz-box-sizing: border-box;
	}

.boxbruin
	{
	position: absolute; 
	font-family: garamond, times; 
	font-size: 10px; 
	font-weight: 100; 
	text-align: right;
	color: #333333;
	letter-spacing: 2px;
	top: 00px; 
	left: 90px;
	width: 680px;
	height: 50px;
	background-color: #CC9933;  
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 6px;
	-moz-box-sizing: border-box;
	}


.boxgroen
	{
	font-family: garamond, times; 
	font-size: 12px; 
	font-weight: 100; 
	text-align: right;
	color: black;
	letter-spacing: 2px;
	background-color: #00FF00;  
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 0px;
	-moz-box-sizing: border-box;
	}
	
.contentframe
	{
	position: absolute; 
	top: 70px; 
	left: 90px;
	-moz-box-sizing: border-box;
	}

.content
	{
	position: absolute; 
	font-family: garamond, times; 
	font-size: 12px; 
	font-weight: 100; 
	text-align: justify;
	color: #333333;
	letter-spacing: 2px;
	top: 0px; 
	left: 90px;
	width: 690px;
	height: 100%;
	background-color: #FFFFFF;  
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 170px;
	-moz-box-sizing: border-box;
	}
	
option
	{
	font-family: garamond, times; 
	font-size: 12px; 
	font-weight: 100; 
	}	
	
A	{
	font-family: garamond, times; 
	font-size: 12px; 
	text-decoration: none;
	color: black;
	}
	
A:hover 
	{ 
	text-decoration: underline; 
	}





