@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
} 

#container {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
} 

#banner {
	float: left;
	height: 131px;
	width: 960px;
	background-image: url(../images/images_index/Banner.gif);
	background-repeat: no-repeat;
} 

#navigatie {
	float: left;
	height: 105px;
	width: 960px;
} 

#navigatie_links {
	background-image: url(../images/images_index/Navigatie_links.gif);
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	width: 155px;
}

#navigatie_rechts {
	background-image: url(../images/images_index/Navigatie_rechts.gif);
	background-repeat: no-repeat;
	float: right;
	height: 105px;
	width: 74px;
}




#midden {
	float: left;
	height: 348px;
	width: 960px;
}

#linkerfoto {
	background-image: url(../images/images_index/Foto_carlijn.gif);
	background-repeat: no-repeat;
	float: left;
	height: 348px;
	width: 155px;
} 

#main {
	float: right;
	height: 348px;
	width: 635px;
	background-image: url(../images/images_index/Main.gif);
	background-repeat: no-repeat;
	padding-right: 85px;
	padding-left: 85px;
} 

#onderbalk {
	background-image: url(../images/images_index/onder_balk.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 960px;
} 

/* CSS Opmaak vervolg pagina's */

#navigatie_vervolg {
	float: left;
	height: 106px;
	width: 960px;
} 

#navigatie_links_vervolg {
	background-image: url(../images/images_vervolg/Navigatie_links.gif);
	background-repeat: no-repeat;
	float: left;
	height: 106px;
	width: 156px;
} 

#navigatie_rechts_vervolg {
	background-image: url(../images/images_vervolg/Navigatie_rechts.gif);
	background-repeat: no-repeat;
	float: right;
	height: 106px;
	width: 74px;
} 

#midden_vervolg {
	float: left;
	height: 338px;
	width: 960px;
} 

#linkerfoto_vervolg {
	background-image: url(../images/images_vervolg/Foto_links.gif);
	float: left;
	height: 338px;
	width: 156px;
} 

#main_vervolg {
	background-image: url(../images/images_vervolg/Main.gif);
	background-repeat: no-repeat;
	float: right;
	height: 338px;
	width: 699px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 85px;
} 

#onderbalk_vervolg {
	background-image: url(../images/images_vervolg/onderbalk.gif);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 960px;
} 












