/*
Theme Name: Guidion 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

*/

/* JQUERY Menu */
.jqueryslidemenu{
	width: 100%;
	height: 20px;
	margin: 0 0 0 60px;
}
.jqueryslidemenu ul{
	padding: 0;
	margin:0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background-image:url(images/home_nav.gif);
	background-position:100% 0px;
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding: 8px 10px;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	line-height:28px;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #FFFFFF;
}
.jqueryslidemenu ul li a:hover{
	background-image:url(images/rollover_bg_repeat.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color: #FFFFFF;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	background-color: purple;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}
.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #000000;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	background: #fff;
	color: #333;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
}
#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 90px;
	width: 740px;
	}
.floatleft {
	float: left;
}
#header_top {
	left:196px;/*260px*/
	margin-top:20px;
	position:absolute;
	vertical-align:top;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}
.header_bottom {
	height:30px;
	margin-top: 40px;
	position:absolute;
	left: 112px;/*230*/
}
#navcontainer {
	height:20px;
	margin:0 0 0 0;
	padding:0;
	width: 100%;
}
#navcontainer ul {
	border:0 none;
	list-style-type:none;
	margin: 0 0 0 70px;
	padding:0;
	text-align:center;
}
#navcontainer ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#navcontainer ul li a {
	background-image:url(images/home_nav.gif);
	background-position:100% 0px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	line-height:28px;
	margin:0;
	padding:0 12px;
	text-align:center;
	text-decoration:none;
}
#navcontainer ul li.last a {
background-image:none;;
}
.fontbold {
	font-weight: bold;
}
#navcontainer ul li a:hover {
	background-color:#CC66CC;
	background-image:url(images/rollover_bg_repeat.gif);
	background-position:0 0;
	background-repeat:repeat;
	height:27px;
}
#navcontainer ul li ul {
	position:absolute;
	left:0;
	border:0 none;
	display: block;
	visibility:hidden;
	list-style-type:none;
	margin: 0 0 0 0px;
	padding:0;
	background-color: #90C;
}
#navcontainer ul li ul li {
	display:list-item;
	float:none;
	margin:0;
	padding:0;
	background-color: #90C;
	width: 150px;
}
#navcontainer ul li:hover ul {
	display: block;
}
.submenu ul li a {
	background: url(images/submenu_bar_background.gif) top repeat-x !important;
}
.submenu ul li a:hover {
	background-color:#CC66CC;
	background-image:url(images/rollover_bg_repeat.gif) !important;
	background-position:0 0;
	background-repeat:repeat;
}
/*picture header*/
.picture_header {
	position: relative;
	top: 0px;
	left: 0px;
}
.block_text {
	position: absolute;
	top: 14px;
	left: 0px;
	background: url(images/bg_green.png);
	display: block;
	height: 93px;
	width: 584px;
}
.block_text h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	line-height: 26px;
	color: #fff;
	margin: 10px 15px 5px;
	padding:0px;
}
.block_text p {
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	line-height: 18px;
	color: #fff;
	margin: 0 15px 0;
	padding:0px;
}
/*testimonial*/
img.photo {
	float: left;
}
/*
.testimonial {
	float: left;
	width: 96px;
	font-style:italic; 
}
*/
.testimonial {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}
.margin-text {
	margin: 10px 10px !important;
}
.testimonial img{
	float: left;
	
	z-index: 3px;
}
.testimonial .texttesti {
	width: 114px;
	position: absolute;
	top: 0px;
	left: 74px;
	z-index: 6;
	line-height: 16px;
}
/*form element*/
form {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 8px 0 0;
	height: 18px;
	border: 1px solid #7D3E8F;
	color: #000;
	font: 12px arial;
	width: 176px;
}
input.contactform {
	width: 276px;
	color: #000;
	font-style: normal;
}
textarea {
	border:1px solid #7D3E8F;
	margin:0;
	padding:0;
	font: 12px arial;
}
input.submit_btn {
	background: #fff;
	color: #000;
	font-style: bold;
}
/*end form element*/

