@charset "utf-8";
/* © mzilverberg.nl */

/*************************************   BASIS   *************************************/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../../Images/BG/v2/content-bg-radial.png) no-repeat;
	background-position: 50% 150px /* center top (+ header & border) */
}

#header-wrapper {
	position: relative;
	top: 0px;
	/*margin: 45px auto 0;*/
	width: 100%;
	height: 130px;
	background: #8fb3ca;
	border-bottom: 20px solid #fff;
}

#header {
	margin: 0 auto;
	width: 954px;
	height: 100%;
}

#logo {
	margin: 0;
	width: 82px;
	height: 82px;
	margin-top: 25px;
	float: left;
	background: url(../../Images/BG/v2/logo.png) no-repeat;
}

#merknaam {
	margin: 0;
	width: 825px;
	height: 76px;
	margin-top: 25px;
	float: right;
	background: url(../../Images/BG/v2/merknaam.png) no-repeat;
}

#menu-wrapper {
	clear: both;
	width: 954px;
	height: 53px;
	margin: -1px auto 0;
}

#menu {
	text-align: right;
	width: 954px;
	height: 53px;
}

#content {
	clear: both;
	width: 954px;
	margin: 40px auto;
	padding: 0;
	position: relative;
	z-index: 2;
	cursor: default;
}

#left {
	float: left;
	width: 600px;
}

#right {
	float: right;
	width: 280px;
}

/*************************************   CONTACTFORMULIER   *************************************/

#form-left {
	float: left;
	width: 250px;
}

#form-right {
	float: right;
	width: 320px;
}

label { color: #8fb3ca; font-size: 14px; float: left; }
.input-txt {
	display: block;
	clear: both;
	width: 242px;
	height: 17px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #8fb3ca;
}
.text-area {
	display: block;
	clear: both;
	width: 312px;
	min-height: 182px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #8fb3ca;
}
textarea { resize: none; }

.txt-field {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #666;
}

.form-field { margin-bottom: 20px; }

.submit-btn {
	width: 100px;
	height: 25px;
	background: url(../../Images/BG/v2/submit-btn-bg.png) no-repeat;
	border: 1px solid #506674;
	color: #000;
	text-align: center;
	font-size: 12px;
	float: right;
}

.req { color: #fff; }

.error {
	float: right;
	color: #c00;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../Images/Overig/error.png) no-repeat;
	cursor: help;
}

.error-field { border: 1px solid #c00; }

.contact-field {
	display: block;
	width: 100%;
	height: 25px;
	clear: both;
	margin-bottom: 15px;
}

.contact-item-left, .contact-item-right { font-size: 14px; }
.contact-item-left {
	float: left;
	color: #999;
	padding-left: 13px;
	background: url(../../Images/BG/v2/contact-item.png) no-repeat 0 50%;
}
.contact-item-right {
	float: right;
	color: #fff;
}

/*************************************   THEME SWITCH   *************************************/

#theme-switch {
	position: absolute;
	width: 954px;
	height: 20px;
	padding-top: 5px;
	text-align: right;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}

#theme-switch ul, #theme-switch li {
	margin: 0;
	padding: 0;
}
#theme-switch ul { float: right; }
#theme-switch li {
	display: inline;
	list-style: none;
}
#theme-switch a img { border: 1px solid #fff; }
.theme-switch {
	position: relative;
	top: -22px !important;
	right: 43px;
	text-align: right;
	color: #fff;
	height: 20px;
	line-height: 18px;
}

/*************************************   TEKST   *************************************/

h1 { display: none; }

/*
.heading {
	display: block !important;
	position: absolute;
	left: 0;
	top: 100px;
	height: 335px;
	width: 300px;
	line-height: 520px;
	float: left;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	color: #fff;
	font-weight: normal;
	font-size: 175px;
	text-transform: uppercase;
	opacity: 0.07;
	filter: alpha(opacity = 7);
	-moz-opacity: 0.07;
	-khtml-opacity: 0.07;
	zoom: 1;
}*/
.heading {
	display: block !important;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 175px;
	line-height: 230px;
	overflow: hidden;
	margin: 0 !important;
	color: #fff;
	font-weight: normal;
	font-size: 175px;
	text-transform: uppercase;
	/* 2 of 3% */
	opacity: 0.03;
	filter: alpha(opacity = 2);
	-moz-opacity: 0.03;
	-khtml-opacity: 0.03;
	zoom: 1;
	z-index: -1px;
}

