/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! *//*
::-moz-selection{ background: #006687; color:#fff; text-shadow: none; }
::selection { background:#006687; color:#fff; text-shadow: none; }
*/

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }''

em, i{
	font-style:italic;
}

/**
 * Body settings
 */

body, select, input, textarea {
  color:#262626;
  font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
  line-height:1.35em;
  font-size:12px;
}

/* Headers (h1, h2, etc) */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; font-weight: bold; }

h1, h2{
	font-weight:normal;
	font-size:18px;
	color:#5f39a0;
	margin:10px 0;
	/* below not original delete */
	font-size:24px;
	margin:10px 0 5px 0;
	line-height:1.3em;
}

h1{
padding-right:100px;
}

h1+p, h2+p{
	margin-top:5px;
}

h2{
	font-weight:normal;
	font-size:18px;
	color:#5f39a0;
	margin:10px 0;
}

h3, h4{
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size:14px;
	color:#262626;
	margin:10px 0;
	font-weight:bold;
}

h4{
	font-size:12px;
	margin:0px;
}

h4.auteur{
	padding:2px 20px;
	font-weight:normal;
	font-size:11px;
	color:#408ca5;
	margin:0 0 15px 0;
}

h5{
	color:#c86400;
    font-size:16px;
    font-weight:normal;
    margin:15px 0 10px 0;
	line-height:1.3em;
}

h5 + p{
	margin-top:5px;
}

h6{
	background:#408cb2;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:10px 20px;
	line-height:1.5em;
	font-weight:normal; 
}

div#quote-box blockquote{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman;
	font-size:18px;
	line-height:1.35em;
	font-style:italic;
	color:#408ca6;
	padding:25px 20px 10px 20px;
	font-weight:normal;
}

blockquote{
	font-size:12px;
	line-height:1.35em;
	color:#262626;
	padding:2px 0px 2px 20px;
	font-weight:normal;
}

p{
	margin:15px 0;
}

a{ color:#c86400; text-decoration:none; outline: none; }
a:hover { color:#c86400; text-decoration:underline; }


/**
 * Primary styles
 * Author: Michiel Snijder - www.kees-tm.nl
 */

div#container{
	margin:0 auto;
	width:950px;
	padding:0 5px;
	min-height:800px;
}

/******** start header section *********/

.header-upside{
	position:relative;
	overflow:hidden;
	height:80px;
}

img.logo{
	float:left;
}

/* main navigation */

nav{
	clear:both;
	background:url("../images/blue_dots.png") repeat-x left bottom;
}

nav ul{
	overflow:hidden;
}

nav ul li{
	float:left;
	color:#5f39a0;
}

nav ul li a{
	display:block;
	margin:0 20px 0 0;
	padding:15px 5px 15px 15px;
	background:url("../images/main_nav_listing.jpg") no-repeat left 22px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman;
	font-size:16px;
	color:#5f39a0;
}

nav ul li a.last{
	padding-right:0;
	margin-right:0;
}

nav ul li a:hover{
	color:inherit;
}

nav ul li.active a{
	text-decoration:none;
	color:#c86400;
}

nav ul li.active a:hover{
	text-decoration:underline;
}

/* utilities navigation */

ul#utilities{
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	margin:10px 0 0 0;
}

ul#utilities li{
	float:left;
}

ul#utilities li a{
	display:block;
	color:#006687;
	font-size:11px;
	line-height:1.1em;
	padding:0px 8px;
	border-right:1px solid #006687;
}

ul#utilities li a.last{
	border:none;
}

ul#utilities li a:hover,
ul#utilities li.active a{
	text-decoration:none;
	color:#c86400;
}

/* main search */

div#search{
	position:absolute;
	top:40px;
	right:0;
}

div#search input.search-field{
	padding:3px 2px 3px 20px;
	border:1px solid #006687;
	background:url("../images/item-listing-blue.png") no-repeat 5px center #fff;
	width:350px;
}

html.ie6 div#search input.search-field,
html.ie7 div#search input.search-field{
	padding:5px 2px 5px 20px;
}

div#search input.search-submit{
	background:#006687;
	border:none;
	color:#fff;
	padding:0 10px 2px;
	font-size:16px;
	margin:0;
}

html.ie6 div#search input.search-submit,
html.ie7 div#search input.search-submit,
html.ie8 div#search input.search-submit{
	padding:0px 10px 2px 10px;
}

html.ie9 div#search input.search-submit{
	padding:2px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	div#search input.search-submit{
		padding:1px 10px 2px 10px;
	}
}

/******** start main section *********/

div#main{
	padding:25px 0 0 0;
	background:url("../images/blue_dots.png") repeat-x left bottom;
	overflow:hidden;
}

/* col settings */

.col_200{
	width:200px;
	float:left;
}

.col_200 h2,
.col_275 h2,
.col_125 h2{
	margin-top:0px;
	margin-bottom:15px;
}

.col_200 h2 a,
.col_275 h2 a,
.col_125 h2 a{
	color:inherit;
}

.col_275{
	width:275px;
	float:left;
}

.col_125{
	width:125px;
}

.col_125.custom-html{
	overflow:hidden;
	float:left;	margin-bottom:25px;
}

.col_margin{
	margin:0 25px 0 0;
}

.removefloat{
	float:none;
}

.setpadding{
	padding-top:11px;
}

.bluetext p{
	color:#006687;
}

.box_blue{
	border-left:2px solid #006687;
	background:#e5eff3;
	padding:12px;
	margin:0 0 25px 0;
	position:relative;
}

.box_blue.minHeight{
	min-height:730px;
}

#homeadverb{
	clear:both;
	height:133px;
	overflow:hidden;
}

.box_orange{
	border-left:2px solid #cb6c0d;
	background:#f9efe5;
	padding:12px;
	margin:0 0 25px 0;
	position:relative;
}

.box_purple{
	border-left:2px solid #6743a5;
	background:#efebf5;
	padding:12px;
	margin:0 0 25px 0;
	position:relative;
}

.box_padding{
	padding:12px;
}

a.boxbtn{
	position:absolute;
	bottom:-10px;
	right:10px;

	float:right;
	background:#999;
	padding:3px 17px 5px;
	color:#fff;
	font-size:16px;
}

html.ie7 a.boxbtn,
html.ie6 a.boxbtn{
	padding:3px 12px 5px 
}
a.read-more{
	background:url("../images/item-listing-orange.png") no-repeat bottom center;
	width:9px;
	height:12px;
	display:inline-block;
	text-indent:-9999px;
	background:url("../images/item-listing-orange.png") no-repeat top center !ie;
}

a:hover.read-more{
	background:url("../images/item-listing-purple.png") no-repeat bottom center;
	background:url("../images/item-listing-purple.png") no-repeat top center !ie;
}

a:hover.boxbtn{
	text-decoration:none;
	color:#fff;
}

.box_blue a.boxbtn{
	background:#b1c3ca;	
}

