/*
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

*/



/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Arial;
	background:  #6197b6 url(images/bg.jpg) repeat-x;

	color: #333;
	text-align: center;
	
	}
	
a {
	font-size: 13px;
	}

#page {
	background: white;
	text-align: left;
	
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 900px;
	float:left;
	}

#content {
	font-size: 1.2em;
	margin-top: 0px;
	background: #ffffff;
	height: 100%;
	}

.widecolumn .entry p {
	font-size: 1.0em;
	
	}
	
a:link {
	color: black;
	}
	

	

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	border: 0px solid #cccccc;
	margin-left: 5px;
	}

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

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

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	padding-left: 15px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}
	


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

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: #000000;
	}

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: #095682;
	}
	
a:visited {
	color: #095682;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float:left;
	width: 200px;
	margin-left: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size: 13px;
	}

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: #1d71a1;
	text-decoration: none;
	}

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

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	border: 0px solid black;
	height: 100%;
	}

#header {
	background: #ffffff;
	border: 0px solid black;
	margin: 0 0 0 0px;
	padding: 0;
	height: 5px;
	width: 1050px;
	}

#headerimg {
	margin: 0;
	height: 40px;
	width: 300px;
	background: #444444;
	margin-left: 10px;
	margin-top: 5px;
	}

.narrowcolumn {
	float: left;
	width: 650px;
	}

.widecolumn {
	width: 470px;
		
	}

.post {
	text-align: justify;
	border: 1px solid #eeeeee;
	width: 535px;
	background: #ffffff;
	padding-right: 10px;
	height: 100%;
	float:left;
	margin-bottom: 15px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	}

.post p {
	padding-left: 10px;
	padding-right: 10px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	border: 0px solid green;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	float:left;
	text-align:justify;
	}

.widecolumn .postmetadata {
	border: 0px solid #000000;
	}

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	width: 1050px;
	clear: both;
	}

#footer p {
	margin-top: 0;
	padding: 0px 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	margin-left: 0px;
	}

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

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

h3 {
	padding: 0;
	margin: 10px 0 0;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	}

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: none;
	}

.alignright {
	float: right;
	
	}

.alignleft {
	float: left;
	margin-left: 10px;
	}
/* 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: 0px;
	text-indent: -10px;
	
	}

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

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

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding-left: 11px;
	text-align: left;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

#myframe {
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
	}
	
#energie-img {
	width: 778px;
	height: 150px;
	border: 1px solid #cccccc;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: url(images/energie.jpg);
	}

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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	margin-right: 0px;
	width: 225px;
	height: 100%;
	float:right;
	
	}

#sidebar form {
	margin: 0;
	}
/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-top: 10px;
	
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
/* Added for maandover*/

#block {
	width: 325px;
	height: 100%;
	border: 0px solid red;
	margin-left: 10px;
	margin-top: 20px;
}

#main_block {
	width: 1048px;
	height: 404px;
	background: #fbecb6;
	margin-left: 1px;
	margin-top: -4px;
	margin-right: 1px;
}

#main_catcher {
	width: 420px;
	height: 320px;
	background: #ffffff;
	margin-left: 12px;
	float:left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#main_catcher p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
	padding-top: 2px;
	margin:0;
	}
	
h6 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin-left: 9px;
	margin-top: 8px;
	margin-bottom: 0;
	color: #000000;
	}
		
#main_info {
	width: 190px;
	height: 320px;
	background: #ffffff;
	margin-left: 12px;
	float:left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#main_info p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	}

	
#catcher_top {
	width: 420px;
	height: 27px;
	border-bottom: 1px solid #fbecb6;
	background: #c66206 url(images/hoek_bruin.jpg) top right no-repeat;
	}
	
#info_top {
	width: 190px;
	height: 27px;
	border-bottom: 1px solid #fbecb6;
	background: #ff6d06 url(images/hoek_rood.jpg) top right no-repeat;
	}
	
#info_top_green {
	width: 190px;
	height: 27px;
	border-bottom: 1px solid #fbecb6;
	background: #207833 url(images/hoek_groen.jpg) top right no-repeat;
	}

