/***

Claudia Gravestijn
http://www.claudiagravestijnontwerp.nl
***/

/*** Reset ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

img,fieldset {
	border: none;
}

/* @font-face {
	font-family: 'TheSansSemiBold';
	src: url('../fonts/thesans-5.eot');
	src: local('?'), url('../fonts/thesans-5.woff') format('woff'), url('../fonts/thesans-5.ttf') format('truetype'), url('../fonts/thesans-5.svg#webfontRZXQwkyY') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/*** Main Layout ***/

div {
/* outline: 1px solid black;	 */
}

html
{
	padding:10px;
	background:#fff;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#000;
	letter-spacing:0.085em;
}

#headerContainer
{
	height:50px;
	background:#fff;
}

#header
{
	width:960px;
	padding:0px 20px;
	margin:0 auto;
	height:50px;
}

#header #logo
{
	float:left;
	width:295px;
	height:50px;
	overflow:hidden;
}

#nav
{
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
}

a {
	text-decoration: none;
	color:#09F;
	outline: none;
}
a:hover {
	color:#000;
	outline: none;
}

#nav .slide a {
	text-decoration: none;
	color:#09F !important;
}


/* ------- NAVIGATION -------- */

#openA, #openB1, #openB2, #openC{
	visibility:hidden;
}

#B1{
	color:#09F;	
}

.none{
	color:#000;	
}


/* ------- END NAVIGATION -------- */

#content
{
	width:960px;
	height:100%;
	margin:0 auto;	
}

#home #content
{
	width:960px;
	height:4200px;
	margin:0 auto;	
/*	background:url(../images/bg-boven.jpg) left top no-repeat; 	 */
}

.singleColumn
{
	width:160px;
	display:inline; /* IE6 */
}

.doubleColumn
{
	width:300px;
	display:inline; /* IE6 */
	overflow:hidden;
}

.tripleColumn
{
	width:460px;
	display:inline; /* IE6 */
	overflow:hidden;
}

.quadColumn
{
	width:630px;
	display:inline; /* IE6 */
	overflow:hidden;
	position:relative;
}

.cvColumn
{
	width:920px !important;
}

.sixColumn
{
	width:960px;
	margin:0 auto;
	padding:0;
	display:inline; /* IE6 */
	position:relative;
}

.endColumn
{
	width:960px;
	clear:both;
	height:5px;
}
.inbetween {
	height:35px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.description{
	padding:5px 0 60px 0;	
}

.backlink{
	padding-bottom:25px;	
}

