html,body {
	margin:0;
	padding:0;
	height:100%;
	/* needed for container min-height */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #58585A;
	font-size : 12px;
	background-color : #FFFFFF;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:1050px;;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
}

div#header {
	padding:0em;
}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	background-image : url(bottom.jpg);
	background-repeat : no-repeat;
	background-position : center;
	bottom:0; /* stick to bottom */
}

TD.hoofdmenu, A.hoofdmenu, A.hoofdmenu:ACTIVE, A.hoofdmenu:HOVER, A.hoofdmenu:LINK, A.hoofdmenu:VISITED {
	color : #58585A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : Bold;
}

A.hoofdmenuactive, A.hoofdmenuactive:ACTIVE, A.hoofdmenuactive:HOVER, A.hoofdmenuactive:LINK, A.hoofdmenuactive:VISITED {
	color : #85B428;
	font-family : Verdana, 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 : #00558D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : Normal;
}

A.submenuactive, A.submenuactive:ACTIVE, A.submenuactive:HOVER, A.submenuactive:LINK, A.submenuactive:VISITED {
	color : #00558D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : Bold;
}

td.menuleft, A.menuleft, A.menuleft:ACTIVE, A.menuleft:LINK, A.menuleft:VISITED {
	color : #00558D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

A.menuleft:HOVER{
	color : #00558D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size : 14px;
	font-weight : bold;
}

li{
	list-style-type : disc;
	color : #00558D;
	padding-left : 10px;
}

TD {
	color :  #58585A;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

.titel {
	color : #00558D;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H1 {
	color : #00558D;
	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H3 {
	color : #87CFEF;
	font-size :28px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-stretch : narrower;
	letter-spacing : -2px;
}

.formulier {
	color : #58585A;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #58585A;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	color : #58585A;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}

A:HOVER {
	color : #58585A;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;	
}

.tdwit{
	background-color : White;
	height : 1px;
	display : block;
	margin : 0;
	padding : 0;
}

td.bottom, A.bottom, A.bottom:ACTIVE, A.bottom:LINK, A.bottom:VISITED{
	color:#58585A;
	text-decoration:none;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A.bottom:HOVER{
	color:#58585A;
	text-decoration:underline;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.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;
  } 

