@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eFeFeF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-x;
}

.basic #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 4px;
	height: 300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.basic #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.basic #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility: hidden;
	font-size: 50%;
}

.basic #footer {
	padding: 0 30px 0 10px;
	font-size: 50%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.basic #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.basic #header-subnav {
	padding: 4px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	font-size: 70%;
	text-align: right;
	color: #666666;
}
.basic  #header-nav {
	background-color: #7F7F7F;


}
.basic #header-logo {
	margin: 0;
	font-size: 50%;
}

.basic #mainContent {
	padding: 5px 0px 5px 0px;
	font-size: 80%;
}
.basic #mainContent-pic {
	padding: 4px 10px 4px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 85%;
	visibility: inherit;
	background-image: url(../img/img%20main%20content%20home.jpg);
	height: 290px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}
.basic #mainContent h1 {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 85%;
	visibility: hidden;
}
.basic #mainContent h2 {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 10px;
	visibility: hidden;
}

.basic #mainContent-news {
	padding: 10px 10px 10px 10px;
	font-size: 85%;
}
.basic #mainContent-level2 {
	background: #FFFFFF;
	font-size: 70%;
}
.basic #mainContent-level2box {
	background-color: #EEEEEE;
	font-size: 70%;
	width: 100%;
}
.basic #mainContent-level1 {
	padding: 4px 2px 4px 2px;
	font-size: 80%;
	visibility: inherit;
	height: 290px;
	vertical-align: middle;
	background-position: center;
	background-color: #CCCCCC;
	text-align: justify;
	text-indent: 20px;
}

.qoute {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
}
.qoute-bl {
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.qoute_orange {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.qoute_news {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}



/* rounded corners box */
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #eeeeee;;
	}
	/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../img/greybox/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../img/greybox/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../img/greybox/blc.gif);
	background-position: 0 100%;
	}

#brc
	{
	background-image:url(../img/greybox/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../img/greybox/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../img/greybox/bb.gif);
	background-position: 10% 100%;
	}
	
#rb
	{
	background-image:url(../img/greybox/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../img/greybox/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/* einde round corners */

A.nav2 {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: rgb(115,115,115);
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	TEXT-DECORATION: none
}
A.nav2:link { /* dropdown menu font styling + background */
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: #CCCCCC;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #666666;
}
A.nav2:visited {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: #CCCCCC;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	TEXT-DECORATION: none
}
A.nav2:active {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: right center;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: #CC0000;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none
}
A.nav2:hover {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: right center;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none
}
/* tekst decoratie voor dropdown menu scrolling */

.menuActuator A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.menuActuator {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link { /* reguliere link */
	COLOR: #CC0000;
	TEXT-DECORATION: none
} 
A:visited {
	COLOR: #999999;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #FF0000;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: none
}
A.nav {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #CCCCCC;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none
}
A.nav:link {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: lighter;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
/* a.nav:link geeft de kleur, grote van tekst van het nav menu aan */

A.nav:visited {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #CCCCCC;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none
}
A.nav:active {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none
}
A.nav:hover {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #CC0000;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none
}
.li  {
	font-size: 11px;
	text-indent: 10px;
	list-style-type: none;
	list-style-image: url(../img/icon_pdf.gif);
	list-style-position: outside;
	line-height: 3;
}
/* wel nodig voor dropdown menu border */
.border {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	BACKGROUND-COLOR: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.subnav  {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 10px;
}
a.subnav:link  {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 10px;
}
a.subnav:visited  {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 10px;
}
a.subnav:active  {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 10px;
}
a.subnav:hover  {
	COLOR: #990000;
	TEXT-DECORATION: none;
	font-size: 10px;
}

