body {
	background-color: #EDEDED;
	text-align: center; /* for IE */
	margin-top:70px;
	padding:0;
}


html {
     overflow: -moz-scrollbars-vertical;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */ 
	width:795px;
}

#header {
	height:179px;
	width:795px;
	background-image: url(../layout/header.jpg); 
	background-repeat: no-repeat;
}

#navigatie {

	height:15px;
	width:595px;
	margin-top: 155px;
	margin-left: 30px;
	position:absolute;
	z-index:1200;
}


#rechts {
	float:right;
	clear:right;
	position:absolute;
	width: 58px; 
	height: 554px;
	margin-top: 35px;
	margin-left: 790px;
	background-image: url(../layout/rechts.jpg); 
	background-repeat: no-repeat; 
	z-index:1000;
}

#links {
	position:absolute;
	width: 31px; 
	height: 323px;
	margin-top: -323px;
	margin-left: -31px;
	background-image: url(../layout/links.jpg); 
	background-repeat: no-repeat; 
	z-index:1000;
}


#content { 

	background-image: url(../layout/back_slice.jpg); 
	background-repeat: repeat-y;

}


#plaatje {
	float:right;
	margin-top: -10px;
	margin-right: 40px;
	z-index:1000;
}

#inhoud{
	background-color: #FFFFFF;
	margin-left: 130px;
	width: 580px;
	padding-left: 10px;
	margin-top: -1px;
	padding-top: 65px;
	margin-bottom:0px;
	min-height: 280px;

}


#footer {
	clear: both;
	height: 54px;
	width: 795px;
	margin: 0 auto;   /* align for good browsers */
	background-image: url(../layout/bottom.jpg); 
	background-repeat: no-repeat;
}


#lange_lijn{
	border-top:1px solid #cccccc;
	height: 20px;
	width: 790px;
	background-image: url(../layout/streepjes.jpg);
	background-repeat: repeat-x; 
	}

#lijn{
	height: 1px;
	border-bottom:1px solid #cccccc;
	width: 500px;
	margin-top: 5px;
	margin-left: 0px ;
	}

#korte_lijn{
	height: 25px;
	border-top:1px solid #cccccc;
	width: 555px;
	margin-top: 35px;
	margin-left: 140px ;
	}




