/**
 * Theme Name: Hybrid News
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.1.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
html,body {
    margin: 0px;
    height: 100%;
    padding:0;
   
text-align: center;

	font: 12px/22px Arial, Helvetica, sans-serif;
}

/* Body container */
#bodybg{
		background: #fff url(images/background.jpg) repeat-x;
		background-position:0px 18px;
}
#body-container {
  margin-left: auto ;
  margin-right: auto ;
  width: 960px;
  text-align:left;
  padding-top:4px;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #0b4c8b;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: italic;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10px;
	font-weight: italic;
	}
h3 { font-size: 12pt; }
/* Paragraphs */
p {
	margin: 0 0 5px 0;
	}

.comments-header{

font-weight: bold;}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet_energieondernemer.png) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Arial, Helvetica, sans-serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */

table {
	width: 100%;
	}
caption {
	font: italic normal normal 12px/22px Arial, Helvetica, sans-serif;
	text-align: right;
	}
tr {
	margin: 1px;
	border: 0px solid #ddd;
vertical-align: top;
	}
td {
	padding: 3px;
	border: 0px solid #ddd;
vertical-align: top;
	}
tr.alt td, tr.even td {
	}
th {
	padding: 3px;
	border: 0px solid #ddd;
	}
th a {
	font-weight: bold;
	}

td.off {
background: #D9E3F0;
}

td.on {
background: #74A2C2;
}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px Arial, Helvetica, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 10px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 0px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* TOP Page Navigation
************************************************/

#shortcuts{
width:960px;
height:18px;
font-size:10px;
text-align: right;
}

/**
* Page Navigation
************************************************/
#primary-menu {
	width: 960px;
	height: 34px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #cecece;
	border-left:0;
	border-right:0;
	display:none;
	}
#primary-menu div.menu {
	float: left;
	width: 700px;
	margin: 0 0 0 -15px;
	}
#primary-menu div.menu ul {
	list-style: none;
	margin: 0;
	}
#primary-menu div.menu li {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
	}
	
	
#primary-menu div.menu a {
	display: block;
	font: normal normal normal 11px/11px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0 15px 0 15px;
	border-right: 1px solid #353535;
	}

/* Drop-down styles */
#primary-menu div.menu li:hover ul, #primary-menu div.menu li.sfHover ul  {
	top: 19px;
	}
	
#primary-menu div.menu li li:hover ul, #primary-menu div.menu li li.sfHover ul, #primary-menu div.menu li li li:hover ul, #primary-menu div.menu li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu div.menu ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#primary-menu div.menu li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#primary-menu div.menu li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
 #secondary-menu .search {
	float: right;
	width:175px;
	padding-top: 6px;
	}
#secondary-menu input {
	width: 150px;
	height: 14px;
	font: normal normal normal 11px/14px Arial, Helvetica, sans-serif;
	color: #78797a;
	padding: 1px;
	background: #fff;
	border: 1px solid #78797a;
	
	}
#-cat navigation .search-submit, #secondary-menu .button {
float:right;
height: 20px;
width: 20px;
border:0;
margin-top:2px;
background: transparent url(images/next.gif) no-repeat scroll right 0;
display: none;
}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 95px;
	border: 1px solid #fff;
	border-left:0;
	border-right:0;
	background: #fff url(images/logo.jpg);
	cursor:pointer;
	}

/**maakt header clickable icm hooks**/
.link1 {
position:absolute;
width:235px;
height:95px;
}


#header {
	overflow: hidden;
	width: 960px;
	height: 100%;
	margin: 0;
	}
#site-title {
	float: left;
	width: 450px;
	line-height: 35px;
	font-size: 28px;
	font-family: georgia, serif;
	margin: 12px 0 0 0;
	}
#site-title a {
	color: #fafafa;
	}
#site-description {
	display: none;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 60px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	padding:5px;
	}

/**
* Category Navigation
************************************************/
#secondary-menu {
	width: 960px;
	height: 38px;
	margin: 0;	
	margin-bottom: 19px;
	background-color: #fff;
border-bottom: 1px solid #cecece;
border-top: 1px solid #cecece;

	}
#secondary-menu div.menu {
	float: left;
	width: 745px;
	height: 25px;
	padding-top:9px;
	padding-left:20px;
	}
