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

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: left;
	margin: 0;
}

h1 img {
	margin: 0 0 50px;
	border-top: 10px solid #1897C3;
	border-bottom: 10px solid #1897C3;
}

/*///////////////// MAINMENU ///////////////*/

ul#menu {
	display: none;
}

/*///////////////// SUBMENU ///////////////*/

#submenu {
	display: none;
}

#submenu li.current a, #submenu li.current a:hover{
	background: white;
}

/*///////////////// CONTENT ///////////////*/


#top {
	display: none;
}

#contentcontainer {
	overflow: auto;
	padding: 0 0 62px;
}

#content {
	color: black;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 0;
	margin: 0;
}

#content p {
	margin: 0 0 .75em;
}

#print {
	display: none;
}

/*//////////////// NIEUWSOVERZICHT ////////////////*/

.article {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.articlethumb {
	float: left;
	margin: 0 20px 8px 0;
}

.clearfloat {
	clear: both;
	height: 1px;
	line-height: 0%;
	font-size: 1px;
} 

/*/////////////////// NIEUWS //////////////////*/

.postdate {
	font-weight: bold;
	color: #CCCCCC;
	margin: 0 0 10px;
}

.beeldnieuws {
	border: 5px solid #C3C0C0;
	float: right;
	margin: -10px 0 12px 20px;
}

.readmore  {
	display: none;
}

.goback  {
	display: none;
}

/*///////////////// FOOTER ///////////////*/

#footer {
	display: none;
}

/*///////////////// STYLING ///////////////*/

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: lowercase;
	margin: 0 0 1em;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: lowercase;
	margin: 1.5em 0 .5em;
	padding: 0;
}

#content a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.beeldrechts {
	float: right;
	margin: 0 0 25px 25px;
}