/* CSS Document */

html, body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D276F;
	margin: 0;
	padding: 0;
	scrollbar-base-color: #DDDADC;
}

html,body { height: 100%; overflow:hidden; }

body { background-color: #FFF2E5 !important; }

img, a img { border: none; }

a, a:visited, a:link { color: #FC6B23; }
a:hover { color: #9A0081;}

.clear { clear:both; }

ul {
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 2.5em;
}
ol {
	margin: 0;
	margin-left: 3em;
	padding: 0;
	padding-left: 0;
}

acronym { text-decoration: underline;}

#print_logo { display: none; }

/* CONTAINER */
#container {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}

/* CONTAINER_CONTENT */
#container_content {
	margin: 0;
	padding: 0;
}

/* HEADER */
#container_header {
	background: url(../img/icco_header_bar.gif) repeat-x top;
	width: 100%;
}

#header {
	background: url(../img/icco_header_bottom.gif) no-repeat left bottom;
	width: 791px;
	height: 91px;
}

#logo { float: left;padding-left: 30px; }
#name { float: left;padding-top: 24px; 	padding-left: 24px; }
#tools { float: right; width: 160px; text-align: right; margin-top: 10px;}
#tools div { float: right; margin-bottom: 10px;}

form {margin: 0; padding: 0;}

#search { 
	height: 20px; 
	padding-left: 10px; 
	background: transparent url(../img/icco_search_background.gif) no-repeat;
	
	width: 155px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px;
}
html>body #search {
	width: 140px;
}
#search input { display: block; float: left; }
.search_input {
	width: 115px;
	border: 0px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #E56220;
}

#print a,
#print a:visited,
#print a:link { 
	font-weight: bold; 
	font-size: 11px; 
	display: block; 
	height: 20px; 
	background: transparent url(../img/icco_print.gif) no-repeat 100% 0px;
	color: #FEDAC8; 
	text-decoration: none; 
	padding-right: 28px;
	padding-top: 3px; 
}
#print a:hover { 
	font-weight: bold; 
	background: transparent url(../img/icco_print.gif) no-repeat 100% -40px;
	color: #9A0081; 
	text-decoration: none;
}


/* MAIN */
#container_main {
	height: 100%;
}
#sidebar {
	float: left;
	width: 190px;
	height: 100%;
}

/* MAIN - LEFTNAV */

#leftnav_top {
	background: #9A0081 url(../img/icco_leftnav_top.gif) no-repeat left top;
	height: 17px;
}

#leftnav {
	background: #9A0081;
	color: #FFF;
	width: 190px;
	padding: 15px 0;
}

#leftnav ul {
	list-style: none url(../img/icco_bullet.gif);
	margin: 0;
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	padding-left: 2em;
}
#leftnav ul li.current {
	list-style-image: url(../img/icco_bullet_orange.gif);
	}
#leftnav li {
	padding-bottom: 5px;
}

#leftnav li a,
#leftnav li a:visited,
#leftnav li a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#leftnav li a:hover {
	color: #FC6B23;
	text-decoration: none;
}
#leftnav li.current a,
#leftnav li.current a:visited,
#leftnav li.current a:link {
	color: #FC6B23;
	}

#leftnav ul li ul {
	list-style: none url(../img/icco_bullet_purple_level.gif);
	font-size: 11px;
	margin: 0;
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	padding-left: 1em;
}
#leftnav ul li ul li {
	padding-bottom: 5px;
}
#leftnav li li a,
#leftnav li li a:visited,
#leftnav li li a:link,
#leftnav li.current li a,
#leftnav li.current li a:visited,
#leftnav li.current li a:link {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#leftnav li li a:hover,
#leftnav li.current li a:hover {
	color: #FC6B23;
	text-decoration: none;
}
#leftnav li.current li.current a,
#leftnav li.current li.current a:visited,
#leftnav li.current li.current a:link {
	color: #FC6B23;
	}

#leftnav_bottom {
	background: transparent url(../img/icco_leftnav_bottom.gif) no-repeat left top;
	height: 17px;
}

/* MAIN - CONTENT */

