/* NIEUWSBERICHTEN */#navigation {  position: relative;  height: 20px;  width: 685px;	margin: 0 50px 10px 50px;	border: 2px solid #0000FF;	background-color: #EEEEEE;	padding-bottom: 3px;	-moz-border-radius: 6px; /* ronde hoeken in FF */}#navigation a{	color: #0000FF;	padding-left: 5px;	padding-right: 5px;	text-decoration: none;	font-weight: bold;	}#navigation a:hover{	text-decoration: underline; }#nav_vorige, #nav_terug, #nav_volgende{  position: absolute;   top: 3px;}#nav_vorige{ left: 5px; }#nav_terug{	left: 250px; }#nav_volgende{ right: 5px; }p {	margin: 2px 15px 2px 15px;}p.titel {		margin-bottom: 10px; 	font-size: 16px;	font-weight: bold;}p.inleiding { 	margin-bottom: 10px;	font-weight: bold;}p.bericht{ }p.log {		clear: left; 	font-style: italic;	font-size: 10px;	color: #666666;	border-top: 1px dotted #666666;  padding-top: 2px;  height: 10px;}ul.kortnieuws {  padding-left: 30px;  margin-bottom: 5px;  list-style-type: circle;}ul.kortnieuws a {  text-decoration: none;}ul.kortnieuws a:hover {  text-decoration: underline;}img.small /* plaatjes op algemeen nieuws.php */{  float: left;   display: block;	height: 75px;	width: 75px;	margin: 2px;  padding-right: 5px;}img.bigger /* plaatjes bij individuele nieuwsberichten */{  float: left;	height: 100px;	width: 100px;  margin: 2px;  padding-right: 5px;;}a.catLink {  text-decoration: none;  display: inline;  color: #666666;  font-size: 10px;}a.catLink:hover {  text-decoration: underline;}
