/*********************************
 * STYLESHEET EKSPLOSION.BE      *
 *                               *
 * (c) 2006 Bart Van Lijsebetten *
 *          Interpres bvba.      *
 *********************************/

/************
 * ALGEMEEN *
 ************/

* {
	font-family: Verdana, Arial, Sans-serif;
}

body {
	scrollbar-face-color:    #2A2A2A;		/* Kleur schuifbalk */
	scrollbar-shadow-color:  #FFFFFF;		/* Schaduw schuifbalk */
	scrollbar-3dlight-color: #2A2A2A;		/* Randen blokjes */
	scrollbar-track-color:   #2A2A2A;		/* Achtergrondkleur schuifbalk */
	scrollbar-arrow-color:   #FFFFFF;		/* Pijltjes */
}

body.tekst {
	color: white;
	background-color: transparent;
}

/************
 * HEADINGS *
 ************/

h1 {
	font-size: 11pt;
	color: #B1D219;
	letter-spacing: 0mm;
	margin-left: 188;
	margin-top: 5;
	margin-bottom: 0;
}

h2 {
	font-size: 8pt;
	color: white;
	margin-top: 5;
	margin-bottom: 1;
	margin-right: 4;
}

/**************
 * PARAGRAFEN *
 **************/

p,ul,ol,blockquote {
	color: white;
	font-size: 7pt;
	text-align: justify;
	line-height: 140%
}

/**************
 * HYPERLINKS *
 **************/

a {
	text-decoration: underline;
	color: white;
	font-weight: normal;
}

a:hover {
	color: white;
	text-decoration: none;
}

a.footer {
	text-decoration: none;
	color: white;
}

a.footer:hover {
	text-decoration: underline;
	color: white;
}

a.hoofdlink_wit, a.hoofdlink_zwart {
	font-family: Verdana, Arial;
	font-size: 7.5pt;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.3mm;
}

a.hoofdlink_wit {
	color: white;
}

a.hoofdlink_zwart {
	color: black;
}

a.hoofdlink_wit:hover {
	text-decoration: underline;
	color: white;
}

a.hoofdlink_zwart:hover {
	text-decoration: underline;
	color: black;
}

a.sublink {
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.sublink:hover {
	color: white;
	text-decoration: none;
}

a.header
{
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a.headercurrent
{
	text-decoration: none;
	font-weight: normal;
	color: white;
}

a.header:hover
{
    text-decoration: none;
    color: white;
}

a.headercurrent:hover
{
	text-decoration: none;
	color: white;
}

/************
 * TABELLEN *
 ************/

td {
	font-size: 7pt;
	color: white;
}

td.data {
	font-size: 7pt;
	border: 1px solid #EFEFEF;
}

td.footer {
	font-size: 7pt;
	color: white;
	font-weight: normal;
	text-align: right;
}

th {
	background-color: #EFEFEF;
	color: white;
	border: 1px solid #EFEFEF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 7pt;
	text-align: left;
}

td.header
{
	background-color: white;
}

td.balkvacature
{
	background-color: white;
	border: 1px solid black;
	color: white;
	font-size: 7pt;
	font-family: Verdana;
	text-align: center;
	height: 20;
	font-weight: bold;
}

td.vacnaam {
	font-size: 7pt;
	font-family: Verdana;
	text-align: right;
}

td.vacboodschap {
	font-size: 7pt;
	font-family: Verdana;
	text-align: center;
}

td.vacboodschaplinks {
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
}

td.hoofdlink {
	text-align: center;	
}

td.sublink {
	text-align: left;
	letter-spacing: -0.3mm;
}

/***************
 * FORMULIEREN *
 ***************/

input,select,textarea
{
	border: 1px solid;
	border-color: white;
	color: black;
	font-size: 7pt;
}

/****************
 * AFBEELDINGEN *
 ****************/
img
{
	border: 0px;
}