#content {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 190px;
	padding: 10px 17px;
	width: 590px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 556px;
}
html>body #content {
	width: 556px;
}


#scrollbars {
	overflow: auto;
	width: 555px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C670B9;
	text-transform: lowercase;
}

#breadcrumbs a,
#breadcrumbs a:visited,
#breadcrumbs a:link {
	color: #B340A1;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9A0081;
	margin: 10px 0;
	padding: 0;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A0081;
	margin: 0;
	padding: 0;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9A0081;
	padding: 0;
	margin-left: 15px;
}

#content p {
	width: 530px;
}

#content #description_div p {
	margin-left: 15px;
	width: 500px;
}

#content #description_div li p {
	margin: 0px;
	width: auto;
}

#content table {
	width: 520px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content table td { padding: 3px 0px; }

#content .door_icco {
	background: #F1DEEF;
}

#content .table_col_01 { width: 200px; vertical-align: top; }
#content .table_col_01_bold { width: 200px; font-weight: bold; }
#content .table_col_02 { font-weight: bold; vertical-align: top;}
#content .table_col_bar { width: 280px; vertical-align: top;}
#content .table_col_barvalue { padding-left: 10px; vertical-align: top;}
#content .table_col_euro { width: 20px; vertical-align: top;}
#content .table_col_euro_total { font-weight: bold; vertical-align: top;}
#content .table_col_costs { text-align: right; vertical-align: top;}
#content .table_col_costs_total { text-align: right; font-weight: bold; border-top: 1px solid #7D276F; vertical-align: top;}

#content #table_finance { width: 260px; }
#content #table_finance td { padding: 3px 5px; }

#content .bar_background { background: #EFE0ED; width: 100%; height: 14px; }
#content .bar { background: #AC5B9F; height: 14px; }

#content hr {
	color: #E6BFDF;
	background: #E6BFDF;
	height: 1px;
	border: none;
}

#content h2#themas { padding-left: 15px; background: url(../img/icco_icon_themas.gif) no-repeat 0px 2px; margin-bottom: 10px;}
#content h2#description { padding-left: 15px; background: url(../img/icco_icon_description.gif) no-repeat 0px 2px; }
#content h2#details { padding-left: 15px; background: url(../img/icco_icon_details.gif) no-repeat 0px 2px; margin-bottom: 10px; }
#content h2#strategy { padding-left: 15px; background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; margin-bottom: 10px;}
#content h2#strategy_link { padding-left: 15px; background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; width: auto;}
#content h2#strategy_link a { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% 2px; }
#content h2#strategy_link a:hover { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% -18px; }
#content h2#sectors { padding-left: 15px; background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; margin-bottom: 10px;}
#content h2#sectors_link { padding-left: 15px; background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; width: auto;}
#content h2#sectors_link a { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% 2px; }
#content h2#sectors_link a:hover { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% -18px; }
#content h2#finance { padding-left: 15px; background: url(../img/icco_icon_finance.gif) no-repeat 0px 2px; margin-bottom: 10px;}
#content h2#finance_link { padding-left: 15px; background: url(../img/icco_icon_finance.gif) no-repeat 0px 2px; }
#content h2#finance_link a { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% 2px; }
#content h2#finance_link a:hover { padding-right: 10px; background: url(../img/icco_arrow_link.gif) no-repeat 100% -18px; }

#content h2 a,
#content h2 a:visited,
#content h2 a:link {
	color: #FC6B23;
	text-decoration: none;
}
#content h2 a:hover {
	color: #9A0081;
	text-decoration: none;
}

#content ul, #content ol {
	margin-top: -10px;
}

#content ul.subnav {
	list-style: none url(../img/icco_bullet_purple.gif);
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 1.2em;
}
#content ul.subnav li {
	margin-bottom: 3px;
}

#content ul.subnav li a,
#content ul.subnav li a:visited,
#content ul.subnav li a:link {
	color: #9A0081;
	text-decoration: none;
}
#content ul.subnav li a:hover {
	color: #FC6B23;
	text-decoration: none;
}

#content ul.subnav_anchors {
	margin: 0; margin-right: 40px; padding: 0; padding-bottom: 3px; float: left;
	list-style: none;
	font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
