/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #000; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
a { color: #000; }
a:visited { color: #000; }
a:hover { color: #E6001E; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/*label { cursor: pointer; }*/
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Clear fix ========================================================
   Author:
   ========================================================================== */
.group:before,
.group:after 			{ content:""; display:table;}
.group:after 			{clear:both;}
.group 					{zoom:1; /* For IE 6/7 (trigger hasLayout) */}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
body 					{font-family: Arial, Helvetica, sans-serif; font-size:13px;}
/* Algemeene layout */
#page-wrap 				{width:1000px; margin-left:auto; margin-right:auto; background:url(../img/schaduw-right.png);}
aside 					{width:250px; float:left; }
#main 					{width:500px; float:left;}

/* Algemeen */
.floatleft 				{float:left;}
h1						{font-family:Abel, Arial; font-size:28px; font-weight:normal; margin:0; line-height:1;}
h2						{font-family:Abel, Arial; font-size:20px; font-weight:normal; margin:0; line-height:1;}
h3						{font-family:Abel, Arial; font-size:20px; font-weight:bold; margin:0; line-height:1;}
p						{margin:0;}
.clearer				{clear:both;}

/* button */
.button					{position:relative; z-index:1; margin-top:20px;}
.button	a				{z-index:100; padding:3px 8px; text-decoration:none; font-size:12px; background-color:#000; color:#fff;
							-webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; behavior: url(/css3pie/pie.htc); }

/* form input fields */
input, textarea, select	{background-color:#fff; height:20px; width:314px; padding:0 10px; font-size:13px; border:1px solid #fff; z-index:100;
							-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(/css3pie/pie.htc);}
select					{width:335px;}							
input[type=checkbox]	{behavior:''; background:transparent;}
td.bginput, div.bginput	{position:relative; z-index:10;}
textarea				{height:76px; padding:5px; width:324px;}
input.radio 			{border: 0 none; width: auto !important; margin-right:10px;}
input.error, textarea.error, select.error	{ border:1px solid #E6001E;}
/*input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/

label					{vertical-align:top;}
label.error				{display:block /*!important*/; color:#E6001E;}
div.errordiv			{margin-left:133px;}

.formtable td			{padding-top:13px;}
td.label				{text-align:right; width:120px; padding-right:13px; padding-top:13px;}

.js .label_check,
.js .label_radio    { padding-left: 24px; }
.js .label_radio    { background: url(../img/bg-radio.png) no-repeat; padding-right:10px;}
.js .label_check    { background: url(../img/bg-radio.png) no-repeat; }
.js label.c_on      { background: url(../img/bg-checkbox-on.png) no-repeat; }
.js label.r_on      { background: url(../img/bg-radio-on.png) no-repeat; }
.js .label_check input,
.js .label_radio input  { position: absolute; left: -9999px; }
.js .label_radio	{ display: block; float:left; cursor: pointer; line-height: 20px;  }
.js .label_check	{ display: block; cursor: pointer; line-height: 20px; padding-bottom:5px; }
/*.radios     		{ padding-top: 18px; background: url(divider.png) repeat-x 0 0; }*/
.label_check input,
.label_radio input  { margin-right: 5px; }

/* Header */
.topnav 				{position:relative; left:750px; width:250px; height:41px; text-align:right;}
.topnav a 				{text-decoration:none; padding-left:17px; font-size:12px;}
.themahomepage 			{display:none;}
.winkelwagen 			{z-index:10; float:right; margin:15px 10px 0; background:url(../img/icon-ww-off.png) no-repeat left center;}
.winkelwagen:hover 		{background:url(../img/icon-ww-on.png) no-repeat left center;}
.winkelwagen a 			{padding-left:26px;}
#logo 					{float:right; width:1000px; height:100px; }
#logo a					{display:block; border:0px solid black;}

/* linker balk */
.leftcontent			{margin-top:80px;}

/* start/search box */
#start 					{height:260px; background:url(../img/bg-start.png); padding-left:20px;}
.startright 			{margin-top:0 !important}
#starttxt 				{margin-top:154px; color:#fff; font-size:13px; line-height:1.2em;}
#searchbox 				{margin-top:22px;}
.input 					{position:relative; z-index:10; float:left;}
.input input 			{background-color: transparent; height:19px; width:165px; padding:0 10px; font-size:12px; color:#fff; border:1px solid #fff;}
.searchicon 			{float:left; background:url(../img/icon-search.png); cursor:pointer; width:20px; height:21px; margin-left:10px;}

/* terug */
#terug					{margin-top:20px; margin-left:20px;}

/* box achtergronden */
.bgwhite 				{background-color:transparent;}
.bgyellow 				{background-color:#FFF000;}
.bggrey 				{background-color:#F0F0F0;}
.bgdarkgrey				{background-color:#E6E6E6;}
.bgyellow_schaduw		{background:url(../img/bg-yellow.png)}
.bggrey_schaduw			{background:url(../img/bg-grey.png)}
.bgdarkgrey_schaduw		{background:url(../img/bg-darkgrey.png)}

/* forms */
.formtable				{clear:both;}
#contactform			{padding:20px;}

/* Footer */
.footerborder			{border-top:1px solid #000;}
footer					{clear:both; padding:60px 0 20px 0;}
#footermain				{float:left; width:750px; padding-top:25px}
#footermain ul			{margin:0; padding:0; margin-left:20px;}
#footermain ul li		{list-style:none; padding-bottom:5px; }
#footermain ul li a		{text-decoration:none; padding-left:22px; background:url(../img/footer-pijl-off.png) no-repeat left center;}
#footermain ul li a:hover{background:url(../img/footer-pijl-on.png) no-repeat left center;}
#volgons				{margin:25px 0 0 20px;}
#volgons div			{float:left; font-size:12px;}
#volgons ul				{margin:0; padding:0; margin-left:10px;}
#volgons ul li			{float:left; list-style:none; cursor:pointer; padding-right:5px;}
#volgons .icononly		{text-indent:-9999px; width:20px; height:20px;}
#volgons .facebook		{background:url(../img/footer-facebook-off.png) no-repeat;}
#volgons .facebook:hover{background:url(../img/footer-facebook-on.png) no-repeat;}
#volgons .twitter		{background:url(../img/footer-twitter-off.png) no-repeat;}
#volgons .twitter:hover	{background:url(../img/footer-twitter-on.png) no-repeat;}
#volgons .youtube		{background:url(../img/footer-youtube-off.png) no-repeat;}
#volgons .youtube:hover	{background:url(../img/footer-youtube-on.png) no-repeat;}

/* gerelateerde informatie */
#gerelateerdeinfo		{background-color:#E6001E;}
#gerelateerdeinfo h3	{height:32px;  padding-left:20px; padding-top:8px;}
#gerelateerdeinfo ul	{margin:0; padding:0; background-color:#C80000;}
#gerelateerdeinfo ul li	{list-style:none; }
#gerelateerdeinfo ul li:hover{background-color:#E6001E}
#gerelateerdeinfo ul li a{display:block; color:#fff; text-decoration:none; padding:6px 0 6px 20px;}

/* rating */
#rating					{height:40px; background-color:#E6001E; border-bottom:1px solid #C80000;}
#rating h3				{float:left; height:30px; padding:10px 0 0 20px; width:80px; color:#fff;}
#rating ul				{margin:0; padding:0; padding-top:13px;}
#rating ul li			{float:left; padding-right:12px; width:16px; height:15px; list-style:none; cursor:pointer; background:url(../img/star-off.png) no-repeat left center;}
#rating ul li.on		{background:url(../img/star-on.png) no-repeat left center;}
#rating ul li.over		{background:url(../img/star-over.png) no-repeat left center;}

/* sharing */
/*#share					{height:30px; background-color:#E6001E; padding-top:10px; padding-left:20px;}
#share a.shareicon		{text-decoration:none;}
#share2					{height:30px; margin-top:30px;}
#share2 a.shareicon		{text-decoration:none;}*/
#share					{margin:20px 20px 20px 21px; }
#share a.icononly		{float:left; text-indent:-9999px; height:20px; display:block; text-decoration:none;}
#share a.shareicon  	{width:61px; margin-right:16px; background:url(../img/share.png) no-repeat;}
#share a.shareicon:hover{background:url(../img/share-over.png) no-repeat;}
#share a.addthis_button_facebook {width:21px; margin-right:4px; background:url(../img/footer-facebook-off.png) no-repeat;}
#share a.addthis_button_facebook:hover {background:url(../img/footer-facebook-on.png) no-repeat;}
#share a.addthis_button_twitter {width:21px; background:url(../img/footer-twitter-off.png) no-repeat;}
#share a.addthis_button_twitter:hover {background:url(../img/footer-twitter-on.png) no-repeat;}

/* content gedeelte */
article					{}
#main #title 			{min-height:80px; margin-left:20px;}
iframe					{z-index:0;}
#main #mainimg img		{width:500px;}
#main .mainimgstaand 	{float:left; margin:-20px 20px 18px -20px;}
#main .mainimgstaand img{width:auto;}
#main #artikel			{padding:20px; padding-right:30px;}
#main #artikel .date	{float:left; font-weight:bold; padding-right:20px;}
#main #artikelonly		{padding:20px; padding-top: 0px;}

/*actie banner */
.banner img				{width:250px;}

/*rt blok */
.content 				{padding:15px 20px 10px 20px;}
.title h2 				{margin:0; line-height:1;}
.title h2.groot			{margin:0; font-size:30px; line-height:1;}
.summary 				{font-size:13px; margin-top:10px;}

/* list met driehoekjes */
ul.links				{margin:0; margin-left:-20px; padding:0;}
ul.links li				{list-style:none; padding-left:20px; padding-bottom:10px; background:url(../img/list-arrow.png) no-repeat 0 4px;}

/* lees meer */
.leesmeer 				{font-size:11px;margin-top:10px; width:70px;}
.leesmeer a 			{text-decoration:none; padding-right:20px; background:url(../img/icon-readmore-off.png) no-repeat right center;}
.leesmeer a:hover		{background:url(../img/icon-readmore-on.png) no-repeat right center;}

/* nieuwsbrief form */
#nieuwsbrief			{padding:20px; margin-top:10px;}

/* controlled download */
#downloadcontent		{padding:20px;}
#controlledform			{margin:20px -20px; padding:20px;}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