.box_blue a:hover.boxbtn{
	background:#006687;	
}

.box_orange a.boxbtn{
	background:#dea266;	
}

.box_orange a:hover.boxbtn{
	background:#c86400;	
}

.box_purple a.boxbtn{
	background:#9f88c6;	
}

.box_purple a:hover.boxbtn{
	background:#5f39a0;	
}

img.side-img{
	float:left;
	margin:0 15px 5px 0;
}

/* split content */

.aside{
	float:left;
	width:225px;
	min-height:1px;
	margin-bottom:15px;
}

.content{
	float:left;
	width:600px;
}

.content.no-side{
	width:825px;
}

.rside{
	float:left;
	width:120px;
}

/* orange listing ul */
ul.orange-listing{
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

.id-listing ul.orange-listing{
	margin:0px;
}

ul.orange-listing li{
	padding:0 0 0 15px;
	background:url("../images/item-listing-orange.png") no-repeat 0px 4px;
}

ul.orange-listing li a{
	color:#262626;
}

/* mesages with image */

h4 a{
	color:#232323;
}

.img-msg-left{
	float:left;
	width:75px;
	padding:5px 0 0 0;
}

.img-msg-right{
	float:left;
	width:170px;
}

h4 + p{
	margin-top:2px;
}

.img-msg-right a,
.img-msg-right a:hover{
	color:#262626;
	text-decoration:none;
}

.img-msg-right h4 a:hover,
.aanbieding-right h4 a:hover{
	color:#c86400;
	text-decoration:underline;
}

.aanbieding-right a{
	color:#262626;
	text-decoration:none;
}

.aanbieding-right:hover a.read-more{
	background:url("../images/item-listing-purple.png") no-repeat bottom center;
	background:url("../images/item-listing-purple.png") no-repeat top center !ie;
}

.img-msg:hover a.read-more{
	background:url("../images/item-listing-purple.png") no-repeat bottom center;
	background:url("../images/item-listing-purple.png") no-repeat top center !ie;
}



/* aanbieding box */

.aanbieding-box{
	overflow:hidden;
}

.aanbieding-left{
	float:left;
	width:120px;
}

.aanbieding-right{
	float:left;
	width:125px;
}

.removepmargin p{
	margin-top:0px;
}

/* quotation box */

div#quote-box{
	clear:both;
	min-height:127px;
	width:575px;
	background:url("../images/quotes.jpg") no-repeat;
}

/******** start follow-up pages *********/

.content .blue-content{
	border-left:4px solid #006687;
	background:#e5eff3;
	margin:0 25px 25px 0;
	padding:11px;
	padding:11px 11px 25px !ie; /* voor IE6/7*/
}

/* submenu */

ul#subnav{
	margin:0;
	padding:0;
	list-style:none;
}

ul#subnav li a{
	display:block;
	outline: none;
	padding:0 0 10px 18px;
	color:#006687;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:14px;
	background:url("../images/submenu_arrow.png") no-repeat left 4px;
}

ul#subnav li.active a{
	color:#5f39a0;
	background:url("../images/submenu_arrow_hover.png") no-repeat left 4px;
}

ul#subnav ul{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}

ul#subnav li ul li a,
ul#subnav li.active ul li a{
	font-size:12px;
	padding:0 0 5px 18px;
	color:#262626;
	background:none;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

ul#subnav li ul li a:hover{
	text-decoration:none;
	color:#c86400;
}

ul#subnav li ul li.active a,
ul#subnav li.active ul li.active a{
	color:#c86400;
	background:none;
}

ul#subnav.special li{
	color:#006687;
	font-weight:bold;	
	font-size:14px;
	font-family:Georgia,Palatino,Palatino Linotype,Times,Times New Roman;
}

ul#subnav.special li ul{
	margin-top:10px;
}

ul#subnav.special li ul li a{
	font-weight:normal;	
	padding-left:0;	
}

ul#subnav.special li ul li{
	margin:0;
}

/* split content container */

.con_1{
	float:left;
	width:55px;
	margin:0 10px 0 0;
}

.con_2{
	float:left;
	width:340px;
	margin:0 10px 0 0;
}

.con_3{
	float:left;
	width:130px;
}

.large-col{
	width:340px;
	float:left;
}

.small-col{
	width:190px;
	float:right;
	padding:0;
}

.large-col.switchit{
	float:right;
	width:500px;
}

.small-col.switchit{
	float:left;
}

.small-col img{
	margin-top:19px;
}

/* bookpage */

div.single-booklist{
	width:268px;

	float:left;
	margin:10px 10px 20px 0;
}

div.single-booklist.short{
	height:150px;
}


h4.booklistheading{
	margin-top:0;
	margin-bottom:5px;
	font-size:14px;
}

div.single-booklist h4 + p{
	margin:0;
}

div.single-booklist.removemargin{
	margin-right:0;
}

div.booklist-left{
	float:left;
	width:110px;
}

div.booklist-right{
	float:left;
	width:157px;
}

/* form styles */

.form-wrap{
	margin:25px 0;
}

span.obligated{
	color:#c86400;
	font-weight: bold;
}

form.form td:first-child{
	width: 20%;
}

td.error_red span{
	display:none;
}

form.form table tr td{
	padding:10px 0;
	vertical-align:top;
}

form.form table tr td div,
.setforinline{
	position:relative;
}


