
/* Body----------------*/
body {
	background: #939787 url(/img/achtergronden/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Wrappers ----------------*/

.wrapper {
	background: url(/img/achtergronden/bg-blok.gif) no-repeat;
	width: 988px;
	height: 737px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}

.inner-wrapper {
	position: relative;
	width: 966px;
	height: 717px;
	margin-left: 11px;
	margin-top: 11px;
	float: left;
	display: inline;
}

/* Header ----------------*/

.header {
	height: 168px;
	width: 100%;
	position: relative;
}

.header h1  {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.header h1 a {
	background: url(/img/logo.gif) no-repeat;
	width: 209px;
	height: 56px;
	display: block;
	position: absolute;
	left: 379px;
	top: 32px;
	text-decoration: none;
}

.header h1 a span {
	visibility: hidden;
}

.header h2  {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.header h2 a {
	background: url(/img/logo-sub.gif) no-repeat;
	width: 209px;
	height: 22px;
	display: block;
	position: absolute;
	left: 379px;
	top: 106px;
	text-decoration: none;
}

.header h2 a span {
	visibility: hidden;
}

.header p {
	padding-top:150px;
	margin:0;
	text-align:center;
	font-size:11px;
	color:#949590;
	color:#81827c;
}


/* Content wrapper ----------------*/

.content-wrapper {
	height: 353px;
}

/* Sidebar left ----------------*/

.sidebar {
	width:161px;
	height: 352px;
	background: #eb0438;
	float:left;
	border-bottom:1px solid #FFFFFF;
}

.sidebar h2 {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}

.sidebar .introduction-movie {
	
}

.sidebar .country-select {

}

/* Worldmap ----------------*/

.main {
	float:left;
	width: 805px;
	height: 353px;
	background: url(/img/landing/worldmap-color-vivid.jpg);
	position: relative;
}

/* Worldmap selection ----------------*/

.continents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	

.continents ul li {
	/*border: 1px solid #d7a7b8;*/
	width: 87px;
	height: 87px;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	/*background: url(/img/landing/bg-transparant-continent.png) repeat;*/
}

li#northamerica {
	left: 123px;
	top: 78px;
	width:142px;
	height:95px;
}
	
li#southamerica {
	left: 198px;
	top: 180px;
	width:95px;
	height:122px;
}

li#europe {
	left: 353px;
	top: 54px;
	width:100px;
	height:104px;
}	

li#asia {
	left:516px;
	top:104px;
	width:162px;
	height:105px;
}

li#oceania {
	top: 238px;
	left: 596px;
	width:149px;
	height:87px;
}	

li#africa {
	top: 190px;
	left: 390px;
}	

/* Overlay ----------------*/

.overlay {
	position: absolute;
	display: none;
	
}

.overlay h2 {
	background: #ea0437;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 20px 3px;
	display: block;
}

.overlay .selection {
	background: url(/img/landing/bg-transparant-countries.png) repeat;
	width: 180px;
}

.twocolumn .selection{
	width: 250px;
}

.overlay .countries {
	display: block;
	border: 1px solid #a4829d;
	border-width: 0px 1px 1px 1px;
}

.overlay .countries ul {
	margin: 0;
	padding: 5px 20px;
	list-style: none;
	float: left;
	display: block;
}

.overlay .countries ul li a {
	color: #8d8d8d;
	color:#7a7272;
	font-size: 10px;
}

.overlay .countries ul li a:hover {
	color: #ea0437;
}

#cont_northamerica, #cont_europe, #cont_southamerica, #cont_africa {
	background: url(/img/landing/bg-border.gif) no-repeat left 40px;
	padding-left: 37px;
}

#cont_asia, #cont_oceania  {
	background: url(/img/landing/bg-border.gif) no-repeat right 40px;
	padding-right: 37px;
}

#cont_northamerica {
	position: absolute;
	left: 265px;
	top: 81px;
}

#cont_europe {
	left: 452px;
	top: 60px;
}	

#cont_asia {
	right: 288px;
	top: 98px;
}

#cont_southamerica {
	left: 293px;
	top: 188px;
}

#cont_oceania  {
	top: 241px;
	right: 209px;
}

#cont_africa  {
	top: 200px;
	left: 484px;
}

/* sidebar blokken vast ----------------*/

.blok {
	width: 154px;
	margin: 5px 0 0 6px;
	position: relative;
	color: #7e8078;
}

	.introduction-movie {
		background: url(/img/blokken/blok-landing-introduction.gif) no-repeat;
		height: 140px;
		margin-top: 8px;
	}

	.country-select {
		background: url(/img/blokken/blok-landing-countryselect-small.gif) no-repeat;
		height: 94px;
	}
	
.blok-header {
	height: 26px;
	width: 100%;
}	

.blok-header h3 {
	color: #2f2e2e;
	padding: 6px 14px;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 0;
}

.blok-content {
	padding:8px 12px 9px 9px;
	position:relative;
}

.country-select  .blok-content {
	padding:2px 12px 0px 9px;
}


/* Country selection dropdown tool----------------*/

.dropdown {
	margin-top: 10px;
}

.dropdown .current {
	width: 124px;
	margin-left:4px;
	border: 1px solid #9da294;
	float: left;
	display: inline;
	height: 18px;
	background: #fff;
	font-size: 10px;
	line-height: 18px;
	cursor: pointer;
	position: relative;
	background: #fff url(/img/buttons/landing-dropdown-arrow.gif) no-repeat right;
}

.dropdown .current  span.name {
	margin-left:5px;
}

/* Country selection dropdown list----------------*/

.dropdown .list{
	width: 148px; 
	background: #ffffff; 
	position: absolute; 
	left: 13px; 
	top: 31px; 
	z-index: 100; 
	max-height:220px;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid #9CA294;
	padding: 2px 0;
	display: none;
}

.dropdown .list p {
	margin: 0 0 0px 0;
}

.dropdown .list p  a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	display: block;
}

.dropdown .list p  a.selected {
	background: #e00435;
	color: #fff;
}

.dropdown  .btn-ok {
	position:absolute;
	top:40px;
	left:118px;
	width:21px;
	height:15px;
	background:url(/img/buttons/btn-ok.gif) no-repeat top left;
	text-indent:-90000px;
}

/* Footer ----------------*/

.footer {
	width: 966px;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.footer ul li {
	float:left;
}

.footer li img {
	display:block;
}
