/**
 * CSS reset
 *
 **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;	outline: 0;	font-weight: inherit; font-style: inherit; font-size: 100%;	font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; border-bottom: 1px dotted #009EE0;}
body {	line-height: 1;	color: black; background: white;}
ol, ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td {	text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}
td { vertical-align:top;}

/**
 * fonts & colors
 *
 *  lichtblauw		#A2DAF4
 *       blauw		#009EE0
 * donkerblauw     	#003882
 *       groen		#C8D32E
 * donkerblauw		#007BA5
 *
 **/
 
body * { color:#666666; font-family:Arial,Helvetica,sans-serif;	font-size:12px;	line-height:16px; }
h1, h2, h3, h4, h5, h6 { font-family:Arial,Helvetica,sans-serif; color:#003882; }
h1, h2, h3, h4 { line-height: 18px;}
.insert { border: 10px solid #C8D32E; padding: 15px; margin: 0 0 1em 0; width:250px;}
.insert ul li {	list-style: url(../../eng/img/bullet.png) inside; line-height: 18px;}
.insert ul li a:link,  a:link{ color:#009EE0; text-decoration:none;}
.insert ul li a:hover, .insert ul li a:active , a:hover, a:active{color:#009EE0; border-bottom: 1px solid #003882;}
.insert ul li a:visited, a:visited { color:#003882; text-decoration:none;}

#mainText {	margin: 0 0 30px 0;	}
#mainText p, #mainText h2, #mainText ul, #mainText h3{ margin:	0 0 1em 0;}
#mainText p { line-height:18px; margin: 0 0 24px 0; }
#mainText ul { margin: 0 0 24px 0; }
#mainText h2 { margin:0 0 16px 0;}
#mainText h1, #mainText h2, #mainText h3 { font:16px normal; }
#mainText ul li { line-height:23px; list-style:url(../../eng/img/bullet.png) outside; margin: 0 0 0 18px;}
#slogan { margin:20px 0 0 0; }
#contact { padding: 0 0 0 25px; margin: 1em 0 0 0;}
#langSelect { float:right; margin:6px 5px 20px 0; }
#langSelect, #langSelect a { font-size:10px; }
