body { 
		padding-top: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		background-image: url('images/background.gif');
		background-attachment: fixed;		
		}
		
a {
		text-decoration: none;
		color: #000000;
		border: 0px solid black;
		}
		
a:hover {
		text-decoration: none;
		color: #EA5106
		}
		
#header {
		margin-left: auto;
		margin-right: auto;
		background-image: url('images/header.bmp');
		width: 800px;
		height: 150px;
		}
		
/* Navigatie Neomedia Design */

#navigatecontainer {
	    width: 800px;
		height: 34px;
		margin-left: auto;
		margin-right: auto;
		}

.navigatie {
		float: left;
		width:100px;
		height:34px;
		}

a.home {
		display:block;
		background:url('images/homecss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.home:hover {
		background-position:bottom;
		}
		
a.info {
		display:block;
		background:url('images/infocss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.info:hover {
		background-position:bottom;
		}
		
a.diensten {
		display:block;
		background:url('images/dienstencss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.diensten:hover {
		background-position:bottom;
		}

a.portfolio {
		display:block;
		background:url('images/portfoliocss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.portfolio:hover {
		background-position:bottom;
		}
		
a.spotlight {
		display:block;
		background:url('images/spotlightcss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.spotlight:hover {
		background-position:bottom;
		}
		
a.downloads {
		display:block;
		background:url('images/downloadscss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.downloads:hover {
		background-position:bottom;
		}

a.contact {
		display:block;
		background:url('images/contactcss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.contact:hover {
		background-position:bottom;
		}
		
a.links {
		display:block;
		background:url('images/linkscss.bmp') top no-repeat;
		width:100px;
		height:34px;
		text-decoration:none;
		}
		
a.links:hover {
		background-position:bottom;
		}
			
/* Einde Navigatie Neomedia Design */

#spacer {
		margin-left: auto;
		margin-right: auto;
		background-image: url('images/content.bmp');
		width: 800px;
		height: 20px;
		}

#contentcontainer {
		overflow: hidden;
		background-image: url('images/content.bmp');
		width: 800px;
		height: 900px;
		margin-left: auto;
		margin-right: auto;
		}
		
#contentleft {
		margin-left: 4px;
		float: left;
		width: 555px;
		height: 875px;
		}
		
#contentright {
		float: left;
		margin-left: 37px;
		width: 200px;
		height: 20px;
		}

.sidebar {
		padding-top: 4px;
		padding-left: 2px;
		width: 198px;
		height: 17px;
		background-image: url('images/sidebar.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: white;
		}
	
.sidebarcontent {
		padding-top: 2px;
		padding-left: 2px;
		width: 196px;
		background-image: url('images/tabelbackground.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: black;
		float: left;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		}
		
#spotlightcontent {
		padding-top: 20px;
		width: 198px;
		height: 124px;
		text-align: center;
		background-image: url('images/tabelbackground.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: #000000;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		text-decoration: none;
		}
		
#validate {
		text-align:center;
		}
	
			
#footer { 
		clear: both;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-image: url('images/redbar.bmp');
		width: 800px;
		height: 12px;
		font-family: Verdana;
		color: #000000;
		font-size: 7pt;
		border-bottom: 1px solid black;
		}