#bg {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#bgtop {
	background-color: #f9f9f9; /* of #fff */
	height: 70px;
}

#bgbottom {
	background-image: url(../images/achtergrond.jpg);
	height: 259px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial;
	font-size: 13px;
	background-repeat: repeat-x;
	line-height: 1.4em;
}

h1, h2, h3 {
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 400;
	color: #0a3361;
	line-height: 1.4em;
}

#canvas {
	width: 980px;
	margin: 0 auto;
}

#top {
	height:70px;
	background-color: #f9f9f9;
	margin: 0;
	position: relative;
}

#search {
	position: absolute;
	left: 10px;
	top: 20px;
}

#top ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
	position: absolute;
	right: 20px;
	top: 40px;
}

#top li {
	float: left;
	text-align: center;
	margin-left: 19px;
	margin-right: 1px;
}

#top li.active a, #top li a:hover {
	color: #f21813;
}

#top li a {
	color: #0a3361;
	font-weight: normal;
	display: block;
	font-size: 18px;
}

#header {
	width: 980px;
	height: 259px;
	background-repeat: no-repeat;
	background-image: url(../images/header-image.jpg);
	position: relative;
	background-position: right 0;
	margin-bottom: 10px;	
	right: 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#middle {
	height: 155px;
	margin-bottom: 10px;
	width: 1000px;
}

#middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#middle li {
	display: inline;
	margin-left: 21px;
}

#middle li:first-child {
	margin-left: 0px;
}

#main {
	width: 692px;
	background-color: #fff;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
	margin-right: 22px;
	float: left;
	box-shadow: 0px 0px 3px #AAAAAA;	
	min-height: 300px;
}

.blog {
	padding-bottom: 20px
}

.items-row {
	border-bottom: solid 1px black;
	margin-bottom: 40px;
}


#main .moduletable {
	margin-top: 0;
}

#main ul.category-module {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main .category-module li {
	float: left;
	width: 210px;
	margin-right: 20px;
}

#right {
	width: 179px;
	min-height: 100px;
	float: left;
}

#right .moduletable {
	background-color: #fff;
	width: 208px;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 3px #AAAAAA;
}

#middle .moduletable img {
	box-shadow: 0px 0px 3px #AAAAAA;
}

#bottom {
	min-height: 200px;
	width: 960px;
	background-color: #fff;
	padding: 5px 20px 30px 20px;
	margin-bottom: 20px;
}

#bottom-left {
	width: 580px;
	float: left;
	margin-right: 20px;
}

#bottom-right {
	width: 360px;
	float: left;
}

#footer {
	width: 980px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #0a3361;
	box-shadow: 0px 0px 3px #AAAAAA;
	color: #fff;
	text-align: center;
	padding-top: 13px;
}

.moduletable h3 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #fa7103;
}
ul {
	padding: 0;
	margin: 0 0 0 20px;
}
img {
	border: 0;
}

.clear {
	clear: both;
}

p.mod-articles-category-readmore a,p.readmore a {
    font-size:12px;
    font-weight:bold;
    letter-spacing: 0.05em;
    min-height:19px;
    line-height:14px;
    padding: 5px 17px 5px 17px;
    position:relative;
    text-decoration:none;   
    border-radius: 4px; color: #bbb !important;
	background-color: #000;
    background: -moz-linear-gradient(top,  #474747 0%, #000 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#000));
    background:  -webkit-linear-gradient(top,  #474747 0%,#000 100%);
    background:  -o-linear-gradient(top,  #474747 0%,#000 100%);
    background:  -ms-linear-gradient(top,  #474747 0%,#000 100%);
    background:  linear-gradient(top,  #474747 0%,#000 100%);
}