body {
	background-color: #000;
	background-image: url(../images/header_background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEE;
}

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

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

/* Grove opbouw */
#content {
	background-color: #121212;
	margin-top: 50px;
	min-height: 250px;
}

#inner_content {
	padding: 10px 0px 0px 10px;
}

#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 {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

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

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

#tagline {
	margin-top: 35px;
	margin-bottom: 65px;
}

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

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

#slider ul, #slider_workflow ul ,#slider_portfolio 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(../images/previous.png) no-repeat 0 0;
}
	
#nextBtn a { 
	width: 112px;
	background: url(../images/next.png) no-repeat 0 0;	
}

#nextBtn a:active {
	border: none;
}

/* Submenu */
ul#subcategorie {
	float: left;
	width: 140px;
	height: 140px;
	margin: 18px;
	border: 2px;
	border-color: #000;
	margin-top: 50px;
}

ul#submenu {
	float: left;
	width: 140px;
}

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 0px;
	line-height: 1.5em;
}

#main_content_single {
	font-size: 0.75em;
	color: #b1b1b1;
	margin: 5px 310px 5px 10px;
	line-height: 1.5em;
	float: none;
}


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

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

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

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

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

#right_content ul#opsomming p {
	font-size: 0.7em;
	color: #888;
	margin-bottom: 1.5em;
}

/* 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: 1.5;
	margin-top: 17px;
	text-align: right;
	color: #666;
}

.copyright {
	color: #999;
}

.validation {
	color: #ccc;
}

/* Contactforumlier */
.textfield {
	margin-bottom: 15px;
	background-color: #121212;
	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: #121212;
	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: #121212;
	color: #ccc;
	font-size: 1.6em;
	margin-top: 15px;
	float: right;
	margin-right: 8px;
	margin-bottom: 15px;
}

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

.portfolio .image_container {
	border: 3px solid #121212;
	float: left;
	line-height: 0;
}

.portfolio_right {
	float: left;
	width: 295px;
	margin-left: 15px;
	list-style-image: url(../images/tick.png);
}

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

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

/* Extra markup */
a {
	color: #ccc;
}

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

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

h1 {
	font-size: 1em;
	padding-bottom: 7px;
}

h2 {
	font-size: 0.8em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	padding-bottom: 2px;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-top: 2px;
}

h5 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-top: 2px;
	font-style: oblique;
	letter-spacing: 0.2em;
	color: #BBB;
}

h6 {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	color: #EEE;
	font-weight: bold;
}

.koptekst {
	margin-bottom: 15px;
	height: 20px;
	margin-left: 10px;
}

#categories {
	position: relative;
	top: -19px;
	left: 110px;
}

#categories ul {
	liststyle: none;
}

#categories ul li {
	display: inline;
	text-decoration: none;
	margin-right: 1px;
	background: #000;
	padding: 8px 10px;
	font-size: 10px;
}

#categories ul li a{
	text-decoration: none;
	text-transform:lowercase;
	font-weight:bold;
	color: #424242;
}

.current_tab{
	background:#121212 !important;
}

.current_tab a{
	color:#eee !important;
	text-decoration:none !important;
}



/****************************************************/
.thumbOuter{
	width:295px;
	height:96px;
	overflow:hidden;
	padding:0px;
	margin:5px 0px;
}

.thumbContainer{
	width:80px;
	height:40px;
	overflow:hidden;
	padding:0;
	margin:3px 3px;
	background:#0A0A0A;
	float:left;
	border: 1px solid #121212;
}

.portfolio .image_container {
	width:550px;
	height:275px;
	overflow:hidden;
	padding:0;
}

#desc{
	width:450px;
	overflow-y:visible;
	overflow-x:hidden;
	float:left;
	margin:0px 15px 15px;
	color: #CCC;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	clear: right;
}

#main_content{
	display:inline;
}

#main_content #opsomming_container{
	float:right;
	width:230px;
	margin:0 10px;
}

#main_content #opsomming{
	width:95%;
	float:left;
	margin-top:-3px;
}

#main_content #opsomming li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	line-height: 1;
	color: #6C6C6C;
}

#main_content #opsomming h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	color: #EEE;
}

