body {
	background-color: #91c0dd;
	text-align: center; /* for IE */
	margin-top:0px;
	padding:0;
	background-image: url(../layout/back_slice2.jpg); 
	background-repeat: repeat-x;
}


html {
     overflow: -moz-scrollbars-vertical;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */ 
	width:806px;
	background-image: url(../layout/back_slice2.gif); 
	background-repeat: repeat-y;
	border-top: 0px solid red;
}

#header {
	height:130px;
	width:806px;
	background-image: url(../layout/header.jpg); 
	background-repeat: no-repeat;
	border: 0px solid red;
}

#navigatie {

	height:15px;
	width:595px;
	margin-top: 80px;
	margin-left: 0px;
	position:absolute;
	z-index:1200;
}





#content { 
	background-color: #FFFFFF;
	margin-left: 35px;
	width: 700px;
	margin-bottom:0px;
	min-height: 450px;

}


#linkerkolom	{           /* met de navigatie*/
			float: left;
			min-height: 100px;
			width: 230px;
			margin-left: 0px;
			margin-bottom: 0px;
			margin-top: 40px;
			display: block;
			padding-top: 20px;
			border-top: 1px solid red;
			
		}
		

#middenkolom	{						/* met de galerie*/
			float: left;
			width: 315px;
			margin-left: 5px;
			margin-top: 40px;
			background-color: yellow;
	}


#rechterkolom
		{									/* met de toelichting*/
			float: right;
			min-height: 400px;
			width: 440px;
			margin-left:10px;
			margin-top: 40px;
			padding-top:20px;
			display:block;
			}



#footer {
	clear: both;
	height: 75px;
	width: 806px;
	background-image: url(../layout/bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 20px;
}


#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: 720px;
	margin-top: 0px;
	margin-left: 35px ;
	clear: both;
	}


#plaatje {
	float:right;
	width: 230px; 
	height: 270px;
	margin-top: -10px;
	margin-right: 40px;
	z-index:1000;
}