#info_img_1 {
	height: 130px;
	width: 190px;
	border: 0px solid black;
	margin-left: 0px;
	margin-top: 0px;
	background: url(images/info_1.jpg) no-repeat;
	margin-bottom: 5px;
	}

#info_img_2 {
	height: 130px;
	width: 190px;
	border: 0px solid black;
	margin-left: 0px;
	margin-top: 0px;
	background: url(images/info_2.jpg) no-repeat;
	margin-bottom: 5px;
	}
	
#info_img_3 {
	height: 130px;
	width: 190px;
	border: 0px solid black;
	margin-left: 0px;
	margin-top: 0px;
	background: url(images/info_3.jpg) no-repeat;
	margin-bottom: 5px;
	}

#main_info .ab {
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	}
	
#main_info .title {
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	float:left;
	font-weight:bold;
	}
	
#catcher_img {
	width: 420px;
	height: 185px;
	margin-left: 0px;
	margin-top: 0px;
	background: url(images/catcher_1.jpg) left no-repeat;
	border: 0px solid #cccccc;
	float:left;
	margin-bottom: 10px;
	}

#beam {
	width: 1025px;
	height: 24px;
	background: #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 6px;
	padding-left: 15px;
	font-size: 1.3em;
	text-align:left;
	color: #000000;
	border: 0px solid black;
}

#beam a {
	color: #000000;
	}

#beam_1 {
	width: 1025px;
	height: 24px;
	background: #f0bc3b;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 6px;
	padding-right: 15px;
	font-size: 1.3em;
	text-align:right;
	color: #000000;
	border-top: 5px solid white;
}

#beam_2 {
	width: 680px;
	height: 30px;
	background: #da7213;
	margin-left: 5px;
	margin-top: 5px;
	border: 0px solid black;
	
}

#search {
	width: 325px;
	height: auto;
	border: 0px solid red;
	margin-left: 10px;
	margin-bottom: 0px;
}

#search form {
	padding: 10px;
	}
	
.sh {
	font-size: 1.3em;
	}

#search_top {
	width: 325px;
	height: 27px;
	background: #dddddd;
}

#search_bg {
	width: 325px;
	height: 100%;
	background: white;
	font-size: 10px;
}

#search_bottom {
	width: 325px;
	height: 26px;
	background: #444444;
}

#block_top {
	width: 325px;
	height: 30px;
	background: #df7b1f;
}

#block_top_2 {
	width: 325px;
	height: 30px;
	background: #df7b1f;
}

#block_bg {
	width: 325px;
	height: 100%;
	background: #ffffff;
	margin-left: 0px;
}

#block_bg .add {
	padding-left: 13px;
	}

#block_bg .block {
	padding: 10px;
	margin-top: 0px;
	font-size: 1.3em;
	}

#block_bottom {
	width: 325px;
	height: 26px;
	background: #444444;
}

#block_bottom_2 {
	width: 325px;
	height: 26px;
	background: url(images/s_bottom.png) no-repeat;
	margin-left: 10px;
}
	
#navbar ul {
	float:left;
	width: 800px;
	height: 10px;
	margin-left: 15px;
	padding: 0;
	
	}	
	
#navbar li {
	list-style-type:none;
	float:left;
	display:block;
	padding-right:40px;
	text-transform: none;
	margin-top: 0px;
	}
		
#navbar a {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	}
	
#navbar a:hover, a:active {
	color: #0c537b;
	font-weight:bolder;
	text-decoration:none;
	}
		
h4 {
	font-size: 13px;
	font-weight:none;
	margin:0;
	padding:0;
	color:#555657;
	}
	
h4 a:link, a:visited {
	color: #000000;
	}
	
h5 {
	height: auto;
	width: auto;
	margin:0;
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	font-weight:bold;
	padding-top: 0px;
	margin-top: -4px;
	color: #ffffff;
	font-size: 13px;
	}
	
#top {
	height: 70px;
	width: 1050px;
	background: none;
	margin: 0 auto;
	margin-top: 35px;
	border: 0px solid black;

	}

#sidebar_bg {
	width: 350px;
	height: auto;
	float:left;
	background: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 9px;
	}
	
