body {
	background: #F0F0F0;
	margin: 0% 10%;
	font-family: Arial, sans-serif;
	color: #000000;
	width: 80%;
	background-image: url(../_images/pattern.gif);
}

a:hover {
	text-decoration: underline !important;
}

a:link {
	color: #A5008A;
	text-decoration: none;
}

a:visited {
	color: #FF330A;
	text-decoration: none;
}

h1 {
	font-size: 3.3em;
	font-weight : bolder;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: .9em;
	color: #000000;
	display: block;
	padding: 0.6em 0.15em 0em 0.15em;
	margin: 30px 0 0 0;
	background: #FFF;
}

h2 {
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	color: #000000;
	display: block;
	padding: .7em 0.5em 0.45em 0.5em;
	margin: 0;
	background: #FFF;
}

h3 {
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1em;
	color: #000000;
	padding: 1.8em 0.3em 0.3em 0.3em;
	margin: 0 0 1px 0;
	display: block;
	background: #FFF;
}

h4 {
	font-size: 1.0em;
	font-weight: bolder;
	line-height: 1em;
	color: #000000;
	padding: 1.4em 0.5em 0.1em 0.5em;
	margin: 1px 0 0 0;
	display: block;
	background: #FFF;
}

h5 {
	font-size: 0.75em;
	font-weight: bolder;
	color: #000000;
	padding: 1.1em 0.7em 0 0.7em;
	margin: 0;
	display: block;
	background: #FFF;
}

hr {
    border: solid black;
	color: #000000;
}

p, ul {
	font-family: Georgia, serif;
	font-size: 0.75em;
	display: block;
	background: #FFFFFF;
	margin: 0 0 1px 0;
}

p {
	padding: 0.3em 0.7em 0.7em 0.7em;
	line-height: 1.5em;
}

p.intro {
	padding: 0.3em 0.7em 1.4em 0.7em;
	margin: 0;
}

p.breadcrumb {
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	padding: 0.3em 0.7em 1.4em 0.7em;
	margin: 0;
}

p.breadcrumb a {
	color: #000000 !important;
}

ul {
	line-height: 1.5em;
	padding: 0 0 0.7em 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}

li {
	display: block;
}

li a {
	text-decoration: none !important;
	display: block;
}

li a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #000000 !important;
	display: block;
}

li span {
	width: 96%;
	padding: 0.4em 0.7em 0.4em 0.7em;
	display: block;
}

li img {
	margin: 0.3em 0.7em 0.3em 0;
	display: block;
}

img {
    border: 0;
}

div {
	margin: 0 0 2em 0;
}



.main {
	width: 56%;
	float: left;
}

.also {
	width: 44%;
	float: right;
}

.grijs	{ color: #808080; }
.rood	{ color: #F30; }

.oud p,
.oud h2,
.oud h3,
.oud h4,
.oud h5,
.oud table		{ color: #555; }

.ouder p,
.ouder h2,
.ouder h3,
.ouder h4,
.ouder h5,
.ouder table	{ color: #888; }

.oudst p,
.oudst h2,
.oudst h3,
.oudst h4,
.oudst h5,
.oudst table	{ color: #BBB; }