#secondary-menu ul {
	list-style: none;
	margin: 0;
	}
#secondary-menu li {
	float: left;
	background-color: #1a7abe; /*aanpassen - kleur van het menu */
	
	margin-right:10px;

	}
#secondary-menu a {
	display: block;
	padding: 3px 10px 3px 10px;

	}

#secondary-menu li a{
color: #fff;
border: 1px solid #1a7abe; /* aapassen */

}

#secondary-menu li a:hover {
text-decoration:none;
color: #1a7abe; /* aanpassen */
	background: #2b526b; /* aanpassen */
}

#secondary-menu li:hover a {
color: #1a7abe; /* aanpassen */
background-color: #fff;
}

.cat-item{
margin:0;
margin-top:-3px;
border:0;
}

div.menu ul ul {
position: absolute;
top: -999em;
width: 10em;
}

div.menu li:hover ul, li.sfHover ul {
    left: 0;
    top: 19px;
    z-index: 99;
    }


#secondary-menu li:hover li a {
	width: 160px;
	font: normal normal bold 12px/ Arial, Helvetica, sans-serif;
	color: #fff;
	background: #2b526b; /* aanpassen */
	background: rgba(26, 122, 190,0.8); /* aanpassen - kleur van dropdown in rgb waarde, 0.8 is de doorzichtbaarheid */
	border: 1px solid #fff;
	}

/* Drop-down controls */
/*
#secondary-menu div.menu ul ul, #secondary-menu div.menu ul ul ul {
	width: 0px;
	}
#secondary-menu div.menu li li:hover ul, #secondary-menu div.menu li li li:hover ul {
	left: 180px;
	}
#secondary-menu div.menu li li:hover ul, #secondary-menu div.menu li li.sfHover ul, #secondary-menu div.menu li li li:hover ul, #secondary-menu div.menu li li li.sfHover ul  {
	top: 0;
	}

/*
#secondary-menu div.menu li ul{
margin-top:-3px;
margin-left:-1px;
} 
*/

#secondary-menu div.menu ul ul {
	background: #fafafa;
	background: rgba(89, 33, 129,0.7)
	}

#secondary-menu div.menu li li:hover ul, #secondary-menu div.menu li li li:hover ul {
	left: 180px;
	}
/*
#secondary-menu div.menu li ul{
margin-top:3px;
margin-left:1px;
} 
*/

/* Make sure page menu overlaps category menu */
/*
#secondary-menu div.menu ul.menu {
	position: relative;
	z-index: 98;
	}
#primary-menu div.menu ul.menu {
	position: relative;
	z-index: 99;
	}
*/

/* RSS feed button */
#secondary-menu .feed-url{
background-color: #fff;
}

div.menu ul {
line-height: auto;
}

/**
* Subscribe/feed link (in navigation)
************************************************/
#secondary-menu #feed {
	width: 180px;
	float: right;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	padding-top:12px;
	background: #fff;
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}

.content {
	overflow: hidden;
	float: left;
	width: 430px;
	padding: 0 10px 20px 0;
	background: #fff;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}
.page-template-registreren-video .content, .primary-inactive.secondary-inactive .content {
	width: 915px;
	padding: 0 0 20px 0;
	}
.page-template-registreren-video #widget-container {
	display:none;	
}

/**
* Posts
************************************************/

.breadcrumb-trail{
background-color:#F2F8FB;
padding-left: 5px;
}
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background-color:#f2f8fb;
	padding:5px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 1	6px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.entry-title a {
	color: #222;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: normal normal 22px/22px Arial, Helvetica, sans-serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

.content .entry-title, #content .entry-title{
font-size: 20px !important;
}
/* Byline */
.byline {
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 13px;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	display:none;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 22px/22px Arial, Helvetica, sans-serif;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0;
	background: #dce7f4;	/*aanpassen - achtergrond */
	border: 0px solid #9cc0e0; /* aanpassen */
	border-left: 0;
	padding-left:5px;
	margin-bottom:10px;
	}
#primary .widget{
border-left: 0px solid #9cc0e0;
}
.widget-inside{
border:0 !important;
}



.widget-title {
	height: 19px;
	padding: 3px 5px;
	margin-left:-5px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin-bottom:0;
	background: #82b5d9;
	}
	