* html #content ul.subnav_anchors {
	padding-bottom: 0;
	}
#content ul.subnav_anchors li {
	padding: 0; padding-bottom: 3px;
	}
#content ul.subnav_anchors li a,
#content ul.subnav_anchors li a:link,
#content ul.subnav_anchors li a:visited {
	display: block;
	text-decoration: none;

	padding-left: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 15px;	
	}
html>body #content ul.subnav_anchors li a,
html>body #content ul.subnav_anchors li a:link,
html>body #content ul.subnav_anchors li a:visited {
	padding-left: 15px;
	}

#content ul.subnav_anchors li a#description_link,
#content ul.subnav_anchors li a#description_link:link,
#content ul.subnav_anchors li a#description_link:visited { background: url(../img/icco_icon_description.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#description_link:hover { background: url(../img/icco_icon_description.gif) no-repeat 0px 2px; }
#content ul.subnav_anchors li a#details_link,
#content ul.subnav_anchors li a#details_link:link,
#content ul.subnav_anchors li a#details_link:visited {background: url(../img/icco_icon_details.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#details_link:hover { background: url(../img/icco_icon_details.gif) no-repeat 0px 2px; }
#content ul.subnav_anchors li a#themas_link,
#content ul.subnav_anchors li a#themas_link:link,
#content ul.subnav_anchors li a#themas_link:visited { background: url(../img/icco_icon_themas.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#themas_link:hover { background: url(../img/icco_icon_themas.gif) no-repeat 0px 2px; }
#content ul.subnav_anchors li a#strategy_link,
#content ul.subnav_anchors li a#strategy_link:link,
#content ul.subnav_anchors li a#strategy_link:visited { background: url(../img/icco_icon_sectors.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#strategy_link:hover { background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; }
#content ul.subnav_anchors li a#sectors_link,
#content ul.subnav_anchors li a#sectors_link:link,
#content ul.subnav_anchors li a#sectors_link:visited { background: url(../img/icco_icon_sectors.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#sectors_link:hover { background: url(../img/icco_icon_sectors.gif) no-repeat 0px 2px; }
#content ul.subnav_anchors li a#finance_link,
#content ul.subnav_anchors li a#finance_link:link,
#content ul.subnav_anchors li a#finance_link:visited { background: url(../img/icco_icon_finance.gif) no-repeat 0px -18px; }
#content ul.subnav_anchors li a#finance_link:hover { background: url(../img/icco_icon_finance.gif) no-repeat 0px 2px; }


/* RIGHTBAR */
#rightbar {
	position: absolute; left: 780px; top: 74px; width: 190px; overflow: hidden;
	color: #85006E;
	display: none;
	}
#rightbar_top {
	min-height: 50px; padding-bottom: 20px; padding-right: 10px;
	background: #F1DBED; 
	}
* html #rightbar_top {
	height: 50px;
	}	
#rightbar_top h3 {
	margin: 0; padding: 0; padding-top: 25px; padding-left: 15px;
	font-size: 11px;
	color: #85006E;
	}
#rightbar_bottom {
	background: transparent url(../img/icco_rightbar_bottom.gif) no-repeat left top;
	height: 17px;
}

#rightbar ul {
	list-style: none url(../img/icco_bullet_purple.gif);
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	padding-left: 2em;
}
#rightbar ul.online {
	list-style: none url(../img/icco_bullet_purple_online.gif);
	}
#rightbar li {
	padding-bottom: 5px;
}

#rightbar a,
#rightbar a:visited,
#rightbar a:link {
	font-size: 11px;
	color: #85006E;
	text-decoration: none;
}
#rightbar a:hover {
	color: #FC6B23;
	text-decoration: none;
}


/* PROJECTS TABLE */
#projects_table table {
	width: 530px;
	margin-left: 0px;
	border-bottom: 1px solid #E6BFDF;
}

#projects_table table td {  vertical-align:top; border-top: 1px solid #E6BFDF; padding: 3px 3px; }

#projects_table table tbody td span {
	display: block;
	color: #9E5D93;
}

