/*////////////////////////////// IMPORT VOOR KLEUR ////////////////////////////// */
@import url("hoofdkleur.css");
/*////////////////////////////// BODY ////////////////////////////// */
BODY, textarea{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.breadcrum2 {font-size: 10pt;} /*breadcrum voor ondernemen*/
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;}
textarea.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;}

P.waarsch {font-weight: bold;  color: Red; }
	
}

/* /////////////// HR TAG /////////////// */
HR {color: #333333; height: 1px; width: 100%;}

/* /////////////// 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 {}

/*breadcrums - gebruiken voor ondernemen*/
A.breadcrum2 {font-size: 10pt; text-decoration: underline;}
A.breadcrum2:hover {}
A.breadcrum2Hi {font-size: 14pt; text-decoration: underline;}
A.breadcrum2Hi:hover {}

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

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

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

/*topnav*/
.topnav {font-size: 9pt; text-decoration: none; font-weight: bold;}
.topnav:hover {font-size: 9pt; 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}



#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Content {
	margin:0px 50px 50px 180px;
	padding:10px;
}




	/*What follows are definitions for a table as they are used for the selection forms*/
	/* 2nd generation form */

	table.select {
		border: 0;
		padding-left: 0;
		margin-left: 50px;
		margin-top: 0px;
	}
	
table.select input,select,button, textarea {
	margin-left: 10px;
	padding-left: 10px;
	border: 1px solid silver;
	vertical-align: middle;
}
	
	table.select select { 
		padding-left: 1px;
	}
	
	table.select button { 
		margin-left: 0px;  
	background: #CCE5FF;
	}
	
	table.select *.poi { 
		border-bottom: 1px dotted #E0EFFF;
		padding-bottom: 1px;   
		margin-bottom: 1px;   
	}
	
	table.select tr.sep * { 
		padding-top: 1px;  
	}

	
	table.select TD.appbg1 {
	height: 19px;
	background-color: #D9D9B3;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

	table.select TD.appbge {
	height: 19px;
	background-color: #D9D9B3;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
}
	
	table.select TD.appbg0 {
	background-color: #E5E5CC;
}

	table.select TD.appbgtra {
		background-color: none;
	}

	table.select TD.appbgsep {
	height: 1px;
	overflow: hidden;
	background-color: #F2F8FF;
}

	table.select TD {
	white-space: nowrap;
	}


	table.select input.noborder {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	color: Red;
	border: none;
}

	
	/* Special table class for pseudo-buttons... */
	
	table.formbutton {
		padding-top:0px; 
		margin-top:3px;		
	}
	
	table.formbutton td.sel {
		background-color: #006699; 
		color: White; 
		margin-left: 0px; 
		padding-right: 10px; 
		padding-left: 10px; 
		font-weight: bold;
		font-size: 15px;
		cursor: pointer;
		display: block;
		height: 20px;
	}