#search_box {
	float: left;
	margin: 0 0 0 0;
}
#search_box2 {
	float: left;
	margin: 3px 0 0 0;
}
#navcontainer {
height:20px;
margin:0 0 0 0;
padding:0;
}
.logo {
	margin: 6px 0 0 0px;	
}
#content {
	font-size: 1.2em;
	width: 840px;
	margin: 0px auto;
}
/*spacer*/
.spacer_v {
	display: block;
	background: url(images/spacer_v.gif) no-repeat;
	width: 840px;
	height: 14px;
}
.spacer10v {
	display: block;
	clear: both;
	height: 10px;
}
.spacer20v {
	display: block;
	clear: both;
	height: 20px;
}
.spacer30v {
	display: block;
	clear: both;
	height: 30px;
}
.spacer40v {
	display: block;
	clear: both;
	height: 40px;
}
/*this part is for the block of the homepage*/

.block {
	float: left;
	background: url(images/block_red.gif);
	background-repeat: no-repeat;
	width: 281px;
	height: 112px;
	margin: 7px 0 7px;
	
}
.block.orange {
	background: url(images/block_orange.gif) top left;
	background-repeat: no-repeat;
}

.block.green {
	background: url(images/block_green.gif);
	background-repeat: no-repeat;
	width: 278px;
}
.blockleft  {
	float: left;
	height: 102px;
	width: 195px;
	/*background: green;*/
	margin: 10px 0 0;
	
}
.block.green .blockleft {
	width: 192px;
}
.number {
	float: left;
	font: 48px arial;
	font-weight: bold;
	color: #fff;
	width: 30px;
	line-height: 48px;
	margin: 0 0 0 20px;
}
.number.side {
	font: 22px arial;
	font-weight: bold;
	width: 14px;
	line-height: 26px;
	margin: 0 5px 0 5px;
}
.numberside {
	float: left;
	font: 22px arial;
	font-weight: bold;
	color: #fff;
	width: 14px;
	line-height: 26px;
	margin: 0 5px 0 5px;
}
.title {
	display: block;
	float:left;
	height: 40px;
	line-height: 20px;
	font: 18px arial;
	font-weight: bold;
	color: #fff;
	width: 145px;
}
.title.side {
	height: 22px;
	line-height: 15px;
	font: 13px arial;
	font-weight: bold;
	color: #fff;
	width: 156px;
	margin: 5px 0 0;
}
.titleside {
	display: block;
	float:left;
	height: 22px;
	line-height: 15px;
	font: 13px arial;
	font-weight: bold;
	color: #fff;
	width: 156px;
	margin: 5px 0 0;
}
.block.green .title {
	width: 142px;
}
.tekst {
	clear: both;
	width: 170px;
	font: 11px arial;
	color: #fff;
	margin: 0 0 0 25px;
	font-weight: normal;
}
.block.orange .tekst {
	font: 18px arial;
	font-weight: bold;
}
.block.green .tekst {
	width: 167px;
		
}
.right_img {
	float: right;
	margin: 0 7px 0 0;
	padding: 0px;
	display: block;
	height: 112px;
}
.block.green .right_img {
	margin: 0;
}

