body {
	background-color: #0a0a0a;
	background-image: url('../images/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('../images/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 {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#navigation li.back {
	background-image: url('../images/selector.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: 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;
}


/* 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('../images/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: 900px;
	height: 430px;
	position: relative;
}

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

.portfolio_right {
	float: left;
	width: 150px;
	margin-left: 10px;
}

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

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

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

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

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