html,body {
	margin:0;
	padding:0;
	height:100%;
	/* needed for container min-height */
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 11px;
	background-image : url('container.jpg');
	background-position : top center;
	background-repeat : no-repeat;
	background-color:#2F85D0;
}

div#xcontainer {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:996px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-color:white;
}

div#xheader {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

div#xcontent {
	padding:0em 0em 0em; /* bottom padding for footer */
}

div#xfooter {
	position:absolute;
	width:100%;
	bottom:0;
	/* stick to bottom */
}

TD, TH, TR {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	line-height:15px;
}

.content {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

.titel {
	color : #33434B;
	font-size : 15px;
	font-weight : bold;
}

.menu, A.menu, A.menu:LINK, A.menu:VISITED, A.menu:HOVER {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : #006DAB;
	font-size : 12px;
	text-decoration : none;
}

.menuactive, A.menuactive, A.menuactive:LINK, A.menuactive:VISITED, A.menuactive:HOVER {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 12px;
	text-decoration : none;
}


h3{
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #006DAC;
	font-size : 17px;
	text-decoration : none;
	padding:0;
	margin:0;
	line-height:17px;
}

h4{
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : #006DAC;
	font-size : 12px;
	text-decoration : none;
	padding:0;
	margin:0;
}

.blue, A.blue, A.blue:LINK, A.blue:VISITED, A.blue:HOVER{
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #009EE3;
	font-size : 10px;
	text-decoration : none;
}

.menuleft, A.menuleft, A.menuleft:LINK, A.menuleft:VISITED {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #009EE3;
	font-size : 13px;
	text-decoration : none;
}

A.menuleft:HOVER {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #009EE3;
	font-size : 13px;
	text-decoration : none;
}

.menuleftbottom, A.menuleftbottom, A.menuleftbottom:LINK, A.menuleftbottom:VISITED {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #009EE3;
	font-size : 8px;
	text-decoration : none;
}

A.menuleftbottom:HOVER {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #009EE3;
	font-size : 8px;
	text-decoration : none;
}



.item, A.item, A.item:LINK, A.item:VISITED {
	font-weight : bold;
	color : #FFFFFF;
	font-size : 14px;
	text-decoration : underline;
	letter-spacing : 2px;
}

A.item:HOVER {
	font-weight : bold;
	color : #FFFFFF;
	font-size : 14px;
	text-decoration : none;
	letter-spacing : 2px;
}

a.beeld img{
	border-color : #33434B;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
}

.bottom {
	color : #000000;
	font-size : 12px;
}

A, A:ACTIVE, A:VISITED,A:LINK {
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
}

A:HOVER {
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

A.nieuws, A.nieuws:ACTIVE, A.nieuws:VISITED,A.nieuws:LINK {
	font-weight : bold;
	color : #009EE3;
	text-decoration : none;
}

A.nieuws:HOVER {
	font-weight : bold;
	color : #009EE3;
	text-decoration : underline;
}


