/* --------------------------------	*/
/* content					 		*/
/* --------------------------------	*/
#content {
	float				: left;
	width				: 485px;
}

#content h1 {
	width				: 485px;
}


/* --------------------------------	*/
/* main-content					 	*/
/* --------------------------------	*/
#main-content .laatste-nieuws {
	float				: right;	
	width				: 228px;
	margin-right		: 10px;
}

/* laastte- nieuws*/
#main-content .laatste-nieuws li {
	background			: url(../img/nieuws-bg.gif) left bottom no-repeat;
	width				: 206px;
	padding				: 0 10px;
	padding-bottom		: 25px;	
}

#main-content .laatste-nieuws h2 {
	padding-bottom		: 23px;
	background			: url(../img/nieuws-bg.gif) left bottom no-repeat;
}

#main-content .laatste-nieuws h2 a {
	display				: block;
	text-indent			: -900em;
	overflow			: hidden;
	background			: url(../img/titel-actueel.png) left top no-repeat;
	width				: 70px;
	height				: 20px;
	margin-left			: 5px;
}

#main-content .laatste-nieuws h3 {
	font-weight			: bold;
	color				: #6e1d64;
	padding				: 2px 0;

}

#main-content .laatste-nieuws li a {
	color				: #6b6b6b;
}

#main-content .laatste-nieuws li a:hover,
#main-content .laatste-nieuws li a:visited {
	color				: #591D51;
}

#main-content a.button-boekhouden,
#main-content a.button-contact {
	display				: block;
	text-indent			: -900em;
	overflow  			: hidden;
	margin-top			: 5px;
	width				: 210px;
	height				: 61px;
	background			: url(../img/frontpage-button-inloggen.gif) -2px top no-repeat;
}

#main-content a.button-boekhouden:hover {
	background-position	: -2px bottom;
}

#main-content a.button-contact {
	background			: url(../img/button-contact-home.gif) -2px top no-repeat;
}

#main-content a.button-contact:hover {
	background-position	: -2px bottom;
}


