/*////////////////////////////// IMPORT VOOR KLEUR ////////////////////////////// */
@import url("hoofdkleur.css");
/*////////////////////////////// BODY ////////////////////////////// */
BODY{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; font-weight: normal;}

/* /////////////// TD TAG - fonts voor breadcrums en navigatie worden hierin bepaald /////////////// */
TD {font-size: 10pt;}
TD.breadcrum {font-size: 8pt;}
TD.leftnav {font-size: 9pt;}
TD.leftnavTitel {font-size: 11pt; font-weight: bold; color: #FFFFFF;}
TD.leftnavHi {font-size: 8pt; font-weight: bold; color: #000000;}
TD.subnav {font-size: 8pt; font-weight: bold;}
TD.subnavTitel {font-size: 11pt; font-weight: bold; color: #333333; padding-top: 2px;}
TD.subnavTitelWit {font-size: 11pt; font-weight: bold; color: #FFFFFF; padding-top: 2px;}
TD.popup {font-size: 9pt; font-weight: bold; color: #666600;} 

/* /////////////// TD TAG - Alleen gebruiken voor applicaties /////////////// */
TD.app {height: 17px; font-size: 8pt;}
TD.heading {height: 23px; font-weight: bold; text-transform:uppercase;}
TD.appBold {font-size: 8pt; font-weight: bold;}

/* /////////////// INPUT /////////////// */
input.text {height: 17px; background-color: #FFFFFF; font-size: 8pt; color: #666666;}
.select {height: 17px; background-color: #FFFFFF; font-size: 8pt; color: #666666;}

/* /////////////// VERPLICHT /////////////// */
.verplicht {font-size: 8pt; font-weight: normal;}

/* /////////////// ERROR /////////////// */
.error {color: #FF0000; font-size: 9pt;}

/* /////////////// PARAGRAAF TAG /////////////// */
P {}
P.intro {font-weight: bold;}

/* /////////////// HR TAG /////////////// */
HR {color: #909090; height: 1px; width: 500px;}

/* /////////////// BASELINE /////////////// */
.baseline {color: #666666; font-size: 8pt;}

/* /////////////// SMALL TEXT /////////////// */
.textsmall {font-size: 8pt;}

/* /////////////// TITELS /////////////// */
.titel {color: #000000; font-size: 13pt; font-weight: bold;}
.subtitel {color: #000000; font-size: 11pt; font-weight: bold;}

/* /////////////// H1 > H5 headers /////////////// */
H1,H2,H3,H4,H5 {color: #000000; font-weight: bold;}

H1 {font-size: 16pt;}
H1 a {}
H1 a:hover {}

H2 {font-size: 13pt;}
H2 a {}
H2 a:hover {}

H3 {font-size: 11pt;}
H3 a {}
H3 a:hover {}

H4 {color: #333333; font-size: 9pt;}
H4 a {}
H4 a:hover {}

H5 {color: #999999; font-size: 9pt;}
H5 a {}
H5 a:hover {}


/* /////////////// LINKS ///////////////  */

/*default*/
A {color: #333333; text-decoration: underline;}
A:hover {color: #666666; text-decoration: none;}

/*breadcrums*/
A.breadcrum {font-size: 8pt; text-decoration: underline;}
A.breadcrum:hover {}
A.breadcrumHi {font-size: 14pt; text-decoration: underline;}
A.breadcrumHi:hover {}

/*linkernavigatie*/
A.leftnav {
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
A.leftnav:hover {
	color: #333333;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
}

/*subnavigatie*/
A.subnav {font-size: 9pt; font-weight: normal; text-decoration: none;}
A.subnav:hover {color: #333333; font-size: 9pt; font-weight: normal; text-decoration: underline;}

/*disclaimer*/
.disclaimer {font-size: 8pt; text-decoration: none;}
.disclaimer:hover {font-size: 8pt; text-decoration: underline;}

/*tabs voor homepagina*/
A.tabs {font-size: 8pt; font-weight: bold; color: #666600; text-decoration: none}
A.tabs:hover {font-size: 8pt; font-weight: bold; color: #666600; text-decoration: underline}

/*resultaat url*/
A.url1 {color: #999900;}
A.url1:hover {color: #666600;}
A.url2 {color: #333300;}
A.url2:hover {color: #999900;}

/* oranje link */
A.oranje {font-size: 8pt; color: #FF6600; font-weight: bold; text-decoration: none;}
A.oranje:hover {font-size: 8pt; color: #FF6600; font-weight: bold; text-decoration: underline;}

/* groen link */
A.groen {font-size: 8pt; color: #666600; font-weight: bold;}
A.groen:hover {color: #666600;}

/* link voor popupwindow */
A.popup {font-size: 8pt; color: #666600;}
A.popup:hover {font-size: 8pt; color: #333300;}

/* link kleur voor het 996600 kleurenpalet  */
A.kl996600 {color: #663300;}
A.kl996600:hover {color: #330000;}

/* link kleur voor het 996633 kleurenpalet  */
A.kl996633 {color: #663300;}
A.kl996633:hover {color: #330000;}

/* link kleur voor het 993300 kleurenpalet  */
A.kl993300 {color: #663333;}
A.kl993300:hover {color: #660000;}

/* link kleur voor het 006699 kleurenpalet  */
A.kl006699 {color: #003366;}
A.kl006699:hover {color: #000033;}

/* link kleur voor het 666633 kleurenpalet  */
A.kl666633 {color: #666600;}
A.kl666633:hover {color: #333300;}


/* /////////////// LISTS /////////////// */
UL,OL{ }
LI { margin-top: 5px;}
UL.small {font-size: 8pt;}


/* /////////////// TEMP /////////////// */
.note {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #CCFF99}
.teller {
	text-align: center;
	visibility: hidden;
}

