@charset "utf-8";
/* CSS Document */
html,
body {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a {color: #008CA8;}
ul a { color: black; }
div.clear { clear:both; }
#container {
	width: 958px;
	margin: auto;
	background-color: #fff;
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
}
#header {
	height: 179px;
	border-bottom: 1px solid #008CA8;
	background-repeat: no-repeat;
	background-position: right;
}
#header img {
	float: right;
}
#footer {
	width: 946px; /* 948 - 2*1 */
	float: left;
}
#main {
	width: inherit;
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	line-height: normal;
	color: #008CA8;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	margin-bottom: 0;
}
.blog_comments h3 {
	padding:10px;
}
/* NAVIGATION */
#navigation_main,
#navigation_thema {
	width: 958px;
	margin: 0px 1px 0 0px;
	padding: 0;
	float: left;
	background-image: url(/images/nav_bg.png);
}
#navigation_main li,
#navigation_thema li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position: relative;
	float: left;
	color: #008CA8;
	height: 27px;
}
#navigation_main > li:after,
#navigation_thema > li:after {
	content: "|";
}
#navigation_main li:last-child:after,
#navigation_thema li:last-child:after,
#navigation_main ul li:after {
	content: "";
}
#navigation_main li a,
#navigation_thema li a {
	color: #008CA8;
	text-decoration: none;
	padding: 0 20px;
	line-height: 26px;
	height: 30px;
	font-weight: normal;
}
#navigation_thema li a {
	font-weight: bold;
}
#navigation_main li:hover a,
#navigation_main li.selected a  {
	
}
#navigation_main ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: white;
	z-index: 9;
}
#navigation_main li:hover ul {
	display: block;
	background-color: white;
}
#navigation_main li:hover ul a {
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	padding: 0;
}

#navigation_main li li {
	display: block;
	list-style: inside;
	padding-left: 10px;
	float: none;
	white-space: nowrap;
	width: auto;
	min-width:50px;
	position:relative;
}
#navigation_main li li a {
	white-space: nowrap;
    width: auto;
	display: block;
}
#navigation_meta {
	width: 868px;
	margin: 0;
	padding: 0 40px;
	float: left;
	text-align: center;
}
#navigation_meta li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#navigation_meta > li a {
	text-decoration: none;
	margin: 0 20px;
	line-height: 30px;
}

#socialmedia {
	list-style: none;	
	margin: 0 0 10px 60px;
	padding: 0;
	float: left;
}
#socialmedia li {
	float: left;
	margin-right: 13px;	
}
/* CONTENT */
.content {
	margin: 0;
	min-height: 200px;
	padding: 0 10px;
}
.w234 {	
	width: 214px; /* 234 - 2*10 */ 
	background-image: url(/images/divbg_234.png);
}
.w480 { 
	width: 460px; /* 480 - 2*10 */
	background-image: url(/images/divbg_480.png);
}
.w714 { width: 694px; /* 714 - 2*10 */ }

.right {  float: right; }
.left {  float: left; }
.w234 h2 { width: 206px; padding-left: 10px; }
.w480 h2 { width: 452px; margin-top: 0; }
.w714 h2 { width: 686px; margin-top: 0; }

