/* Main settings */
html, body {
	height: 100%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
body {		
	background-image:url(../gfx/site/bg.jpg);
	font-size:13px;
	color: #4b4b4b;
}
.left {
	float: left;
}
.right {
	float: right;
	margin: 0 0 0 0;
}
.clear {
	clear: both;
}

/* GENERAL SETTINGS */
p {
	margin-bottom: 18px;
	line-height: 20px;
}
a {
	color: #4b4b4b;
	text-decoration: none;
}
a:hover {
	color: #278ea7;
	text-decoration: none;
}

	a.btn {
		display:inline-block;
		height:23px;
		padding:0 0 0 11px;
		font-size:11px;
		line-height: 23px;
		font-weight:bold;
		color:#4b4b4b;
		background:url(../gfx/site/btnLeft.jpg) left 0 no-repeat;
		white-space:nowrap;
		border:none;
		overflow: hidden;
		cursor:pointer;
		text-decoration:none;
	}
	a.btn span {
		display:inline-block;
		height:23px;
		padding:0 11px 0 0;
		font-size:11px;
		font-weight:bold;
		color:#4b4b4b;
		background:url(../gfx/site/btnRight.jpg) right 0 no-repeat;
		white-space:nowrap;
		border:none;
		overflow: hidden;
		cursor:pointer;
		text-decoration:none;
	}
	a.btn:hover,
	a.btn:focus {
		color:#fff;
		text-decoration:none;
		background-position: left -23px;
	}
	a.btn:hover span,
	a.btn:focus span {
		color:#fff;
		text-decoration:none;
		background-position: right -23px;
	}

		a.btnArrow {
		display:inline-block;
		height:23px;
		padding:0 0 0 19px;
		font-size:11px;
		line-height: 23px;
		font-weight:bold;
		color:#4b4b4b;
		background:url(../gfx/site/btnArrow.jpg) left 0 no-repeat;
		white-space:nowrap;
		border:none;
		overflow: hidden;
		cursor:pointer;
		text-decoration:none;
	}
	a.btnArrow span {
		display:inline-block;
		height:23px;
		padding:0 11px 0 0;
		font-size:11px;
		font-weight:bold;
		color:#4b4b4b;
		background:url(../gfx/site/btnRight.jpg) right 0 no-repeat;
		white-space:nowrap;
		border:none;
		overflow: hidden;
		cursor:pointer;
		text-decoration:none;
	}
	a.btnArrow:hover,
	a.btnArrow:focus {
		color:#fff;
		text-decoration:none;
		background-position: left -23px;
	}
	a.btnArrow:hover span,
	a.btnArrow:focus span {
		color:#fff;
		text-decoration:none;
		background-position: right -23px;
	}

	
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
#content ul {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
	border: none;
}
#content ol {
	list-style-type: decimal;
	margin: 0;
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;
}
#content li {
	background: none;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #e0e0e0;
}
h1 {
	background: none;
	width: 940px;
	height: 146px;
	text-indent: -9999px;
	display: block;
	position: relative;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 16px;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #e6e6e6;
	position: relative;
	display: block;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 40px 2px;
	padding: 0 0 13px 0;
	text-align: left;
	color: #278ea7;
	border-bottom: 1px solid #d3d3d3;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #278ea7;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: left;
}
hr {
	border: 0;
	height: 1px;
	background: #181818;	
}
acronym {
	cursor: help;	
}
img {
}

	
/* HEADER */
#header{
	height:329px;
	background:url(../gfx/site/header-trans.png) 50% 0;
	margin: 0;
	padding: 0;
	}

	#menu {
		width: 940px;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 0;
		position: relative;	
	}
		#menu ul#navigation {
			background: none;
			height: auto;
			width: auto;
			margin: 0;
			padding: 0;
			position: relative;
		}
			#menu ul#navigation li {
				background: none;
				width: auto;
				height: auto;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				display: inline;
				float: left;
				overflow: hidden;
			}
			#menu ul#navigation li a {
				background: none;
				display: block;
				font-size: 18px;
				color: #fff;
				width: auto;
				height: auto;
				margin: 300px 40px 0 0;
				padding: 0;
				text-align: center;
				text-decoration: none;
				border:0;
			}
			#menu ul#navigation li a.active,
			#menu ul#navigation li a:hover {
				text-decoration: underline;
				color: #fff;
			}
			
		#language {
			background: none;
			width: 34px;
			height: 45px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
			text-align: center;	
			top: 89px;
			right: 0;
			display: block;
			position: absolute;
		}
			#language div#nl { 
				background: url(../gfx/site/langEn-trans.png);
				width: 34px;
				height: 45px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				display: block;
				cursor: pointer;
			}
			#language div#en { 
				background: url(../gfx/site/langNl-trans.png);
				width: 34px;
				height: 45px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				display: block;
				cursor: pointer;
			}
				#language div#en.active {
					display: none;	
				}
				#language div#nl.active {
					display: none;	
				}



