/* HOMEPAGE */

body {
	background: #62bd19 url(../images/home_backrepeat.gif) repeat-x;
}
#main {
	margin-top: 0px;
}
	
#homeleft {
	background: url(../images/home_backmenu.gif) no-repeat;
	height: 397px;
	margin: 0;
	width: 321px;
	float: left;
	padding-top: 163px;
}
#homeright {
	float: right;
	width: 679px;
	background: url(../images/home_backmain.gif) no-repeat;
}
#flash {
	width: 660px;
	height: 380px;
}
#hometext {
	padding-top: 12px;
	padding-left: 30px;
	width: 500px;
}
#hometext h2 {
	padding-bottom: 20px;
}

#aankondiging {
	background-color: #91d15e;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-left: 28px;
	margin-top: 30px;
	padding: 10px;
	width: 500px;
}

