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

*
{
	margin:0;
	padding:0;
}

body{
	background-image:url(background.gif);
	background-repeat:repeat;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h1
{
	background-color:#000;
	color:#FFF;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

h1:hover
{
	cursor:pointer;
}

ul
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	list-style-type:none;
	margin-top:10px;
}

li
{
	margin-top:5px;
}


a
{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:none;
	background-color:#FFF;
}

#wrapper{
	width:583px;
	margin-left:auto;
	margin-right:auto;
}

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

#welcome
{
	width:291.5px;
	height:34px;
	background-image:url(images/welcome.png);
	background-repeat:no-repeat;
	float:left;
}

#welcomeContent
{
	width:280PX;
	float:left;
	margin-bottom:50px;
	padding-top:10px;
	text-align: justify;
}

#about
{
	width:291.5px;
	height:34px;
	background-image:url(images/about.png);
	background-repeat:no-repeat;
	float:right;
}

#aboutContent
{
	width:291.5px;
	margin-bottom:50px;
	float:right;
	padding-top:10px;
	text-align: justify;
}

img {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-width: 2px;
}

#work
{
	background-image:url(images/work.png);
	background-repeat:no-repeat;
	height:34px;
	float:left;
	width: 125px;
}
#workTitle
{
	float:left;
	margin-top:20px;
	width:583px;
	background-color:#000;
}

#workContent
{
	width: 291px;
	float:left;
}



#workPreview
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#footerTop
{
	margin-top:40px;
	width:100%;
	height:191px;
	background-image:url(images/footerTop.png);
	background-repeat:no-repeat;
	float:left;
}

#workTitle1
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent1
{
	width: 291.5px;
	float:left;	
}

#workPreview1
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle7
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent7
{
	width: 291.5px;
	float:left;	
}

#workPreview7
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle2
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent2
{
	width: 291.5px;
	float:left;	
}

#workPreview2
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle3
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent3
{
	width: 291.5px;
	float:left;	
}

#workPreview3
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle4
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent4
{
	width: 291.5px;
	float:left;	
}

#workPreview4
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle5
{
	float:left;
	margin-top:3px;
	width:583px;
}

#workContent5
{
	width: 291.5px;
	float:left;	
}

#workPreview5
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float:right;
	overflow: hidden;
}

#workTitle6
{
	float:left;
	margin-top:3px;
	width:583px;
	margin-bottom: 10px;
}

#workContent6
{
	width: 291.5px;
	float:left;	
}

#workPreview6
{
	margin-top:3px;
	width: 291.5px;
	height:105px;
	float: left;
	clear: none;
	position: static;
	overflow: hidden;
	margin-bottom: 20px;
}

#footerTop
{
	margin-top:40px;
	width:100%;
	height:191px;
	background-image:url(images/footerTop.png);
	background-repeat:no-repeat;
	float:left;
}

#footer
{
	background-color:#000;
	width:100%;
	height:150px;
	color:#FFF;
	float:left;
}

table th
{
	text-align:left;	
}

table th span
{
	text-align:left;
	width:200px;
	text-transform:uppercase;
	color:#000;
	background-color:#FFF;
}

table a
{
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

table a:hover
{
	background-color:#999;
}

#tableFooter
{
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

#pijlLinks {
	float: left;
	background-image: url(images/pijlLinks.png);
	background-repeat: no-repeat;
	width: 72px;
	height: 49px;
	margin-top: 20px;
}

#pijlRechts {
	background-image: url(images/pijlRechts.png);
	background-repeat: no-repeat;
	width: 72px;
	height: 49px;
	clear: both;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

