* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat;
	}

p {
	font-family: 'Ubuntu', Tahoma, Arial;
	font-size: 15px;
	padding: 10px;
	}

p.border {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-top-style: none;
	}

span.lees-verder {
	background-color: #73d216;
	border: 1px solid #fff;
	height: 20px;
	width: 120px;
	border-radius: 5px;
	font-size: 16px;
	text-shadow: 3px 3px 3px #347314;
	text-align: center;
	float: right;
	}

h1 {
	font-family: 'Ubuntu', Tahoma, Arial;
	padding: 10px;
	font-size: 18px;
	font-weight: bolder;
	color: green;
	}

h2 {
	font-family: 'Ubuntu', Tahoma, Arial;
	padding: 10px;
	font-size: 20px;
	font-weight: bolder;
	}

h4 {
	font-family: 'Ubuntu', Tahoma, Arial;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: green;
	}

h4.border {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	text-align: center;
	}

h4.date {
	text-align: right;
	}

#page-container {
	width: 800px;
	height: 100%;
	margin: auto;
	}

header {
	background-image: -webkit-linear-gradient(top, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -moz-linear-gradient(top, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -o-linear-gradient(top, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -ms-linear-gradient(top, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: linear-gradient(top, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d216', endColorstr='#4e9a06');
	height: 60px;
	width: 800px;
	position: fixed;
	}

nav {
	position: absolute;
	top: 20px;
	left: 280px;
	margin: 0;
	font-family: 'Ubuntu', Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
img {
	border: 0;
	}

a:link.nav {
	border-radius: 5px 5px 5px 5px;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	}

a:visited.nav {
	border-radius: 5px 5px 5px 5px;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	}
	
a:hover.nav {
	border-radius: 5px 5px 5px 5px;
	background: rgba(0,0,0,0.5);
	color: rgb(28, 155, 236);
	padding: 5px 10px;
	}

a:active.nav {
	background: rgba(0,0,0,0.6);
	}

a:hover {
	text-decoration: none;
	}

a:active {
	color: #FFF;
	text-decoration: none;
	}

a:link {
	color: #000;
	}

a:visited {
	color: #000;
	}

ol, li, ul {
	font-family: 'Ubuntu', Tahoma, Arial;
	margin: 10px;
	}

#content {
	background: rgba(211, 211, 211, 0.6);
	height: auto;
	min-height: 900px;
	width: 780px;
	padding: 60px 10px 60px 10px;
	}

footer {
	background-image: -webkit-linear-gradient(bottom, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -moz-linear-gradient(bottom, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -o-linear-gradient(bottom, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: -ms-linear-gradient(bottom, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	background-image: linear-gradient(bottom, #73d216 29%, rgba(138,226,52,0.55) 100%, #4e9a06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d216', endColorstr='#4e9a06');
	height: 60px;
	width: 800px;
	position: fixed;
	bottom: 0;
	text-align: right;
	}