body {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.4px;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	margin: 0px;
}
td {
	font-size: 11px;
}
a {
	color: #000000;
}
a:hover {
}

/******************************* layout **********************/
.bodyClass {
	background-color:#000;
	background-image: url(/images/plaat1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#wrapper {
	margin: 0 auto;
	width: 995px;
	height:600px;
}
#containerMenu {
	position:relative;
	width: 400px;
	min-height:155px;
	left:100px;
	background-color:#fff;
}
	#menu {
		width:200px;
		padding-top:30px;
		padding-left:20px;
		padding-bottom:30px;
	}
	#logo {
		position:absolute;
		width:75px;
		height:105px;
		left: 300px;
		top: 30px;
	}
#containerContent {
	position:relative;
	width: 360px;
	left: 100px;
	padding:20px;
}
/******************************* layout einde ****************/


/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */

/******************************* secties einde ****************/


/******************************* menu **********************/
#menu a {
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover, #menu .active {
	background-image:url(/images/menu_a_background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#menu .menu2 {
	padding-left: 10px;
	color:#666;
}
/******************************* menu einde ****************/


/******************************* classes **********************/
.shadow {
  -moz-box-shadow: 0px 3px 16px #333; /* Firefox/Mozilla */
  -webkit-box-shadow: 0px 3px 16px #333; /*Safari/Chrome */
  box-shadow: 0px 3px 16px #333; /* Opera & hoe het zou moeten */
  /* Voor IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* Voor IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.transparent60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

/******************************* classes einde ****************/