.widget-title a, .widget-title a:hover{
	color: #fff;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}

/* Aanpassen PHP widgets - witte achtergrond*/

.execphpwidget {
	background: #FFFFFF;
	border: none;
	padding: 0px 0px;
	padding-left:0px;
	margin-left:-5px;
	line-height: 15px;
	font-size: 11px;
	font: Arial, Helvetica, sans-serif;
}

div.execphpwidget a:link,
div.execphpwidget a:active,
div.execphpwidget a:visited,
div.execphpwidget a:hover {
color: #2b526b;
font-weight: normal;
text-decoration: none;
}

.execphpwidget table {
width: 100%;
border: 0px;
margin-bottom:0px;
}

/* Aanpassen widget mailchimp*/

#mc_signup_container .widget-title{
margin-right:-5px;
margin-top:-5px;
margin-bottom:10px;
margin-left:-10px;
}
#mc_signup_container input{
margin-right: 5px;
height:20px;
padding:0;
font: Arial, Helvetica, sans-serif;
}

#mc_signup_submit{
padding:2px;
height: 20px !important;

}
/* Widget search */
.widget-search .search-text {
	width: 300px;
	}

/* OIO ads*/
.oio-banner-zone ul, 
.oio-banner-zone li {
list-style:none;
}
.widget-inside .oio-banner-zone{

padding:0;
}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	}
.content .widget-title a {
	color: #82b5d9;
	}
.page-template-widgets .content .widget {
	margin: 0 0 1px 0;
	}

.utility{
margin-top:20px;
}
/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: left;
	width: 480px;
	}
#primary {
	overflow: hidden;
	float: left;
	width: 340px;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 129px;
	margin-left:10px;
	}
#tertiary {
	overflow: hidden;
	clear: both;
	float: left;
	width: 480px;
	}
#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 20px;
	background: url(images/bullet_energieondernemer.png) no-repeat 5px 7px;
	border-bottom: 1px solid #eee;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, Helvetica, sans-serif;
	}
 .button, #submit, #reset {
	width: 100px;
	height: 20px;
	margin-right: 9px;
	padding: 0 9px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #1864AF !important; /* aanpassen button kleur */
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #82B5D9; /* aanpassen button hover kleur */
	}


/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	paddding-left:20px;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin-right: 20px;
	padding:0;
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff;
	border: none;
	
	overflow: hidden;
	background: #fff;	/*aanpassen - achtergrond */
	border: 1px solid #9cc0e0;
	border-left: 0;
	padding-left:5px;
	margin-bottom:10px;
	}

.widget-inside ul {
list-style: none;
padding-left:0px;
}
#subsidiary .text-widget p{
color: #093754;
}	
	

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	margin-top:14px;
	margin-bottom:14px;
	background: none;
	}
#footer {
	overflow: hidden;
	width: 825px;
	height: 45px;
	margin: 0 auto;
/*	padding-top: 10px; */
	padding-left:145px; /* breedte van het logo aan de onderkant + 10px padding */
	background: #ffffff url(images/footer-logo.png) no-repeat; /* aanpassen - footer kleur */
	color: #fff;
	}
#inner-footer {
	overflow: hidden;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left:10px; /* breedte van het logo aan de onderkant + 10px padding */
	background: #1864af;
	color: #fff;
	}	
#footer a {
	font-style: normal;
	text-decoration:underline;
	color: #fff;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}

/**
* ADVERTISMENTS
************************/

#ad-banner{
width: 468px;
height: 60px;
margin-left: 380px;
margin-top: 15px;
}

#ad-leader{
text-align: center;

}
#ad-rec{
text-align: center;
margin-left: 2px;
width: 345px;
}

#ad-skycraper{
text-align: center;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
border:medium none !important;
height:50px !important;
width:50px !important;
}

#site-title
{
        display: none;
}

.section-title
{
	border-bottom: 1px solid #FDD813;
}

.section
{
	margin-right: 1px;
}

.widget-inside
{
}

#subsidiary .widget.energieondernemer .widget-title .rsswidget
{
	display: none;
}

#subsidiary .widget.energieondernemer
{
	border-bottom: solid 1px #194CA0;
}

#subsidiary .widget.energieondernemer ul
{
	list-style: disc inside url('images/bullet_energieondernemer.png');
}

