@charset "utf-8";
/* CSS Document */

html
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#111211;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: -moz-scrollbars-vertical;
}

body.homepage
{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}

#container
{
	width:952px;
	height:auto;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-476px;
	
	float:left;
}

.bold
{
	font-weight:bold;
}

#header
{
	width:952px;
	height:200px;
	background-image:url(../images/Titel.png);
	background-repeat:no-repeat;
}

#headerAbout
{
	width:952px;
	height:150px;
	background-image:url(../images/Titel.png);
	background-repeat:no-repeat;
}

#nav
{
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:40px;
	margin-right:5px;
	line-height:20px;
}

.AlbumImg
{
	border:0px;
}

a
{
	text-decoration:none;
	color:#000000;
}


#contactForm
{
	margin-left:180px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:575px;
}

.contactgegevens
{
	width:300px;
	float:left;
}

.BackButton
{
	float:right;
	margin-top:30px;
	font-weight:300;
	font-variant:small-caps;
	text-align:right;
}

a:hover
{
	color:#FFFFFF;
}

.bottom
{
	text-align:center;
	font-weight:300;
	font-variant:small-caps;
	font-size:11px;
	margin:auto;
	margin-top:100px;
	color:#ffffff;
}

.bottom a
{
	color:#ffffff;
}


.clearBoth
{
	clear:both;
}

/*Blokken*/

.blok
{
	float:left;
	margin-top:1px;
}

.hidden
{
	display:none;
}

.samenhouden2
{
	width:303px;
	height:346px;
	float:left;
}

.samenhouden1
{
	width:323px;
	height:241px;
	float:left;
}

.samenhouden3
{
	margin-left:248px;
	margin-top:-103px;
	width:375px;
	height:150px;
	float:left;
}
.topCV
{
	float:left;
	width:575px;
		font-size:11px;
		margin-left:190px;
}

.leftCV
{
	float:left;
	width:180px;
	font-size:11px;
}

.item
{
	width:555px;
	background-color:#8f8f8f;
	float:left;
	padding:10px;
	padding-bottom:0px;
	font-weight:bold;
	border-bottom:1px dotted #FFFFFF;
	border-top:1px dotted #FFFFFF;
}

.itemContent
{
	width:575px;
	float:left;
	margin-bottom:10px;
}

.contentLeft
{
	width:100px;
	float:left;
}

.contentLeft2
{
	width:150px;
	float:left;
}

.contentRight
{
	float:left;
}

.itemtop
{
	margin-top:30px;
	margin-bottom:10px;
}