#tabelrechts {
	margin-left: 10px;
	width: 250px;
}
.tabelkop_dagboek {
	background-color: #1D507A;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #427AA8;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tabeltekst_dagboek {
	background-color: #6095C1;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tabelkop_mos {
	background-color: #408A20;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #76A61C;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tabeltekst_mos {
	background-color: #A0C71B;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tabelkop_tip {
	background-color: #DC070F;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF7200;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tabeltekst_tip {
	background-color: #FD9A3D;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tabelkop_gezondheid {
	background-color: #660066;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DE36C9;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tabeltekst_gezondheid {
	background-color: #EE88D5;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tabelkop_weekmenu {
	background-color: #554600;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A79638;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tabeltekst_weekmenu {
	background-color: #D7C560;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.cel_uit_tabelrechts_rand {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #000000;
}
#laatstenieuws {
	border: 1px solid #000000;
	background-color: #6095C1;
}
#copyright {
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#copyright a {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
#copyright a:hover {
	color: #333333;
	text-decoration: none;
}

/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 250px;
height: 70px;
border: 1px solid black;
padding: 5px;
background-color: #FFFFFF;
}
#pscroller2{
width: 250px;
height: 20px;
border: 1px solid black;
padding: 3px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}