/* ------------------- bovenste afbeelding linksboven td ------------------- */
.top {
	background-image: url(../img/top_backgr.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 114px;
	padding-right: 14px;
}
/* ------------------- hoofdmenu rode balk td ------------------- */
.menubalk{
	margin-right: 15px;
	background-color: #830327;
	background-image: url(../img/menubalk_backgr.gif);
	background-repeat: no-repeat;
	padding-left: 209px;
	height: 38px;
	vertical-align: middle;
}
/* ------------------- kolom links submenu td ------------------- */
.sub {
	padding-left: 5px;
	background-position: center;
	padding-top: 9px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #360110;
	line-height: 18px;
}
.sub a:link{
	color: #360110;
	text-decoration: none;
}
.sub a:visited{
	color: #360110;
	text-decoration: none;
}
.sub a:hover{
	color: #EE7F16 !important;
	text-decoration: none;
}
.sub a:active{
	color:#360110;/*donkerrood*/
	text-decoration: none;
}
/* ------------------- kolom links advertentie item td------------------- */
.adv {
	background-position: center;
	padding-top: 11px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #360110;
	line-height: 18px;
	padding-left: 32px;
	text-align: right;
}
.adv  h1{
	color: #360110;
	text-decoration: none;
	font-size: 8.5pt;
	margin-bottom: 0px;
}
.adv  a:link{
	color: #EE7F16;
}
.adv  a:visited{
	color: #EE7F16;
}
.adv  a:hover{
	color: #9D012E!important;
}
.adv  a:active{
	color:#EE7F16;
}
/* ------------------- kolom rechts nieuws items td------------------- */
.nieuws {
	background-position: center;
	padding-top: 11px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #360110;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE7F16;
}
.nieuws h1{
	color: #360110;
	text-decoration: none;
	font-size: 8.5pt;
	margin-bottom: 0px;
}
.nieuws a:link{
	color: #EE7F16;
}
.nieuws a:visited{
	color: #EE7F16;
}
.nieuws a:hover{
	color: #9D012E!important;
}
.nieuws a:active{
	color:#EE7F16;
}