#subsidiary .widget.energieondernemer .widget-title
{
	background-color: #fff;
	background-image: url(images/widget_energieondernemer.png); 
	background-repeat: no-repeat; 
	padding: 10px;
	margin-bottom: 10px;
}

#subsidiary .widget .widget-title .rsswidget
{
	display: none;
}

#subsidiary .widget
{
	border: none;
}

#subsidiary .widget.trefwoorden
{
	border-bottom: solid 1px #000;
}

#subsidiary .widget.trefwoorden .widget-title
{
	color: #000;
	background-image: none;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #000;
}

#subsidiary .widget.trefwoorden .widget-inside
{
}

#subsidiary .widget.energievastgoed
{
	border-bottom: solid 1px #801447;
}

#subsidiary .widget.energievastgoed .widget-title
{
	background-color: #fff;
	background-image: url(images/widget_energievastgoed.png);
	background-repeat: no-repeat; 
	padding: 10px;
	margin-bottom: 10px;
}

#subsidiary .widget.energievastgoed ul
{
	list-style: disc inside url('images/bullet_energievastgoed.png');
}


#subsidiary .widget.energieoverheid
{
	border-bottom: solid 1px #13924B;
}

#subsidiary .widget.energieoverheid .widget-title
{
	background-color: #fff;
	background-image: url(images/widget_energieoverheid.png); 
	background-repeat: no-repeat; 
	padding: 10px;
	margin-bottom: 10px;
}

#subsidiary .widget.energieoverheid ul
{
	list-style: disc inside url('images/bullet_energieoverheid.png');
}

#subsidiary .widget.energiebusiness
{
        border-bottom: solid 1px #FDD70F;
}

#subsidiary .widget.energiebusiness .widget-title
{
        background-color: #fff;
        background-image: url(images/widget_energiebusiness.png);
        background-repeat: no-repeat;
        padding: 10px;
        margin-bottom: 10px;
}
 
#subsidiary .widget.energiebusiness ul
{
        list-style: disc inside url('images/bullet_energiebusiness.png');
}

.mc_var_label
{
	display: none;
}

.mc_merge_var
{
	float: left;
}

input[name=mc_signup_submit]
{
	margin-left: 2px;
	padding: 4px;
}

.mc_input
{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

.mc_input.inactive
{
	color: #ababab;
}

.mc_signup_submit
{
	text-align: left !important;
}

.content p
{
        margin-bottom: 15px;
} 

/* Tabbed widgets */

#tabbed-widget-3 {
	border: 0px !important;
	margin-left: 0px;
}

.tw-content { 
	float:left; 
	width:95%; 
	clear:both; 
	background: #D1EADB;
	border: 0px solid #E8BF00;
	padding: 0,5em !important;
	}
	
.tabbed-widget { 
	float:left; 
	width:100%; 
	clear:both; 
	background: #ffffff;
	}
.tabbed-widget .ui-tabs-hide { display:none; }

/* Tabs */
.tw-tabbed-nav { 
	float:left; 
	width:100%; 
	clear:both; 
	}

.tw-tabbed-nav li {
	float:left;
	display: block;
	background: #85C9A1 !important;
	border-right: 6px solid #FFFFFF !important;
	border-bottom-width: 0;
	margin-right: 0.5em;
	padding-left: 1em !important;
	padding-right: 1em !important;
	font-weight: bold;
	color: #ffffff !important;
	}

.tw-tabbed-nav li.ui-tabs-selected {
	background: #D1EADB !important;
	border-right: 6px solid #FFFFFF !important ;
		}


.tw-tabbed-nav a { 
	float:left; 
 }

/* Registeren */
.registreren .tweetmeme_button, .inloggen .tweetmeme_button {display:none;}
.registreren .gform_wrapper ul li {background:none; padding-left:0;}
.registreren .gform_wrapper ul li.gfield.voornaam, .registreren .gform_wrapper ul li.gfield.tussenvoegsel, .registreren .gform_wrapper ul li.gfield.achternaam, .registreren .gform_wrapper ul li.gfield.email, .registreren .gform_wrapper ul li.gfield.telefoon, .registreren .gform_wrapper ul li.gfield.bedrijf, .registreren .gform_wrapper ul li.gfield.functie, .registreren .gform_wrapper .ginput_complex .ginput_right {float:left;clear:none;}