#main_info ul {
	border: 1px solid black;
	}	
	
#main_info li 	 {
	font-size: 13px;
	list-style-type:none;
	text-decoration:none;
	line-height: 18px;
	border: 0px solid black;
	margin-left: 15px;
	}	

#main_info a {
	color: #000000;
	}
	
#add_foot {
	margin-left: 10px;
	margin-top: 30px;
	}
	
#footer ul {
	list-style-type:none;
	text-decoration:none;
	border: 0px solid black;
	}
	
#footer li 	 {
	font-size: 13px;
	list-style-type:none;
	text-decoration:none;
	margin-left: 0px;
	line-height: 18px;
	}	

#comments {
	width: 545px;
	height: auto;
	border: 0px solid #000000;
	float:left;
	margin-left: 15px;
	}
	
#comments h3 {
	margin-left: -10px;
	padding: 20px;
	}
	
#comments h2 {
	margin-left: -15px;
	
	}
	
#search_bg p {
	padding-left: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
	}
	
#item {
	width: 510px;
	height: auto;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	}
	
item_2 {
	width: 510px;
	height: auto;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #cccccc;
	}

/* #################################### */

#links {
	float:left;
	width: 210px;
	height:100%;
	border: 0px solid #000000;
	background: #ffffff;
	}
	
#links-2 {
	float:right;
	width: 210px;
	height:100%;
	border: 0px solid #000000;
	background: #ffffff;
	margin-right: 35px;
	}
	
#container-inhoud {
	width: 557px;
	height: 100%;
	float:left;
	border: 0px solid black;
	margin-left: 15px;
	background: #ffffff;
	}
		
	
#inhoud-2 {
	width: 524px;
	height: 100%;
	float:left;
	margin-top: 10px;
	border: 1px solid #8cc0de;
	background: #b7daf8;
	padding:10px;
	margin-bottom: 5px;
	line-height: 18px;
	}
	
#inhoud-3 {
	width: 524px;
	height: 100%;
	float:left;
	margin-top: 10px;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding:10px;
	margin-bottom: 5px;
	color: #666666;
	font-weight:none;
	}
	
#inhoud-3 a:link, a:visited {
	color: #444444;
	font-weight:none;
	}
	
#inhoud {
	width: 510px;
	float:left;
	height:100%;
	
	}
	

#categorie {
	list-style-type:none;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 220px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	float:left;
	padding: 0px;
	margin-left: 5px;
	}
	
#categorie-kleur {
	list-style-type:none;
	background: white;
	border: 1px solid #cccccc;
	width: 220px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	float:left;
	padding: 0px;
	margin-left: 5px;
	}
	
#check {
	list-style-type:none;
	background: url(images/check-1.jpg);
	width: 230px;
	height: 85px;
	margin-bottom: 0px;
	margin-top: 0px;
	float:left;
	margin-left: -2px;
	}
	
#check-c {
	width: 190px;
	height: 40px;
	float:left;
	margin-top: 20px;
	margin-left: 20px;

	}
	
#cat-titel {
	width: 202px;
	height:10px;
	padding:10px;
	background: #11618f;
	margin-left:-1px;
	margin-top: -1px;
	}
	
#cat-titel-groener-2 {
	width: 202px;
	height:10px;
	padding:10px;
	background: #259b0f;
	margin-left:-1px;
	margin-top: -1px;
	}
	
#cat-titel-groener {
	width: 200px;
	height:10px;
	padding:10px;
	background: #259b0f;
	margin-left:-1px;
	margin-top: -1px;
	}
	
#cat-titel-lichtblauw {
	width: 201px;
	height:10px;
	padding:10px;
	background: #4fb83b;
	margin-left:0px;
	margin-top: -1px;
	}
	
#cat-titel-grijs{
	width: 201px;
	height:10px;
	padding:10px;
	background: #bbbbbb;
	margin-left:0px;
	margin-top: -1px;
	}
	
#cat-titel-lichtblauw-2 {
	width: 201px;
	height:10px;
	padding:10px;
	background: #6197b6;
	margin-left:0px;
	margin-top: -1px;
	}

	