#projects_table table td a { color: #7D276F; text-decoration: none; }
#projects_table table td a:hover { text-decoration: none; }

#projects_table table thead td { font-weight:bold; background:#962F85; border: none; padding: 2px 4px;}
#projects_table table thead td a { color:#FFF; text-decoration:none;}
#projects_table table thead td a:hover { color:#FFF; text-decoration:none;}

#projects_table .projects_table_col_01 { width: 320px;}
#projects_table .projects_table_col_02 { width: 210px;}
#projects_table .projects_table_col_arrow { background: transparent url(../img/icco_arrow_table.gif) no-repeat 100% 50%; width: 150px;}
#projects_table .search_table_col_arrow   { background: transparent url(../img/icco_arrow_table.gif) no-repeat 100% 50%; width: 500px;}
#projects_table tr.ruled td.projects_table_col_arrow { background: #F1DEEF url(../img/icco_arrow_table.gif) no-repeat 100% 50%;}

#projects_table tr.ruled td {
	background: #F1DEEF; 
	
	cursor: pointer;
	cursor: hand;
}

#projects_table .arrowimg { vertical-align:middle; }
#projects_table .sortarrow { margin-left:3px; width:5px; }

#projects_table h2 {
	padding: 5px 0;
	margin-bottom: 5px;
}

#link_top { padding-left: 15px; background: url(../img/icco_icon_top.gif) no-repeat 0px 4px; color: #7D276F; text-decoration: none;}
#link_top:hover { background: url(../img/icco_icon_top.gif) no-repeat 0px -17px; color: #FC6B23; text-decoration: underline;}

#reference { display: none; }

/* CONTINENT */
div#countries_list {
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
	background: #F1DEEF;
}
div#countries_list_top {
	background: #FFF url(../img/icco_area_260_top.gif) no-repeat bottom;
	height: 10px;
}
div#countries_list_bottom {
	background: #FFF url(../img/icco_area_260_bottom.gif) no-repeat;
	height: 10px;
}
div#countries_list ul {
	list-style: url(../img/icco_bullet_purple.gif) none;
	margin: 15px 0;
	margin-left: 0;
	padding: 0;
	padding-left: 2em;
}
div#countries_list li {
	margin-bottom: 10px;
}
div#countries_list li a,
div#countries_list li a:visited,
div#countries_list li a:link { color: #9A0081; font-weight: bold; text-decoration: none; padding: 5px 0;}
div#countries_list li a:hover { color: #FC6B23; }
div#countries_list li a span { font-weight: normal; color: #BD59AD; }
div#countries_list li a:hover span { color: #FC6B23; }

div#countries_map { float:right; width: 270px; }

/* PROJECTS BY */
div#projects_by {
	background: #F1DEEF;
}
div#projects_by_top {
	background: #FFF url(../img/icco_area_555_top.gif) no-repeat bottom;
	height: 15px;
}
div#projects_by_bottom {
	background: #FFF url(../img/icco_area_555_bottom.gif) no-repeat;
	height: 15px;
}

div#projects_by h2 {
	font-size: 11px;
	background: transparent url(../img/icco_bullet_purple.gif) no-repeat 5px 5px;
	padding: 5px;
	padding-left: 20px;
}
div#projects_by h2 a,
div#projects_by h2 a:visited,
div#projects_by h2 a:link { color: #9A0081; }
div#projects_by h2 a:hover { color: #FC6B23; }

div#projects_by h2.noarrow {
	background: none;
	padding-left: 10px;
}

div#projects_by hr {
	color: #FFF;
	background: #FFF;
	height: 2px;
	border: none;
}

div#projects_by span {
	font-weight: normal;
	color: #7D276F;
}
div#projects_by a:hover span {
	color: #FC6B23;
}

div#projects_by #continents_list {
	float: left;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#projects_by #continents_list ul {
	list-style: url(../img/icco_bullet_purple_sub.gif) none;
	margin: 15px 0;
	margin-left: 0;
	padding: 0;
	padding-left: 2em;
}
div#projects_by #continents_list li {
	margin-bottom: 10px;
}
div#projects_by #continents_list li a,
div#projects_by #continents_list li a:visited,
div#projects_by #continents_list li a:link { color: #9A0081; text-decoration: none;
}
div#projects_by #continents_list li a:hover { color: #FC6B23; }

