/* CSS Document voor index (home) pagina */


/* CONTAINERS */
#container_index_top{
	width: 810px;
	height: 645px;
	background-image:url(../images/home_bg_24.png);
	background-repeat:no-repeat;
}
#container_index_bottom{
	position:absolute;
	background-image:url(../images/home_bg_24_vervolg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	top:645px;
	width: 810px;
}

#index_image_container{
	position:absolute;
	top: 80px;
	left: 314px;
	width:232px;
	height:291px;
}


/* CONTENT HOLDERS */

#left_content_main{
	position:absolute;
	top: 235px;
	left: 50px;
	width:250px;
	height:350px;

}

#middle_content_main{
	position:absolute;
	top: 385px;
	left: 335px;
	width:185px;
	height:160px;

}


#right_content_main{
	position:absolute;
	top: 235px;
	left: 565px;
	width:205px;
	height:360px;

}

#bottom_right_content_main{
	margin-left:415px;
	width:400px;
	padding-bottom:5px;
}

/* Generic Layout */



