#top-frame {
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	border-bottom: 1px solid #a11919;
}
#top-frame table {
	border-collapse: collapse;
}
#top-frame td {
	margin: 0;
	padding: 0;
}

#nav-frame {
	width: 180px;
	position: absolute;
	top: 101px;
	left: 0;
	margin-bottom: -1000px;
	padding: 30px 10px 1000px 10px;
	background-color: #efefef;
	border-right: 1px solid #a11919;
	
	font-weight: bold;
}

#content-frame {
	min-height: 310px;
	margin-left: 201px;
	margin-right: 270px;
	padding: 12px 40px 10px 30px;
	
	background: url(../img/background_logo.png) no-repeat 45px 105px;
}
#content-frame h1 {
	margin-bottom: 30px;
}
#content-frame p {
	text-align: justify;
	line-height: 175%;
}

#side-frame {
	width: 230px;
	height: 100%;
	position: absolute;
	top: 101px;
	right: 0;
	padding: 15px 30px 10px 0;
}
#side-frame ul {
	line-height: 130%;
}
#side-frame ul li {
	background-position: left 3px;
}



a {
	color: #a11919;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}

img {
	border: 0;
}
img.bestuur-foto {
	border: 1px solid black;
}
img.pic {
	float: right;
	margin: 5px 0 5px 20px;
	border: 1px solid black;
}
img.thumbnail {
	margin: 0 20px 10px 0;
	border: 1px solid black;
}

td.binnenkort-date, td.binnenkort-item {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
td.binnenkort-date {
	padding-right: 10px;
	font-weight: bold;
}

tr.bestuur-titels {
	color: #a11919;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	line-height: 200%;
	list-style: none;
}
ul li {
	padding: 0 0 0 15px;
	background: transparent url(../img/bullet_arrow.png) no-repeat left 7px;
}
#nav-frame ul li ul {
	list-style: none;
}
#nav-frame ul li ul li {
	padding-left: 18px;
	background: transparent url(../img/bullet.png) no-repeat left center;
}

#binnenkort-table {
	border-collapse: collapse;
}

.nieuws-date {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 0.9em;
	font-style: italic;
}
