@charset "UTF-8";
/* CSS Document */


/* TITELS */

h1 {
	font-weight:bold;
	font-size:24px;
	margin:0px;
	padding-bottom:10px;
}

h1.nieuws_titel {
	padding-bottom:2px;
}

h2 {
	font-weight:bold;
	font-size:18px;
	margin:0px;
	padding-bottom:10px;
}

h3 {
	font-weight:normal;
	font-size:14px;
	margin:0px;
	padding-bottom:10px;
}




/* AFBEELDINGEN */

img.imageLeft {
	padding-top:4px;
	padding-right:10px;
	padding-bottom:10px;
}

img.imageRight {
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
}

img.test {
	padding-top:0px;
	padding-bottom:15px;
}

img.imageLarge {
	padding: 2px;
	border : 1px solid #CED3CC;
	margin-bottom:15px;
}



/* LINKS */

div.block {
	margin-bottom: 15px;
}
div.block_link + div.block_link {
	margin-top: -15px;
}


/* TEKSTEN */

div.block_text {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}
