body {
	background:		#D0D1FF url("../images/bg_verloop.jpg") repeat-x;
}
html,body {
	height:			100%;
}


/* HOLDER + CONTENT */
#holder_background {
	position:		relative;
	margin: 		0 auto;
	padding:		0;
	width: 			880px;
	background:		#D0D1FF url("../images/bg.jpg") no-repeat;
}
#holder {
	margin-left: 	30px;
	width: 			820px;
	background-color:	#fff;
}
#content {
	padding-left:	35px;
	width: 			740px;
}
/* END HOLDER + CONTENT */



#breadcrums {
	padding-top:	20px;
	color:			#000;
	font-size:		12px;
	font-weight:	bold;
}
#breadcrums a {
	color:			#FF7E00;
	text-decoration:none;
}




/* FOOTER + HEADER */
#header, #footer {
	font-size:		11px;
	width:			740px;
	margin-left:	35px;
}
#header {
	padding-top:	11px;
	height:			175px;
	background:		#fff url("../images/bg_top_menu.jpg") no-repeat;
}
#footer {
	margin-top:		50px;
	padding:		2px 5px;
	padding-bottom:	15px;
	background:		#fff url("../images/bg_bottom.jpg") no-repeat;
}
/* END FOOTER */



/* MENU */
#menu {
	padding:		0;
	margin:			0;
	float:			right;
	font-size:		11px;
	list-style:		none;
}
#menu li {
	margin: 		0;
	padding: 		0 2px;
	display:		inline;
}
/* END MENU */

#editForm, #editForm table, #editForm textarea, #editForm input, #editForm .big {
	width:			100%;
}
.content p, .intro p {
	margin:		0;
	padding:	0;
}

.edit, .logout {
	float:			right;
	border-top:		solid #D7D9FF 1px;
	border-left:	solid #D7D9FF 1px;
	border-bottom:	solid #8B99C8 1px;
	border-right:	solid #8B99C8 1px;
	margin:			10px;
	padding:		5px 10px 5px 30px;
	font-size:		12px;
}
.edit {
	background: 	#E3E2FF url("../images/edit.gif") no-repeat;
}
.logout {
	background: 	#E3E2FF url("../images/logout.gif") no-repeat;
	margin:			0px;
}




#edividual {
	text-align:		center;
	font-size:		0.7em;
	color:			#333;
	margin:			10px;
}
#edividual a {
	text-decoration:	none;
}

/*
div {
 	border: dotted #0f0 1px;
} */
