
/* voor ritch text CMS */
p, ol, li, ul, hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContainer{
	position: relative;
	/*width: 788px;*/ /* width + border for IE 5.x */
	width:500px;
	margin: auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

h1{
	font-size:16px;
	border-bottom:2px dotted #999999;
	background-color:#EEEEEE;
	margin-top:20px;
	line-height:30px;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:10px;
	border-top:2px solid #FFFFFF;
}
h2{
	color:#194681;
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	border-bottom:2px dotted #DDDDDD;
}
.agendapunt {
	padding:10px;
	border-top:2px solid #FFFFFF;
}
#dark{
	background-color:#F6F6F6;
}
#light{
	
}
a{
	text-decoration:none;
	color:#CC0000;
}
a:hover{
	text-decoration:underline;
}

#footer{
	border-top:2px dotted #999999;
}
.agendaitem {
	padding:10px;
}