div#projects_by #continents_map { margin-left: 150px;}

/* GENERAL */

div#general_area {
	background: #F1DEEF;
	width: 530px;
}
div#general_area_top {
	background: #FFF url(../img/icco_area_530_top.gif) no-repeat bottom;
	height: 15px;
}
div#general_area_bottom {
	background: #FFF url(../img/icco_area_530_bottom.gif) no-repeat;
	height: 15px;
}

div#general_area p {
	width: auto;
	margin: 0;
	padding: 5px 10px;
}

#general_table table {
	width: 530px;
	margin-left: 0px;
	border-bottom: 1px solid #E6BFDF;
}
#general_table table td {  vertical-align:top; border-top: 1px solid #E6BFDF; padding: 5px 3px; }

#general_table table .subvalue { color: #A66B9C; }

/* COLOFON */
#colofon h2 { margin: 0; padding: 0; margin-top: 20px; margin-bottom: 3px; }
#colofon p { margin: 0; padding: 2px 0;}

/* SEARCH */
#searchterms {
	font-weight: bold;
}

#search_tips {
	
}

/* advanced search */
#search_keywords {
	font-weight: bold;
	color: #FC6B23;
	}

.search_delete {
	padding-left: 6px;
	padding-right: 1px;
	display: block;
	float: right;
	}

.selected_keyword {
	padding-top: 3px;
	margin-left: 0px;
	float: left;
	color: #FF6600 !important;
	font-weight: bold !important;
	}

fieldset.column_01 br { display: block; line-height: 0; /* IE renders line-height */ }
fieldset.column_01 div {
	width: 535px;
	height: 8px;
}

/* FORMS */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D276F;
	margin: 0;
	padding: 0;
}

fieldset { margin: 0; padding: 10px 0; border: none;  width: 275px; display: inline; }
fieldset.column_01 { display: inline; vertical-align:top; width: 535px; }
fieldset br { display: none; }
fieldset div { margin: 10px 0; padding: 0; clear: both; }
fieldset legend { display: none; }

fieldset .removed { display: none !important; }

/* labels */
fieldset label, fieldset div.cr p {
	float: left;
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-right: 6px;
	width: 80px;
}

fieldset div.cr { position:relative; }

fieldset div.cr p {
	position:absolute;
	top: -2px;
	left: 0;
}
* html fieldset div.cr p {
	left: -86px;
}

fieldset div.cr label {
	float: none;
	text-align: left;
	margin: 0;
	margin-left: 89px;
	padding: 0;
	width: auto;
}

fieldset div.cr label.otherlabel {
	float:left; 
}
* html fieldset div.cr label.otherlabel {
	width:0.1em;
	margin-left: 54px;
}


fieldset div span {
	display: block;
	margin-left: 89px;
	color:#666;
}

fieldset div.cr_label label {
	margin-top: -2px;
}