form.form table tr td div.radio label {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

form.form table tr td div.radio .betekenis {
	background: #408cb2;
	padding: 10px;
	color: #FFFFFF;
	margin: 5px 0 10px;
	display: none;
}

form.form table tr td div.radio label input {
	position: absolute;
	top: 1px;
	left: 0;
}

form.form table tr td.infotext{
	font-size:11px;
	font-style:italic;
	color:#777;
}

tr.ifno{
	display:none;
}

form.form table tr td.topMargin{
	margin-top:50px;
}

form.form table tr td.error_red{
	color:#ff0000;
}

input.text{
	border:1px solid #006687;
	background:#fff;
	font-size:12px;
	padding:2px;
	display:block;
}

html.ie6 input.text,
html.ie7 input.text,
html.ie8 input.text{
	padding:5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.text{ 
		padding:4px 2px;
	}
}

textarea.question{
	border:1px solid #006687;
	background:#fff;
	font-size:12px;
	padding:2px;
	display:block;
	padding: 5px;
	width:540px;
	height:100px;
	margin:0 0 20px 0;
}

textarea.smallquestion{
	border:1px solid #006687;
	background:#fff;
	font-size:12px;
	padding:2px;
	display:block;
	padding: 5px;
	width:540px;
	height:50px;
	margin:0 0 20px 0;
}


h3.formheading{
	border-bottom:1px solid #006687;
	
	font-size:16px;
	padding:5px 0 5px 0;
	font-weight:normal;
	margin:15px 0 0 0;
	color:#006687;
}


.comment-form table{
	margin:15px 0;
}

.comment-form textarea.question{
	width:510px;
}

label.radio{
	margin-right:20px;
}

input.error,
select.select.error,
textarea.question.error,
textarea.smallquestion.error{
	background:#ffebe3;
}

/* label.error{ */
/* 	position:absolute; */
/* 	top:-9999px; */
/* 	left:-9999px; */
/* } */

label.inline{
	 position:absolute;
	 top:5px;
	 left:8px;
	 color:#bbb;
	 cursor:text;
}

html.ie label.inline{
	top:5px;
}

label.inline.selectinput{
	cursor:default;
}

.def-select{
	color:#ccc;
}

select.def-select option{
	color:#262626;
}

select.def-select option.def{
	color:#ccc;
}

select.select{
	border:1px solid #006687;
	background:#fff;
	font-size:12px;
	padding:1px;
	padding: 3px;
}

input.setlength{
	width:150px;
}

input.setlength_max{
	width:460px;
}

select.setlength{
	width:154px;
}

input.submit{
	background:#dea266;
	color:#fff;
	font-size:16px;
	border:none;
	width:100%;	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

input.submit.search-advice{
	background:#006687;
	border:none;
	color:#fff;
	padding:1px 10px 2px;
	font-size:15px;
	margin:0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

input.setlength.huisnummer{ /* B: */
    width:100px;
}
input.setlength.huisnummertoevoeging{ /* B: */
    width:40px;
}


html.ie6 input.submit.search-advice,
html.ie7 input.submit.search-advice{
	padding:1px 10px 2px 10px;
}

html.ie8 input.submit.search-advice{
	padding:4px 10px 5px 10px;
}

html.ie9 input.submit.search-advice{
	padding:2px 10px 3px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.submit.search-advice{ 
		padding:3px 10px 3px 10px;
	}
}


input.submit:hover{
	background:#c86400;
	text-decoration:none;
}

/* buttons */

a.backbtn{
	display:inline-block;
	background:#b1c3ca;
	color:#fff;
	font-size:16px;
    padding:4px 17px 6px;
	margin:10px 0;
}

a:hover.backbtn{
	background:#006687;
	color:#fff;
	text-decoration:none;
}

a.commentbtn{
	display:inline-block;
	background:#DEA266;
	color:#fff;
	font-size:16px;
    padding:4px 17px 5px;
	margin:10px 0;
}

a:hover.commentbtn{
	background:#c86400;
	text-decoration:none;
}

/* news archive listing */

ul.archive-list{
	float:left;
	margin:15px 50px 20px 20px;
	padding:0;
	list-style:none;
}

ul.archive-list.thematisch{
	width:255px;
	margin:0px 15px 20px 0px;
}

ul.archive-list.thematisch li a{
	line-height:1.2em;
	background: url("../images/item-listing-blue.png") no-repeat left 4px;
	padding-left:20px;
	margin:2px 0;
}

.makebold{
	font-weight:bold;
}

ul.archive-list.side{
	float:none;
	margin:15px 0px 20px 0px;
	padding:0;
	list-style:none
}

ul.archive-list li.year-archive{
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}

ul.archive-list li a{
	display:block;
	padding:2px 0;
	font-size:12px;
}

ul.archive-list li.active a{
	text-decoration:underline;
}

.large-col.news h3{
	margin-bottom:3px;
}

.large-col.news p{
	margin-top:0;
}

.archive-list-title{
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
}

ul.month-list{
	margin:15px 0;
	padding:0;
	list-style:none;
}

ul.month-list li a{
	color:#262626;
	display:block;
	padding:2px 0;
}


ul.month-list li a:hover{
	color:#C86400;
	text-decoration:none;
}

ul.month-list li a strong{
	color:#006687;
	display:inline-block;
	width:45px;
}

/* advice listing */

ul.advice-listing{
	margin:0;
	padding:0;
	list-style:none;
}

ul.advice-listing li a{
	display:block;
	margin:0 0 3px 0;
	color:#262626;
}

ul.advice-listing li a span.advice-position{
	background:#f5f9fa;
	margin-right:3px;
	float:left;
	display:block;
	font-size:30px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-align:center;
	width:60px;
	color:#94b5c5;
	height:30px;
	padding:17px 0 8px 0;
}

ul.advice-listing li a span.advice-question{
	background:#f5f9fa;
	float:left;
	padding:12px 10px 8px 10px;
	width:465px;
	height:35px;
}

ul.advice-listing li.switchColor a span.advice-position,
ul.advice-listing li.switchColor a span.advice-question{
	background:#edf4f7;
}

ul.advice-listing li a:hover span.advice-question,
ul.advice-listing li a:hover span.advice-position{
	background:#fff;
	color:#006687;
}

ul.advice-listing li a:hover span.advice-question{
	color:#262626;
}

ul.advice-listing.search-results{
	margin:20px 0;
}

ul.advice-listing li a:hover{
	text-decoration:none;
	cursor:pointer;
}

/* alfbetic view */
div#alfabetic-view{
 	background:#B1C3CA;
	padding:5px;
	color:#6a848e;
	font-size:13px;
	text-align:center;
}

div#alfabetic-view span.no-letter-link{
	padding:0 4px 0 1px;
	display:inline-block;
}

div#alfabetic-view a{
 	color:#262626;
	display:inline-block;
	padding:0 4px 0 2px;
}

/* pagination */

.pagination{
	text-align:center;
	margin:0 0 10px 0;
	clear:both;
	padding-top:10px;
}

.pagination a{
	padding:2px 5px;
	display:inline-block;
	background:#edf4f7;
	border:1px solid #999;
	color:#262626;
	font-size:11px;
}

.pagination strong{
	padding:2px 5px;
}


.pagination a:hover{
	text-decoration:none;
	color:#262626;
	background:#f5f9fa;	
}

.pagination a.active{
	background:#006687;
	color:#fff;
}

/* download section */
.download-file{
	margin:20px 0;
}

.download-file h3{
	margin-bottom:2px;
	margin-top:0px;
}

.download-file h3 a{
	color:#262626;
}

.download-file h3 a:hover{
	color:#c86400;
	text-decoration:underline;
}

.download-file .download-left{
	float:left;
	display:block;
	text-align:center;
	width:60px;
	padding:17px 0 8px 0;
}

.download-file .download-right{
	float:left;
	padding:15px 10px 15px 10px;
	width:465px;
	border-left:3px solid #E5EFF3;
}

.download-file.switchColor{
	background:#edf4f7;
}

.download-right ul{
	margin-top:10px;
	margin-bottom:10px;
}

/* sitemap listing */

ul.sitemaplisting{
	margin:15px 0;
	list-style:none;
	padding:0;
}

ul.sitemaplisting li a{
	display:block;
	margin:0 0 2px 0;
	padding:10px 10px 10px 35px;
	background:url('../images/item-listing-blue-large.png') no-repeat 10px 13px #F5F9FA;
	color:#006687;
	font-size:13px;
}

