@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;
}

#header-wrapper {
	position: relative;
	top: 45px;
	/*margin: 45px auto 0;*/
	width: 100%;
	height: 265px;
	background: #174675 url(../../Images/BG/v1/header_bg.png) repeat-x;
	border-top: 1px solid #0e2d4c;
	border-bottom: 1px solid #0e2d4c;
}

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

#logo {
	margin: 0;
	width: 165px;
	height: 155px;
	margin-top: 60px;
	float: left;
	background: url(../../Images/BG/v1/logo.png) no-repeat;
}

#merknaam {
	margin: 0;
	width: 775px;
	height: 105px;
	margin-top: 95px;
	/*margin-right: 7px;*/
	float: right;
	background: url(../../Images/BG/v1/merknaam.png) no-repeat;
}

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

#menu {
	margin-right: -7px !important;
	float: right;
	text-align: right;
	width: 940px;
	height: 53px;
}

#content {
	clear: both;
	width: 954px;
	margin: 40px auto 0;
	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 { font-size: 14px; float: left; }
.input-txt {
	display: block;
	clear: both;
	width: 242px;
	height: 17px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #c1c1c1;
}
.text-area {
	display: block;
	clear: both;
	width: 312px;
	min-height: 182px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #c1c1c1;
}
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/v1/submit-btn-bg.png) no-repeat;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	float: right;
}

.req { color: #036; }

.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: #369;
	padding-left: 13px;
	background: url(../../Images/BG/v1/nieuws-blok.png) no-repeat 0 50%;
}
.contact-item-right {
	float: right;
	color: #666;
}

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

#theme-switch {
	position: absolute;
	width: 954px;
	height: 20px;
	padding-top: 14px;
	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 #c1c1c1; }
.theme-switch {
	position: relative;
	top: -22px !important;
	right: 43px;
	text-align: right;
	color: #c1c1c1;
	height: 20px;
	line-height: 18px;
}

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

h1 {
	/*font-size: 25px;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
	font-weight: normal;
	color: #036;*/
	display: none;
}

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

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

h4 {
	padding-left: 13px;
	background: url(../../Images/BG/v1/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/v1/portfolio-title-bg.png) repeat;
}

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

p {
	margin: 0 0 19px 0;
	text-align: justify;
	line-height: 20px;
	/*text-shadow: 0px 0px 1px #c1c1c1;*/
}

#right p { color: #666; }

a { color: #036; }

/*************************************   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 #036;
}

.recent-werk-hover {
	background: url(../../Images/BG/v1/recent-werk-bg.png) repeat-x 0 0;
	cursor: pointer;
}

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

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

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

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

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

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

.maarten {
	margin-top: 35px;
	float: right;
}
.maarten-img {
	border: 1px solid #036;
	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: #666;
}

#portfolio-img, #portfolio-image {
	width: 600px;
	height: auto;
	border: 1px solid #036;
	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 #036;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cat { color: #369; }

#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/v1/recent-werk-arrow-back.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background: url(../../Images/BG/v1/recent-werk-arrow.png) no-repeat 0 0 !important;	
}

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

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

