* {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/template/images/background-body.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

div#container {
	position: relative;
	background-image: url(/template/images/background-container.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin: auto;
	padding-top: 132px;
}

div#maincontent {
	position: relative;
	width: 950px;
	height: auto;
	
}

/* ___________________________________________Header_________________________________________________  */

div#date {
	position: absolute;
	width: 200px;
	height: 20px;
	margin-top: 3px;
	text-align: left;
	top: 0px;
	left: 0px;
	color: #757575;
}

div#topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 20px;
	margin-top: 3px;
	text-align: right;
	color: #757575;
}

div#topmenu a {
	text-decoration: none;
	color: #757575;
}

div#topmenu a:hover {
	text-decoration: underline;
	color: #757575;
}

div#header {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 950px;
	height: 0px;
}

/* ___________________________________________BREADCRUMBS_________________________________________________  */
#breadcrumbs {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	margin-top:0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #0088c6;
}

a.navlink {
	color: #0088c6;
	text-decoration: none;
}

a.navlink:hover {
	color: #1c498a;
	text-decoration: underline;
}

/* ____________________________________VARIA KOLOM ALGEMEEN__________________________________________  */

.varia-header {
	width: 232px;
	padding-left: 8px;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e6eaf2;
	background-image: url(/template/images/header-varia.jpg);
	background-repeat: repeat-x;
}

.varia-link {
	position: relative;
	width: 220px;
	padding-left: 20px;
	height: 20px;
	color: #0088c6;
	font-size: 12px;
	border-bottom: 1px solid #e6eaf2;
	background-image: url(/template/images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;	
	cursor: pointer;
}

.varia-link a {
	text-decoration:none;
	color: #0088c6;	
}

.varia-link a:hover {
	text-decoration:none;
	color: #000000;	
}
.varia-link-hover {
	color: #000000;
	background-color: #e7f4fa;
}

table.variatable {
	position: relative;
	width: 240px;
}

.menu-arrow {
	position: absolute;
	left: 0px;
	top: 7px;
}

.link-arrow {
	position: absolute;
	left: 0px;
	top: 14px;
}

.varia-links {
	position: relative;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #0088c6;
	font-size: 12px;
	border-bottom: 1px dashed #0088c6;
	background-image: url(/template/images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position:0px 13px;	
	cursor: pointer;
}

.varia-links a {
	text-decoration:none;
	color: #0088c6;	
}

.varia-links a:hover {
	text-decoration:none;
	color: #000000;		
}
.varia-links-hover {
	color: #000000;
	background-color: #e7f4fa;
}

/* ______________________________________VARIA KOLOM LINKS___________________________________________  */

div#varia-left {
	position: relative;
	clear: none;
	width: 240px;
	float: left;
	margin-bottom: 30px;
}

/* ______________________________________VARIA KOLOM RECHTS__________________________________________  */

div#varia-right {
	position: relative;
	clear: none;
	width: 240px;
	right: 0px;
	margin-left: 10px;
	float: left;
	margin-bottom: 30px;
}

.searchfield {
	width: 170px;
	float:left;
	font-style: italic;
	color:#666666;
	font-size:11px;
}

#searchimg {
	width:20px;
	height:20px;
	margin-left:5px;
	float:left;
}

.varia-search {
	position: relative;
	width: 220px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	color: #0088c6;
	font-size: 12px;
}

#formsearch {
	margin: 0px;
}

.linktitle {
	font-weight: bold;
}


/* ____________________________________________CONTENT_______________________________________________  */

div#content {
	position: relative;
	clear: none;
	width: 450px;
	margin-left: 10px;
	margin-bottom: 30px;
	float: left;
}

div#main-item {
	position: relative;
	width: 430px;
	border: 1px solid #0088c6;
	background-color: #dff0f8;
	color: #1c498a;
	padding: 9px;
	margin-bottom: 20px;
}

div#main-item a {
	color: #1c498a;
	text-decoration: none;
	font-style: italic;
}

div#main-item a:hover {
	color: #1c498a;
	text-decoration: underline;
	font-style: italic;
}

div.dark-item {
	position: relative;
	width: 430px;
	background-color: #e8eff2;
	border-bottom: 1px solid #1083b7;
	color: #1c498a;
	padding: 9px;
	margin-bottom: 2px;
}

div.dark-item a {
	color: #1c498a;
	text-decoration: none;
	font-style: italic;	
}

div.dark-item a:hover {
	color: #1c498a;
	text-decoration: underline;
	font-style: italic;
}


div.light-item {
	position: relative;
	width: 430px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #9b9b9b;
	color: #1c498a;
	padding: 9px;
	margin-bottom: 2px;
}

div.light-item a {
	color: #1c498a;
	text-decoration: none;
	font-style: italic;
}

div.light-item a:hover {
	color: #1c498a;
	text-decoration: underline;
	font-style: italic;
}

div#main-item a.readmore, div.dark-item a.readmore, div.light-item a.readmore {
	padding:0px;
	padding-left:10px;
	background-image: url(/template/images/leesmeer-arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;
	text-decoration:underline;
}

img#main-item-img {
	border: 1px solid #0088c6;
}

.content-title, h1 {
	border-bottom: 1px solid #9b9b9b;
	color: #0088c6;
	font-weight: bold;
	font-size:14px;
	padding-bottom:5px;
	margin:0px;
}

table#content-table {
	width: 450px;
}


.content-light {
	position: relative;
	padding: 5px;
	height: 20px;
	color: #1c498a;
	font-size: 12px;
	border-bottom: 1px solid #e6eaf2;
	cursor: pointer;
}

#content .content-light td, #content .content-dark td {
padding-top:5px;
padding-bottom:5px;
border-bottom: 1px solid #9b9b9b;	
}

.content-light-hover {
	color: #000000;
	background-color: #e7f4fa;
}

.content-dark {
	position: relative;
	padding: 5px;
	height: 20px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e6eaf2;
}

.content-dark a, .content-light a {
	text-decoration:none;
	color: #1c498a;
}
.content-dark-hover {
	color: #000000;
	background-color: #e7f4fa;	
}

.content-icon {
	width: 30px;
	text-align:center;
	border-bottom: 1px solid #9b9b9b;
}

.content-item, .content-item-source{
	width: 320px;
	color: #1c498a;
	font-size: 12px;
	border-bottom: 1px solid #9b9b9b;
}

.content-item a, .content-date {
	text-decoration:none;
	line-height:18px;
	color: #1c498a;	
}

.content-item-source {
	width: auto;
}

.content-date {
	border-bottom: 1px solid #9b9b9b;

}

.text-light {
	position: relative;
	padding: 10px;
	height: auto;
	color: #1c498a;
	font-size: 12px;
	border-bottom: 1px solid #9b9b9b;
}

.text-dark {
	position: relative;
	padding: 10px;
	height: auto;
	color: #1c498a;
	background-color: #f3f3f3;
	font-size: 12px;
	border-bottom: 1px solid #9b9b9b;
	
}


/* _____________________________________________FOOTER_________________________________________________  */

div#footer {
	position: relative;
	width: 950px;
	clear: both;
}

div#scroller {
	padding-top: 10px;
	padding-bottom:10px;
	border-top: 1px solid #7dabce;
	border-bottom: 1px solid #7dabce;
	width: 234px;
	overflow:hidden;
}

div#footertext {
	position: relative;
	border-top: 1px solid #7dabce;
	color: #959595;
	font-style: italic;
	padding-top: 4px;
	text-align: right;
	width: 950px;
}