html,body {
	margin:0;
	padding:0;
	height:100%;
	/* needed for container min-height */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 12px;
	background-image : url('zwier.png');
	background-position : bottom center;
	background-repeat : no-repeat;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:960px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
}

div#header {
	padding:0em;
	background-image : url('top.jpg');
	background-position : top center;
	background-repeat : no-repeat;
}

div#content {
	padding:0em 0em 85px; /* bottom padding for footer */
	margin:0 auto;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
}

div#footer {
	position:absolute;
	width:960px;
	bottom:0;
	/* stick to bottom */
	background-image : url('bottom.jpg');
	background-position : bottom center;
	background-repeat : no-repeat;
}

A.menuwit, A.menuwit:ACTIVE, A.menuwit:LINK, A.menuwit:VISITED, A.menuwit:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	text-transform : uppercase;
}

A.menuactive, A.menuactive:ACTIVE, A.menuactive:LINK, A.menuactive:VISITED, A.menuactive:HOVER, td.menuactive  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	text-transform : none;
}

td.blokje {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 18px;
	text-decoration : none;
	background-color : #FFFFFF;
}

INPUT, TEXTAREA {
	color : #000000;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #000000 #000000 #000000 #000000;
}

input.zoek {
	color : #000000;
	width : 143px;
	height : 19px;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-width : 0px 0px 0px 0px;
	background-image : url(zoeken.jpg);
	background-repeat : no-repeat;
}

input.submit {
	border : none;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #000000 #000000 #000000 #000000;
}

A, A:ACTIVE, A:LINK,A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #19338D;
	font-size : 12px;
	text-decoration : underline;
}

A:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #19338D;
	font-size : 12px;
	text-decoration : none;
}

A.menuleft, A.menuleft:ACTIVE, A.menuleft:LINK, A.menuleft:VISITED, td.menuleft {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform : none;
	font-size : 12px;
	text-decoration : none;
}

A.menuleft:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color: #000000;
	font-size : 12px;
	text-decoration : underline;
}

.titel{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 16px;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing : 3px;
}

H1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 16px;
	font-weight : normal;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing : 3px;
}

TD.bottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
}

A.bottom, A.bottom:ACTIVE, A.bottom:LINK, A.bottom:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
}

A.bottom:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : underline;
}

A.submenuactive, A.submenuactive:ACTIVE, A.submenuactive:LINK, A.submenuactive:VISITED  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 12px;
	text-decoration : none;
}

A.submenuactive:HOVER{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 12px;
	text-decoration : underline;
}

A.submenu, A.submenu:ACTIVE, A.submenu:LINK, A.submenu:VISITED,A.submenu:HOVER  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 12px;
	text-decoration : none;
}

TD.submenuactive  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

.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;
  } 
  
  TD.tableheading{
  background-color: #000000; 
  color: White;
  text-transform: uppercase;
  }