
body {
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font: 10px Arial;
	text-align: center;
	min-width: 600px;      
	min-height: 500px;
}

#center{
	position: absolute;
	left: 50%;
	margin-left: -392px;
	margin-top: 5px;
	width: 785px;
	height: 510px;	
	text-align: left;    
	z-index: 100;
}

#logo {
	float: right;
}

.clear {
	clear: both;
}
#container {
	height: 500px;
	width: 100%;	
}
#container ul#hoofdmenu{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	float: left;
	width: 228px;	
}

#container ul#hoofdmenu li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	height: 500px;
	display: block;
	width: 50px;
	background-color: #000000;	
	border: 1px #666666 solid;
}    

#container ul#hoofdmenu li:hover {
	background-color: #111;	   
	border: 1px #DB2B36 solid;   
}
/*
#container ul#hoofdmenu li:hover{
	background-color: #111111;	
}
*/
#container ul#hoofdmenu li a img{
	border: 0;
}

#container ul.portfoliomenu{
	list-style: none;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	margin-left:  15px;
}

#portfoliomenu_bg {
	width: 100%;
	height: 100%;
}

 ul.portfoliomenu li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 3px;
	line-height: 20px;
	text-transform: uppercase;	
	font-size: 11px; 
	color:#000000;
	font-weight:bold;
}

ul.portfoliomenu li a:active{
	color: #902B00;
} 

ul.portfoliomenu li a:hover{
	color: #902B00;
}

ul.portfoliomenu li a{
	color: #000000;
	text-decoration: none;
}

#inhoud-container {
	float: left;
	height: 100%;
	width: 550px;
	border: 1px #666666 solid;
}

#inhoud-container img {
	border: 0;
}

#inhoud-top {
	height: 46px;
	width: 100%;
	background-image : url('files/images/backgroundinhoudtop.jpg');
}

#inhoud-bottom {
	height: 420px;
	width: 520px;
	margin: 15px;
	font: 12px Arial;
	font-weight: normal;
	color: #FFFFFF;
	overflow: auto;
}

#inhoud-bottom a,
#inhoud-bottom a:visited,
#inhoud-bottom a:active,
#inhoud-bottom a:hover{
	color: #DB2B36;
	text-decoration: none;
}

#inhoud-bottom a:hover {
	text-decoration: underline;	
}

#inhoud-bottom_portfolio {
	height: 357px;
	width: 518px;
	padding: 15px;
	padding-bottom: 0px;
	font: 12px Arial;
	font-weight: normal;
	color: #999999;
}

#credits a{
	color: #333333;	
	text-decoration: none;

}

#credits {
	margin-top: 5px;
	font: 10px Arial;	
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.portfolio_thumb {
	border: 1px #CCCCCC solid;
	width: 55px;
	height: 55px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#portfolio_bigimage {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 9px;
}
#bigimage {
	border: 1px #CCCCCC solid;      
	height: 300px;  
}

#portfolio_thumblist {
	height: 125px;
	overflow: auto;
}    

div#footer {     
	position: fixed;  
	top: 300px;
	background-image: url('files/images/backgroundbottom.jpg');    
	background-position: bottom center;
	background-repeat: no-repeat; 
	height: 500px;
	width: 100%;
}

