/*
* Cache van main.style.css
* Created: 2010-12-09 13:54:35
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
ul {
	list-style: disc;
	margin: 15px 12px 15px 40px;
}
ul li {
	margin: 3px 0px;
}
ol {
	list-style: decimal;
	margin: 2px 12px 2px 40px;
}
ol li {
	margin: 3px 0px;
}
/* Typo */
body {
	font-family: Arial;
	font-size: 12px;
	color: #334333;
	line-height: 15px;
}

a, a:hover {
	text-decoration: underline;
	color: #334333;
}

p {
	margin: 15px 0;
}

hr {
	color: #7c9465;
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted #7c9465;
	height: 1px;
	margin: 10px 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial narrow", Arial;
	color: #284109;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h5.actuelenemresultaten,
h5.informatiecyclus,
h5.meetnetten,
h5.nieuws,
h5.nieuwsarchief,
h5.partnersnem,
h5.producten,
h5.pgo {
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
h5.actuelenemresultaten {
	background-image: url(/images/headings/actuelenemresultaten.png);
	width: 202px;
}
h5.informatiecyclus {
	background-image: url(/images/headings/informatiecyclus.png);
	width: 156px;
}
h5.meetnetten {
	background-image: url(/images/headings/meetnetten.png);
	width: 119px;
}
h5.nieuws {
	background-image: url(/images/headings/nieuws.png);
	width: 91px;
}
h5.nieuwsarchief {
	background-image: url(/images/headings/nieuwsarchief.png);
	width: 146px;
}
h5.partnersnem {
	background-image: url(/images/headings/partnersnem.png);
	width: 143px;
}
h5.producten {
	background-image: url(/images/headings/producten.png);
	width: 99px;
}
h5.pgo {
	background-image: url(/images/headings/pgo.png);
	width: 238px;
	height: 38px;
}
/* /Headings */
/* /Typo */

/* Interface */
html {
	background-image: url(/images/interface/background.jpg);
	background-repeat: repeat;
	height: 100%;
}
body {
	background-image: url(/images/interface/background2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: transparent;
	height: 100%;
}
div#wrapper {
	width: 972px;
	background-image: url(/images/interface/grow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto -20px auto;
	min-height: 100%;
	_height: 100%;
	position: relative;
}
div#headerspacer {
	height: 165px;
}
div#footerspacer {
	height: 20px;
}
div#header {
	background-image: url(/images/interface/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 165px;
	width: 972px;
}
div#content {
	background-image: url(/images/interface/content.jpg);
	background-repeat: no-repeat;
	min-height: 524px;
	_height: 524px;
	padding: 39px 49px 0 36px;
}
div#footer {
	width: 972px;
	height: 20px;
	margin: 0 auto;
	background-image: url(/images/interface/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div#sidebar {
	width: 250px;
	float: left;
	margin-right: 30px;	
	margin-top: -30px;
}
div#sidebar.largeheading {
	margin-top: -39px;
}
div#maincontent {
	float: right;
	width: 607px;
}
/* /Interface */

/* Content blocks */
div.block {
	border-top: 1px solid #7c9465;
	background-image: url(/images/interface/transback.png);
	background-repeat: repeat;
	position: relative;
	padding: 20px 25px 5px 25px;
	margin-bottom: 10px;
}
div.block img.full {
	position: relative;
	top: -20px;
	left: -25px;
}
div#sidebar div.block {
	padding: 15px;
}
div#sidebar div.block p {
	margin: 5px 0;
}
div#sidebar div.block img.full {
	top: -15px;
	left: -15px;
}

div.block-twocolumns {
	padding: 0;
}
div.block-twocolumns div.column-one {
	float: left;
	width: 130px;
	padding: 20px 25px 5px 25px;
}
div.block-twocolumns div.column-two {
	float: left;
	border-left: 1px solid #dbe6c9;
	width: 360px;
	padding: 5px 25px 5px 25px;
}
div.block-twocolumns ul {
	margin-left: 12px;
}
/* /Content blocks */

/* Menus */
ul#menu {
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 165px;
	left: 316px;
	width: 607px;
	height: 25px;
	background-color: #577140;
}
ul#menu li {
	float: left;
	height: 25px;
	border-left: 1px solid #ffffff;
	margin: 0;
}
ul#menu li.first {
	border-left: none;
}
ul#menu li a {
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	text-transform: lowercase;
}
ul#menu li.current a, ul#menu li a:hover {
	background-color: #6a8b4b;
}

