/********************/
/* Standard Styles  */
/********************/
body {

	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						11px;
	color:							#333333;
	font-weight:					normal;
	font-style:						normal;

	background:						#FFFFFF url('../images/paarse_balk_links.gif') repeat-y  scroll 1%;
}

img {
	border:							0;
}

/********************/
/* Style for table  */
/********************/
#top { /* logo */
	margin-left:					56px;
}

#main { /* table main */
	width:							792px;
	margin-left:					53px;
}


#nav {
	width:							180px;
	color:							#660099;
}
	
	#nav a:hover {
		text-decoration:			none;
	}

	.m0l0i {
		margin-top:						6px;
	}

#breadcrumb {
	font-size:						10px;
	color:							#330066;

	margin-bottom:					20px;

}

/**************************/
/* Style for main content */
/*************************/

#content {
	width:							534px;
}

#content b { /* .basistekstvet { */
}

#content i { /* .basistekstcursief { */
	font-weight:					normal;
}

.rozevet {
	font-size:						13px;
	color:							#FF0099;
	font-weight:					bold;
}

.paarsvet {
	font-size:						13px;
	color:							#660099;
	font-weight:					bold;
}

.afdeling_plaatsnaam {
	font-size:						16px;
	color:							#660099;
	font-weight:					bold;
}

/********************/
/* Titels           */
/********************/
h1,h2 {
	font-size:						14px;
	font-weight:					bold;
/*	font-variant:					small-caps; */
}

h1 {
	color:							#FF0099;
}

/********************/
/* Styles for links */
/********************/
a:link {
	color:									#FF0066;
	text-decoration:						none;
}
a:visited {
	color:									#FF0066;
	text-decoration:						none;
}
a:hover {
	color:									#FF0066;
	text-decoration:						underline;
}
a:active {
	color:									#FF0066;
	text-decoration:						none;
}