html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;
	color :  #3F4042;
	font-size : 12px;
	background-color : #44453C;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:904px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-color : White;
}

div#header {
	padding:0em;
}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

TD.hoofdmenu, A.hoofdmenu, A.hoofdmenu:ACTIVE, A.hoofdmenu:HOVER, A.hoofdmenu:LINK, A.hoofdmenu:VISITED {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : Bold;
}

TD.submenu, A.submenu, A.submenu:ACTIVE, A.submenu:HOVER, A.submenu:LINK, A.submenu:VISITED {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 11px;
}

TD {
	color :  #3F4042;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

.titel {
	color : #FBAF18;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.formulier {
	color : #3F4042;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border: solid 1px #3F4042;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	color : #3F4042;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}

A:HOVER {
	color : #3F4042;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;	
}

.tdwit{
	background-color : White;
	height : 1px;
	display : block;
	margin : 0;
	padding : 0;
}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