ul.metamenu {
	list-style: none;
	margin: 30px 28px 0px 0px;
	float: right;
}
ul.metamenu li, ul.metamenu li a {
	color: #ffffff;
	font-family: verdana, Arial;
	font-size: 11px;
	text-transform: lowercase;
}
ul.metamenu li {
	float: left;
	margin: 0 2px;
}
ul.metamenu li a {
	text-decoration: none;
}
ul.metamenu li a:hover, ul.metamenu li.current a {
	text-decoration: underline;
}
ul#headermenu {
	margin-top: 27px;
}
ul#footermenu {
	margin-right: 4px;
	margin-top: 3px;
}
ul#footermenu li, ul#footermenu li a {
	color: #334333;
}

div#sidebar ul {
	border-top: 1px solid #7c9465;
	background-image: url(/images/interface/transback.png);
	background-repeat: repeat;
	padding: 10px;
	margin: 0px;
	list-style: none;
}
div#sidebar ul li {
	margin: 0;
}
div#sidebar ul li a {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #243c08;
	text-decoration: none;
	padding: 7px 10px 7px 20px;
	background-image: url(/images/buttons/raquo_up.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	display: block;
}
div#sidebar ul li a:hover, div#sidebar ul li.current a, div#sidebar ul li.current li a:hover {
	text-decoration: none;
	background-color: #a5bd88;
	background-image: url(/images/buttons/raquo_ov.png);
}
div#sidebar ul ul {
	background-image: none;
	border: 0;
	padding: 0;
}
div#sidebar ul ul a {
	padding-left: 30px;
	background-position: 20px 12px;
}
div#sidebar ul li.current li a {
	background-color: transparent;
	background-image: url(/images/buttons/raquo_up.png);
}
div#sidebar ul li li.current a {
	text-decoration: none;
	background-color: #a5bd88;
	background-image: url(/images/buttons/raquo_ov.png);
}
/* /Menus */

/* Overview */
ul.newsoverview {
	margin: 0 0 0 25px;
	list-style: none;
}
ul.newsoverview li {
	margin: 15px 0px;
}
ul.newsoverview li img {
	float: left;
	border: 1px solid #7c9465;
}
ul.newsoverview li div.text {
	float: left;
	background-image: url(/images/interface/transback.png);
	background-repeat: repeat;
	padding: 10px;
	width: 460px;
	min-height: 102px;
	_height: 102px;
}
ul.newsoverview h2 {
	font-size: 12px;
	font-weight: bold;
}
ul.newsoverview p {
	margin: 5px 0;
}
ul.newsoverview a {
	text-decoration: none;
}
ul.newsoverview a:hover {
	text-decoration: underline;
}
ul.catoverview {
	margin: 0 0 0 15px;
	list-style: none;
}
ul.catoverview li {
	margin: 2px 7px;
	float: left;
}
/* /Overview */

/* Misc */
a#sitelogo {
	margin: 30px;
	float: left;
}
li#english-flag a {
	text-indent: -300px;
	overflow: hidden;
	background-image: url(/images/english.png);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 11px;
	margin-top: 2px;
	margin-left: 5px;
}
div.partners {
	padding-top: 10px;
	padding-left: 15px;
}
div.partners img {
	position: static;
	margin: 10px;
}
div#sidebar div.partners {
	padding-left: 10px;
}
a.arrow {
	padding-left: 10px;
	background-image: url(/images/buttons/raquo_up.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
p.readmore a {
	text-decoration: none;
}
p.readmore a:hover {
	text-decoration: underline;
}
div#sidebar div.actuelenemresultaten {
	padding-top: 0;
}
div#sidebar div.actuelenemresultaten img.full {
	top: -5px;
}
div#sidebar div.actuelenemresultaten p {
	font-style: italic;
	font-size: 11px;
	color: #243c08;
	font-family: Arial;
}
a.newsarchive {
	background-image: url(/images/buttons/nieuwsarchief_up.png);
	background-repeat: no-repeat;
	display: block;
	width: 142px;
	height: 37px;
	text-indent: -300px;
	position: relative;
	top: 5px;
	left: 15px;
	overflow: hidden;
}
a.newsarchive:hover {
	background-image: url(/images/buttons/nieuwsarchief_ov.png);
}
div.meetnetten div.column-one h2 {
	font-size: 12px;
	font-weight: bold;
}
/* /Misc */

/* WYMeditor */
/* Afb: volledige breedte */
img.full /* img */ {
  /* border: 1px solid red; */
}
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* float: left; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* float: right; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* /WYMeditor */
