/* $Id:zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 * Book NavigationSee line 74of Zen's drupal6-reference.css file
 * ForumSee line 197 of Zen's drupal6-reference.css file
 * MenusSee line 667 of Zen's drupal6-reference.css file
 * News AggregatorSee line 20of Zen's drupal6-reference.css file
 * PollsSee line 287 of Zen's drupal6-reference.css file
 * Search See line 320 of Zen's drupal6-reference.css file
 * User ProfilesSee line 945 of Zen's drupal6-reference.css file
 */


/** body **/
*
	{
	margin:0 auto;	
	}
body 
	{
	background:url(images/achtergrond-nw.png);
	color:#000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	}
a:link,
a:visited{
	color:#069;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;	
	}
#page
	{
	margin:0 auto;
	width:1000px;
	}
#page-inner
	{
	}

/** header **/
#header
{
	width:963px;
	height:121px;
	bottom:0px;
	padding:18px 0 0 37px;
}

#header-inner
{
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
}

#logo /* Wrapper for logo */
{
margin:0 10px 0 0;
padding:0;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
margin:0;
font-size:2em;
line-height:1.3em;
}

#site-name a:link,
#site-name a:visited
{
color:#000;
text-decoration:none;
}

#site-name a:hover
{
text-decoration:underline;
}

#site-slogan /* The slogan (or tagline) of a website */
{
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}

/** main (container for everything else) **/
#main
{
}

#main-inner
{
background:transparent url(images/navigatie-repeat.gif) top left repeat-y;
display: block;
width: 1000px;
}

/** content **/
#content
{
	/*width:1000px;*/
	width: 560px;
}

#content-inner{margin-left:330px; width:523px}
#content-inner a:link, #content-inner a:visited {
	color: #006699;
	text-decoration:none;
	}
#content-inner a:hover {
	color: #006699;
	text-decoration:underline;
	}

#mission /* The mission statement of the site (displayed on homepage) */
{
}

#content-top /* Wrapper for any blocks placed in the "content top" region */
{
}

* +html #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
	{
	padding:2px 4em 0;
	}
#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
	{
	/*padding:12px 4em 0;*/
	}

.breadcrumb /* The path to the current page in the form of a list of links */
	{
	color:#666666;
	float:left;
	}
.breadcrumb a:link{color:#069}
#navbar #languages 
	{
	/* color:#FBB041; */
	float:right;
	text-transform: lowercase;
	padding: 7px 0;
	}
#navbar .block-inner h2
	{
	display:none;
	}
#navbar #languages li  
	{
	list-style: none;
	}
#navbar #languages ul li a
	{
	color:#006699;
	text-decoration:none;
	}
#navbar #languages ul li a:hover
	{
	color:#006699;
	text-decoration:underline;
	}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
margin:0;
}

div.messages /* Important messages (status, warning, and error) for the user */
{
}

div.status /* Normal priority messages */
{
}

div.warning, tr.warning /* Medium priority messages */
{
/* border:1px solid #f0c020; */ /* Drupal core uses:1px solid #f0c020 */
}

div.error, tr.error /* High priority messages. See also the .error declaration below. */
{
}

div.tabs /* See also the tabs.css file. */
{
}

.help /* Help text on a page */
{
margin:1em 0;
}

.more-help-link /* Link to more help */
{
font-size:0.85em;
text-align:right;
}

#content-area /* Wrapper for the actual page content */
	{
	padding:10px;
	width:515px;
	}
* + html #content-area /* Wrapper for the actual page content */
	{
	padding:1em 5em;
	width:523px;
	}
#content-area strong {
	font-weight:lighter;
	}
#content-area a, #content-area a:visited {
	font-weight:lighter;
	color:#000000;
	}	
.pager /* A list of page numbers when more than 1 page of content is available */
{
clear:both;
margin:1em 0;
text-align:center;
}

.pager a, .pager strong.pager-current
{
padding:0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
margin:1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
{
	color:#666666;
	font-family:Georgia,Utopia,Palatino,"Palatino Linotype",serif;
	font-size:2em;
	padding-left:23px;
}
#content-bottom .author{color:#aaa;display:block;font-size:0.9em;font-style:italic;letter-spacing:-1px;padding:1em 2em;text-align:right}

/** navbar **/
#navbar
{
	width:918px;
	height:29px;
	background:#ffffff;
	float:left;
	font-size:1.1em;
	padding: 0 5px 0 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right-style:none;
	border-left-style:none;
}

#navbar-inner
{
}

#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
display:none;
}

