/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*start structuur */


#clear {
clear: both;
height: 0px;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(images/center.gif);
        background-repeat: repeat-y;
        background-position: center;
        padding:0;
        margin:0;

        color:#555555;
        position:relative;
	text-align: center;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 856px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

#bgrpage {
	background-position: center top;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
}

#header {
	width:856px;
	height:482px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header-bgr-tv.png);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
	background-color: #F7F7F7;
	}


#sidebar
{
	margin-left: 540px;
	width: 270px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 0;
	}

.narrowcolumn {

        font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 30px 0 20px 30px;
	margin: 0px 0 0;
	width: 470px;
	}


/* einde structuur */




/* start header */






#headerimg {

	
        display:block;
	width:817px;
	height:359px;
	margin:0;
	position:absolute;
	top:85px;
	left:21px;
	/* text-indent:9999px;*/
	background-image:url(images/title.jpg);
	background-repeat: no-repeat;
	z-index:100;
	}
#headerimg h1  {

text-indent: -9999px;

}


#headerimg .description {

text-indent: -9999px;

}
/* #header h1 {
	display:block;
	width:817px;
	height:359px;
	margin:0;
	position:absolute;
	top:85px;
	left:19px;
	text-indent:9999px;
	background-image:url(images/title.jpg);
	background-repeat: no-repeat;
	z-index:100;
}
#header h1 a {
	display:block;
	width:817px;
	height:359px;
	margin:0;
}*/
/*#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}*/

#header ul {
	display:block;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
}

#header ul li {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	line-height:11px;
	font-size:11px;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

#header ul li.first {
	border-left:0;
}

#header ul li a {
	color:#FFCC00;
	text-decoration:none;
	display:block;
	padding:0 10px;
}

#header ul li a:hover {
	text-decoration:underline;
}

#header ul#taal {

	top:23px;
	left:18px;
	z-index:103;
}

#header ul#taal li a{

font-family: Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	line-height:11px;
	font-size:11px;
	
	font-weight:bold;
}

#header ul#subs {
	z-index:102;
	right:18px;
	top:23px;
}

#header ul.nav2 {
	z-index:101;
	top:450px;
	left:30px;
}

#header ul.nav2 li {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	border:0;
	color: #0099CC;
}

#header ul.nav2 li a {
	padding:0 20px 0 13px;
	color:#E90000;
	/*background-image:url(images/pijl.png);*/
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}

#header ul.nav2 li a.active {
	color:#E90000;
	/*background-image:url(images/pijl.png);*/
}

/*#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}*/

/* einde header */



/* nav pagina's */



#navleft {
        float: left;

}

#navright {
        z-index:109;
        float: right;
        padding-right: 30px;
        margin-top: 430px;

}











/* Content */

.post {
background-image:url(images/border.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0 0 20px 0;
	margin:30px 0;

}




.widecolumn .entry p {
	font-size: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
        font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

h2, h2 a {
	font-family:"Times New Roman", Times, serif;
	color:#FF6600;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
}

/*van DID*/

h1, h2, h3 {
	font-family: Times New Roman, Times, serif;
	
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h4 {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	border-top-color: #333333;
	padding-top: 10px;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FF6600;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}




small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #5d8093;
	text-decoration: none;
	}

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



/* calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* einde calendar */








.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {    
font-size: 10px;    
        font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
/*DID*/

.narrowcolumn .postmetadata {
	border-left:5px solid #9ac5cb;
	line-height:13px;
	height:13px;
	overflow:hidden;
	margin:15px 0;
	padding:0 0 0 4px;
}
.narrowcolumn .postmetadata span {
	border-left:1px solid #909090;
	padding:0 0 0 22px;
	background-image:url(images/comment.gif);
	background-repeat:no-repeat;
	background-position: 5px 2px;
}




/*DID*/
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}






h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
        font-size: 24px;
	margin-top: 30px;
	text-align: left;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	/*text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/




#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry ol li ul li {
	padding-left: 0 0 0 10px;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform textarea {
        width:100%;
	height:100px;
	border:1px solid #cccccc;
	margin:0 0 6px 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	font-size:10px;
	color:#637b79;
}
#commentform input#submit {

        display:block;
	float:left;
	border:1px solid #cccccc;
	margin:2px 0;
	width:165px;
	padding:2px;
	font-size:10px;
	color:#637B79;


}
/* DID #header form input#s {
	width:163px;
	padding:3px 3px;
	line-height:15px;
	height:15px;
	overflow:hidden;
	background-image:url(images/search.gif);
	border:0;
	margin:2px 16px 0 0;
	font-size:11px;
}*/

/* DID
form#reactionform textarea, form.wpcf7-form textarea {
	width:100%;
	height:100px;
	border:1px solid #cccccc;
	margin:0 0 6px 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	font-size:10px;
	color:#637b79;
}
form#reactionform input, form.wpcf7-form input.st {
	display:block;
	float:left;
	border:1px solid #cccccc;
	margin:2px 0;
	width:165px;
	padding:2px;
	font-size:10px;
	color:#637B79;
}
form#reactionform input#subscribe {
	border:0;
	margin:0;
	position:relative;
	left:8px;
	top:-2px;
	width:auto;
}
form input#partner {
	width: auto;
	margin-right: 8px;
}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */





/*#sidebar h2.pagetitle {
        font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	}
*/


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

h2, h2 a {
	font-family:"Times New Roman", Times, serif;
	color:#863500;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	padding-bottom: 10px;	
}
#content h2, h2 a {
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding-bottom: 10px;	
	}



#sidebar {
	font-family: Arial, Helvetica, sans-serif;
        font:12px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




#sidebar #searchsubmit {
	background-image:url(images/search_submit.gif);

	padding: 1px;
	}






