body{font: 12px verdana,arial,sans-serif}


h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */
	color: #CD003A;
	font-size: 18px;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
	
h2 {
	color: #CD003A;
}

h3 {
	color: #CD003A;
}

h4, h4 a {
	color: #CD003A;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #CD003A;
}

p{

}

a:hover {
	text-decoration: none;
	color: #acca57;
}

a { 
	outline: none;
	color: #CD003A;
}

.options {
	width: 400px;
	float: right;
	margin-left: 40px;
	padding-right: -10px;
}
.programmas .options {
	float: none; 
}
img.ouderen, img.ggz {
	margin-left: 30px;
}	
img.jeugd, img.ggz {
	margin-top: 20px;
	margin-bottom: 10px;
}

#rssfeed{
	position: absolute;
	top: 230px;
	right: 200px;
	width: 100px;
}

ul.mailing li{
	margin-bottom: 6px;
}