#primary /* Primary links */
{
}

#secondary /* Secondary links */
{
}

/** sidebar-left **/
#sidebar-left
{
	background:#E8AE4B;
	width: 224px;
	float:left;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:11px;
	padding:10px 0 0 0px;
	display: block;
	
}

#sidebar-left-inner
{
	
}

#sidebar-left .block h2.title
{
display:none;
height:0;
visibility:hidden;
}

/** sidebar-right **/
#page #main #main-inner #sidebar-right
{
	width:200px;
	float:right;
	margin-left: 0;
	margin-right: 40px;
}

#sidebar-right-inner
{
}
 
#block-block-2,#block-block-1{background: url(images/cusus.png);text-align:center; height:104px;}
#block-block-2 h2, #block-block-1 h2{font-family: Verdana, Arial, Geneva, sans-serif; font-weight:normal;padding:5px 0}
#block-user-0{background: url(images/achterlogin.png) no-repeat;padding:1em; height:207px; width:160px; position:absolute; left:460px; top:385px;}
html* #block-user-0{background: url(images/achterlogin.png) no-repeat;padding:1em; height:207px; width:160px; position:absolute; left:500px; top:350px;}
	

#block-user-0 form#user-login-form{text-align:center}
#block-user-0 ul{margin-left:1.5em;list-style:none;text-align:left}


#block-block-10{
	background: url(images/telefoneer.png) ;text-align:center; height:125px;	
	}
#block-block-10 p{
	padding: 5px 0pt;
	color: rgb(194, 89, 24); 
	font-size: 1.3em; 
	font-weight: bold;
	padding: 20px 0 0;
}

#block-simplenews-6{
	background: url(images/nieuwsbrief.png) no-repeat; 
	height:230px;
	padding:10px;}
#block-simplenews-6 h2.title{margin:0px}
#simplenews-block-form-6 #edit-mail{width:150px;}
/** footer **/
#footer
{
width:1000px; 
	height:100px;
	float:right; 
	bottom:0px; 
	left:0px; 
	background:#ffffff; 
}
#block-menu-menu-footer #languages {
	/* text-align:center; */
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 150px;
}
#block-menu-menu-footer #languages ul li{
	display: inline;
	}
#block-menu-menu-footer #languages ul li a {
	display: block;
	list-style:none;
	float:left;
	border-bottom: none;
	color: #C25918;
	font-weight: bold;
	
}
#block-menu-menu-footer #languages ul.menu li.leaf.first a {
	display: block;
	list-style:none;
	float:left;
	border-bottom: none;
	color: #C25918;
	font-weight: bold;
	
}
#block-menu-menu-footer #languages ul.menu li.leaf.last a {
	display: block;
	list-style:none;
	float:right;
	border-bottom: none;
	color: #C25918;
	font-weight: bold;
	
}
#block-menu-menu-footer #languages ul.menu li.leaf.first a:hover {

	list-style:none;
	float:left;
	border-bottom: none;
	background:#E8AE4B ;
	color: #C25918;
	font-weight: bold;
}
#block-menu-menu-footer #languages ul.menu li.leaf.last a:hover {

	list-style:none;
	float:right;
	border-bottom: none;
	background:#E8AE4B ;
	color: #C25918;
	font-weight: bold;
}
#block-menu-menu-footer #languages ul.menu li.collapsed a{
	text-align:center;
	list-style:none;
	float:left;
	margin: 0 auto;
	padding: 0 15px 0 0;
	border-bottom: none;
	background:#E8AE4B ;
	color: #C25918;
	font-weight: bold;
} 
#block-menu-menu-footer #languages ul.menu li.collapsed a:hover {
	text-align:center;
	list-style:none;
	float:left;
	margin: 0 auto;
	padding: 0 15px 0 0;
	border-bottom: none;
	background:#E8AE4B ;
	color: #C25918;
	font-weight: bold;
} 
#block-menu-menu-footer #languages ul.menu li.collapsed a:hover  
#block-menu-menu-footer a:link{color:#923406;font-size:1.2em;font-weight:bold;text-decoration:none border-bottom: none;}
#block-menu-menu-footer a:visited{color:#923406;font-size:1.2em;font-weight:bold;text-decoration:none}
#block-menu-menu-footer h2 {
	display:none;
	visibility:hidden;
}
/*#block-quote{
	width:770px;
	margin-left:224px;
	}*/