.registreren .gform_wrapper ul.top_label li.voornaam input.medium {width:115px;}
.registreren .gform_wrapper ul li.voornaam {width:125px;margin-right:5px;}

.registreren .gform_wrapper ul.top_label li.tussenvoegsel input.small {width:92px;}
.registreren .gform_wrapper ul li.tussenvoegsel {width:100px;margin-right:5px;}

.registreren .gform_wrapper ul.top_label li.achternaam input.medium {width:170px;}
.registreren .gform_wrapper ul li.achternaam {width:180px;}

.registreren .gform_wrapper ul.top_label li.email input.medium {width:195px;}
.registreren .gform_wrapper ul li.email {width:205px; margin-right:5px;}

.registreren .gform_wrapper ul.top_label li.telefoon input.medium {width:195px;}
.registreren .gform_wrapper ul li.telefoon {width:205px;}

.registreren .gform_wrapper ul.top_label li.bedrijf input.medium {width:195px;}
.registreren .gform_wrapper ul li.bedrijf {width:205px;margin-right:5px;}
.registreren .gform_wrapper ul li.bedrijf.gfield {clear:both;}

.registreren .gform_wrapper ul.top_label li.functie input.medium {width:195px;}
.registreren .gform_wrapper ul li.functie {width:205px;}

.registreren .gform_wrapper li.wachtwoord .ginput_complex .ginput_left input {width:195px !important;padding-right:2px;}
.registreren .gform_wrapper li.wachtwoord .ginput_complex .ginput_right input {width:195px !important;padding-right:2px;}
.registreren .gform_wrapper li.wachtwoord .ginput_complex .ginput_left {width:205px;margin-right:5px;}
.registreren .gform_wrapper li.wachtwoord .ginput_complex .ginput_right {width:205px;}
.registreren .gform_wrapper li.wachtwoord.gfield_error .ginput_complex .ginput_left {width:193px;margin-right:5px;}
.registreren .gform_wrapper li.wachtwoord.gfield_error .ginput_complex .ginput_right {width:193px;}
.registreren .gform_wrapper li.wachtwoord.gfield_error .ginput_complex .ginput_left input {width:183px !important;padding-right:2px;}
.registreren .gform_wrapper li.wachtwoord.gfield_error .ginput_complex .ginput_right input {width:183px !important;padding-right:2px;}

.registreren .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {top:3px;position:absolute;}
.registreren .gform_wrapper ul.gfield_checkbox li label {margin-left:25px !important;}

.registreren #field_1_17 {margin:0;}
.registreren .voorwaarden {margin-left:24px;}
.registreren .gform_wrapper .gform_footer {padding-top:0;}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {}

.registreren .gform_wrapper .top_label .voornaam.gfield_error {width:113px;margin-right:5px;}
.registreren .gform_wrapper .top_label .voornaam.gfield_error input.medium {width:102px;}

.registreren .gform_wrapper .top_label .tussenvoegsel.gfield_error {width:88px;margin-right:5px;}
.registreren .gform_wrapper .top_label .tussenvoegsel.gfield_error input.small {width:80px;}

.registreren .gform_wrapper .top_label .achternaam.gfield_error {width:168px;margin-right:0px;}
.registreren .gform_wrapper .top_label .achternaam.gfield_error input.medium {width:158px;}

.registreren .gform_wrapper .top_label .email.gfield_error {width:193px;margin-right:5px;}
.registreren .gform_wrapper .top_label .email.gfield_error input.medium {width:183px;margin-right:5px;}

.registreren .gform_wrapper .top_label .telefoon.gfield_error {width:193px;margin-right:0px;}
.registreren .gform_wrapper .top_label .telefoon.gfield_error input.medium {width:183px;}

.registreren .gform_wrapper .top_label .bedrijf.gfield_error {width:193px;margin-right:5px;}
.registreren .gform_wrapper .top_label .bedrijf.gfield_error input.medium {width:183px;margin-right:5px;}

.registreren .gform_wrapper .top_label .functie.gfield_error {width:193px;margin-right:0px;}
.registreren .gform_wrapper .top_label .functie.gfield_error input.medium {width:183px;}

.registreren .hidden {display:none;}
.registreren .visible {display:block;}
