/* Initial cleanup
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}


/* Main structure
----------------------------------------------- */
body {
	text-align: center;
	font: 62.5%/125% Arial, Helvetica, Tahoma, Sans;
	color: #000000;
	background: black url(../images/bg.jpg) top center fixed repeat;
}

#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

	#header {
		float: left;
		width: 600px;
		height: 100px;
		margin-top: 30px;
	}

	#nav-menu {
		position: absolute;
		top: 42px;
		left: 62px;
		width: 540px;
		margin-top: 30px;
		z-index: 10;
	} 
	
	#nav-menu ul {
		list-style: none;
		padding: 0;
		padding-left: 30px;
		margin: 0;
	}

	#nav-menu li {
		margin: 0;
	}

	#nav-menu li a {
		border-bottom: 1px solid transparent;
		border-top: 1px solid transparent;
		color: white;
		float: left;
		font-size: 1.4em;
		margin-left: 2px;
		padding: 5px;
		text-decoration: none;
		text-shadow: -1px -1px 3px black;
	}


	#container {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		margin-left: 5px;
		margin-right: 5px;
		padding: 0 auto;
		text-align: center;
		z-index: 9;
	}
		.headertekst {
			float: left;
			clear: both;
			font-size: 1.2em;
			color: white;
			width: 564px;
			height: 340px;
			padding-top: 10px;
			padding-left: 10px;
			padding-bottom: 40px;
			text-align: left;
			text-shadow: -1px -1px 1px black;
		}

/* Content links
----------------------------------------------- */
			
			
.item-left {
	position: absolute;
	margin-left: -184px;
}
.contentleft {
	position: absolute;
	left: 0px;
	width: 155px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	z-index: 1000;
}
	.contentleft .item, .item-left .item, .contentrightbuttons{
		border: 1px solid #332f30;
		border-bottom: 1px solid #a6a6a6;
		border-top: 1px solid black;
		background:rgba(0,0,0,0.2);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); /*AARRGGBB*/
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-bottom: 2px;
		width: 155px;
	}
	.contentleft .item:hover, .item-left .item:hover, .contentrightbuttons:hover{
		border-bottom: 1px solid #C7BEC1;
		border-top: 1px solid black;
		background: rgba(0,0,0,0.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); /*AARRGGBB*/
	}

				.contentleft h1, .item-left h1,
				.contentleft h2,	.item-left h2,
				.contentleft p, .item-left p {
					color: white;
				}
				
				.contentleft h2{
					font-size: 1.5em;
					line-height: 1.0em;
					margin: 0 0 0 0;
					padding-top: 8px;
				}
				.contentleft p{
					margin-top: 0px;
				}
				
				.contentleft a {
					padding-top: 5px;
					color: #539be2;
				}
				.item p {
					margin-bottom: 8px;
				}
				
/* Content midden
----------------------------------------------- */
.contentwide, .contentwide-hover {
	float: left;
	clear: both;
	overflow: hidden;
	width: 382px;
	margin: 0 auto;
	margin-left: 180px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 30px;
	text-align: left;
	background: url(../images/bg-contentwide.png) top left repeat-y;
}
	.contentwide-hover:hover {
		width: 485px;
	}
	.content-hover {
		position: relative;
		clear: both;
		width: 382px;
		height: 115px;
		padding-right: 115px;
		margin-bottom: -20px;
		padding-bottom: 30px;
	}
	.content-hover {
		padding-right: 5px;
	}
	.content-hover .tags{
		visibility: hidden;
	}
	
	.content-hover:hover  .tags, .tags a.filter:hover{
		color: #3a3a3a;
		visibility: visible;
	}
	.thumb {
		float: left;
		list-style: none;
		margin-right: 7px;
		margin-left: -3px;
		margin-bottom: 0px;
		padding: 3px;
		padding-bottom: 5px;
		width: 180px; 
		height: 100px;
		background: url(../images/portfolio-thumbs/portfolio-thumbs-bg.png) top left no-repeat;
	}
	.corner {
		position: absolute;
		right: 412px;
		margin-top: 4px;
	}
	.tags {
		position: absolute;
		left: 382px;
		padding-left: 20px;
		padding-top: 5px;
	}
	.tag {
		float: left;
		line-height: 1.1em;  
		margin-right: 5px;
		margin-bottom: 10px;
		box-shadow: 0px 0px 3px black;
	}
	.filter {
		font-size: 1.1em;
		color: #3a3a3a;
		background: white url(../images/icon_filter_small_grey.png) 3px 1px no-repeat;
		padding: 2px 5px;
		padding-left: 20px;

	}
			.contentwide-hover .verberg {
				visibility: hidden;
			}
			.contentwide-hover:hover .verberg, a.tag:hover {
				color: #3a3a3a;
				visibility: visible;
			}
			.contentwide-hover .verberg:hover, .filters a:hover, .active, #nav-menu li a, a.tag:hover {
				filter: alpha(opacity=100);
				opacity: 1.0;
			}
			.inactive{
				filter: alpha(opacity=80);
				opacity: 0.8;
			}

#iframe {
	overflow: hidden; 
	width: 380px;
	height: 420px;
}
			
