@charset "utf-8";
/* 18 pixels aan beide kanten erbij */
/* fix */
* {
margin:0;
padding:0;
}
img {
border:none;
}
a,a:focus,a:active,a:visited {
outline-width:0;
color:#2c5cba;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:100;
padding:8px 0;
font-weight:bold;
}
p {
padding:5px 0;
line-height:14px;
}
.clear {
clear:both;
}
body {
background:#f2f2f2; font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.wrapper {
background:url(/images/body_bg.jpg) repeat-y; width:936px; margin:0px auto; overflow:hidden;
position:relative;
}
.header {
width:936px;
height:236px;
}
.left_col {
width:237px;
background:url(/images/left_col_gradient.jpg) no-repeat top right;
float:left;
z-index:1;
position:relative;
padding-bottom:95px;
}
.left_bottom {
width:189px;
height:65px;
padding:20px 0px 0px 20px;
background:#ff0;
z-index:999;
position:absolute;
bottom:-6px;
left:0px;
margin-left:28px;
background:url(/images/left_bottom.jpg) no-repeat;
color:#fff;
z-index:1000;
}
.left_bottom p {
margin:6px 0px 5px 30px;
padding:0;
}
.left_bottom a {
color:#fff; text-decoration:none;
}
.left_menu {
padding:0px;
margin:5px 20px 0px 49px;
font-family:Tahoma, Arial, Helvetica;
}
.left_menu li{
list-style:none; line-height:27px;
border-bottom:1px solid #bfd480;
}
.left_menu li a {
color:#fff; font-size:12px; text-decoration:none;
}
.left_menu li.active {
font-weight:bold;
border-bottom:1px solid #fff;
background:url(/images/li_bg.png) no-repeat right bottom;
}
.content {
width:626px;
float:left;
padding-right:20px;
margin:0px 0px 0px 25px;
}
.content h1 {
font-size:15px;
color:#2c5cba;
}
.content h2 {
font-size:13px;
color:#7ba300;
}
.content h3 {
font-size:13px;
color:#777777;
}
.agendatitel {
font-size:13px;
color:#7ba300;
padding: 2px 0px 0px 0px;
font-weight:bold;
}
.agendadatum {
font-size:13px;
color:#777777;
padding: 16px 0px 0px 0px;
font-weight:bold;
}
.nieuwstitel {
font-size:13px;
color:#7ba300;
padding: 16px 0px 0px 0px;
font-weight:bold;
}
.nieuwsdatum {
font-size:10px;
color:#777777;
padding: 2px 0px 0px 0px;
}
.content .intro {
font-weight:bold;
line-height:20px;
}
.content p {
line-height:16px;
}
.content li {
list-style:inside;
}
.footer {
padding-top:20px;
width:936px;
background:url(/images/footer.jpg) no-repeat top;
margin:0px auto;
text-align:center;
font-size:10px;
color:#b8b8b8;
line-height:10px;
padding-bottom:10px;
position:relative;
z-index:0;
}
.footer a {
color:#717171;
}
.styledgridview
{
	border-collapse: collapse;
	width: 100%;
	background:url(/images/table_head.jpg);
}

.styledgridview th
{
	color: White;
	font-weight: bold;
	height: 25px;
	padding: 4px;
	text-align: left;
}

.styledgridview td
{
	padding: 4px;
	text-align: left;
}

.styledgridviewrow
{
	background-color: #EFF3FB;
	height: 20px;
}
.styledgridviewalternatingrow
{
	background-color: white;
	height: 20px;
}
.centereddatalist
{
	width: 100%;
	height: 125px;
	text-align: center;
	vertical-align: top;
}