/************ALGEMEEN*****************/
body{
	font-family: georgia;
	font-size: 10pt;
	color: rgb(100,100,100);
	background: rgb(128,0,0);
}

h1{
        font-size: 12pt;
}


a{
	color: rgb(75,100,50);
}
/******************************************/






/******************DIV_MAIN**********************/
#main{
	width: 1000px;
	background: white url(images/background_top.jpg) top left no-repeat;
	display: table;
	margin: 0;
	padding-top: 274px;
}
/*********************************************/







/***************DIV_BREADCRUMBS****************/
#breadcrumbs{
	width: 1000px;
	height: 36px;
	background: white url(images/background_breadcrumbs.jpg) top left no-repeat;
	margin-top: 40px;
	text-align: left;
}

#breadcrumbs p{
	margin-left: 50px;
	padding-top: 10px;
}
/*******************************************/





/************DIV_INHOUD*******************/
#inhoud{
        width: 900px;
	text-align: left;
        padding: 20px ;
}

#inhoud .createdate{
font-size: 8pt; font-style: italic; text-align: right;
}
/************************************/





/***************DIV_MIDDLE********************/
#middle{
	display: table;
	width: 1000px;
	background: white url(images/background_middle.jpg) top left repeat-y;
	text-align: left;
        padding-top: 20px;
}
/*********************************************/





/************DIV_BOTTOM********************/
#bottom{
	width: 1000px;
	height: 100px;
	background: white url(images/background_bottom.jpg) top left no-repeat;
	margin-top: 0;
}
/******************************************/

