/*		Hier staan de extra specificaties van een rubriek. Deze css wordt altijd 		 */
/*		gebruikt in combinatie met de algemene specificaties.							 */
/*		Ontwerp en realisatie: http://www.interactive-affairs.nl                         */
/*
body{
	FONT-FAMILY: Arial,Verdana,Helvetica;
}
*/
/*
		p,div,td{
	FONT-FAMILY: Arial,Verdana,Helvetica;
	FONT-SIZE: 14px;
}
*/
/* PRESENTATIE HYPERLINKS */

p.align-center {
	text-align: center;
}

		a:link
		{  text-decoration: none;
			color: #000099}

		a:visited
		{  text-decoration: none;
			color: #000099}

		a:hover
		{	text-decoration: underline;
			color: #7F7FFB}
         
a.agendaAfdeling,a.agendaAfdeling:visited,a.agendaAfdeling:hover
		{
	color: #FFFFFF;
	font-family: "Times New Roman", Times;
	font-size: 16px;
	font-weight: bold;
}
a.menumain,a.menumainFo,a.menumainFo:visited    {
    text-decoration: none;
    font-weight:bold;
    background-color: #666699;
    color: #fff;
    display: block;
    width:100%;
    padding:3px;
filter:alpha(opacity=80);
-moz-opacity:80%;
}
a.menumain:hover,a.menumainFo:hover,a.menumainFo:active {
    text-decoration: none;
    font-weight:bold;
    background-color: #669999;
    display: block;
    color: #FFFFFF;
    width:100%;
filter:alpha(opacity=95);
-moz-opacity:95%;
}
a.menumainLand,a.menumainFoLand,a.menumainFoLand:visited    {
    text-decoration: none;
    font-weight:bold;
    background-color: #006633;
    color: #ffffff;
    display: block;
    width:100%;
    padding:3px;
filter:alpha(opacity=80);
-moz-opacity:80%;
}
a.menumainLand:hover,a.menumainFoLand:hover,a.menumainFoLand:active {
    text-decoration: none;
    font-weight:bold;
    background-color: #9999CC;
    display: block;
    color: #FFFFFF;
    width:100%;
filter:alpha(opacity=95);
-moz-opacity:95%;
}
a.menusupport,amenusupport,a.menusupport:visited    {
	text-decoration: none;
	font-weight:bold;
	background-color:  #667D99;
	color: #ffffff;
	display: block;
	width:100%;
	padding:3px;
	filter:alpha(opacity=90);
	-moz-opacity:90%;
}
a.menusupport:hover,a.menusupport:hover,a.menusupport:active {
	text-decoration: none;
	font-weight:bold;
	background-color:#93B4DC;
	display: block;
	color: #FFFFFF;
	width:100%;
	filter:alpha(opacity=95);
	-moz-opacity:95%;
}
a.menumain,a.menumain:visited  {
    text-decoration: none;
    font-weight:bold;
    background-color: #666699;
    color: #fff;
filter:alpha(opacity=65);
-moz-opacity:65%;
}
a.menumain:hover,a.menumain:active  {
    text-decoration: none;
    font-weight:bold;
    background-color: #669999;
    color: #000;
filter:alpha(opacity=65);
-moz-opacity:65%;
}

/*		TABELCELLEN VOOR LIJSTPAGINA  */
	.tdl-type
	{
	background-color: #669999;
	color: White;
/*	width: 274px; */
	height: 20px;
	vertical-align: middle;
	font-weight : bold;
}
			
.tdl-itemtitel {
	background-color: #666699; 
	color: White;
/*	Width: 250px */
	height: 20px;
	vertical-align: middle;
	font-weight : bold;
}

.tdl-eindbalk {
	background-color: #990000;
}

/*	SPECIFICATIE VAN TYPOGRAFIE */
		.txt-PaginaTitel,
		.standaard .txt-PaginaTitel
		{	color: #666699;
		font-size: 40px
		}

/*		TYPOGRAFIE VOOR LIJSTPAGINA*/

.txta-Intro {
	color: #000066;
}

		.txtl-ArtikelTitel
		{
	color: #FFFFFF;
	font-family: "Times New Roman", Times;
	font-size: 16px;
	font-weight: bold;
}

		.txtl-type
		{
	font-family: "Times New Roman", Times;
	font-size: 16px;
	color: White;
	font-style: normal;
	font-weight: bold;
	margin-left: 3px;
	text-decoration: none;
	vertical-align: middle
}
	
		.txtl-infolabel-klein 
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666699;
	margin-left: 3px
}
        
      .txtl-infolabel-groot 
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #666699;
	margin-left: 3px
}

		.txtl-InfoTekstVet
		{ 	font-family: Times; 
			font-size: 11px; 
			font-style: normal; 
			line-height: 16px; 
			font-weight: bold; 
			color: #666666; 
			margin-left: 14px;
		}

		.txtl-InfoTekst
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: Black;
	margin-left: 14px
}


.txtl-InfoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: Black;
}

.txtl-ImgCaption {
	font-family: Verdana;
	font-size:	10px;
	font-style: normal;
	font-weight: bold;
	color: Black;
}


.txtl-Tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-left: 14px
}

	.myInput,select,input,textarea{
	BACKGROUND-COLOR: #666699;
	COLOR: White;
	FONT-FAMILY: Arial,Verdana,Helvetica;
	FONT-SIZE: 13px;
	line-height: 18px;
/*	border : 1px solid Black;*/
	vertical-align : middle;
}

.agendaform{
	BACKGROUND-COLOR: #666699;
	COLOR: White;
	FONT-FAMILY: Arial,Verdana,Helvetica;
	FONT-SIZE: 13px;
	/*height: 22px;
	*/
	line-height: 18px;
/*	border : 1px solid Black;*/
	vertical-align : middle;
	width : 200px;
}

.agendaformSubmit{
    background-color: #D4D0C8;
	COLOR: Black;
    width : 200px;
}

.submitknop {
	background-color: #D4D0C8;
	COLOR: Black;
}
P.MsoNormal {
	margin:0 0 0;
}
.contenttable, .contenttable td, .contenttable p, .standaard, .standaard td, .standaard p {
	FONT-FAMILY: Arial,Verdana,Helvetica;
	FONT-SIZE: 13px;
	margin:0px;
	padding:0px;
}
/* FOR THE RTE SETTING FONT SIZE */

.size8pt,
p .size8pt {
	font-size:8pt;
}

.size9pt,
p .size9pt {
	font-size:9pt;
}
.size10pt,
p.size10pt {
	font-size:10pt;
}
.size11pt,
p.size11pt {
	font-size:11pt;
}
.size12pt,
p.size12pt {
	font-size:12pt;
}
.size13pt,
p.size13pt {
	font-size:13pt;
}
.size14pt,
p.size14pt {
	font-size:14pt;
}

.csc-firstHeader
{
	font-size:12pt;
}

.h1
{
	font-size:12pt;
}

