/* Standaard elementen */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7F7B77;
	line-height: 16px;
	}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	}
body {
	overflow: -moz-scrollbars-vertical;
	margin:0;
	padding:0;
	background: url('../img/full_back.gif') repeat-y center top #b6a183;
	}
html>body, html>body .siteContainer { height: auto;}
hr {
	height: 0;
	border: none; 
	border-bottom: 1px solid #7F7B77;
	}

h1 {
	margin: 0 0 5px;
	color: #790033;
	font-weight: bold;
	}

img {
	border: 0;
	}

img.line {
	border: 1px solid #7F7B77
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: underline;
	color: #790033;
	outline: none;
	}
a:hover, a.selected, a.selected:hover {
	text-decoration: none;
	color: #7F7B77;
	outline: none;
	}
ul {
	margin: 0 0 0 15px;
	}
p {
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify
}
