/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// ALGEMEEN //////////////////////// */
/* ///////////////////////////////////////////////////////////// */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #E9E9E3;
}

body, p, table, tr, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #776253;
}

body, table, tr, td {
	font-size: 11px;
	line-height: 1.25em;
}

p {
	margin: 0 0 18px;
}
ul {
	margin-top:0px;
	/*list-style:square;*/
	padding-left: 15px;
	text-indent: 0em;
	margin: 0 0 1.8em;
}
li ul {
	background:url(../images/spacer.gif) left center no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	background:#FFFFFF;
}
#disclaimer {
	overflow: hidden;
	width:900px;
	height:40px;
	padding-top:10px;
	background-color: #E9E9E3;
	font-size:9px;
}
.smalltext {
	font-size:9px;
}
#disclaimer a, #disclaimer a:link, #disclaimer a:visited {
	color: #776253;
	text-decoration:none;
}
#disclaimer a:hover {
	color:#B1AEAA;
}
a:link, a:visited {
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// ALGEMEEN //////////////////////// */
/* ///////////////////////////////////////////////////////////// */
#topbar {
	width:900px;
	height:71px;
	padding-top:10px;
	background-color: #E9E9E3;
}

#kader {
	top:60px;
	left:0px;
	width:900px;
	background:#FFFFFF;
	/*border:#99CC00 1px solid;*/
}

.hoofdmenu {
	position:absolute;
	top:0px;
	left:600px;
	width:300px;
}
#topmenu {
	position:absolute;
	top:24px;
	left:50%;
	margin-left:-145px;
	width:596;
	height:8px;
	z-index:2;
}
/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// HOME //////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
.homefoto {
	width:600px;
	height:600px;
	background:#666666;
	background-color: #CCCCCC;
}
/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// WERK //////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
#foto_container{
	width:450px; 
	background-color:#F5F5F5;
	float:left;
}
#info{	
	width:425; /* echte breedte = 450 */
	padding:25px;
}
#thumb_container{
	width:420px; /* Echte breedte = 450*/
	padding-left:20px;
	margin-left: 5px;
	padding-top:25px; 
	background-color:#FFFFFF; 
	float:left;
	overflow: hidden;
	position: relative;
}
.controls a {
	outline: 0;
}
#thumb_wrap {
	width: 99999px;
	height: 450px;
}
#thumb_wrap .page {
	overflow: hidden;
	float: left;
	width: 420px;
}
.controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#prev {
	margin-right: 8px;
}
.thumb{
	float:left;
	width:85px;
	height:85px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#F5F5F5;
}
/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// STOCK /////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
.holder{
	width:185px; /* echte breedte 190*/
	/*padding-left:5px;*/
	height:95px; /* echte hoogte 85*/
	/*padding-top:5px;*/
	/*background-color:#F5F5F5;*/
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	
}

/* ///////////////////////////////////////////////////////////// */
/* /////////////////////////// CV ////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
.submenu {
	margin-top:90px;
	left:80px;
	height:450px;
}
.cvcontent {
	padding:25px;
	width:400px; /*origineel 450 */
}