/* mandatory labels */
fieldset .mandat { color: #060; }
fieldset .mandatr { color: #060; }

/* inputs */
fieldset input, fieldset select, fieldset textarea { width: 155px;  font-size: 12px; margin: 0; padding: 1px 0 0 2px; border: 1px solid #999; }
fieldset input { height: 16px; }
fieldset div.cr input { border: none; width: auto; margin-right: 5px; }
fieldset div.cr input.otheranswer { border: 1px solid #999; margin-left: 5px;}
fieldset div.cr_label input { border: none; width: auto; }

fieldset input.day { width: 30px; }
fieldset select.month { width: 110px; margin-left: 0;}
fieldset input.year { width: 50px; margin-left: 0;}

fieldset select { width: 157px;}

fieldset textarea { font-family: Arial, Helvetica, sans-serif; }

/* buttons */
fieldset.buttons { padding: 15px 0; }
* html fieldset.buttons { padding: 0; }
fieldset.buttons label { width: 80px; }
fieldset.buttons input { 
	width: 100px; height: 24px; border: 1px solid #9F0C86; font-weight: bold;
	color: #FFF; background: #B94DA6 url(../img/icco_button_purple.gif) repeat-x;	
	}

/* badinput */
fieldset .badinput { color: #E30;}
fieldset label.badinput, fieldset div.cr p.badinput { /* background: url(../img/warning.gif) no-repeat 0px 5px; */ }
fieldset div.cr label.badinput { background: none; }

fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FEF1ED;
	color: #000;
	border: 1px solid #E30;
}


/* TABLOIDS */

a.tabloid_link,
a.tabloid_link:link,
a.tabloid_link:visited { text-decoration: none; color: #7D276F; }

a.tabloid_link:hover { color: #FC6B23; }


/* ADVANCED SEARCH */

#projectFinder label {
	width: 70px;
	}

#projectFinder .column_02 label {
	width: 50px;
	}

/* CUSTOMISING */
#home { background: transparent url(../img/photos/icco_photo_home.jpg) no-repeat left top; }
#home #header {	background: url(../img/icco_header_bottom_home.gif) no-repeat left bottom; }
#home #leftnav_bottom {	background: transparent url(../img/icco_leftnav_bottom_home.gif) no-repeat left top; }

#preface { background: transparent url(../img/photos/icco_photo_09.jpg) no-repeat left top; }
#overview { background: transparent url(../img/photos/icco_photo_01.jpg) no-repeat left top; }
#glossary { background: transparent url(../img/photos/icco_photo_02.jpg) no-repeat left top; }
#colofons { background: transparent url(../img/photos/icco_photo_10.jpg) no-repeat left top; }
#searchresults { background: transparent url(../img/photos/icco_photo_01.jpg) no-repeat left top; }
#search_advanced { background: transparent url(../img/photos/icco_photo_13.jpg) no-repeat left top; }
#tabloid { background: transparent url(../img/photos/icco_photo_05.jpg) no-repeat left top; }

#projects { background: transparent url(../img/photos/icco_photo_08.jpg) no-repeat left top; }
#themas { background: transparent url(../img/photos/icco_photo_14.jpg) no-repeat left top; }
#private { background: transparent url(../img/photos/icco_photo_07.jpg) no-repeat left top; }

#Afrika { background: transparent url(../img/photos/icco_photo_05.jpg) no-repeat left top; }
#Afrika_project { background: transparent url(../img/photos/icco_photo_05.jpg) no-repeat left top; }

#Azie { background: transparent url(../img/photos/icco_photo_06.jpg) no-repeat left top; }
#Azie_project { background: transparent url(../img/photos/icco_photo_06.jpg) no-repeat left top; }

#Latijns_Amerika { background: transparent url(../img/photos/icco_photo_03.jpg) no-repeat left top; }
#Latijns_Amerika_project { background: transparent url(../img/photos/icco_photo_03.jpg) no-repeat left top; }

#Europa { background: transparent url(../img/photos/icco_photo_15.jpg) no-repeat left top; }
#Europa_project { background: transparent url(../img/photos/icco_photo_06.jpg) no-repeat left top; }

#Wereldwijd { background: transparent url(../img/photos/icco_photo_12.jpg) no-repeat left top; }
#Wereldwijd_project { background: transparent url(../img/photos/icco_photo_12.jpg) no-repeat left top; }

#Toegang_tot_basisvoorzieningen { background: transparent url(../img/photos/icco_photo_11.jpg) no-repeat left top; }
#Toegang_tot_basisvoorzieningen_project { background: transparent url(../img/photos/icco_photo_11.jpg) no-repeat left top; }

#Democratisering__Vredesopbouw { background: transparent url(../img/photos/icco_photo_04.jpg) no-repeat left top; }
#Democratisering__Vredesopbouw_project { background: transparent url(../img/photos/icco_photo_04.jpg) no-repeat left top; }

#Duurzame_Rechtvaardige_en_Economische_Ontwikkeling { background: transparent url(../img/photos/icco_photo_06.jpg) no-repeat left top; }
#Duurzame_Rechtvaardige_en_Economische_Ontwikkeling_project { background: transparent url(../img/photos/icco_photo_06.jpg) no-repeat left top; }


