body
{
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	line-height: 11pt
}

table
{
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	line-height: 11pt
}

td
{
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	line-height: 11pt
}

td.inhoud
{
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	line-height: 11pt
}

a:link, a:visited, a:active
{
	color: #ffffff; text-decoration:underline;
}

a:link.menu, a:visited.menu, a:active.menu
{
	color: #000000; text-decoration:none;
}

a:hover
{
	color: #ffffff; text-decoration:none;
}

a:hover.menu
{
	color: #000000; text-decoration:underline;
}

input.menu, textarea.menu, select.menu
{
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: transparent;
	border-color: #000000;
	border-style: solid; 
	border-width: 1;
}

select.green
{
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	background-color: #32bb43;
	border-color: #ffffff;
	border-style: solid; 
	border-width: 1;
}

select.red
{
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	background-color: #bb2f2f;
	border-color: #ffffff;
	border-style: solid; 
	border-width: 1;
}

input, textarea
{
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	border-style: solid; 
	border-width: 1;
}

select
{
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	background-color: #3a71c2;
	border-color: #ffffff;
	border-style: solid; 
	border-width: 1;
}

/* PHOTOSCROLLER */

.profilesection {
	margin-bottom: 20px;
}

#profileimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 300px;
	text-align: center;
}


#profileinfo * {
	margin: 0;
	padding: 0;
}

#profileinfo dt {
	font-weight: bold;
}

#profileinfo dd {
	margin-bottom: 10px;
}

#scrollablecontainer * {
	margin: 0;
	padding: 0;
}
#scrollablecontainer {
	height: 96px;
	width: 100%px;
	overflow: hidden;
	position: relative;
}

#scrollablecontainer table, #scrollablecontainer td {
	border-collapse: collapse;
	height: 100px;
	vertical-align: middle;
	text-align: middle;
}

#scrollablecontainer td {	
	padding-left: 15px;
}

#scrollablepics {	
	position: absolute;
	left: 0;
}

#scrollablepics img {
	border-style: none;
	position: relative;
	z-index: 9;
}

#scrollablepics a {

	border: 1px solid #ccc;
	padding: 2px;
	display: block;
}
