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;

}

.img-crop,
.img-crop img{
	width: 100%; /* gotta be responsive these days */
	max-width:96px;
	min-height:96px;
}
.img-crop{
	background-color: #FFF; /* some background color for short images */
	overflow: hidden;
	
	/* remove white-space for inline-block elements */
	letter-spacing: -0.31em; /* webkit */
	*letter-spacing: normal; /* reset IE < 8 */
	word-spacing: -0.43em; /* IE < 8 && gecko */
}
.img-crop:before,
.img-crop img{
	/* vertically center the image */
	display: inline-block;
	vertical-align: middle;
}
.img-crop:before{
	/* pseudo element to vertically align image to */
	content: "";
	
	/* Magic Number */
	/* Set this to your desired height(to width) ratio */
	padding-top: 69%; /* % of original image width */ 
}
.img-crop img{
	/* removes(sorta) image from the flow */
	padding-left: 100%;
	margin: -999em -100%;
}

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 */

}