/* Standaard elementen */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, td, div {
	font: normal normal 62.5%/1.5 Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(../img/layout/achtergronden/bgTransTop.gif) repeat-x left top;
}


hr {
	height: 0;
	margin: 10px 0 10px 0;
	border-top:1px solid #000000;
}

ol, ul {
	margin: 0 0 0 -25px;
}

h1, h2, h3 {
	color: #5c2e91;
	font-weight: normal;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 1.9em;
	font-weight: normal;
}
	
p {
	margin: 0;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

	
	/* =Link styles */
	a {
		text-decoration: underline;
		color: #5c2e91;
	}
	a:hover {
		text-decoration: none;
		color: #5c2e91;
	}
		 
	/* =List styles */
	ul {
		list-style-type: none;
	}
	
	/* =Tekst styles */
	.bold {
		font-weight: bold;
	}
	
	div {
		font-size : 100%;
	}
	
	.purple {
		color: #5c2e91;
	}