#footer-inner
{
width:224px;
	float:left;
	background:#E8AE4B;
	bottom:0px; 
	left:0px;
	text-align:center;
	padding:21px 0;
	margin-right:20px;
	color:#993300;
	height:58px;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
 and for any blocks placed in the footer region */
{
}

.disc-stmp a:link{color:#923406;font-size:1.2em;font-weight:bold;text-decoration:none}
.disc-stmp a:visited{color:#923406;font-size:1.2em;font-weight:bold;text-decoration:none}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */
{
}

/** Drupal nodes **/
.node /* Node wrapper */
{
}

.node-inner /* Additional wrapper for node */
{
}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
/* background-color:#fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
height:0;
overflow:visible;
color:#d8d8d8;
font-size:75px;
line-height:1;
font-family:Impact, "Arial Narrow", Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
text-align:center;
word-wrap:break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */
{
}

.node-teaser /* A node displayed as teaser */
	{
	padding-bottom:3em;
	}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page /* Page content node */
{
}

.node-type-story /* Story content node */
{
}

.node h2.title /* Node title */
{
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
color:#c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
position:relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
}

.node .submitted /* The "posted by" information */
{
}

.node .terms /* Node terms (taxonomy) */
{
}

.node .content /* Node's content wrapper */
{
}

.node div.links /* Wrapper for node links */
{
margin:1em 0;
}

ul.links /* Taxonomy links, node links, comment links */
{
margin:0;
padding:0;
}

ul.links.inline
	{
	display:none;
	}
ul.links li
{
display:inline;
list-style-type:none;
padding:0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */
{
/* background-color:#ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
margin:1em 0;
}

#comments-title /* Heading for the list of comments */
{
}

.comment /* Wrapper for a single comment */
{
}

.comment-inner /* Additional wrapper for a single comment */
{
}

.comment-preview /* Preview of the comment before submitting new or updated comment */
{
}

.comment.new /* A new comment since the user last viewed the page. */
{
}

.comment.odd /* An odd-numbered comment in the list of comments */
{
}

.comment.even /* An even-numbered comment in the list of comments */
{
}

.comment.first /* The first comment in the list of comments */
{
}

.comment.last /* The last comment in the list of comments */
{
}

.comment-unpublished /* Unpublished comments */
{
/* background-color:#fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
{
}

.comment-published /* Published comments */
{
}

.comment-by-anon /* A comment created by an anonymous user */
{
}

.comment-by-author /* A comment created by the node's author */
{
}

.comment-mine /* A comment created by the current user */
{
}

.comment h3.title /* Comment title */
{
}

.new /* "New" marker for comments that are new for the current user */
{
color:#c00;
}

.comment .picture /* The picture of the comment author */
{
}

.comment .submitted /* The "posted by" information */
{
}

.comment .content /* Comment's content wrapper */
{
}

.comment .user-signature /* The user's signature */
{
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
{
margin:1em 0;
}

.indented /* Nested comments are indented */
{
/* margin-left:25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */
{
/* background-color:#ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
.block /* Block wrapper */
{
margin-bottom:1em;
}

.block.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
}

.block h2.title /* Block title */
{
	margin:0 0 0 20px;
}
#languages h2.title /* Block title */
{
	margin:5px 5px 0 0;
	padding: 15px 34px 0 0;
	color: rgb(255, 255, 255); 
	font-size: 1em; 
	font-weight: bold;
}
#block-block-2 #languages form{
	padding: 10px 25px 0 0;	
	}
.block .content /* Block's content wrapper */
{
	
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 h2.title/* First administrator-defined block */
{
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
margin:5px 5px 0 0;
padding: 22px 27px 13px;
text-align: left;
}



#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comments-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-2 /* "Primary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

#block-search-0 /* "Search form" block */
{
}

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0 /* "User login form" block */
{
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */
{
}

.box-inner /* Additional wrapper for box */
{
}

.box h2.title /* Box title */
{
}

.box .content /* Box's content wrapper */
{
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */
{
/* color:#e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */
{
/* color:#e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */
{
text-align:right;
}

#user-login-form /* Drupal's default login form */
{
text-align:left;
}

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
{
border-bottom:none;
padding:0;
}

tr.even
{
/* background-color:#eee; */ /* Drupal core uses a #eee background */
}

tr.odd
{
/* background-color:#eee; */ /* Drupal core uses a #eee background */
}

#nice-menu-1 li a.active, #nice-menu-2 li a.active, #nice-menu-3 li a.active, #nice-menu-4 li a.active /* The active item in a Drupal menu */
{
	background:#fff url(images/pijl.png) no-repeat scroll right center;
	color:#000;
	text-decoration:none !important;
}
#nice-menu-1 li.menuparent ul li a.active,
#nice-menu-2 li.menuparent ul li a.active,
#nice-menu-3 li.menuparent ul li a.active,
#nice-menu-4 li.menuparent ul li a.active{
	background-image:url(images/pijlsub.png);
	background-repeat: no-repeat;
	background-position: 5px ;
	background-color:#FFF;
	
	}
#nice-menu-1 li.menu-path-node-32 a.active,
#nice-menu-1 li.menu-path-node-35 a.active,
#nice-menu-2 li.menu-path-node-32 a.active,
#nice-menu-2 li.menu-path-node-35 a.active,
#nice-menu-3 li.menu-path-node-32 a.active,
#nice-menu-3 li.menu-path-node-35 a.active,
#nice-menu-4 li.menu-path-node-32 a.active,
#nice-menu-4 li.menu-path-node-35 a.active{
	background-image:url(images/pijl.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	}

/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
margin:1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
border:2px solid #c00;
}

.form-item label /* The label for a form element */
{
display:block;
font-weight:bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
display:inline;
font-weight:normal;
}

.form-required /* The part of the label that indicates a required field */
{
color:#c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
font-size:0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
margin:0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
display:inline;
}

.tips /* Tips for Drupal's input formats */
{
margin:0;
padding:0;
font-size:0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
margin-bottom:0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
#user-login li.openid-link
{
margin-top:1em;
margin-left:-20px; /* Un-do some of the padding on the ul list. */
	padding-left:20px;
	background-position:left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link
{
margin-top:1em;
	list-style-type:disc;
	list-style-position:outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
margin-left:-2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
 * admin section of the site.
 */
.section-admin tbody
{
border-top:1px solid #ccc;
}

.section-admin th
{
text-align:left;
padding-right:1em;
border-bottom:3px solid #ccc;
}

.section-admin tbody th
{
border-bottom:1px solid #ccc;
}

.section-admin thead th
{
text-align:left;
padding-right:1em;
border-bottom:3px solid #ccc;
}

.section-admin tr.even,
.section-admin tr.odd
{
background-color:#eee;
border-bottom:1px solid #ccc;
padding:0.1em 0.6em;
}

#content .node h2.title{
	font-size:1.5em;
}
#content .node .meta{
	color:#aaa;
	font-size:12px;
	}
#content .node .content{
	font-size:1.2em;
	line-height:1.6em;
}


/*Paged Navigation at bottom */
.item-list .pager
	{
	background:#FFFFCC;
	border:1px solid orange;
	clear:both;
	padding:0.5em;
	text-align:center;
	}
.afdeling_titel{
	margin-top:25px;
}
#block-blog-0 {
	margin-left:0;
	padding:0;
}
#block-blog-0 .block-inner{
	width: 172px;
	margin: 6px 0px;
	padding:0;
	
}
#block-blog-0 .block-inner ul li{
	list-style-type:none;
	list-style-image:none;
	/* list-style-image:url(images/pijlnieuws.png); */
	background-image:url(images/pijlnieuws.png);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	height:20px;
}
#block-blog-0 .block-inner ul li a{
 	color:#006699;
	padding: 0 0 0 20px;
	list-style-type:none;
	text-decoration:none;
	}
#block-blog-0 .block-inner ul li a:hover{
 	color:#006699;
	text-decoration:underline;
	}


* + html #block-blog-0 .block-inner{
	width: 167px;
	margin: 6px 0px 6px 0px;
	
}
* + html #block-blog-0 .block-inner ul li{
	margin-left:  10px;
	list-style-type:none;
	
}
* + html #block-blog-0 .block-inner ul li a{
 	color:#006699;
	padding: 0 0 0 20px;
	list-style-type:none;
	text-decoration:none;
}
* + html #block-blog-0 .block-inner ul li a:hover{
 	color:#006699;
	text-decoration:underline;
}
table.subnav_table {
	width:100%;
}
table.subnav_table td {
	border-top: 1px solid #F4EEBE;
	border-bottom: 1px solid #F4EEBE;
	width:33.3%;
	padding: 0 0 0 5px;
	height: 20px;
	line-height:20px;
	
}
table.subnav_table td a{
	color: #006699;
	text-decoration:none;
}
table.subnav_table td a:hover{
	color: #006699;
	text-decoration:underline;
}
#block-locale-0 .content{
	background-color:#006699;
}
.submitted, .terms-inline{
	font-size:10px;
}
.content h1{
	margin: 10px 0 10px 0;
	color:#ff9933;
}
.blog_usernames_blog{
	visibility:hidden;
	display:none;
	float:right;
}
.node_read_more{
	float:left;
	display:inline;
}