ul.sitemaplisting li ul{
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}

ul.sitemaplisting li ul li a{
	display:block;
	background:#EDF4F7;
	color:#262626;
	font-size:12px;
	padding:8px 10px 8px 15px;
}

ul.sitemaplisting li a:hover{
	text-decoration:none;
	color:#006687;
	background:url('../images/item-listing-blue-large.png') no-repeat 10px 13px #fff;
}


ul.sitemaplisting li ul li a:hover{
	background:#fff;
	text-decoration:none;
	color:#262626;
}

ul.sitemaplisting li ul li ul li a{
	display:block;
	background:#e5eff3;
	color:#262626;
	font-size:12px;
	font-style:italic;
	padding:5px 10px 5px 15px;
}

ul.sitemaplisting li ul li ul li ul li a{
	color:#555;
	font-style:normal;
	padding:3px 10px 3px 15px;
}

/* weblog reactions */

ul.weblog-reactions-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.weblog-reactions-list li{
	background:#f5f9fa;
	padding:15px 20px 10px 20px;
	margin:0 0 2px 0;
}

ul.weblog-reactions-list li.switchColor{
	background:#edf4f7;
}

ul.weblog-reactions-list li span{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:10px;
}

ul.weblog-reactions-list li span span{
	font-weight:normal;
	font-size:13px;
	display:inline;
	font-style:italic;
}

ul.weblog-reactions-list li span + p{
	margin-top:10px;
}


/******** start footer section *********/

footer{
	padding:20px 0;
	margin:0 0 10px 0;
	background:url("../images/blue_dots.png") repeat-x left bottom;
	overflow:hidden;
	font-size:11px;
	color:#006687;
}



.madeBy{
	margin-bottom:5px;
	color:#999;
	text-align:right;
}

.madeBy a{
	color:#999;
}


a:hover.madeBy{
	color:#777;
	text-decoration:none;
}

div#foot-wrap{
	overflow:hidden;
	padding:0 0 20px 0;
	margin:0 0 10px 0;
}

footer h3{
	font-weight:normal;
	font-size:15px;
	color:#5f39a0;
	margin:0 0 10px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

div#social-home{
	width:225px;
	float:left;
}

div#social-home h2{
	margin-bottom:8px;
}

div#adres-home{
	width:300px;
	float:left;
	overflow:hidden;
}

div#adres-home h2,
div#taaladvies-home h2{
	margin-bottom:0;
}

div#adres-home p,
div#taaladvies-home p{
	margin:5px 0;
}

div#adres-home address{
	font-style:normal;
	float:left;
	margin:0 20px 0 0;
}

div#taaladvies-home{
	width:275px;
	float:left;
}

div#sitemap-home{
	width:150px;
	float:left;
}