#content{
	background: url(../gfx/site/divBg-trans.png) repeat-y 50% 0;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
	#wrapper {
		width: 940px;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 0;
		position: relative;	
	}
		.top {
			padding: 15px 0 15px 0;
			display: block;
			position: relative;
			text-align: right;
		}
		
		.anchor {
			background: #fff;
			padding: 0;
			display: block;
			position: relative;
			height: 1px;
		}
		p.anchor {
			height: 0;	
			line-height: 0;
			margin: 0;
			padding: 0;
		}
		
		.item {
			background: #fff;
			width: 940px;
			height: auto;
			display: block;
			margin: 0;
			padding: 0;
			position: relative;			
		}		
		.intro {
			width: 360px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0;
			margin: 0 40px 0 0;
		}
		.skills {
			width: 328px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0 40px 0 0;
			margin: 0;
		}
		.profile {
			width: 172px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0;
			margin: 0;
		}
		.address {
			width: 179px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0 40px 0 0;
			margin: 0;
		}
		.mail {
			width: 339px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0;
			margin: 0 40px 0 0;
		}
		.extra {
			width: 342px;
			float: left;
			display: inline-block;
			position: relative;
			padding: 0 0 0 0;
			margin: 0;
		}
			#map_canvas {
				width: 340px;
				height: 340px;
				display: block;
				position: relative;
			}
		.portfolio {
			width: 940px;
			display: inline-block;
			position: relative;
			padding: 0 0 0 0;
			margin: 0;
		}
			.portfolioItemLeft,
			.portfolioItemRight {
				width: 449px;
				float: right;
				display: inline-block;
				position: relative;
				padding: 0 0 40px 0;
				margin: 0 0 0 0;
			}
			.portfolioItemLeft {
				float: left;
				margin: 0 30px 0 0;
				
			}
				.description {
					width: 449px;
					display: inline-block;
					position: relative;
					padding: 0 0 0 0;
					margin: 0 0 0 0;
				}
				.img {
					width: 409px;
					height: 165px;
					display: inline-block;
					position: relative;
					padding: 20px;
					margin: 0 0 20px 0;
					border: 1px solid #d3d3d3;
				}
					.img img {
						border: 1px solid #d3d3d3;					
					}
				
	.cms {
		width: 940px;
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0;
	}
			/* HEADERS */
			
			h1.about-nl {
				background: url(../gfx/site/aboutNl-trans.png) no-repeat;
			}
			h1.about-en {
				background: url(../gfx/site/aboutEn-trans.png) no-repeat;
			}
			h1.portfolio {
				background: url(../gfx/site/portfolio-trans.png) no-repeat;
			}
			h1.contact {
				background: url(../gfx/site/contact-trans.png) no-repeat;
			}
			h1.genero {
				background: url(../gfx/site/genero-trans.png) no-repeat;
			}
			h1.references-nl {
				background: url(../gfx/site/referencesNl-trans.png) no-repeat;
			}
			h1.references-en {
				background: url(../gfx/site/referencesEn-trans.png) no-repeat;
			}
/* FOOTER */
.space {
	background: #fff;
	height: 40px;
	display: block;
	position: relative;	
}
#footer {
	background: #121212;
	width: 100%;
	height: 42px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
	#footerText {
		background: none;
		width: 940px;
		height: 32px;
		display: block;
		padding: 0;
		margin: 0 auto;
		color: #fff;
		position: relative;
	}
		#footer #footerText .left {
			background: none;
			width: 400px;
			margin: 10px 0 0 0;
			text-align: left;
			display: inline-block;
			position: relative;
		}
		#footer #footerText .right {
			background: none;
			width: 540px;
			margin: 10px 0 0 0;
			display: inline-block;
			position: relative;
			text-align: right;
		}
			#footer #footerText .left p {
				font-size: 11px;
				margin-bottom: 0;
				line-height: 16px;
			}
				#footer #footerText ul#bottomNav {
					background: none;
					height: auto;
					width: auto;
					margin: 0 0 0 0;
					padding: 0;
					position: relative;
					text-align: left;
					display: block;
				}
					#footer #footerText ul#bottomNav li {
						background: none;
						width: auto;
						height: auto;
						margin: 0;
						padding: 0;
						display: block;
						float: right;
						overflow: hidden;
					}
						#footer #footerText ul#bottomNav li a {
							background: none;
							display: block;
							font-size: 11px;
							font-weight: normal;
							color: #fff;
							width: auto;
							height: auto;
							margin: 0;
							padding: 2px 0 0 10px;
							text-align: center;
							text-decoration: none;
							border:0;
						}
					
						#footer #footerText ul#bottomNav li.active a,
						#footer #footerText ul#bottomNav li a:hover {
							text-decoration: underline;
						}
						
						
						
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	text-align: center;
	color: #4b4b4b;
	padding: 6px 8px 4px 8px;
	background: url(../gfx/site/tooltip-trans.png) no-repeat;
	width: 92px;
	height: 19px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	height: 0;
	width: 0;
}
