body
{
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-attachment: fixed;

}



td
{
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	text-align:left;
	vertical-align:top;
}

table.hoofd
{
	padding: 0px;
	text-align:left;
	vertical-align:top;
}


table.hoofd td 
{
	padding: 0px;
	text-align:left;
	vertical-align:top;
}

a
{
	color: #33cccc;
	text-decoration: none;
}

a.active
{
	color: #33cccc;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.lijn
{
	color: #33cccc;
	text-decoration: none;
}

input
{
	background-color: transparent;
	border:1px #FFFFFF solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.btn
{
	background-color: transparent;
	border:1px #FFFFFF solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

textarea
{
	font-weight: bold;
	font-size: 90%;
	font-family: verdana,tahoma,arial;
	color:#FFF;
}
h3 {
	color: #1E543C;
}
.bottomtekst {
	font-size: 10px;
	color: #FFFF;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 40;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: -1000px;
border: 1px #003299 solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: 0px; /*position where enlarged image should offset horizontally */

}