a.socialmedia-icons{
	display:block;
	width:21px;
	height:21px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
	background-image:url("../images/social-media-icons.png");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

a.socialmedia-icons.facebook{ background-position:-42px 0; }
a.socialmedia-icons.hyves{ background-position:-63px 0; }
a.socialmedia-icons.linkedin{ background-position:-21px 0; }
a.socialmedia-icons.twitter{ background-position:-84px 0; }
a.socialmedia-icons.rss{ background-position:0 0; }
a.socialmedia-icons.rss-taaladvies{ background-position:-105px 0px; }

a:hover.socialmedia-icons.facebook{ background-position:-42px -21px; }
a:hover.socialmedia-icons.hyves{ background-position:-63px -21px; }
a:hover.socialmedia-icons.linkedin{ background-position:-21px -21px; }
a:hover.socialmedia-icons.twitter{ background-position:-84px -21px; }
a:hover.socialmedia-icons.rss{ background-position:0 -21px; }
a:hover.socialmedia-icons.rss-taaladvies{ background-position:-105px -21px; }

a.sitemap-btn{
	display:block;
	padding:2px 25px 2px 12px;
	background:url("../images/item-listing-blue-large.png") no-repeat 118px 5px #e5eff3;
	color:#006687;
	font-size:12px;
	float:right;
	width:110px;
}

a:hover.sitemap-btn{
	text-decoration:none;
	background:url("../images/item-listing-white-large.png") no-repeat 118px 5px #006687;
	color:#fff;
}

/* sitemap bottom footer */

ul.sitemapBottom{
	width:105px;
	padding:0 15px 0 0;
	float:left;
	list-style:none;
	margin:0;
	font-size:11px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

ul.sitemapBottom.last{
	padding:0;
}

ul.sitemapBottom li a{
	display:block;
	color:#4c4c4c;
	margin:1px 0;
}

ul.sitemapBottom li.main-item a{
	color:#7f61b3;
	font-size:12px;
}

/* news page */

.news-item{
	margin:10px 0 30px 0;
	overflow:hidden;
}

.news-item h3 a{
	color:#262626;
}

.news-item h3 a:hover{
	color:#c86400;
	text-decoration:underline;
}

.news-item h3{
	margin:0 0 2px 0;
}

.news-item-left{
	float:left;
	width:110px;
	overflow:hidden;
}

.news-item-right{
	float:left;
	width:435px;
}

.news-social-icons{
	clear:both;
	float:right;
	margin-top:-15px;
}

.news-social-icons.farup{
	margin-top:-30px;
}

.news-social-icons p.share-text{
	float:left;
	margin:1px 8px 0 0;
	color:#006687;
}

.news-social-icons a.socialmedia-icons{
	margin:0 3px 0 0;
	width:16px;
	height:16px;
	background-image:url("../images/social-media-icons-news.png");
	background-repeat:no-repeat;
}

.news-social-icons.inline{
	margin-top:5px;
}

.news-social-icons.inline.nexttobtn{
	margin-top:15px;
}

.news-social-icons a.socialmedia-icons.facebook{ background-position:0 0; }
.news-social-icons a.socialmedia-icons.hyves{  background-position:-16px 0; }
.news-social-icons a.socialmedia-icons.twitter{  background-position:-32px 0; }
.news-social-icons a:hover.socialmedia-icons.facebook{ background-position:0px -16px; }
.news-social-icons a:hover.socialmedia-icons.hyves{ background-position:-16px -16px; }
.news-social-icons a:hover.socialmedia-icons.twitter{ background-position:-32px -16px; }




/* weblog entries */

.news-item.weblog{
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:10px;
	padding-bottom:15px;
	background:#f5f9fa;
	position:relative;
}

.news-item.weblog.switchColor{
	background:#edf4f7;
}

.news-item.weblog h3 a{
	color:#262626;
}

.news-item.weblog h3 a:hover{
	color:#c86400;
	text-decoration:underline;
}

.news-item.weblog h3{
	margin:5px 0 2px 0;
}

.news-item.weblog .news-item-left{
	float:left;
	width:150px;
	overflow:hidden;
	margin-right:25px;
	text-align:center;
}

.news-item.weblog .news-item-right{
	float:left;
	width:350px;
}

.news-item.weblog .news-social-icons{
	clear:both;
	float:right;
	margin-top:-5px;
}

.news-item.weblog .news-social-icons p.share-text{
	float:left;
	margin:1px 8px 0 0;
	color:#006687;
}

.news-item.weblog .count-reactions{
	clear:both;
	position:absolute;
	bottom:15px;
	left:185px;
	font-style:italic;
}

.news-item.weblog .count-reactions.hom-of-kuit{
	left:10px;
}

.news-item.weblog .news-social-icons a.socialmedia-icons{
	margin:0 3px 0 0;
	width:16px;
	height:16px;
	background-image:url("../images/social-media-icons-news.png");
	background-repeat:no-repeat;
}

.news-item.weblog .news-social-icons.inline{
	margin-top:5px;
}

.news-item.weblog .news-social-icons.inline.nexttobtn{
	margin-top:15px;
}

.news-item.weblog .news-social-icons a.socialmedia-icons.facebook{ background-position:0 0; }
.news-item.weblog .news-social-icons a.socialmedia-icons.hyves{  background-position:-16px 0; }
.news-item.weblog .news-social-icons a.socialmedia-icons.twitter{  background-position:-32px 0; }
.news-item.weblog .news-social-icons a:hover.socialmedia-icons.facebook{ background-position:0px -16px; }
.news-item.weblog .news-social-icons a:hover.socialmedia-icons.hyves{ background-position:-16px -16px; }
.news-item.weblog .news-social-icons a:hover.socialmedia-icons.twitter{ background-position:-32px -16px; }


.news-item.weblog.detail{
	background:none;
	padding:0;
	margin:15px 0 15px 0;
}

.news-item.weblog.detail .news-item-left{
	float:left;
	width:200px;
	overflow:hidden;
	margin-left:25px;
	text-align:center;
}

.weblog-intro{
	font-style:italic;
	font-weight:bold;
}

.blue-content.weblog-entry .news-social-icons{
	margin:-25px 0 0 0;
}

.news-item.weblog.detail .count-reactions{
	clear:both;
	position:static;
	bottom:15px;
	left:0px;
	font-style:italic;
}

.clearit{
	clear:both;
}

.blue-content ul{
	margin-top:15px;
	margin-bottom:15px;
}

.addbottemmargin{
	margin-bottom:15px;
}

/* search result section */
.searchlist{
	margin-bottom:3px;
	background:#F5F9FA;
}

.searchlist h3{
	margin-bottom:2px;
	margin-top:0px;
}

.searchlist h3 a{
	color:#262626;
}

.searchlist h3 a:hover{
	color:#262626;
	text-decoration:none;
}

.searchlist .searchlist-left{
	float:left;
	display:block;
	text-align:center;
	width:60px;
	padding:17px 0 8px 0;
}

.searchlist .searchlist-right{
	float:left;
	padding:15px 10px 15px 10px;
	width:450px;
	border-left:3px solid #E5EFF3;
}

.searchlist.switchColor{
	background:#edf4f7;
}

/* HOM OF KUIT */

.homleft{
	float:left;
	width:250px;
	text-align:left;
	background:#F5F9FA;
	padding:0 10px;
}

.homright{
	float:right;
	width:250px;
	text-align:left;
	background:#F5F9FA;
	padding:0 10px;
}

.epiloog{
	background:#F5F9FA;
	padding:15px 20px;
	font-size:12px;
	margin-top:15px;
}

.epiloog h3{
	margin:0 0 5px 0;
	padding:0;
}

.epiloog p{
	margin:0;
	padding:0;
}

.rategraph{
	font-size:11px;
}

.graphicBox p{
	margin:15px 0 5px 0;
}

.ratingBox{
	background:#F5F9FA;
	padding:0 20px;
}

#stembox{
	margin:0;

}

.ratingBox h5{
	margin-top:0;
}

h3.voted{
	font-size:12px;
	margin:0;
}

h4.vote-msg{
	padding:20px 0 0 0;
	margin:0;
}

em{
	font-style:italic;
}

.makeblack{
	color:#333;
}

h3.functionlabel{
	background:#006687;
	padding:4px 4px 3px 4px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
}

.news-item.weblog .news-item-right.hom-of-kuit{
	width:auto;
}

a.votibutton{
	display: inline-block;
	width:80px;
	background:#9F88C6;
	color:#fff;
	text-align:center;
	text-decoration:none;
    font-size: 14px;
    padding: 2px 10px 3px;
    margin:0 0 15px 0;
}

#stembox p{
	margin:0 0 5px 0;
}

a:hover.votibutton{
	background:#5F39A0;
	text-decoation:none;
}



/* home news extra styles */

span.smallDate{
	font-size:10px;
}

/** DEFAULT LISTING **/
.aanbieding-right ul{
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

.aanbieding-right ul li{
	padding:0 0 0 15px;
	background:url("../images/item-listing-orange.png") no-repeat 0px 4px;
}

.aanbieding-right ul li a{
	color:#262626;
}

/** min-heights for homepage boxes **/
.boxi1{
	height:232px;
}
.boxi2{
	height:300px;
}
.boxi3{
	height:362px;
}
.boxi4{
	height:170px;
}

/* DEFAULT TABLE STYLE THROUGH WYGWAM */

.content-container table{
	width:550px;
}

.content-container table tr td{
	padding:8px 3px;
	padding:5px 3px;
	vertical-align:middle;
}

.content-container table tr.even{
	background:#d4e2e7;
}

.content-container table tr.first{
	background:#006687;
	color:#fff;
}

/** PRINT ICON **/

.printContainer{
	position:relative;
}

.printContainer h1{
	padding-right:35px;
}

.print_page{
	position:absolute;
	right:15px;
	top:30px;
}

/** YOUTUBE LIST **/

.movie{
	padding:10px 10px 5px 10px;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 15px 0;
	width:243px;
}

.movie.even{
	margin-right:0;
}

.movie h3{
	margin:0;
}

.movie p{
	margin:5px 0;
}

.movie .vidurl{
	display:block;
	margin:15px auto 10px;
	width:240px;
}
.movie .vidurl img{
	width:240px;
}
.movie .vidurl .overlay{
	width:77px;
	height:78px;
	display:block;
	background:url(../images/vidplay.png) left top no-repeat;
	position:relative;
	margin-top:-86px;
	top:-40px;
	left:80px;
}
.movie .vidurl:hover .overlay{
	background-position:left -100px;
}

#videoembed{
	width:800px;
	height:475px;
	overflow:hidden;
}


/* Digitale Onze Taal iframe */
iframe.digiOT {
    border-style: none;
    width: 100%;
    /* height: 100%; */
}

/* MONDEGREENS */
form#zoek-mondegreen{}

form#zoek-mondegreen label,
form#zoek-liedtekst label{
	font-weight:bold;
	margin:15px 0 0 0;
	display:block;
}

