html, body, #box {
	height: 101%;
	margin: 0px;
	padding: 0px;
	}

body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #c1bbb5;
	background: #39342e url(test/body_bg.jpg) repeat-x top;
}

#box {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: Black;
	border-left: 2px solid #39342e;
	border-right: 2px solid #39342e;
	min-height: 100%;
    height:2000px;
	
}
		
#kop {
	width:100%;
	height: 150px;
	background-image: url(test/kop_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 4px solid #C00;
	}
	

#inhoud {
	width:98%;
	padding: 1%;
		
	}
#kol1 {
	width: 200px;
	float:left;
	
	}

#kol2 {
	width:680;
	margin-left:230px;
	margin-right: 10px;
	}
	
#diashow {
	width:300px;
	height:200px;
	padding-right:10px;
	margin-top:20px;
	float: right;
	position: relative;
	overflow: hidden;
	background-color:#FF0000;
}



#diashow img {
	position: absolute;
	left: 0;
	top: 0;	
}	
	
#copyright {
	padding: 3px;
	width: 834px;
	text-align: center;
	font-size: 90%;
	position: center;
	left: 0;
	bottom: 0;
	border-top: 1px solid #39342e;
}


#.clear {
	clear: both;
	}
	
/* NAVIGATIE KNOPPEN*/

#kol1 {
	width: 180px;
	position: absolute;
	left: 12px;
	top: 213px;
}

#kol1 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#kol1 ul li a{
		padding: 4px;
		width: 172px;
		background-color: #39342E;
		color: #C1BBB5;
		text-decoration: none;
		display: block;
		margin-bottom: 2px;
		font-family: verdana;
			
		}
		
#kol1 ul li a:hover,
#kol1 ul li a.actief{
	color: #FFFF2A;
	background-color: #0000FF;
	
}

