 /*----- STRUCTUUR -----*/            

body {
	background-color:#FF9933;
	background-image: url(../pics/agrond.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
	padding:0;
	margin:0;
	border:0;
}

#description {
	display:none;
	visibility:hidden; }
	
#wrapper { 
	background-color:#FFFFFF;
	text-align: left;
	padding: 0;
    margin: auto;
	width: 650px;
	height:100%;
}	

#header {
	padding: 0;
	margin:0;
	position:fixed;
	overflow:hidden;
	width:650px;
	height:142px;
	top:0;
	border-top: 17px solid #F93;
}

#content {
	padding:0;
	width:650px;
	height:100%;
	margin:150px 0 0 0; 
}

#incontent {
	background-color:#FFFFFF;
    width:450px;
    height:auto;
	padding:0 0 50px 0;
	margin:0 30px 0 180px; 
}

#menu {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	border:0;
    width:150px;
	position:fixed;
	overflow:hidden;  
	top:142px; 
}
	
#inmenu {
	padding:10px 0 0 20px;
	margin:0; 
}
	
#footer {
	background-color: #FF9933;
	overflow:hidden;
	width:650px;
	height:55px;
	position:fixed;
	bottom:0;
	border-top: 3px solid #FF9933;
}

#infooter {
	padding: 5px 0 0 0;
	margin: 0;
}

#wit {
	height: 30px;
}
	
