
hr {width:100%; height:1px; color:#18288D;}

p.kop {color:#18288D; font-size: 12px ; font-weight : bold;}


td.kopcel_links { 	 			/*tabel kop met rode achtergrond en witte letters (nooit een link) */
	color: #FFFFFF;
	background-color : #18288D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 5px;
	height: 15px;
}

td.kopcel_rechts { 			/*tabel kop met rode achtergrond en witte letters (nooit een link) */
	color: #FFFFFF;
	background-color : #18288D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 5px;
	height: 15px;
}

td.mi_links 	{							/*Menu Item Links*/
	color: #777777;
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 25px;
	background-image : url("/pix/pijl/blauw.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	height: 15px;
}

td.mi_rechts								/*Menu Item Rechts*/
{
	color: #777777;
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 25px;
	background-image : url("/pix/pijl/blauw.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	height: 15px;
}

 td.mi_links_mouseOver {						/*Menu Item Links On mouse over */
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	padding: 0px 0px 0px 25px;
	background-color : #18288D;
	background-image : url("/pix/pijl/blauw.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	cursor: hand;
	height: 15px;
}

 td.mi_rechts_mouseOver {						/*Menu Item Rechts On mouse over */
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	border : 1px solid #555555;
	padding: 0px 0px 0px 25px;
	background-color : #18288D;
	background-image : url("/pix/pijl/blauw.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	cursor: hand;
	height: 15px;
}

td.mi_links_actief 							/*Menu Item Links Actief (item is in beeld) */
{
	color: #FFFFFF;
	background-color : #18288D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 25px;
	background-image : url("/pix/pijl/zwart.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	height: 15px;
}

 td.sub_mi_mouseOver {											/*Submenu Item worden NOOIT RECHTS gebruikt*/
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	padding: 0px 0px 0px 25px;
	background-color : #18288D;
	background-image : url("/pix/pijl/grijs.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	cursor: hand;
	height: 15px;
}
 	/* Overige Submenu Items zijn niet kleurspecifiek en staan dus in standard.css */

/*de links in het tekstmenu (bijvoorbeeld in nieuws), links binnen dezelfde pagina */
A.tekstmenu:link, A.tekstmenu:visited, A.tekstmenu:active {text-decoration : none; color: #999999;}
A.tekstmenu:hover, A.tekstmenu:visited:hover{color: #18288D; text-decoration : underline;}

A.meerlink:link, A.meerlink:visited, A.meerlink:active {text-decoration : none; color: #18288D; font-weight:bold;}
A.meerlink:hover, A.meerlink:visited:hover{color: #18288D; text-decoration : underline; font-weight:bold;}

.focus {
border-color:#18288D;
color:#000000;
}