/* CSS Document */

/* link normaal */
a:active 	{font-family: Arial; color: #000000; font-size: 12px; font-weight:none; text-decoration:underline;}
a:link 		{font-family: Arial; color: #000000; font-size: 12px; font-weight:none; text-decoration:underline;}
a:visited 	{font-family: Arial; color: #000000; font-size: 12px; font-weight:none; text-decoration:underline;}
a:hover 	{font-family: Arial; color: #ff6600; font-size: 12px; font-weight:none; text-decoration:none;}
/* link  navigatie normaal */
a.link-navigatie:active 	{font-family: Arial; color: #ff6600; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie:link 		{font-family: Arial; color: #ff6600; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie:visited 	{font-family: Arial; color: #ff6600; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie:hover 		{font-family: Arial; color: #4c4c4c; font-size: 12px; font-weight:bold; text-decoration:none;}
/* link  navigatie donker */
a.link-navigatie-donker:active 		{font-family: Arial; color: #4c4c4c; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie-donker:link 		{font-family: Arial; color: #4c4c4c; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie-donker:visited 	{font-family: Arial; color: #4c4c4c; font-size: 12px; font-weight:bold; text-decoration:none;}
a.link-navigatie-donker:hover 		{font-family: Arial; color: #4c4c4c; font-size: 12px; font-weight:bold; text-decoration:none;}
/* link disclaimer */
a.link-disclaimer:active 	{font-family: Arial; color: #ff6600; font-size: 10px; font-weight:bold; text-decoration:none;}
a.link-disclaimer:link 		{font-family: Arial; color: #ff6600; font-size: 10px; font-weight:bold; text-decoration:none;}
a.link-disclaimer:visited 	{font-family: Arial; color: #ff6600; font-size: 10px; font-weight:bold; text-decoration:none;}
a.link-disclaimer:hover 		{font-family: Arial; color: #ff6600; font-size: 10px; font-weight:bold; text-decoration:none;}
/* link wit (meer informatie) */
a.link-wit:active 	{font-family: Arial; color: #ffffff; font-size: 11px; text-decoration:none;}
a.link-wit:link 		{font-family: Arial; color: #ffffff; font-size: 11px; text-decoration:none;}
a.link-wit:visited 	{font-family: Arial; color: #ffffff; font-size: 11px; text-decoration:none;}
a.link-wit:hover 		{font-family: Arial; color: #ffffff; font-size: 11px; text-decoration:none;}

/* tekst stijlen */
td, p {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.tekst-wit {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
}
.tekst-header {
	font-family: Arial;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
.tekst-bold {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.tekst-oblique {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-style: oblique;
}

/* border stijlen */
.border-header { 
	border-style: solid;
	border-color: #999999;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.tekst-wit-border {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	line-height: 150%;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
}
.border-dotted { 
	border-right-style: dotted;
	border-right-color: #ff6600;
	border-right-width: 1px;
} 
.border-top { 
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
} 
.border-top-right { 
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
} 
.border-bottom { 
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
} 
.border-bottom-left { 
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
} 
.border-bottom-top {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
} 
.border-right { 
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
} 


