/* ++++++++++++++++++++ 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:Arial, Helvetica, sans-serif; }
a { text-decoration:none; }
/* ++++++++++++++++++++ End RESET TAGS ++++++++++++++++++++ */

/* ++++++++++++++++++++ GLOBAL DEFINITIONS +++++++++++++++++++++ */
h1 { 
	margin:0 0 15px 0;
	font-weight:bold; 
	font-size:2em; 
}
h2, h3 {
	margin:0 0 4px 0;
	font-weight:bold; 
	font-size:1.4em; 
	line-height:1.5;
}
h3 { margin-top:25px; }
p, li, label {
	font-size:1.2em;
	color:#dff9ff;
}
	p a, 
	li a {
		color:#dff9ff;		
		text-decoration:underline;
	}
	
/* ++++++++++++++++++++ GLOBAL LAYOUT +++++++++++++++++++++ */
.hidden { display:block; visibility:hidden; position:absolute; left:-9999em; }
body { 
	background:#224d91 url(../img/bg-body.gif) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:62.5%;
	color:#fff;
}
#container {
	width:980px;
	margin:20px auto;
}
#header {
	width:960px;
	margin-left:20px;
	overflow:hidden;
}
#content {
	width:980px;
	margin-top:50px;
	overflow:hidden;
}
	#content #nav-col {
		width:240px;
		float:left;
	}
	#content #main-col {
		width:440px;
		float:left;
		padding:0 35px 0 25px;
	}
	#content #related-col {
		width:240px;
		float:right;
	}
	
/* ++++++++++++++++++++ HEADER DEFINITIONS +++++++++++++++++++++ */
#header a.logo {
	float:left;
}

#header ul {
	float:left;
	overflow:hidden;
	margin-top:42px;
}
	#header ul.main-menu {
		margin-left:20px;
	}
	#header ul.language {
		margin-left:3px;
	}
	#header ul li {
		display:inline;
		float:left;
		margin-left:-1px;
		font-size:1.4em;
		border-left:1px solid #fff;
	}
		#header ul li a {
			float:left;
			padding:0 7px 0 6px;
			color:#fff;
			text-decoration:none;
		}
		#header ul li a.actief {
			float:left;
			padding:0 7px 0 6px;
			color:#CC0000;
			text-decoration:none;
		}
			#header ul li a:hover {
				color:#c00;
			}
		#header ul.language li {
			margin:0 3px 0 0;
			border:0;
		}
			#header ul.language li a {
				width:25px;
				height:15px;
				text-indent:-9999px;
				padding:0;
				background:url(../img/icon-flags.gif) 0 0 no-repeat;
			}
				#header ul.language li.en a { background-position:0 -100px; }
				#header ul.language li.it a { background-position:0 -200px; }
				

		
/* ++++++++++++++++++++ NAV-COL DEFINITIONS +++++++++++++++++++++ */
#nav-col img {
	float:right;
}
ul.sub-menu {
	margin:85px 40px 100px 10px;
}
	ul.sub-menu li {
		padding:0 0 10px 0;
		font-weight:bold;
		font-size:1.3em;
		text-align:right;
	}
		ul.sub-menu li a {
			line-height:1.4;
			color:#fff;
			text-decoration:none;
		}
			ul.sub-menu li.back a {
				padding-left:22px;
				background:url(../img/arrow-back.gif) 0 2px no-repeat;
			}


/* ++++++++++++++++++++ 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 ul.news-list li {
	list-style:none;
	margin:0 0 1em 0;
}
	#main-col ul.news-list li a {	
		display:block;
		font-size:1.2em;
		font-weight:bold;
		text-decoration:none;
	}

#main-col ul.partner-list li {
	list-style:none;
	margin:10px 0 1em 0;
}
	#main-col ul.partner-list li img {
		padding:5px 0;
	}

#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;
}

#content .pagination {
	position:absolute;
	left:50%;
	margin-top:20px;
}
#content .pagination ul {
	position:relative;
	left:-50%;
	height:2em;
}
	#content .pagination ul li {
		display:inline;
		float:left;
		padding:0 5px 0 10px;
		font-weight:bold;
		font-size:1.4em;
		color:#f60;
		background:url(../img/dash.gif) 0 50% no-repeat;
	}
		#content .pagination ul li.first, 
		#content .pagination ul li.back, 
		#content .pagination ul li.next {
			background:none 0 0 no-repeat;
		}
		#content .pagination ul li.back {
			padding-left:0;
		}
		#content .pagination ul li a {
			color:#36a69b;
			text-decoration:none;
		}
			#content .pagination ul li.back a,
			#content .pagination ul li.next a {
				display:block;
				margin-top:3px;
				text-indent:-9999px;
				width:13px;
				height:11px;
				background:url(../img/arrows-pagination.gif) 0 0 no-repeat;
			}
			#content .pagination ul li.next a {
				background-position:100% 0;
			}

/* ++++++++++++++++++++ FORM DEFINITIONS +++++++++++++++++++++ */
form {
	width:440px;
	overflow:hidden;
	margin-bottom:22px;
}
form br {
	clear:both;
}
label {
	display:block;
	float:left;
	width:126px;
	margin-bottom:14px;
}
.error {
	color:#f30;
	font-weight:bold;
	font-size:1.4em;
}
input, select {
	float:left;
	margin-bottom:14px;
	padding:2px;
	font-size:1.2em;
	color:#000;
	background-color:#dff9ff;
	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 {
	padding:0;
	margin:0;
	background-color:transparent;
}
input.submit {
	float:right;
	margin:0;
	padding:0;
	background-color:transparent;
}
/* ++++++++++++++++++++ HOME SECTIONS ++++++++++++++++++++ */
#home-news {
	width:125px;
	margin-top:10px;
	margin-left: 18px;
	overflow:hidden;
	float: left;
}
#home-world {
	width:680px;
	margin-top:0px;
	overflow:hidden;
	float: right;
	margin-right: 120px;
}


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

/* home */
body.home #content { margin-top:5px; }
body.home #content img { margin:0 auto; }

/* about us = orange */
body.about h1 { margin-bottom:30px; }
body.about h1, 
body.about p.intro, 
body.about { color:#f60; }

/* news = red + pink */
body.news h1 { color:#c52833; }
body.news h2, 
body.news ul.news-list li a { color:#f9c; }

/* heroes = orange + teal */
body.heroes h1 { color:#ea582b; }
body.heroes h2, 
body.heroes h3, 
body.heroes a.pdf { color:#36a69b; }

/* projects = pink + red + pink */
body.projects h1 { color:#e6307b; }
body.projects h2, 
body.projects ul.news-list li a { color:#c52833; }

/* support = red + pink */
body.support form { margin-top:15px; }
body.support h1 { color:#900; margin-bottom:30px; }
body.support h2 { color:#f9c; }

/* partners = green + blue */
body.partners h1 { color:#690; margin-bottom:30px; }
body.partners h2 { color:#9cf; }