#cat-titel-groen {
	width: 202px;
	height:10px;
	padding:10px;
	background: #208d0c;
	margin-left:-1px;
	margin-top: -1px;
	}

#subcategorie {
	list-style-type:none;
	margin-left: 5px;
	border: 0px solid #cccccc;
	width: 220px;
	font-size: 12px;
	margin-bottom: 10px;
	float:left;
	padding: 0px;
	}
	
#google {
	padding: 10px;
	}

#blok-afbeelding li {
	border-bottom: 0px solid #000000;
	text-decoration:none;
	width: 200px;
	line-height: 18px;
	}
	
#blok-afbeelding a:link, a:visited {
	color: 000000;
	}
	
#zoeken {
	float:right;
	font-size:9px;
	color: #ffffff;
	}

#home-afbeelding {
	width: 546px;
	height: 225px;
	background: url(images/home-afbeelding-4.jpg) center no-repeat;
	}
	
#home-afbeelding-2 {
	width: 546px;
	height: 225px;
	background: url(images/home-afbeelding.jpg) center no-repeat;
	}
	
#home-afbeelding-3 {
	width: 546px;
	height: 225px;
	background: url(images/home-afbeelding-4.jpg) center no-repeat;
	margin-left: 15px;
	}
	
#home-tekst {
	width: 536px;
	height: 30px;
	background: #11618f;
	padding-top:10px;
	padding-left: 10px;
	}


	

	
#home-tekst-2 {
	width: 546px;
	height: 40px;
	background: #11618f;
	margin-left: 15px;
	}
	
#blok {
	width: 245px;
	height: 100%;
	float:right;
	background: #ffffff;
	border: 0px solid #cccccc;
	margin-bottom: 10px;
	}

#blok-afbeelding {
	width: 218px;
	height: 100%;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	}
	
#blok-afbeelding-1 {
	width: 221px;
	height: 200px;
	border: 0px solid #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	
	}
	
#info-blok {
	width: 268px;
	height: 160px;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px solid #cccccc;
	}
	
#add-blok {
	width: 550px;
	height: 110px;
	float:left;
	margin-left: -2px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom:5px;
	background: url(images/block-add.jpg) no-repeat;
	}
	
#add-content {
	width: 500px;
	height: 75px;
	float:left;
	border: 0px solid #000000;
	margin-top: 23px;
	margin-left: 35px;
	}
		
#info-blok-2 {
	width: 256px;
	height: 265px;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#info-blok-1 {
	width: 268px;
	height: 160px;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid #cccccc;
	}
	
#tekst-blok {
	width: 248px;
	height: 10px;
	background: #259b0f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	}
		
#tekst-blok-blauw {
	width: 248px;
	height: 10px;
	background: #6197b6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	}
	
#tekst-blok-groen {
	width: 248px;
	height: 10px;
	background: #4fb83b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	}
	
#tekst-blok-donkerblauw {
	width: 248px;
	height: 10px;
	background: #11618f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	}

#info-afbeelding-1 {
	width: 268px;
	height: 130px;
	background: url(images/blok-4.jpg) center ;
	}

#info-afbeelding-2 {
	width: 268px;
	height: 130px;
	background: url(http://www.highprofile.nl/images/dynamic/bedrijven/5577/480_sportief_vibes_01.jpg) center ;
	}
	
#info-afbeelding-3 {
	width: 268px;
	height: 130px;
	background: url(images/blok-1.jpg) center ;
	}

#info-afbeelding-4 {
	width: 268px;
	height: 130px;
	background: url(http://ikrijmilieubewust.nl/afbeeldingen/geld.jpg) center  ;
	}
	
#info-afbeelding-5 {
	width: 268px;
	height: 130px;
	background: url(images/blok-6.jpg) center ;
	}
	
#info-afbeelding-7 {
	width: 268px;
	height: 130px;
	background: url(http://www.cleanexservice.com/los_angeles_cleaning_service/images/stories/window%20homecleaning.jpg) center ;
	}
	
#info-afbeelding-8 {
	width: 268px;
	height: 130px;
	background: url(images/blok-8.jpg) center ;
	}
	