#searchForm {
	width: 204px; /* 206 - 1*10 */
	padding: 4px 0 4px 10px;
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom: 20px;
	background-image: url(/images/search.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#searchForm input {
	border: none;
	width: 180px;
}
#searchForm input[type=submit] {
	background-color: transparent;
	border: white;
	font-weight: bold;
	width: 23px;
	margin: 0; padding: 0;
	cursor: pointer;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.newscontainer {
	/*border-top: 1px solid #008CA8;*/
}
.newsitem {
	width: 194px; /* 234 - 2*10 - 2*10 */
	padding: 10px;
	border-bottom: 1px solid #008CA8;
}
.news_meta {
	font-weight: bold;
}
.image {
	min-height: 20px;
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	text-align: center;
	margin-bottom:-1px;
	padding-top: 10px;
}
.image div {
	text-align: left;
	font-style: italic;
	padding: 10px;
}
.article p {
	margin-top: 0;
}
.article,
.free,
.twitter {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
	padding: 10px;
}
/* FORM */
.cms_mod_form {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
	padding: 10px;
	float: left;
	width: 440px;
}
.cms_mod_form form  {
	width: 650px;
	display: block;
}
.cms_mod_form .formfield {
	clear: both;
	padding: 2px 0 12px 0;
	float: left;
}
.cms_mod_form input,
.cms_mod_form select,
.cms_mod_form textarea,
#formBlogComment input:not([type="checkbox"]),
#formBlogComment select,
#formBlogComment textarea {
	border: 1px solid #008CA8;
	width: 300px;
	margin: 0 0 4px 0;
	clear: left;
	float: left;
}
.cms_mod_form label,
#formBlogComment label {
	width: 420px;
	display: block;
	float: left;
	clear: left;
}
.cms_mod_form .selectgroup{
	/*float: left;*/
	display: inline;
}
.cms_mod_form .inputgroup,
.cms_mod_form .nogroup {
	clear: left;
	float: left;
	margin-bottom: 6px;
}
.cms_mod_form .selectgroup label {
	clear: none;
/*	float: right;*/
}
.cms_mod_form input[type="submit"],
#formBlogComment input[type="submit"] {
	display: block;
	width: 100px;
	clear: both;
}

.cms_mod_form input[type="reset"] {
	display: none;
}

.cms_mod_form input[type="radio"],
.cms_mod_form input[type="checkbox"] {
	width: 20px;	
}

/* BLOG */
.blog_intro {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom: -1px;
	padding: 6px;
}
.blog_intro img {
	float: left;
	margin: 2px 6px 0 0;
}
.blog_meta {
	font-style: italic;
	color: #000;
	margin-bottom: 16px;
}
.blog_meta a {
	font-weight: bold;
}
.blog_sidebar ul,.blog_sidebar li,
.blog_item ul, .blog_item li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog_item {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
	padding: 10px;
}
.blog_comments {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
}
.blog_comment {
	padding: 10px;
	clear: both;
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
}
.blog_comment span,
.blog_meta span {
	font-weight: bold;
}
.blog_comment span.date {
	font-weight: normal;
	float: right;
}
.blog_item img {
	float: right;
	margin: 16px 0 0 10px;
	border: 1px solid #008CA8;
}
.blog_body {
	width: 340px;	
}
.blog_sidebar {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
	padding: 10px;
}
.blog_sidebar img,
.blog_comment img {
	float: left;
	margin: 4px 4px 4px 0;
	border: 1px solid #008CA8;
}
.blog_user_side {
	margin-left: 56px;
}
#formBlogComment {
	padding: 10px;
}
#formBlogComment input.half {
	width: 147px;
	float: left;
}
#formBlogComment input.captcha_refresh {
	clear: none;
	margin-left: 4px;
}
.blogtype {
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 4px;
}
.blog { background-color: #008DA8; }
.nieuws { background-color: #EE1C25; }
.interview { background-color: #008DA8; }
.blogcontainer a { color: black; font-weight: bold; }
/* AGENDA */
.agenda {
	border-top: 1px solid #008CA8;
	border-bottom: 1px solid #008CA8;
	margin-bottom:-1px;
	padding: 10px;
}
/* Adverts */
.advert {
	text-align: center;
	padding-bottom: 20px;
	/* overwrite shade */
	background-color: white;
	width: 234px;
	margin-left: -10px;
	padding: 20px 0;
}

/* right side fixers */
.right .newscontainer {
	border-top: 1px solid #008CA8;
}
.right .newscontainer h2 {
	padding: 10px;
}

#resultpages {
	padding-left: 6px;
}