form#zoek-mondegreen input.text,
form#zoek-liedtekst input.text{
	margin:5px 0 10px 0;
	width:540px;
}

form#zoek-mondegreen .select,
form#zoek-liedtekst .select{
	width:260px;
	margin:5px 0 0 0;
}

form#zoek-mondegreen .select.first,
form#zoek-liedtekst .select.first{
	margin-right:22px;
}

form#zoek-mondegreen input.search-mondegreen,
form#zoek-liedtekst input.search-liedtekst{
	width:100px;
	margin:15px 0;
	float:right;
}


.mondegr{
	margin:15px 0;
}

.mondegr h5{
	margin:5px 0 15px;
	background:#408CB2;
	color:#fff;
	padding:5px;
}

.mond-label{
	font-size:13px;
}

.mond-label+p{
	margin-top:5px;
}

/*** AGENDA ITEMS ****/


.news-item.agenditem{
	margin-bottom:10px;
}

.news-item.agenditem h3+p{
	margin-top:5px;
}


.news-item-right h3 a{
	line-height:1.5em;
	color:#333;
}

.news-item-right h3 a span{
	color:#006687;
}

.news-item-right h3 a:hover{
	text-decoration:none;
}

.news-item-right h3+p{
	margin-top:5px;
}

.news-item.nnew{
	margin-bottom:15px;
}


#comment_form label.inline{
	top:3px;
}

#comment_form input.submit{
	width:130px;
	padding:2px 0;
	margin:0 0 0 27px;
}

/**** AANMELDEN CONGRES FORMULIER ***/

#aanmelden-congres{
	margin:20px 0;
}

table.aanmelden-form tr td{
	vertical-align:top;
}

table.aanmelden-form tr td.label{
	font-weight:bold;
	width:120px;
}

table.aanmelden-form tr td.label span{
	font-weight:normal;
	display:block;
	font-size:11px;
}

#aanmelden-congres form input.text{
	width:auto;
	display:inline-block;
}

#aanmelden-congres form input.text.short{
	width:30px;
}

#aanmelden-congres form input.text.short.extra{
	width:60px;
}

#aanmelden-congres form input.submit{
	width:100px;
}

.blue-content .content-container table.inline-tabel tr td{
	vertical-align: top;
	padding:5px 0;
}

.blue-content .content-container table.inline-tabel tr td p{
	margin:0;
}

/**** TOEVOEGING JOHAN 22-3-2013 t.b.v. digitale onze taal ***/
#digitaal-overzicht {
	
}
#digitaal-overzicht div {
	position: relative;
}
#digitaal-overzicht div.large-item {
	width:545px;
	margin-bottom:20px;
}
#digitaal-overzicht .hgroup {
	position: absolute;
	right:0;
	top:0;
	width:auto;
	height:auto;
	padding:15px 20px;
	display:block;
	background:#006687;
	z-index: 2;
	color:#fff;
	max-width:260px;
	min-width:260px;
}
#digitaal-overzicht .header1 {
	font-family: Georgia, serif;
	font-size:20px;
	line-height:22px;
}
#digitaal-overzicht .header2 {
	display:block;
	font-family: Georgia, serif;
	font-size:16px;
	line-height:22px;
}
#digitaal-overzicht .button {
	width:auto;
	height:auto;
	display:inline-block;
	background:#9f88c6;
	padding:0px 20px;
	font-size:16px;
	line-height:22px;
	position: absolute;
	bottom:-22px;
	left:0px;	
}
#digitaal-overzicht a:hover .button {
	background: #5F39A0;
}

#digitaal-overzicht .small-items {
	margin-bottom:20px;
}
#digitaal-overzicht .small-items a {
	width:68px;
	height:114px;
	overflow:hidden;
	margin:0 27px 15px 0;
	float:left;
}
#digitaal-overzicht .small-items a.last {
	margin-right:0;
}
#digitaal-overzicht .small-items a span {
	display:block;
	font-family: Verdana, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#006687;
	margin-top:-4px;
}
#digitaal-overzicht .small-items a:hover  {
	text-decoration: none;
	border-bottom:none;
}
#digitaal-overzicht .small-items a:hover span {
	text-decoration:underline;
}

a.archief {
	width:auto;
	display:inline-block;
	background:#408CA6;
	padding:1px 12px;
	color:#fff;
	font-size:14px;
	line-height:22px;
	margin-bottom:15px;
}
a.archief:hover {
	background:#006687;
	text-decoration:none;
}

ul.archiefpaginas {
	margin-left:0;
	padding:0
	list-style-type:none;
	margin-bottom:20px;
}
ul.archiefpaginas li {
	float:left;
	list-style-type:none;
	border-left:1px solid #000;
	font-size:13px;
	line-height:13px;
}

ul.archiefpaginas li:first-of-type {
	border:none;
}
ul.archiefpaginas li a {
	color:#006687;
	margin:0 8px;
}
ul.archiefpaginas li:first-of-type  a {
	margin:0 8px 0 0;
}

ul.archiefpaginas li a.active, ul.archiefpaginas li.active a {
	color:#C86400;
}

#subnav ul li.active ul li a {
	font-size:11px;
	margin-left:10px;
}
#subnav ul li.parent-active ul li a {
	margin-left:10px;
	font-size:11px;
}
#subnav ul li.active ul li a {
	color:#000;
}
#subnav ul li.active ul li a:hover {
	color:#C86400;
}
#subnav ul li.active ul li.active a {
	color:#C86400;
	text-decoration:underline;
}

#digitaal-overzicht .small-items .pagination {
	margin-top:20:px;
}

#digitaal-overzicht .small-items .pagination a{
	float:none;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    height:auto;
    width:auto;
    margin:0;
}
#digitaal-overzicht .small-items .pagination strong {
	padding:2px 5px;
	position: relative;
	top:-6px;
}

#digitaal-overzicht .small-items .pagination a:hover {
	 border: 1px solid #999999;
}


/**** AANPASSINGEN JOHAN 23-4-2013 t.b.v. digitale onze taal ***/


form#forgot_password_form label {
	display:block;
	margin:20px 0 0 0;
}
form#forgot_password_form input {
	width:160px;
}
form#forgot_password_form button {
	margin:20px 0 0 0;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   #digitaal-overzicht .button {
     padding:0px 20px 2px 20px;
     bottom:-24px;
   }
   
   #digitaal-overzicht .small-items .pagination strong {
   	top:0;
   }
   
   form#forgot_password_form label {
   	padding-top:20px;
   	margin-top:0;
   }
   
}

ul.archiefpaginas li {
    margin:0 0 8px 0;  
}


/**** AANPASSINGEN JOHAN 23-5-2013 t.b.v. poll ***/
.ratingBox{
	padding-bottom:12px;
}
.ratingBox form input.submit {
	width:100px;
	height:24px;
}
.ratingBox form p input[type="radio"] {
	float:left;
	width:8%;
	cursor:pointer;
}
.ratingBox form p label {
	display:block;
	float:left;
	width:92%;
	cursor:pointer;
	margin-top:-2px;
}
.epiloog {
	padding-bottom:0;
}




