﻿a, a:active, a:focus 
{
	text-decoration: none;
	outline: none;
	color: #7d7d7d;
}
		
*,div,ul,li,h1,h2,p
{
	margin: 0;
	padding: 0;
}

p
{
	line-height: 18px;
}

p a
{
	text-decoration: underline;
}

img
{
	border: 0;
}

body, html
{
	height: 100%;
	width: 100%;
	border: 0;
	overflow: hidden;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #0D1010;
	color: #7d7d7d;
	font-family: Helvetica, Arial, "Trebuchet MS", "Liberation Sans", FreeSans, Sans;
	font-size: 11px;
}

#logo
{
	height: 40px;
	width: 140px;
	background-image: url(_images/logo.gif);
	background-repeat: no-repeat;
	background-color: #101213;
	float: left;
}

#scrollwrapper
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wrapper
{
	width: 500%;
	height: 100%;
}

.subwrapper
{
	float: left;
	width: 20%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.content
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	padding: 40px;
	width: 520px;
	_width: 600px; /* IE sucks */
	background-color: #0C0E0E;
}

.left
{
	width: 240px;
	float: left;
}

.right
{
	float: left;
	width: 240px;
	margin: 0 0 0 40px;
}

ul.list
{
	list-style: none;
	float: left;
}

ul.list li
{
	width: 240px;
	height: 120px;
	border-left: 1px solid #141818;
	margin-top: 15px;
	float: left;
	padding-left: 10px;
}

ul.list li a
{
	display: block;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

ul.list li a span
{
	font-size: 11px;
	color: #4D5F5F;
	text-transform: none;
}

ul.list li p
{
	text-align: left;
}

.footer
{
	clear: both;
}

.content p
{
	margin: 0 0 20px 0;
	text-align: justify;
}

.top
{
	margin: -40px;
}

#navwrapper
{
	position: absolute;
	top: -41px;
	width: 100%;
	background-color: #000;
	height: 40px;
	border-bottom: 1px solid #181818;
}

#nav
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -300px;
	height: 40px;
	width: 600px;
}

#nav ul
{
	list-style: none;
}

#nav ul li
{
	_display: inline;
}

#nav ul li a
{
	float: left;
	text-align: center;
	font-size: 10px;
	display: block;
	padding: 0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #5a6363;
	text-transform: uppercase;
	border-left: 1px solid #181818;
}

#nav ul li a:hover
{
	background-color: #111;
	color: #f0f0f0;
	border-bottom: 1px solid #222;
}

#nav ul li a.active
{
	color: #fff;
	background-color: #222;
	border-bottom: 1px solid #3B3B3B;
}

h1
{
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 40px 0;
}

#werken
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0D1010;
	display: none;
}

#werken #thumbs
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -200px;
	width: 150px;
}

#werken ul
{
	list-style: none;
}

#werken ul li
{
	display: inline;
}

#werken ul li a
{
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	margin: 0 10px 10px 0;
}

#werken ul li a img
{
	width: 100%;
	height: 100%;
}

#werkencontent
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 500px;
	width: 700px;
	margin: -250px 0 0 -200px;
	overflow: hidden;
}

.werkendiv
{
	width: 700px;
	height: 500px;
	float: left;
	position: relative;
}

.werkendiv span
{
	font-size: 10px;
	display: block;
	background-color: #000;
	padding: 5px;
	margin: 10px 0 0 0;
	width: 70px;
	text-align: center;
}

.werkendiv img
{
	margin: 50px 50px 0 0;
}

.close
{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(_images/close.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
}

.close:hover
{
	background-color: #141818;
}

.next
{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url(_images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;	
}

.previous
{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 50%;
	background-image: url(_images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}


/* ADMIN */

fieldset
{
	border: 0;
}

label
{
	display: block;
	width: 85px;
	float: left;
}

input
{
	float: left;
	background-color: #121617;
	border: 0;
	padding: 3px;
	margin: 0 0 2px 0;
	color: #fff;
}

textarea
{
	background-color: #121617;
	border: 0;
	font-family: Helvetica, Arial, "Trebuchet MS", "Liberation Sans", FreeSans, Sans;
	font-size: 11px;
	width: 250px;
	height: 100px;
	color: #fff;
	padding: 5px;
}

button
{
	margin: 0 0 0 85px;
	border: 0;
	background-color: #161A1B;
	padding: 5px;
	color: #fff;
}

fieldset br
{
	clear: both;
}

.delete
{
	background-color: red;
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
}

ul.list2
{
	line-height: 20px;
	color: #fff;
}

ul.list2 li a
{
	color: #fff;
}

.right h2
{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
}

.right h2 span
{
	font-size: 11px;
	color: #292F2F;
	text-transform: none;
	font-weight: normal;
}

div#intro
{
	position: absolute;
	width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -400px;
	background-color: #0D1010;
	text-align: center;
}

div#intro object
{
	background-color: #0D1010;
}