.spacer {
	width: 377px;
	clear: both;
	height: 1px;
}

			.contentwide-hover a:hover, .contentwide a:hover {
				color: #539be2;
				text-decoration: none;
			}
			.contentwide-hover p {
				line-height: 1.8em;
				margin-bottom: 0px;
			}

				
/* Content rechts
----------------------------------------------- */

			#contentright {
				position: absolute;
				right: 0px;
				top: 0px;
				width: 400px;
				text-align: left;
				margin-bottom: 40px;
			}
			
			#contentportfolio {
				position: relative;
				width: 400px;
				text-align: left;
			}
			.filters {
				float: right;
			}
		

				.filters a{
					font-size: 1.1em;
					line-height: 1.1em;  
					background: white url(../images/icon_filter_small_grey.png) 3px 1px no-repeat;
					padding: 2px 5px;
					padding-left: 20px;
					margin-top: 10px;
					margin-right: 5px;
					color: #3a3a3a;
					float: right;
				}
					.filters a:hover{
						color: #3a3a3a;
					}
					
				.thumb-hover, .bedrijven-hover {
					float: left;
					list-style: none;
					padding: 6px;
					width: 180px; 
					height: 120px;
					background: url(../images/portfolio-thumbs/portfolio-thumbs-bg.png) 3px 3px no-repeat;
					border-bottom: 1px solid transparent;
					border-top: 1px solid transparent;
				}
				.bedrijven-hover {
					width: 81px;
					height: 81px;
					padding: 6px;
					margin-right: 4px;
					margin-bottom: 4px;
					background: url(../images/portfolio-thumbs/bedrijven-thumbs-bg.png) 3px 3px no-repeat;
				}
				.thumb-hover:hover, .bedrijven-hover:hover, #nav-menu li a:hover  {
					border-bottom: 1px solid #C7BEC1;
					border-top: 1px solid black;
					background:rgba(0,0,0,0.5);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); /*AARRGGBB*/
				}
				.thumb-hover .verberg {
					float: left;
					width: 100%;
				    padding-top: 4px;
				    font-size: 1.2em;
				    color: white;
				    visibility: hidden;
				}
				.thumb-hover:hover .verberg{
					visibility: visible;
				}
				.verberg a{
					float: right;
					margin-left: 3px;
				}
				
				.verberg a:hover{
					filter: alpha(opacity=50);
					opacity: 0.5;
				}

				.thumbs, .bedrijven {
					float: left;
					padding-left: 12px;
					margin-top: 30px;
					clear: both;
				}
				
				.bedrijven a {
					float: left;
					list-style: none;
					margin-right: 10px;
					margin-bottom: 13px;
					padding-bottom: 5px;
					width: 81px; 
					height: 81px;
				}
				
/* Borders
----------------------------------------------- */

				.border, #nav-menu li a{
					border-radius: 8px;
				}
				.border-top{
					border-top-right-radius: 8px;
					border-top-left-radius: 8px;
				}
				.border-bottom{
					border-bottom-left-radius: 8px;
					border-bottom-right-radius: 8px;
				}
				.border-top-right{
					border-top-right-radius: 8px;
				}
				.border-top-left{
					border-top-left-radius: 8px;
				}
				.border-bottom-right{
					border-bottom-right-radius: 8px;
				}
				.border-bottom-left{
					border-bottom-left-radius: 8px;
				}
				.border-right{
					border-top-right-radius: 8px;
					border-bottom-right-radius: 8px;
				}

#footer {
	position: relative;
	clear: both;
}	

/* Fonts
----------------------------------------------- */


h1 {
	margin: 0 0 10px 0;
	color: #27221f;
	font-size: 2.5em;
	padding-top: 20px;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 1.7em;
	margin: 0 0 0 0;
	color: #27221f;
	line-height: 1.3em;
	padding-top: 20px;
}
a {
	color: #539be2;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}

p {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 2em;
}
.keyword {
	float: left;
	clear: both;
	padding-right: 5px;
}
.blue {
	color:#539be2;
	float: left;
}
.white {
	color: white;
}

ol{
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #539be2;
}

/* Tabellen
----------------------------------------------- */

td {
	font-size: 1.0em;
	line-height: 1.5em;
	vertical-align: top;
	padding: 1px;
}
td.left {
	width: 90px;
	font-size: 1.0em;
	color: #3079b8;
}
td a:hover {
	color: #539be2;
}
td.header {
	width: 150px;
	/* for IE */ 
	filter:alpha(opacity=60); 
	/* CSS3 standard */ 
	opacity:0.6;
}
td input, td textarea {
	width: 270px;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 1px;
}
td textarea {
	height: 150px;
}
td.header textarea {
	height: 65px;
}
td.header input, td.header textarea {
	border: 1px solid #ffffff;
	width: 170px;
}
td.required input, td.required textarea {
	border: 1px solid #3079b8;
	color:#000;
	background: #FFF;
}
td.optional input, td.optional textarea {
	border: 1px solid #3079b8;
	color:#000;
	background: #FFF;
	/* for IE */ 
	filter:alpha(opacity=60); 
	/* CSS3 standard */ 
	opacity:0.6;
}

