html {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: #EDEBE0;
}
body {
	margin: 0px;
	padding: 1em 2em;
	text-align: center;
}
div#center {
	background-color: #FFF;
	text-align: left;
	margin: auto;
	width: 800px;
	border: 1px solid #BFBA91;
}
ul#nav {
	background: #000066;
	margin: 0;
	padding: 4px;
	list-style: none;
	word-spacing: 1em;
	text-align: center;
	font-weight: bold;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	color: #FFF;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #FFFFCC;
}
div#header {
	display: block;
	background: url(images/header_1.jpg) no-repeat right top;
	height: 125px;
}
ul#menu {
	list-style-type: none;
	margin: 0px;
	padding: 6px;
}
ul#menu li {
	border-bottom: 1px solid #CAC5A4;
}
ul#menu li a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 7px 11px;
	padding-bottom:1px;
	background: url(images/ul_img.gif) no-repeat 0px 10px;
}
ul#menu li a:hover {
	color: #000;
}
td.left {
	width: 160px;
	background-color: #F5F8DC;
	border-right: 1px solid #CAC5A4;
}
td.middle {
	padding: 8px;
	vertical-align:top;
}
td.right {
	width: 160px;
	background-color: #F5F8DC;
	border-left: 1px solid #CAC5A4;
}
h1 {
	font: bold 24px Arial, sans-serif;
	margin: 0;
	letter-spacing: -2px;
	color: #000066;
}
p {
	margin: 0px;
	padding: .6em 0;
	line-height: 1.4em;
}
div#copyright {
	background-color: #000066;
	color: #FFF;
	text-align: center;
	padding: 5px;
	font-size: 10px;
}
a:link {
	color: #000066;
}
a:hover {
	color: #006633;
}
a:visited {
	color: #006633;
}
a:visited.nieuwslink, a:hover.nieuwslink, a:link.nieuwslink{
        color: #000066;
        font-weight:bold;
        text-decoration:none;
        font-style:italic;
}
td.nieuws{
        padding-top:5px;
        padding-bottom:1px;
}
td.nieuws_naam{
        font-size:12px;
        font-style:italic;
        padding-bottom:30px;
        }
td.nieuws_date{
        font-weight:bold;
        }
td.nieuws_title{
        font-weight:bold;
        font-size:12px;
        }
li.nieuws_rechts {
        border-bottom: 1px solid #CAC5A4;
}
td.tabel{
        background:#FFFFFF;
}

