@charset "utf-8";
/* CSS Document */

/*ALGEMEEN*/
* {
	padding:0;
	margin:0;
}
body {
	background-color:#e1e6fa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#container {
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:940px;
	height:150px;
	background-image:url(images/header.jpg);
}
img {
	border:none;
	padding:0;
	margin:0;
}

/*MENU*/
#menu {
	width:945px;
	height:30px;
	margin-top:5px;
	font-size:1.8em;
}
#menulist li {
	float:left;
	list-style-type:none;
	width:130px;
	height:25px;
	text-align:center;
	margin-right:5px;
	padding-top:5px;
}
#menu a {
	text-decoration:none;
	color:#e1e6fa;
	display:inline-block;
	width:130px;
	height:25px;
}
.currentpage {
	background-image:url(images/menu-light.gif);
	color:#183152;
}
.page {
	background-image:url(images/menu-dark.gif);
}
#menulist li:hover {
	background-image:url(images/menu-light.gif);
}

/*CONTENT*/
h1 {
	font-size:1.3em;
	color:#183152;
	float:left;
	margin-top:3px;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	margin-top:10px;
	color:white;
}
#content {
	width:940px;
	height:auto;
	background-color:#375d81;
}
#content a:hover {
	text-decoration:underline;
}
#content a {
	color:#183152;
	font-weight:bold;
	text-decoration:none;
}
#content-left {
	width:550px;
	height:auto;
	margin-left:40px;
	padding-top:24px;
	float:left;
}
#text-area {
	width:550px;
	height:auto;
	background-color:#183152;
	padding-bottom:50px;
	color:#abc8e2;
	padding-top:50px;
}
#text-area a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.nieuwsbericht {
	width:450px;
	height:auto;
	margin-left:50px;
	margin-bottom:50px;
	display:block;
}
.nieuwsbericht p {
	margin-bottom:10px;
}
.nieuwsbericht ul {
	margin-left:25px;
	list-style:square;
	margin-bottom:10px;
}
.tittelbalk {
	width:430px;
	height:20px;
	margin-top:-10px;
	position:relative;
	padding-left:20px;
	background-color:#ABC8E2;
	font-size:0.9em;
}
.datum {
	float:right;
	margin-right:20px;
	color:#183152;
	margin-top:4px;
}
.text {
	width:450px;
	height:auto;
	margin-left:50px;
	margin-bottom:30px;
	margin-top:-20px;
	display:block;
	font-size:1.2em;
}
.text p {
	margin-bottom:10px;
}
.text ul {
	margin-top:5px;
	margin-left:25px;
	list-style:square;
	margin-bottom:10px;
}
.PDF {
	background-image:url(images/PDFicon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left :20px;
	padding-bottom:5px;
	list-style-type:none;
	padding-top:3px;
}
.nieuwsbericht-text {
	width:450px;
	height:auto;
	font-size:1.2em;
	color:#abc8e2;
	padding-top:10px;
}
.nieuwsbericht-text table {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.nieuwsbericht-text table td {
	padding-right:20px;
}
.nieuwsbericht-text table th {
	border-bottom:solid;
	border-bottom-width:thin;
	padding-bottom:2px;
}
.dummytext {
	width:0;
	height:0;
	font-size:0;
	padding:0;
	margin:0;
	line-height:0;
	clear:both;
}

/*KADERTJE*/
#content-right {
	width:275px;
	height:auto;
	float:left;
	margin-left:33px;
}
.kadertje {
	margin-top:25px;
	width:275px;
	height:auto;
	color:#183152;
}
.kadertje-tittel {
	font-size:1.4em;
	font-weight:bold;
	top:4px;
	left:25px;
	position:relative;
	background-color:#abc8e2;
	padding:3px;
}
.kadertje p {
	margin-top:5px;
}
.kadertje a {
	color:#183152;
	font-weight:bold;
	text-decoration:none;
}
.smalltext {
	font-size:11px;
	font-style:italic;
	line-height:11px;
}
.kadertje-top {
	width:275px;
	height:30px;
	background-image:url(images/kadertje-top.gif);
}
.kadertje-middle {
	width:227px;
	height:auto;
	background-image:url(images/kadertje-middle.gif);
	padding-left:28px;
	padding-right:20px;
	color:#183152;
	font-size:1.4em;
	padding-top:5px;
	padding-bottom:5px;
}
.kadertje-bottom {
	width:275px;
	height:30px;
	background-image:url(images/kadertje-bottom.gif);
}
.kadertje ul {
	list-style-type:square;
	margin-left:15px;
}
.kadertje li {
	padding-top:5px;
}
#footer {
	text-align:right;
	color:#183152;
	background-color:#ABC8E2;
	height:20px;
	font-size:1.2em;
	margin-top:25px;
	margin-bottom:25px;
}
#footer-text {
	position:relative;
	top:2px;
	padding-right:50px;
}
#footer a {
	color:#183152;
	font-weight:bold;
}
#googleMaps {
	margin-top:70px;
}
.images {
	width:415px;
	height:auto;
	margin-left:20px;
	margin-top:50px;
}
.imgrij {
	width:415px;
	height:100px;
	margin-top:0;
	margin-bottom:5px;
}
.image {
	width:130px;
	height:100px;
	margin-left:5px;
	display:inline;
	float:left;
}
.image img {
	border:none;
	padding:0;
	margin:0;
}
.center {
	text-align:center;
}

/* tr in bestuurslijst*/
.tr_underlined td{
    border-bottom:1px solid white;
    padding-bottom:5px;
}

