html, body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	background-color: #fff;
	scrollbar-3d-light-color: black;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: black;
}


li
{
	list-style-image : none;
	list-style-type : none;
	padding-bottom : 5px;
	padding-left : 20px;
}

div#wrapper {
	position: absolute;
	top: 20px;
	left: 10%;
	width: 850;
	padding: 20 20 20 20;
}


div#jefffoto
{
	float: left;
	position: absolute;
	left: 10;
}

div#tekst
{
	width: 600;
	left: 10;
}

div#col1{
	float: left;
	position: absolute;
	left: 10;
	width: 200;
}
div#col2{
	float: left;
	position: absolute;
	left: 250;
	width: 200;
}
div#col3{
	float: left;
	position: absolute;
	left: 500;
	width: 200;
}




.credit
{
	position: absolute;
	top: 620;
	font-size: 10px;
	color: Gray;
	left:20;
}

div#rechts
{
	float: right;
	position: absolute;
	top: 60;
	left: 500;
}

div#rechts2
{
	float: right;
	position: absolute;
	top: 60;
	left: 550;
}

a, a:visited {
	color:black;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;	
}

.home
{
	background-color: White;
}