#sidebar .widget {
background-image:url(images/border.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0 0 20px 0;
	margin:30px 0;

}



#sidebar .textwidget {
	font-size: 11px;
	line-height: 130%;
	text-align: justify;
	color: #666666;
	background-color: #EBEBEB;
	padding: 8px;
}

#sidebar form {
	margin: 0;
	}

#sidebar li a {
font-size: 12px;

}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}




/* transVORM */
div.entry #hoverlay {
	position: absolute;
	top: - 205px;
	left:58px;
	z-index: 200;
}





/* footer */

#footer {
	background-color: #FFCC00;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

#footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
	padding: 0;
	margin: 0 auto;
	width: 856px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
.widget ul#rss {
	background-image:url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:34px;
}
.widget ul#rss li {
        font-size: 10px;
	padding:0 0 0 40px;
	background-image:none;
}

/* image map kantoren */

#map {
	width: 280px;
	height: 240px;
	position: relative;
}
#map ul {
	margin-left: 10px;
	padding: 0;
	list-style: none;

}

#map a {
	position: absolute;
	width: 5px;
	height: 5px;
	text-indent: -1000em;
	background: #AFD8F8;
	overflow: hidden;

}
#map a:hover {
	background: #46628E;
	border:  1px solid #DAE5EB;
	;
}
#map .antw a {
	top: 40px;
	left: 136px;

}
#map .waas a {
	top: 45px;
	left: 114px;
}
#map .kort a {
	top: 82px;
	left: 52px;
}
#map .iepe a {
	top: 79px;
	left: 23px;
}
#map .oude a {
	top: 80px;
	left: 86px;
}
#map .hass a {
	top: 72px;
	left: 199px;
}

#map .brug a {
	top: 33px;
	left: 48px;
}




.datelist li {
      
	list-style-image: url(images-alaska/pijltje.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #7FAFBF;

}

.cv {

border: 1px solid #CCCCCC;
padding: 5px;
}
 


div.entry div.cv {
	display:none;
	border:1px solid #E5E9EC;
	padding:14px 12px 8px;
	margin:10px 0;
}
div.entry div.cv ul {
	margin: 0;
}
div.entry div.cv ul li {
	list-style-type: none;
	background-image:  none;
	padding: 0;
	margin: 0 0 6px 0;
}
div.entry div.cv ul li ul li {
	margin: 0;
}
div.entry ul.datelist {
	padding-left:38px;
}
div.entry ul.datelist li {
	text-indent:-38px;
}
div.entry ol li ul li {
	padding:0 0 0 12px;
	margin: 0 0 0 0;
	line-height:18px;
	background-image:url(images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

/*DID*/
div.entry ul {
	padding:0;
	list-style:none;
	margin-left:0px;
}
div.entry ul li {
	padding:0 0 0 12px;
	margin-left:20px;
	line-height:18px;
	background-image:url(images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
div.entry ol li {
	padding:0 0 8px 0;
	margin-left:0;
	line-height:18px;
}
div.entry ul li ul {
	margin: 0 0 0 0;
}
div.entry ol li ul li {
	padding:0 0 0 12px;
	margin: 0 0 0 0;
	line-height:18px;
	/*background-image:url(images/arrow_small.gif);*/
	background-repeat: no-repeat;
	background-position: left 6px;
}
div.entry ul li ul li, div.entry ul li ul li ul li {
	list-style-type: none;
	background-image:  none;
	padding: 0;
	margin: 0;
}
div.entry ul li b {
	xdisplay: block;
}
div.entry ul#rss {
	background-image:url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:34px;
}
div.entry ul#rss li {
	padding:0 0 0 40px;
	background-image:none;
}


div.entry ul li {
padding-left: 25px;
}

div.entry ul li.antw a {

padding: 0px;
}
div.entry ul li.waas a {

padding: 0px;
}
div.entry ul li.oude a {

padding: 0px;
}
div.entry ul li.kort a {

padding: 0px;
}
div.entry ul li.iepe a {

padding: 0px;
}
#lijn {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content.narrowcolumn div.post div.entry ul li {

}

div.entry {

font-size:12px;
}
#inschrijvingen {
	
	
	margin: 0px;
	padding: 0px;
}
#inschrijvingen ul li a {
	margin: 0px;
	padding: 0px;
}
#inschrijvingen a {
	margin: 0px;
	padding: 0px;
}
#false {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	background-color: #FFFFFF;
	height: 1px;
}
form.wpcf7-form {
	text-align: left;
	padding-right: 50px;
}
/* image map kantoren */

#map {
	width: 280px;
	height: 240px;
	position: relative;
}
#map ul {
	margin-left: 10px;
	padding: 0;
	list-style: none;

}

#map a {
	position: absolute;
	width: 5px;
	height: 5px;
	text-indent: -1000em;
	background: #AFD8F8;
	overflow: hidden;

}
#map a:hover {
	background: #46628E;
	border:  1px solid #DAE5EB;
	;
}
#map.antw a {
	top: 40px;
	left: 136px;

}
#map.waas a {
	top: 45px;
	left: 114px;
}
#map.kort a {
	top: 82px;
	left: 52px;
}
#map.iepe a {
	top: 79px;
	left: 23px;
}

#map.hass a {
	top: 72px;
	left: 199px;
}
#map.brug a {
	top: 33px;
	left: 48px;
}