BODY {
	background				   :#F7F7F7 url(../img/bg.jpg) top center repeat-y;
}
IMG {
	border			: 0px;
}
A {
	text-decoration : none;
	color           : #000000;
}
A:HOVER {
	text-decoration : underline;
	color           : #000000;
}
A:VISITED {
	color           : #000000;
}
A:ACTIVE {
	text-decoration : none;
}

A.2 {
	text-decoration : none;
	color           : #A3A3A3;
}
A.2:HOVER {
	text-decoration : underline;
	color           : #10157F;
}
A.2:VISITED {
	color           : #10157F;
}
A.2:ACTIVE {
	text-decoration : none;
}
TD {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 11px;
	line-height     : 18px;
	font-style      : normal;
	color           : #000000;
	letter-spacing  : 0px;
}
.tekst {
	padding-left    : 20;
	padding-right   : 20;
	padding-top     : 20;
	padding-bottom  : 20;
}
.tekst-nieuws {
	padding-left    : 25;
	padding-right   : 20;
	padding-top     : 10;
	padding-bottom  : 10;
	text-align		:justify;
}
.tekst-overzicht {
	color				: #000000;
}
.tekst-top {
	color			:#000000;
	font-size		: 10px;
}
.tekst-menu {
	font-size       : 11px;
	background-position: top;
	background		:url(../img/menu_onder.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
}
.title_onder {
	color			:#008736;
	padding-left    : 20;
	padding-right   : 20;
	vertical-align	:middle;
}
.menu a {
	color			: #FFFFFF;
	padding-left    : 10;
	padding-right   : 10;
	text-align		: center;
	font-size		: 11px;
	text-decoration	: none;
}
.menu a:hover {
	color			: #000000;
	padding-left    : 10;
	padding-right   : 10;
	text-align		: center;
	font-size		: 11px;
	text-decoration	: none;
}
.menu_aan a {
	color			: #000000;
	padding-left    : 10;
	padding-right   : 10;
	text-align		: center;
	font-size		: 11px;
	text-decoration	: none;
}
.menu_top {
	color			: #666666;
	padding-left    : 10;
	padding-right   : 10;
	text-align		: center;
	font-size		: 10px;
	text-decoration	: none;
}
.menu_top_aan {
	color			: #E6332B;
	padding-left    : 10;
	padding-right   : 10;
	text-align		: center;
	font-size		: 10px;
	text-decoration	: none;
}
.menu_left {
	color				: #000000;
	text-align			: left;
	font-size			: 11px;
	text-decoration		: none;
	background-position	: middle;
	background			: url(../img/menu_bg.jpg);
	background-repeat	: repeat-y;
}
.tekst_klein {
	font-size       : 9px;
}

.cursor {
	cursor          : hand
}

select, input, textarea, radio, checkbox{
	color           : #000000;
	font-family     : Verdana;
	font-size       : 11px;
	background      : #F8F8F8;
	text-align      : left;
	border-width    : 1; 
	border-color    : #000000; 
	border-style    : solid; 
}
INPUT.button {
	background      : none;
	border          : 0;
	background-image: url(bg_button.gif);
	font-weight     : bold;
	width           : 100px;
	height          : 20px;
	cursor          : hand;
}


