body {
	background-color: #0a0a0a;
	background-image: url(../work/header_background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;

}

#mainlayer {
	margin: 0 auto;
	background-image: url(../work/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* Grove opbouw */
#content {
	background-color: #0a0a0a;
	margin-top: 50px;
	min-height: 200px;
}

#inner_content {
	padding: 20px;
}

#footer {
	line-height: 75px;
	font-size: 0.6em;
	padding: 15px;
	clear: both;
}

/* Navigation */
#navigation {
	float: right;
	margin-top: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}



#navigation li {
	display: inline;
	margin-left: 35px;
	float: left;
}

#navigation li a, #navigation span {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

#navigation span {display:block; margin-left:6px; font-size:.8em; border-bottom:1px dotted white; padding:5px 0}

#navigation span.on  {color:gold}
#navigation span a:hover {color:darkorange}

#navigation li.back {
	background-image: url(../work/selector.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	margin: 0;
	position: absolute;
	top: -20px;
}

/* Header */
#header {height:257px}
#logo {
	width: 230px;
	height: 66px;
	position: absolute;
	top: 0px;
	border: none;
}

.intro {padding-top:80px; font-size:23pt; font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px; width:600px;}
.intro-sub {color:#ccc; font-family:Arial, Helvetica, sans-serif; width:600px; padding-top:13px; font-size:11pt}


#tagline {
	margin-top: 100px;
}

#tagline_button {
	position: absolute;
	top: 212px;
	left: 505px;
	border: none;
}

/* Content */
#slider {
	padding-top: 15px;
	z-index: 2;
	margin: 0 15px;
	width: 870px;
	position: relative;
}

#slider ul {
	list-style: none;
}

#prevBtn, #nextBtn { 
	clear: both;
	display: block;
	width: 112px;
	height: 23px;
	position: absolute;
	top: 286px;
}

#prevBtn {
	left: 0px;
}
	
#nextBtn { 
	left: 788px;
	z-index: 1;
}

#prevBtn a, #nextBtn a {  
	display: block;
	height: 23px;	
}	

#prevBtn a {
	width: 90px;
	background: url(../work/vorige.gif) no-repeat 0 0;
}
	
#nextBtn a { 
	width: 112px;
	background: url(../work/volgende.gif) no-repeat 0 0;	
}

#nextBtn a:active {
	border: none;
}

/* Submenu */
ul#submenu {
	list-style: none;
	float: left;
	width: 125px;
}

ul#submenu li a {
	text-decoration: none;
	color: #3b3b3b;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

ul#submenu li a:hover {
	color: #a3a3a3;
}

ul#submenu li a.active {
	color: #a3a3a3;
}

#main_content {
	font-size: 0.75em;
	color: #b1b1b1;
	margin: 5px 300px 5px 150px;
	line-height: 1.5em;
}

#main_content_single {
	font-size: 0.75em;
	color: #b1b1b1;
	margin: 5px 300px 5px 0;
	line-height: 1.5em;
}


#main_content p {
	margin-bottom: 2em;
}

#right_content {
	float: right;
	width: 250px;
}

#right_content p {
	font-size: 0.8em;
	color: #eee;
	margin-bottom: 1em;
}

#right_content ul#opsomming {
	list-style-image: url(../work/tick.png);
}

#right_content ul#opsomming li {
	color: #fff;
	font-size: 0.9em;	
	line-height: 1.5em;
}

#right_content ul#opsomming p {
}

#right_content ul#opsomming li.subtext {
	font-size: 0.7em;
	color: #888;
	margin-bottom: 1.5em;
	list-style: none;
}

/* Footer */
#footer ul {
	float: left;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #555;
	margin-right: 5px;
	padding-left: 5px;
}

#footer ul li:first-child {
	border: none;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
	line-height: normal;
	margin-top: 18px;
	text-align: right;
	color: #666;
}

.copyright {
	color: #999;
}

.validation {
	color: #ccc;
}

/* Contactforumlier */
.textfield {
	margin-bottom: 15px;
	background-color: #171717;
	color: #eee;
	border: 1px solid #383838;
	padding: 8px 5px;
	font-size: 0.9em;
	width: 200px;
}

.textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #171717;
	color: #eee;
	border: 1px solid #383838;
	padding: 8px 5px;	
}

label {
	display: block;
}

button {
	font-size: 0.9em;
	text-transform: lowercase;
	padding: 2px 8px;
	border: 1px solid #383838;
	background-color: #171717;
	color: #ccc;
	font-size: 1.6em;
	margin-top: 15px;
	float: right;
	margin-right: -12px;
}

/* Portfolio */
.portfolio {
	width: 870px;
	height:inherit;
	position: relative;
	height:inherit;

}

.portfolio .image_container img {
	border: 3px solid white;
	float: left;
	margin-bottom:30px;
	line-height: 0;

}

.portfolio_right {
	float: right;
	width: 300px;

	margin-left: 10px;
}

.portfolio_categorie {
	position: absolute;
	top: -6px;
	left: -6px;
}

.portfolio p {
	font-size: 0.7em;
	color: #919191;
}

/* Extra markup */
a {
	color:gold;
}

a:active, a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.7em;
	color: #fff;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 15px;
}

.koptekst {
	margin-bottom: 25px;
	height: 29px;
}

/*LIGHT BOX*/

.black_overlay{
	display: none;	position: absolute; top: 0%;left: 0%;width: 100%;height:100%;background-color:black;z-index:1002;-moz-opacity: 0.80;opacity:.80;filter: alpha(opacity=80); font-size:5000pt}
	
.white_content {display: none;position: absolute;top:5%;left:16%;right:19%;z-index:1003;overflow: visible; width:960px; text-align:center; height:100%}
.white_content img {text-align:center}
.white_content a {color:white; background:url(../work/close.gif) no-repeat center; height:26px; color:black;font-size:0px}
.white_content .close {vertical-align:top; text-align:right; display:block; padding:10px; margin-bottom:20px}