/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {

 
}

.commentaar{
    display: none;
    visibility: hidden;
}



/*******************************
 * 	AUTOCOMPLETE PLUGIN
 *******************************/

.ac_results {
	padding: 0px;
	border: 1px solid #408CB2;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	width:464px!important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color:#efefef;
}

.ac_over {
	background-color: #408CB2;
	color:#fff;
}


/* jQuery Autocomplete */
ul.ui-autocomplete {
	/* width: 100%; */
	/* list-style-position: outside; */
	/* list-style: none; */
	/* padding: 0; */
	/* margin: 0; */
	border:1px solid #408CB2;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:#fff!important;
	padding:0px!important;
	overflow:auto;
	max-height:200px;
	}

ul.ui-autocomplete li {
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

ul.ui-autocomplete li:hover, ul.ui-autocomplete li:hover a, ul.ui-autocomplete li a:hover {
	background:#408CB2!important;
	color:#fff;
}
ul.ui-autocomplete li:nth-child(even) {
	background: #E5EFF3!important;
}
ul.ui-autocomplete li a {
	cursor:pointer;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:4px 0.4em!important;
	display:block;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
  line-height:1.35em;
  font-size:12px;
}

/*******************************
 * 	WEBWINKEL
 *******************************/
.webwinkel .blue-content .content-container img {
	float:right;
	margin:0 0 15px 15px;
}

.webwinkel form {
	margin-bottom:20px;
}

.webwinkel .input {
	margin:0 0 20px 0;
}

.webwinkel .input.select {
	padding-left:70px;
	position: relative;
}

.webwinkel .input.textarea {
	position: relative;
}
.webwinkel .input.textarea .inline {
	top:28px;
}
.webwinkel .input.textarea label.title {
	font-weight:bold;
	font-style:italic;
	padding-bottom:6px;
	display:block;
}

.webwinkel .select select.select {
	width:50px;
	position: absolute;
	left:0;
	top:0;
}
.webwinkel .select label {
	font-weight:bold;
	font-style:italic;
}
.webwinkel .select label span {
	font-weight:normal;
	font-style:normal;
	display:block;
}

.webwinkel .submit {
	width:170px;
	float:right;
}

.webwinkel table thead tr th {
	text-align:left;
}

.webwinkel table thead tr th.totaal {
	width:85px;
}
.webwinkel table thead tr th.aantal {
	width:80px;
}
.webwinkel table thead tr th.opties {
	width:55px;
}

.webwinkel table thead tr th:first-of-type {
	width:320px;
}

.webwinkel table tbody tr td {
	padding-left:0;
	padding-right:0;
}

.webwinkel table tbody tr td span {
	float:right;
	margin-right:30px;
	display:inline;
}

.webwinkel table tbody tr td a.optie,
.webwinkel table tbody tr td input.optie {
	width:26px;
	height:26px;
	background:url("../images/opties.png") left top no-repeat #006687;
	display:block;
	text-indent: -9999px;
	float:left;
	margin-right:1px;
	border:0;
}
.webwinkel table tbody tr td a.optie.delete,
.webwinkel table tbody tr td input.optie.delete {
	background-position:left bottom;
}
.webwinkel table tbody tr td a.optie:hover,
.webwinkel table tbody tr td input.optie:hover {
	background-color:#c86400;
}

.webwinkel table.totalen {
	border-top:1px solid #accdd8;
	margin-top:20px;
}
.webwinkel table.totalen thead {
	height:10px;
}

.webwinkel table.totaal {
	margin-bottom:20px;
}

.webwinkel table.totalen.totaal tbody tr td {
	font-weight:bold;
} 

.webwinkel.afrekenen {
	width:825px;
}

.webwinkel.afrekenen form {
	border-top:1px solid #accdd8;
	padding-top:20px;
}

.webwinkel.afrekenen form div {
	position:relative;
}

.webwinkel.afrekenen form .input label.label {
	width:115px;
	display:inline-block;
}
.webwinkel.afrekenen form .input input[type="text"] {
	display:inline-block;
}

.webwinkel.afrekenen div {
	float:left;
}

.webwinkel.afrekenen .persoonsgegevens {
	width:275px;
	margin-right:40px;
}
.webwinkel.afrekenen .persoonsgegevens div.input {
	margin-bottom:14px;
}
.webwinkel.afrekenen h3 {
	margin-bottom:25px;
}

.webwinkel.afrekenen .betalen {
	width:145px;
	margin-right:40px;
}

.webwinkel.afrekenen .betalen input[type="radio"] {
	margin-bottom:60px;
	margin-top:10px;
	margin-right:15px;
	width:12px;
	display:block;
	float:left;
	clear:both;
}
.webwinkel.afrekenen .betalen label {
	float:left;
	margin-right:0;
	margin-bottom:30px;
	margin-left:0px;
	display:inline;
}

.webwinkel.afrekenen .betalen .input div.bank select{
	width:100px;
	margin-top:-40px;
	margin-left:45px;
	display:block;	
	margin-bottom:40px;
}

.webwinkel.afrekenen .betalen .input div.bank span{
	position: relative;
	top:-18px;
}

.webwinkel.afrekenen .controleren {
	float:right;
	width:270px;
	position: static;
}

.webwinkel.afrekenen .controleren table {
	width:270px;
}
.webwinkel.afrekenen .controleren table tr td:first-of-type {
	width:200px!important;
}
.webwinkel.afrekenen .controleren table tr td {
	padding-bottom:15px;
}
.webwinkel.afrekenen .controleren table tr td span {
	margin-right:10px;
}
.webwinkel.afrekenen .controleren table.totalen {
	margin-top:10px;
}
.webwinkel.afrekenen .controleren table.totalen tr td {
	padding-bottom:10px;
}
.webwinkel.afrekenen .controleren table.totalen tr th:first-of-type {
	width:200px;
}

.webwinkel.afrekenen .controleren table.akkoord {
	border-bottom:1px solid #accdd8;
	position: absolute;
	right:0;
	bottom:0px;
}
.webwinkel.afrekenen .controleren table.akkoord tbody tr td {
	height:60px;
}

.webwinkel.afrekenen .controleren table.akkoord tr td:first-of-type {
	width:25px!important;
}
.webwinkel.afrekenen .controleren table.akkoord tr td input[type="checkbox"] {
	position:relative;
	top:-2px;
}

/* browser hacks */

html.ie6 .webwinkel.afrekenen .betalen label,
html.ie7 .webwinkel.afrekenen .betalen label,
html.ie8 .webwinkel.afrekenen .betalen label,
html.ie9 .webwinkel.afrekenen .betalen label,
html.ie10 .webwinkel.afrekenen .betalen label{
	margin-bottom:40px;
}

html.ie8 .webwinkel.afrekenen .betalen label,
html.ie10 .webwinkel.afrekenen .betalen label {
	float:left;
	margin-left:-10px;
}

html.ie7 .webwinkel table thead tr th.totaal,
html.ie8 .webwinkel table thead tr th.totaal  {
	width:90px;
}

html.ie7 .webwinkel table tbody tr td,
html.ie8 .webwinkel table tbody tr td {
	position: relative;
}
html.ie7 .webwinkel table tbody tr td span {
	position: absolute;
	right:0;
}

.ie7 .webwinkel.afrekenen form .input input[type="text"],
.ie8 .webwinkel.afrekenen form .input input[type="text"] {
	float:right;
	margin-top:-20px;
}
/* .ie7 .webwinkel.afrekenen .controleren table tr td {
	width:180px;
	display:block;
} */

.ie7 .webwinkel.afrekenen .controleren table tr td div.valuta,
.ie8 .webwinkel.afrekenen .controleren table tr td div.valuta {
	width:80px;
	position: absolute;
	right:0;
}

.ie7 .webwinkel.afrekenen .controleren table thead,
.ie8 .webwinkel.afrekenen .controleren table thead {
	height:20px;
	display:block;
}

.ie7 .webwinkel.afrekenen .controleren table.akkoord tr td {
	width:auto!important;
	vertical-align:center;
}
.ie7 .webwinkel.afrekenen .controleren table.akkoord tr td input[type="checkbox"] {
	position: relative;
	top:10px;
	margin-right:5px;
}
.ie8 .webwinkel.afrekenen .controleren table.akkoord tr td input[type="checkbox"] {
	margin-right:5px;
}

.ie7 .webwinkel table tbody tr td span {
	position: relative;
	top:9px;
}
.ie7 .webwinkel table.totalen tbody tr td span {
	top:5px;
}

.ie8 .webwinkel table.totalen thead tr th {
	padding-top:10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .webwinkel table.totalen.totaal tbody tr td {
	position:relative;
 }
 .webwinkel table.totalen.totaal tbody tr td span {
 	position:absolute;
 	right:-2px;
 	display:block;
 	top:5px;
 }
}

/* header aanpassingen t.b.v. winkelmandje */

#search {
	right:auto;
    left:340px;
    top:38px!important;
}

