/* ++++++++++++++++++++ RESET TAGS +++++++++++++++++++++ */
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;
}
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
th, td { vertical-align:top; }
img { display:block; border:none; }
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a { text-decoration:none; }
/* ++++++++++++++++++++ End RESET TAGS ++++++++++++++++++++ */

/* ++++++++++++++++++++ GLOBAL DEFINITIONS +++++++++++++++++++++ */
h1 {
	margin:0 0 15px 0;
	font-size:2em;
}
h2, h3 {
	margin:0 0 4px 0;
	font-size:1.4em;
	line-height:1.5;
	color: #666666;
}
h3 { margin-top:25px; }
p, li, label {
	font-size:1.2em;
	color:#CCCCCC;
}
	p a, 
	li a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	a:hover {
	color:#0096ce;
	text-decoration: none;
	}
	
/* ++++++++++++++++++++ GLOBAL LAYOUT +++++++++++++++++++++ */
.hidden { display:block; visibility:hidden; position:absolute; left:-9999em; }
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50%;
	color:#CCCCCC;
	background-color: #000000;
}
#container {
	width:910px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	width:910px;
	overflow:hidden;
}
#content {
	width:910px;
	margin-top:20px;
	overflow:hidden;
}
	#content #nav-col {
	width:200px;
	float:left;
	padding-top: 25px;
	}
	#content #left-col {
	width:400px;
	float:left;
	padding-left:25px;
	background-image: url(../img/dutch.jpg);
	background-repeat: no-repeat;
	background-position: 388px top;
	}
	#content #right-col {
	width:400px;
	float:left;
	padding-left:60px;
	padding-right:20px;
	background-image: url(../img/english.jpg);
	background-repeat: no-repeat;
	background-position: 440px top;
	}
	
/* ++++++++++++++++++++ HEADER DEFINITIONS +++++++++++++++++++++ */
#header img {
	height: 250px;
	width: 910px;
}	

/* ++++++++++++++++++++ NAV-COL DEFINITIONS +++++++++++++++++++++ */
#nav-col img {
	float:right;
}
ul.sub-menu {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 100px;
	margin-left: 0px;
}
	ul.sub-menu li {
	font-size:1.3em;
	text-align:right;
	color: #666666;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	ul.sub-menu li a {
	color:#fff;
	text-decoration:none;
	}
	ul.sub-menu li a:hover {
	color:#D19900;
}
			
/* ++++++++++++++++++++ CONTENT DEFINITIONS +++++++++++++++++++++ */
#main-col p, #main-col li {
	line-height:1.5;
}
	#main-col p,
	#main-col ul { 
		margin-bottom:1.2em; 
	}
	#main-col p.intro {
		font-size:1.4em;
		font-weight:normal;
	}
	#main-col li {
		list-style:disc;
		margin:0 0 0.6em 15px;
	}
	
#main-col img.left {
	float:left;
	margin:0 15px 0 0;
}	
#main-col img.right {
	float:right;
	margin:0 0 0 15px;
}

#main-col a.pdf {
	padding:0 20px 0 0;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/arrow-pdf.gif) 100% 2px no-repeat;
}

#content .video {
	width:400px;
	margin:0 auto;
	text-align:center;
}

/* ++++++++++++++++++++ FORM DEFINITIONS +++++++++++++++++++++ */
form {
	width:420px;
	overflow:hidden;
	margin-bottom:80px;
}
form br {
	clear:both;
}
label {
	display:block;
	float:left;
	width:126px;
	margin-bottom:3px;
	margin-top: 5px;
}
input, select {
	float:left;
	margin-bottom:14px;
	padding:2px;
	font-size:1.2em;
	color:#000;
	background-color:#CCCCCC;
	border:0;
}
	input.xlarge, 
	select.xlarge {
		width:420px;
	}
	input.large, 
	select.large {
		width:290px;
	}
.horizontal {
	float:left;
}
	.horizontal label {
		width:auto;
		padding:0 15px 0 5px;
	}

input.radio {
	background-color:transparent;
	margin-top: 3px;
}
input.submit {
	float:right;
	background-color:transparent;
}


/* ++++++++++++++++++++ SITE SECTIONS ++++++++++++++++++++ */
/* video */
body.video { background-color:#0e1f3a; background-image:url(../img/bg-video.gif); }
