/* CSS style bij Bewust zien*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	background-image: url(images/basisbestanden/backgroundmaria.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #000000;

}

table {
	background-position: center center;

}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

a {
	font-size: 10px;
	color: #ffffff;
}

form {
	background-color: #4E80CA;
}

/*button hoofdnavigatie*/
a.buttonhoofdnavigatie {
	font-size:			11px;
	color:				#FFFFFF;
	text-decoration:	none;
	text-align: center;
}

a.buttonhoofdnavigatie:link {
	font-size:			11px;
	color:				#FFFFFF;
	font-weight:		bold;
	text-decoration:	none;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a.buttonhoofdnavigatie:hover {
	font-size:			11px;
	color:				#999999;
	cursor:				pointer;
	font-weight:		bold;
	text-decoration:	none;
	text-align: center;
}

a.buttonhoofdnavigatie:active {
	font-size:			11px;
	color:				#999999;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		bold;
	text-decoration:	none;
	text-align: center;
}

a.buttonhoofdnavigatie:visited { /* voor bezochte hyperlinks*/
	font-size:			11px;
	color:				#999999;
	font-weight:		bold;
	text-decoration:	none;
	text-align: center;
}

/*button waar ben ik...*/
a.buttonwaarbenik {
	font-size:			10px;
	color:				#669DC9;
	font-weight:		normal;
	text-decoration:	none;
}

a.buttonwaarbenik:link {
	font-size:			10px;
	color:				#669DC9;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	none;
}

a.buttonwaarbenik:hover {
	font-size:			10px;
	color:				#669DC9;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	underline;
}

a.buttonwaarbenik:active {
	font-size:			10px;
	color:				#669DC9;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	underline;
}

a.buttonwaarbenik:visited { /* voor bezochte hyperlinks*/
	font-size:			10px;
	color:				#669DC9;
	font-weight:		normal;
	text-decoration:	none;
}

/*button meer...*/
a.buttonsmall {
	font-size:			10px;
	color:				#1E334E;
	font-weight:		normal;
	text-decoration:	underline;
	background-position: left;
	font-style: italic;
}

a.buttonsmall:link {
	font-size:			10px;
	color:				#1E334E;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	underline;
	font-style: 		italic;
}

a.buttonsmall:hover {
	font-size:			10px;
	color:				#FF0000;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	underline;
	font-style: 		italic;
}

a.buttonsmall:active {
	font-size:			10px;
	color:				#FF0000;
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	font-weight:		normal;
	text-decoration:	underline;
	font-style: 		italic;
}

a.buttonsmall:visited { /* voor bezochte hyperlinks*/
	font-size:			10px; /*lettergrootte px*/
	color:				#1E334E;
	font-weight:		normal;
	text-decoration:	underline; /*niet onderstrepen */
	font-style: italic;
}
				


.formulierbutton { /*knop bij een formulier, b.v. voor aanmelden, verstuur*/
	background-color:	#4E80CA; /*Achtergrondkleur donkerblauw*/
	color:				#FFFFFF; /*Voorgrondkleur wit*/
	cursor:				pointer; /*Aanwijzer weergeven als handje*/
	text-decoration:	none; /*Niet onderstrepen*/
}

.tekstkop1 {
	font-style: normal;
	color: #000066;
	font-weight: bold;

}

.tekstblauw {
	color: #669DC9;
}

.tekstzwart {
	color: #000000;
}

.tekstcursief {
	font-style: italic;
}

.tekstwaarbenik {
	font-size: 10px;
	color: #669DC9;
}


.hr {
	background-image: url(images/horlijn.jpg);
	background-repeat: repeat;
	background-position: center;