#basket {
	display:block;
	width:185px;
	height:27px;
	position: absolute;
	right:0;
	top:48px;
	cursor:pointer;
}
#basket .basket {
	width:27px;
	height:22px;
	display:block;
	background:url("../images/bestellingen.png") 7px 7px no-repeat #4f4894;
	color:#fff;
	float:left;
	font-family: Arial, sans-serif;
	font-size:11px;
	padding:6px 0 0 8px;
}
#basket .link {
	width:135px;
	height:22px;
	display:block;
	background:url("../images/bestellingen-arrow.png") right 10px no-repeat #e2e0f4;
	color:#4f4894;
	float:left;
	font-size:12px;
	padding:6px 0 0 15px;
}

#basket:hover .link {
	background-position: right -14px;
	background-color:#c86400;
	color:#fff;
}
#basket:hover .basket {
	background-color:#c86400;
}

label.error {
    color:red;
}


/* browser hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#basket {
		top:45px;
	}
}

#main-navi .congres-aan li a {
	margin-right:	18px;
}
#main-navi .congres-aan li a.last {
	margin-right:0;
}

.madeBy .left {
	float:left;
}

div.radio-extra input {
	clear:both;
	float:left;
}
div.radio-extra label {
	margin-left:10px;
	width:200px;
	float:left;
	margin-bottom:5px;
}

div.input-extra input {
	position: relative;
	left:-95px;
	z-index: 1;
}
div.input-extra label {
	left:-87px;
	z-index: 2;
}

form.form table tr td div.float {
    float: left;
    margin-right: 4px;
}

form.form table tr td div.float.last {
    margin-right: 0;
}

p.advies-footer {
    background: white;
    padding:10px;
}

/* JAARWOORD GENERATOR */
.jaarwoord {
	margin:20px 0;	
}
.jaarwoord .form-group {
	width:auto;
	display:inline-block;
	float:left;
	position:relative;
	margin-bottom:20px;
}

.pagenav{
	float:left;
	width:100%;
}

.jaar_input{
	height:29px;
}

.btn{
	color:red;
}

.jaarwoord .form-group label {
	float: left;
    font-size: 16px;
    margin-top: 8px;
    margin-right: 10px;
}
.jaarwoord .form-group input {
	border: 1px solid #006687;
	width:50px;
	margin-right: 10px;
}
.jaarwoord .form-group .error_red {
	color:#ff0000;
	position:absolute;
	bottom:-22px;
	left:0;
	width:400px;
}
.jaarwoord + h2 {
	clear:both;
	margin-top:60px;
}
.jaarwoord +.content_search_result {
	clear:both;
	margin:60px 0 0 0;
}
.jaarwoord +.content_search_result p::first-letter  {
//	text-transform:uppercase;
}
.jaarwoord +.content_search_result p i {
	font-style: italic;
}
.jaarwoord +.content_search_result p b {
	font-weight:bold;
}
.jaarwoord + .content_search_result img {
	width:100%;
	margin:20px 0;
}
.jaarwoord button, .jaarwoord-random button {
	background: none repeat scroll 0 0 #dea266;
    border: medium none;
  	border-radius: 0;
  	color: #fff;
  	font-size: 16px;
  	width: 200px;
  	float: left;
  	padding: 3px 17px 5px;
  	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
  	margin-bottom:20px;
}
.jaarwoord-random button {
	//margin-left:0;
}

.rechts{
	float:right;
}

.jaarwoord button:hover, .jaarwoord-random button:hover {
	background:#c86400;
	margin-left: 0;
}

/* JAARWOORD GENERATOR BANNER */
.jaarwoord-banner {
	position:relative;
	margin-bottom:20px;
}
.jaarwoord-banner form {
	position:absolute;
	bottom:15px;
	left:10px;
}
.jaarwoord-banner form label {
	display:none;
}
.jaarwoord-banner form input {
	width:100px;
	height:20px;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	border:none;
	font-size:12px;
	font-family:Arial, sans-serif;
	text-align:center;
	padding:0;
	margin:0 0 10px 0;
	color:#666666;
}
.jaarwoord-banner form button {
	height:22px;
	border:none;
	text-align:center;
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight:bold;
	background:#70a9bc;
	color:#006687;
	border-bottom:2px solid #2e7991;
	width:100px;
	text-transform:lowercase;
}
.jaarwoord-banner form button:active {
	border-bottom:0;
	border-top:2px solid #006687;
}
.jaarwoord-banner form .error_red {
	position:absolute;
	bottom:55px;
	left:0px;
	width:100px;
	color:#c86400;
	text-align:center;
	background:#fff;
}