/*block purple (homepage)*/
.block_purple {
	float: left;
	margin: 0px 7px 10px 0;
	width: 275px;
}
.block_purple.last {
	margin: 0;
	width: 276px;
}
.block_purple.side {
	clear: both;
	margin: 0px;
	width: 188px;
	margin: 16px 0 0;
}
.block_purple_side {
	clear: both;
	margin: 0px;
	width: 188px;
	/*margin: 16px 0 0;*/
}
block_purple_post_side {
	clear: both;
	margin: 0px;
	width: 188px;
	/*margin: 16px 0 0;*/
}
.small_title {
	background-image: url(images/title_bar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 25px;
}
.title_arrow {
	background-image: url(images/title_arrow.gif);
	float: left;
	height: 25px;
	width: 13px;
	z-index: 5;
}
.title_text {
	display:inline;
	font-size:12px;
	font-family: arial;
	font-weight: bold;
	line-height:20px;
	margin-left:-1px;
	z-index:10;
	vertical-align: top;
}
.block_paragraph {
	color: #000000;
	margin: 10px 10px 10px;
	font: 12px arial;
}
.block_paragraph.midcol p a{
	margin: 20px 0 0 0;
}
.block_paragraph.subject {
	font-weight: bold;
	margin: 20px 10px 0px;
}
.block_paragraph p {
	padding: 0 0 0;
	display: block;
	margin-bottom: 10px;
}
.block_paragraph table tr.white,
.block_paragraph table tr.color {
	height: 20px;
	vertical-align: middle;
	border: 6px solid #FFFFFF;
}
.block_paragraph table tr.white {
	background-color: #FFFFFF;
}
.block_paragraph table tr.color {
	background-color: #FFFFFF;
}
.block_paragraph table tr.white .left,
.block_paragraph table tr.color .left {
	width:150px;
	vertical-align: middle;
}
.block_paragraph table tr.white .right img,
.block_paragraph table tr.color .right img {
	height: 10px;
	vertical-align: middle;
}
br {
	margin: 0px;
	padding: 0px;
}
/*ul.listing*/
ul{
	list-style-type: disc;
	margin: 0 10px 0 25px;
	font-size: 12px;
	font-family: arial;
}
/*
ul.listing.over {
	margin: 15px 10px 0 25px;
}
*/
ul li {
	line-height: 18px;
	margin: 0px 0 0 0;
}
/*
ul.listing.over li {
	margin: 15px 0 0 0;
}
*/
.block_paragraph.side {
	margin: 10px 0px 10px 10px !important;
	width: 188px !important;
}
.block_paragraph_side {
	
	margin: 10px 0px 10px 0px;
}
.block_paragraph_side input.posttext {
	width: 120px;
	border: 0;
	border: 1px solid #7D3E8F;
	margin-left: 4px;
}
.block_paragraph_side input.postbutton {
	background: url(images/Verder.gif);
	height: 24px;
	width: 68px;
	border: 0;
}
.text_right {
	text-align: right;	
}
a:link, a:hover, a:visited {
	color: #7E4098;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
	cursor: pointer;
}
#footer a:link,#footer a:hover,#footer a:visited {
	text-decoration: underline;
}
.title_2 {

	display: block;
	float:left;
	line-height: 20px;
	font: 18px arial;
	font-weight: bold;
	color: #fff;
	margin:20px 0 0; 
}
.price {
	float: left;
	font: 48px arial;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	margin: 0 0 0 10px;
}
.font_purple {
	color: #7E4098;
}
.clearboth {
	clear: both;
}
/*end of the block*/
/*twocolumn*/
.twocolumn {
	display: block;
	float: left;
}
.twocolumn.left {
	width: 632px;
	margin: 0 0 16px;
	padding: 0px;
}
.twocolumn.right {
	width: 188px;
	margin: 0 0 16px 20px;
}
.block_maps {
	height: 500px;
	margin: 10px 10px 10px;
}
.block_purple_full {
	background: url('images/bg_purple_small_flip.gif') repeat-x;
	background-color: #a36bbb;
	color: #fff;
	display: block;
	height: 109px;
	margin: 10px 10px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.block_purple_full:hover {
	cursor: pointer;
	background: url('images/bg_purple_xsmall_flip.gif') repeat-x;
	background-color: #4f4f4f;
}
.block_purple_full img {
	display: block;
	float: left;
	width: 99px;
	height: 99px;
	margin: 5px 5px 5px;
}
.block_purple_full .details {
	width: 488px;
	float: left;
	margin: 10px 10px 10px 5px;
}
.block_purple_full .details p {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.block_purple_full .details p a:link,.block_purple_full .details p a:visited {
		color: #fff !important;
		text-decoration: underline;
		font-weight: bold;
}
.block_purple_full h3.subject {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.block_purple_small {
	background: url('images/bg_purple_small.gif') repeat-x;
	background-color: #c89eda;
	color: #fff;
	display: block;
	height: 50px;
	margin: 10px 10px 10px;
}
.block_purple_small img {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 5px 5px;
}
.block_purple_small .details {
	width: 488px;
	float: left;
	margin: 10px 10px 10px 5px;
}
.block_purple_small .details p {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.block_purple_small .details p a:link,.block_purple_full .details p a:visited {
		color: #fff !important;
		text-decoration: underline;
		font-weight: bold;
}
.block_purple_small h3.subject {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}

.block_purple_collapse {
	background: url('images/bg_purple_small_flip.gif') top repeat-x;
	background-color:  #a36bbb;
	color: #fff;
	display: inline-block;
	margin: 10px 10px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	width: 612px;
}
.block_purple_collapse:hover {
	cursor: pointer;
	background: url('images/bg_purple_xsmall_flip.gif') top repeat-x;
	background-color: #4f4f4f;
}
.block_purple_collapse h3.subject {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.block_purple_collapse img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 5px 5px;
	/* clip:rect(0px,50px,50px,0px); */
}
.block_purple_collapse .sign {
	position: absolute;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 600px;
}
.block_purple_collapse .sign img {
	width: 25px;
	height: 25px;
	text-align: right;
	float: right;
}
.block_purple_collapse .details {
	width: 488px;
	float: left;
	margin: 10px 10px 10px 0px;
}
.block_purple_collapse .subdetails {
	width: 488px;
	float: left;
	margin: 0px 10px 10px 5px;
}
.block_purple_collapse .details p {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.block_purple_collapse .subdetails p {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.block_purple_collapse .details p a:link,
.block_purple_collapse .details p a,
.block_purple_collapse .details p a:visited {
	color: #fff !important;
	text-decoration: underline;
	font-weight: bold;
}
.block_step.red {
	background: url('images/step_red.gif') no-repeat;
}
.block_step.orange {
	background: url('images/step_orange.gif') no-repeat;
}
.block_step.green {
	background: url('images/step_green.gif') no-repeat;
}
.block_step {
	clear: both;
	display: block;
	width: 188px;
	height: 31px;
}

/*end of twocolumn*/

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

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

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



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

h2 {
	font-size: 1.6em;
	}

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

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

h3 {
	font-size: 1.3em;
	}
/*
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: #333;
	}

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

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

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

h2 a:hover, h3 a:hover {
	color: #7E4098;
	text-decoration: none;
}

#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: 840px;/*760px*/
	}

#header {
	background: url('images/guidion_bg.gif') repeat-x;
	margin: 0 0 0 1px;
	padding: 0;
	height: 90px;
	width: 100%;/*758px*/
	}

#headerimg {
	position:relative;
	top:0px;
	left:0px;
	margin: 0 auto;
	height: 90px;
	width: 840px;/*100%*/
}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;*/
	margin: 0px 0 0;
	width: 840px;/*450*/
	}

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

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

.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;
	margin: 0 auto;
	width: 840px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 16px 0;/*20px 0*/
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	position: absolute;
	top: -1000px;
	}

h2 {
	margin: 30px 0 0;
	}

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

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

h3 {
	padding: 0;
	/*margin: 30px 0 0;*/
	margin: 0 0 0;
}
p {
	margin: 0px;
	padding: 0px;	
}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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



/* 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
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	text-align: center;
	
}

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

#search_box a:link, #search_box a:visited, #search_box a:hover {
	color: #fff !important;
}
#search_box2 a:link, #search_box2 a:visited, #search_box2 a:hover {
	color: #fff !important;
}
.block_paragraaf {
	margin: 90px 0 0;
}
.nieuws_blok_left {
border-right:1px solid #E6E6E6;
float:left;
margin:0 10px 0 0;
padding-right:10px;
width:170px;
}
.nieuws_blok_right {
float:left;
width:440px;
}

.helpButton {
	 width:85px;
	 height:71px;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: center;
     position:fixed;
     bottom: 2px;
	 right:0px;
}
/* "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." */