#nieuw-artikel {
	height: 60px;
	width: 100%;
	border: 0px solid #000000;
	}
	
#artikel-link {
	margin-top: 10px;
	margin-left: 10px;
	width: 115px;
	border: 0px solid #000000;
	float:left;
	font-size: 11px;
	}
	
#artikel-img-gratis {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://www.2switch.nl/gfx/subMenuOver.gif) center no-repeat;
	float:left;
	}
	
	
#artikel-img-tool-1 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://94.100.116.11/854550001-854600000/854567501-854567600/854567510_16_3XsA.jpeg) 							    bottom no-repeat;
	float:left;
	}
	
#artikel-img-tool-2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://www.nibud.nl/uploads/RTEmagicC_Opvoedtest.jpg.jpg) center no-repeat;
	float:left;
	}
	
#artikel-img-tool-3 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://static1.youtellme.nl/images/content/contentpage/1/ico_social_compare_120.png) center no-repeat;
	float:left;
	}
	
#artikel-img-tool-4 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(images/winkelwaar-logo.jpg) center no-repeat;
	float:left;
	}
	
#artikel-img {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://images.hebikietsgemist.nl/Images/Programmas/auto-lease-special-rtl-z-.jpg) center no-repeat;
	float:left;
	}
	
#artikel-img-1 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(images/thumb-2.jpg) no-repeat;
	float:left;
	}
	
#artikel-img-2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://i100.twenga.com/huishoudelijk/wasdroger/siemens-wt46w560nl-wasdroger-tp_5169440245349616118.png) center  no-repeat;
	float:left;
	}
	
#artikel-img-3 {
	margin-top: 10px;
	margin-left: 10px;
	width: 70px;
	height: 50px;
	background: url(http://www.getverderrie.nl/media/1/20080701-trein.jpg) center no-repeat;
	float:left;
	}

#footer-content {
	width: 980px;
	height: 110px;
	border: 1px solid #cccccc;
	margin-left: 15px;
	padding: 10px;
	font-size: 12px;
	padding-left: 25px;
	color: #333333;
	}
	
#footer-content a:link, a:visited {
	font-weight:normal;
	}
	
#footer-blok-logo {
	width: 210px;
	height: 110px;
	float:left;
	line-height:18px;
	background: url(images/logo-grijs.jpg) no-repeat center;
	}
	
#footer-blok-laatste {
	width: 120px;
	height: 110px;
	float:left;
	line-height:18px;
	
	}
	
#footer-blok {
	width: 210px;
	height: 110px;
	float:left;
	line-height:18px;
	}
	
#white-space {
	height: 15px;
	width: 1040px;
	}
	
#white-space-2 {
	height: 10px;
	width: 200px;
	}
	
	
#cat-menu {
	float:left;
	padding: 10px;
	margin-left: 15px;
	
	}
	

	
#cat-menu a:link, a:hover, a:visited{ 
	font-size: 13px;
	}
	
	
#hoofd-logo {
	height: 40px;
	width: 200px;
	border: 0px solid #000000;
	margin-left: -10px;
	margin-top: -25px;
	margin-bottom: -5px;
	}
	
#add-onder {
	margin-left: 10px;
	margin-top: 5px;
	}
	
.alignleft {
	margin-bottom: 10px;
	margin-left: -2px;
	float:left;
	width: 200px;
	}
	
.alignright {
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	width: 200px;
	}
		
.entry {
	border: 1px solid #cccccc;
	}
	
.post-single {
	border: 1px solid #cccccc;
	float:left;
	margin-left: 15px;
	}
	
#balk {
	width: 495px;
	height: 80px;
	border-top: 1px solid #cccccc;
	padding: 10px;
	margin-left: 10px;
	float:left;
	}
	
#balk-2 {
	width: 495px;
	height: 50px;
	border-top: 1px solid #cccccc;
	padding: 10px;
	margin-left: 10px;
	float:left;
	}
	
#logo-balk {
	height: 125px;
	width: 150px;
	float:left;
	}
	
#logo-balk-2 {
	height: 75px;
	width: 150px;
	float:left;
	}
	