/** content top klanten menu **/

#content-top h2{
	visibility:hidden;
	display:none;
}
#content-top {
	padding:0px;
	height:50px;
}
#block-menu-menu-klantenmenu .content{
	float:left;
	width:520px;
	background:#F2EBB5;
}
#block-menu-menu-klantenmenu ul{
	padding:0px;
	margin:0px;
}
#block-menu-menu-klantenmenu ul li{
	float:left;
	display: inline;
	background:#F2EBB5;
	height:42px;
	padding:0px 0px 0px 0px;
	font: 11px Verdana;
}
#block-menu-menu-klantenmenu ul li a{
	float:left;
	background:#F2EBB5;
	text-decoration: none;
	color: #000 !important;
	display: block;
	height:18px;
	padding: 12px 8px; /*31px is left indentation of header text*/
	font:  11px Verdana;
}
#block-menu-menu-klantenmenu ul li a:hover{
	float:left;
	background:#FFFFFF;
	text-decoration: none;
	color: #000;
	display: block;
	height:18px;
	padding: 12px 8px; /*31px is left indentation of header text*/
	border-bottom:2px dotted #F4EEBE;
}

.two-sidebars #content-inner {
	padding-left:0em;
	padding-top:0em;
}
#page #main .with-navbar #content  {margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0;}
#page #main #content {margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; padding: 0; width: 525px;}
#page #main #content #content-inner {padding: 0;}