h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
	font-weight: normal;
	color: #8fb3ca;
}

h3, h4 {
	font-size: 14px;
	margin: 0 0 2px 0;
	font-weight: normal;
	color: #666;
}

h4 {
	padding-left: 13px;
	background: url(../../Images/BG/v2/nieuws-blok.png) no-repeat 0 50%;
}

h5 {
	position: absolute;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	bottom: -17px;
	left: 0;
	background: url(../../Images/BG/v2/portfolio-title-bg.png) repeat;
}

h5 span {
   color: #8fb3ca;
   font-weight: normal;
   font-size: 25px;
   letter-spacing: -1px;
   padding: 10px;
}

p {
	margin: 0 0 19px 0;
	text-align: justify;
	line-height: 20px;
	color: #fff;
}

#right p { color: #c1c1c1; }

a { color: #8fb3ca; }

/*************************************   OVERIG   *************************************/

.fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transparent {
   background: #000;
   opacity: 0.7;  /* Modern Browsers, eg: Firefox, Safari, Opera, Chrome */
   filter: alpha(opacity = 70);  /* IE */
   -moz-opacity: 0.7;  /* Old Mozilla, eg: Netscape */
   -khtml-opacity: 0.7;  /* Old Safari */
   zoom: 1; /* Requires for IE if the element is not positioned relatively */
}
#dummy { width: 2px; }

.hidden { display: none; }

#recent-werk-wrapper {
	border-top: 1px dotted #8fb3ca;
}

.recent-werk-hover {
	cursor: pointer;
}

.recent-werk {
	width: 270px;
	height: 34px;
	padding: 10px 5px 10px 5px;
	clear: both;
	float: left !important;
	display: block;
	border-bottom: 1px dotted #8fb3ca;
}

.recent-werk img {
	border: 1px solid #8fb3ca;
	float: left;
}

.recent-werk-text {
	float: left;
	margin: 2px 10px;
}

.recent-werk-titel {
	color: #8fb3ca !important;
	font-size: 14px;
	margin-bottom: -8px !important;
}

.recent-werk-cat {
	clear: both;
	color: #c1c1c1;
	font-size: 10px;
}

.recent-werk-arrow {
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 5px;
	background: url(../../Images/BG/v2/recent-werk-arrow.png) no-repeat;
}

.maarten {
	margin-top: 35px;
	float: right;
}
.maarten-img {
	border: 1px solid #8fb3ca;
	float: left;
	margin-bottom: 20px;
}

.social-media {
	clear: both;
	margin-top: 20px;
	height: 32px;
	line-height: 32px;
}
.social-media a {
	text-decoration: none !important;
}
.social-media a img {
	float: left;
	border: none;
}
.social-media a span {
	float: right;
	color: #c1c1c1;
	text-align: right;
	text-decoration: none;
	cursor: pointer !important;
}

#portfolio-img, #portfolio-image {
	width: 600px;
	height: auto;
	border: 1px solid #8fb3ca;
	margin-bottom: 20px;
}

.pf-img {
	position: relative;
	width: 100%; /* for IE 6 */
}

.pf-error {
	position: relative;
	width: 575px;
	height: auto;
	padding-left: 25px;
	background: url(../../Images/Overig/error.png) 0 5px no-repeat;
	color: #c00;
}

#portfolio-img a img, #portfolio-image a img { border: 0; }

#thumbs img {
	border: 1px solid #8fb3ca;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cat { color: #666; }

#portfolio-img ul, #portfolio-img li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#portfolio-img li { 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width: 600px;
	height: 375px;
	overflow: hidden; 
}
#prevBtn, #nextBtn { 
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	float: right;
	margin-top: -4px;
}	
#prevBtn { 
	margin-right: -16px;
}														
#prevBtn a, #nextBtn a {  
	display: block;
	width: 25px;
	height: 25px;
	background: url(../../Images/BG/v2/recent-werk-arrow-back.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background: url(../../Images/BG/v2/recent-werk-arrow.png) no-repeat 0 0 !important;	
}

/*************************************   Z-INDEX   *************************************/

#header-wrapper { z-index: -1000; }
.fullscreen { z-index: -50; }