div.sitemap-box ul li a:link, a:visited{background: none}
.node-type-filterpagina .field-field-filterpaginalogo div.field-label{display:none}
.node-type-filterpagina .field-field-filterpaginalogo div.field-items{width:400px; text-align:right; margin-top:-70px;}
/*.node-type-filterpagina .field-field-taal{width:300px;float:left}
.node-type-filterpagina .field-field-trainingsvorm{width:300px;float:left}
.node-type-filterpagina .field-field-firma{width:300px;float:left}


.node-type-filterpagina .field-field-filterpaginalogo div.field-items{margin-bottom:50px;}
.node-type-filterpagina .field-field-filterpaginalogo{width:200px; float:right}*/


/*JOY METER */


div#node-402 #webform-component-vraag_1, div#node-402 #webform-component-vraag_2, div#node-402 #webform-component-vraag_3, div#node-402 #webform-component-vraag_4, div#node-402 #webform-component-vraag_5{
	background-color:#ebebeb;
	
	padding:5px;
	height:100px;
	width:450px;
	margin-bottom:5px;}
div#node-402 #webform-component-vraag_1 .form-checkboxes #edit-submitted-vraag-1-1{
	clear:both;}
div#node-402 #webform-component-vraag_1 label.option, div#node-402 #webform-component-vraag_2 label.option, div#node-402 #webform-component-vraag_3 label.option, div#node-402 #webform-component-vraag_4 label.option, div#node-402 #webform-component-vraag_5 label.option{
	display:block;
	width:25px;
	height:25px;
	float:left;

	}
	
form#webform-client-form-402#edit-submitted-vraag-1-wrapper{background-color:#090;}