/* Algemeen */

h1.single, h1.nieuws, h1.single-blog, h1.single-martin, h1.single-peter, h1.single-walter  {
	margin: 10px 0px 0px 0px;
	padding-bottom: 20px;
	border-bottom:1px dashed #ccc;
}
h1.single-blog {
	margin: 5px 0px 0px 0px;
	height: 95px;
	padding-bottom: 0;
	background: url('images/blog-header.png') no-repeat;
}
h1.single-martin {
	margin: 5px 0px 0px 0px;
	height: 95px;
	padding-bottom: 0;
	background: url('images/martin-header.png') no-repeat;
}
h1.single-peter {
	margin: 5px 0px 0px 0px;
	height: 95px;
	padding-bottom: 0;
	background: url('images/peter-header.png') no-repeat;
}
h1.single-walter {
	margin: 5px 0px 0px 0px;
	height: 95px;
	padding-bottom: 0;
	background: url('images/walter-header.png') no-repeat;
}

h1.single-blog span, h1.single-martin span, h1.single-peter span, h1.single-walter span {
	display: none;
}
h1.nieuws {
	font-size: 18px;
}
h3.nieuwslinks {
	margin-bottom: 5px;
	font-size: 16px;
}
.nieuwslijst {
	border-bottom:1px solid #ccc;
	padding-top: 5px;
	margin-bottom: 20px;
}
.nieuwslijst.sticky {
	background-color: #FFF8DD;
}
.nieuwsmeta {
	margin-left:0;
	font-size: 10px;
}
#topmenu {
	border-bottom: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
#topmenu a {
	color: #333;
}

#breadcrums {
	background-color: #fff;
	border-bottom:1px solid #A6A6A6;
	border-top:1px solid #A6A6A6;
	margin-right: 0;
}
ul#crums {
	margin: 0;
}
ul#crums li {
	display: inline;
	list-style: none;
}
ul#crums li a {
	background: transparent url('images/crums.gif') no-repeat;
	display: block;
	color: #382E1F;
	height: 31px;
	line-height:31px;
	padding: 0px 20px;
	margin-left: -10px;
	text-decoration: none;
	font-size: 11px;
	float: left;
	z-index: 1;
}
ul#crums li a:hover, crums li.current {
	background-position: 0 -31px;
}
ul#crums li a.home {
	background-position: 0 -93px;
	width: 95px;
	padding: 0;
	margin-left: 0;
	text-indent: -999em;
}
ul#crums li a.home:hover {
	background-position: 0 -124px;
}	
ul#home {
	padding-left: 15px;
	list-style-type: square;
}
img.wp-post-image,img.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#kol-left {
	border-left: thin dotted #B88200;
}

#kol-left p, #kol-left h5 {
	padding-left:15px; 
}
#kol-none p, #kol-none h5 {
	padding-left:15px;
}

#footerbar {
	border-bottom:1px solid #A6A6A6;
	border-top:1px solid #A6A6A6;
	background: #FFF url('images/gradient.png') repeat-x; 
	margin-bottom: 50px;
}
#footerbar a {
	color: #333;
}
ul#bar {
 	margin: 0;
}
ul#bar li {
	background: url('images/icons.gif') no-repeat 0px -240px;
	display: inline;
	list-style: none;
	padding-left: 20px;
	margin-right: 35px;
}
ul#bar li a {
	height: 31px;
	line-height:31px;
}
#zoekbox {
	background: url('images/zoekbox.gif') no-repeat;
	width:209px;
	height:21px;
	display:block;
	float:right;
	margin-top:4px;
	padding:3px 2px;
}
#zoekbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#zoekbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#zoekbox .zoektip {
	color:#999;
}
p.aboutus {
	color: #666;
	font-size: 11px;
}


/* Menu */
.menu {
	float:right;
	margin:20px 10px 0 70px;
	padding:0;
	position:relative;
	z-index:100;
}
	/* common styling */
	.menu ul li a, .menu ul li a:visited {
		display:block; 
		text-decoration:none; 
		color:#333;
		height:20px; 
		line-height:20px; 
		font-size:16px; 
		overflow:hidden;
		margin-left: 20px;
	}
	.menu ul {
		padding:0; 
		margin:0; 
		list-style: none;
	}
	.menu ul li {
		float:left; 
		position:relative;
	}
	.menu ul li ul {
		display: none;
	}
	
	/* specific to non IE browsers */
	.menu ul li:hover a {
		border-bottom:3px solid #B88200;
	
	}
	.menu ul li:hover ul {
		display:block; 
		position:absolute; 
		top:20px; 
		left:0; 
	}
	.menu ul li:hover ul.last {
		left:-66px;
	}
	.menu ul li:hover ul.last li:hover ul{
		left:-170px;
	}
	
	.menu ul li:hover ul li a.hide {
		background:#6a3; 
		color:#fff;
	}
	.menu ul li:hover ul li:hover a.hide {
		background:#6fc; 
		color:#000;
	}
	.menu ul li:hover ul li ul {
		display: none;
	}
	.menu ul li:hover ul li a {
		font-size: 11px;
		display:block; 
		background:#CBA500; 
		border-bottom: none;
		border-top:3px solid #B88200;
		color:#FFF;
		padding: 2px 10px 2px 10px;
		width: 150px;
	}
	.menu ul li:hover ul li.last a {
		border-bottom:3px solid #B88200;
	}
	.menu ul li:hover ul li a:hover {
		background:#EFDEAD; 
		color:#000;
	}
	.menu ul li:hover ul li:hover ul {
		display:block; 
		position:absolute; 
		left:170px; 
		top:0;
	}
	.menu ul li:hover ul li:hover ul li a{
		background-color: #ccc;
		color: #fff;
	}
	.menu ul li:hover ul li:hover ul li a:hover {
		background-color: #ddd;
		color: #333;
	}
	.menu ul li:hover ul li:hover ul.left {
		left:-105px;
	}

/* Bedrijven */
.g640 p {
	text-align: justify;
	margin-right: 5px;
}
#rubrieken {
	margin: 10px 0 ;
}
.lijst {
	word-wrap: break-word;
}
#content {
	position: relative;
	height: 100%;
}
.rubrieklijst {
	border-bottom:1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	min-height: 120px;
}
.rubrieklijst.toppartner {
	background-color: #FFF8DD;
	position: relative;
}
.rubrieklijst.recreatief {
	background-color: #F7FFDE;
	position: relative;
}
#pagesettings {
	position: absolute;
	height: 42px;
	right: 0px;
	top: 10px;
}
#pagesettings ul{
	list-style: none;
}
#pagesettings ul li {
	display: inline;
	float: left;
	margin-left: 10px;
}
#pagesettings a	{
	text-decoration: underline;
}
.toplogos {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	border:1px solid #ccc;
	text-align: center;
}
.toplogos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
.sponsorlisting {
	position: absolute;
	right: 0px;
	top: 5px;
}
.bclub {

}
.tweetbutton {
	float: right;
	margin-left: 10px;
}

h1.bedrijven {
	margin: 10px 0px 0px 0px;
	padding-bottom: 20px;
	border-bottom:1px dashed #ccc;
}
#tophead {
	position: absolute;
	right: 10px;
}
h5.bedrijven {
	margin-bottom: 5px;
}
#afbeeldingen h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}
#afbeeldingen img {
	border: 1px solid #ccc;
}
#concurrenten {
	position: relative;
}
#coda-home {
	position: relative;
	margin-right: 10px;
	height: 20px;
	border-bottom: 1px dashed #333;
}
#coda-home span{
	color: #666;
	font-size: 10px;
}
#concurrenten h5{
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}
ul.bedrijvenlijst {
	list-style: none;
}
#respond h3 {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}
#map {
	float: right;
	text-align: right;
	margin-right: 10px;
}
#map h5 {
	text-align: left;
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}
.products {
	margin-left: 10px;
}
.productimg {
	float: left;
	width: 90px;
	border: 1px solid #ccc;
	margin-right: 8px;
}
.productdesc {
	float: left;
	width: 192px;
}
/* Page Navigatie */

.Nav {
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	color:#838383;
}
.Nav a {
	padding:4px 8px 4px 8px;
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	font-size:10px;
	margin:0 5px 0 0;
}
.Nav a:hover {
	padding:4px 8px 4px 8px;
	border:1px solid #0066cb;
	color:#0066cb;
	text-decoration:none;
	font-size:10px;
	margin:0 5px 0 0;
}
.Nav .on {
	padding:4px 8px 4px 8px;
	border:1px solid #0066cb;
	color:#0066cb;
	font-size:10px;
	margin:0 5px 0 0;
}
.Nav span {
	padding:4px 8px 4px 8px;
	border:1px solid #e5e5e5;
	font-size:10px;
	margin:0 5px 0 0;
}

/* Events */

.event-month {
	margin-left: 0;
	
}
.event-month h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.eventlijst {
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom:1px dashed #ccc;
}

#deelnemers h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}

/* Users/Author */

#author h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
	margin-top: 30px;
}
#author.commenttext {
	color:#333;
	padding-left: 0px;
}

a.btn {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    border: 1px solid #4A87AD;
    background: #5D96B9 url('images/tgradient.png') repeat-x;
    padding: 4px 10px;
    margin-right: 12px;
    *padding: 2px 10px;
    clear: both;
}
a.btn {
    font-style: normal;
    color: ##425E6A;
    font-size: 11px;
    padding: 5px 10px;
    -moz-border-radius: 18px;
    margin-left: -10px;
    -webkit-border-radius: 18px;
    -moz-box-shadow: 0px 1px 0px #fff;
    *z-index: 5;
    *zoom: 1;
    text-decoration: none;
}
a.btn:hover {
    text-decoration: none;
    border: 1px solid #3C6386;
    -webkit-box-shadow: 0px 1px 3px #83B8D3;
    -moz-box-shadow: 0px 1px 3px #83B8D3;
}
a.btn img {
    vertical-align: top;
    margin-top: 4px;
    margin-left: 3px;
    *margin-top: 1px !important;
    *position: relative;
}

a.btn img, x:-moz-any-link  {
    margin-top: 5px;
}

a.btn:active {
    background-image: none;
}


/* Comments */

#tag h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}

/* Tabber */

.tabberlive .tabbertabhide {
	display:none;
}
.tabber {
	padding:0;
	display: none;
}
.tabberlive {
	margin:1px 0 10px 0;
}
ul.tabbernav {
	margin:0;
	padding:3px 0;
	border-bottom:1px solid #f8ecbd;
}
ul.tabbernav li {
	list-style:none;
	margin:0;
	display:inline;
}
ul.tabbernav li a {
	padding:3px 0.5em;
	border-bottom:none;
	text-decoration:none;
}
ul.tabbernav li a:link {
	color:#313062;
}
ul.tabbernav li a:hover {
	color:#CC0000;
}
ul.tabbernav li.tabberactive a {
	background:#fdf9eb;
	color:#474848;
	border:1px solid #f8ecbd;
	border-bottom:1px solid #fdf9eb;
	text-decoration:none;
	font-weight:bold;
}
ul.tabbernav li.tabberactive a:hover {
	color:#474848;
	background:#fdf9eb;
	border-left:1px solid #f8ecbd;
	border-right:1px solid #f8ecbd;
	border-top:1px solid #f8ecbd;
}
.tabberlive .tabbertab {
	background:#fdf9eb;
	padding:5px 10px 10px 10px;
	border-top:0px;
	border-left:1px solid #f8ecbd;
	border-right:1px solid #f8ecbd;
	border-bottom:1px solid #f8ecbd;
}
.tabberlive .tabbertab h2 {
	display:none;
	color:#313062;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabbertab {
	margin:0px;
	padding:0px;
}
.tabbertab ul {
	margin:5px 0 5px 15px;
	padding:0;
	list-style-type:none;
}
.tabbertab li {
	margin:0;
	padding:3px 0 3px 0;
	list-style-type:square;
}
ul.twitter {
	margin: 0;
}
ul.twitter li {
	border:1px solid #f8ecbd;
	list-style: none;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #fff;
}
.twitter-header {
	margin-left: 0px;
	margin-bottom: 5px;
}
.twitter-msg {
	width: 287px;
	height: 100px;
	background-color: #F8ECBD;
}
.twitter-photo {
	float: left;
	padding: 5px;
	margin: 5px 0px 0px 5px;
	height: 80px;
	background-color: #FFF;
	overflow: hidden;
}
.twitter-body {
	margin: 5px 5px 5px 10px;
	float: left;
	width: 160px;
}
.twitter-body p {
	margin-left: 0px
}

/* Sidebar */

#sidebar {
	float: right;
	margin-right: 10px;
}

#sidebar h5{
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
}
#sidebar h5.newsheader{
	background: #EEE url('images/rss.png') 5px 5px  no-repeat;
	padding-left: 25px;

	
}
#sidebar p{
	margin-left: 10px;
}
#banner {
	margin-left: 10px;
}
.sponsors {
	margin-left: 10px;
}
.sponsorimg {
	float: left;
	width: 90px;
	height: 60px;
	border: 1px solid #ccc;
	margin-right: 8px;
}
#inschrijven {
	margin-top: 10px;
}
#inschrijven img.button {
	float: right;
}
ul.contact {
	padding-left: 5px;
	list-style: none;
}
ul.contactbuttons {
	padding-left: 3px;
	list-style: none;
}
ul.rsslist {
	list-style: none;
	margin: 0
}
ul.rsslist li {
	margin-left: 10px;
	padding-left: 20px;
	line-height: 15px;
	margin-bottom: 5px;
	background: url('images/list.gif') 0px 0px  no-repeat;
}
#pdf {
	display: block;
	height: 40px;
	width: 300px;
	float: right;
	margin-top: 20px;
	border: 1px dashed #ccc;
} 
#pdf img {
	float: left;
	margin-right: 20px;
}
#pdf a {
	font-size: 12px;
	line-height: 40px;
}
p#expert {
	margin-left: 10px;
	font-size: 10px;
}
.ads {
	float: right;
}
.homebanner {
	margin-left:10px;
	padding: 5px;
	border: 1px solid #ccc;
}
.468banner {
	width: 468px;
}
.advert {
	float: right;
	font-size: 9px;
	width: 85px;
	height: 58px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}
.formulier {
	background-color: #eee;
	padding-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.formulier label {
	float: left;
	width: 145px;
}
.formulier label.member-label {
	margin-bottom: 10px;
}


.wpcf7-list-item label {
	width: 290px;
} 
.wpcf7-list-item label input {
	float: left;
	width: 20px;
	border:none;
}
.wpcf7-list-item span {
 	float:left;
	width: 250px;
	font-size: 10px;
}
span.wpcf7-list-item-label {
	line-height: 12px;

}
.formulier input {
	width: 135px;
	border: 1px solid #B0B0B0;
	padding: 2px 1px 2px 3px;
}
.formulier input[type="checkbox"] {
	float: left;
	width: 20px;
	border: none;
}
.formulier input[type="submit"] {
	float: left;
	border: none;
	height: 25px;
	width: 116px;
	cursor: pointer;
	background: url('images/aanmelden.gif') no-repeat;
}
.formulier input.aanvragen[type="submit"] {
	background: url('images/aanvragen.gif') no-repeat;
}
.formulier input.versturen[type="submit"] {
	background: url('images/versturen.gif') no-repeat;
}


/* Comments */

h5#comments {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}
#respond h3 {
	font-size: 16px;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #ccc;
	}	
cite.admin {
	background-color: #FFF8DD;
}
#co-company {
	float: right;
}
.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	}

.commentlist .time {
	background: url('images/bg_clock.gif') no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	border-top:1px solid #ccc;
	padding: 5px 0 10px 10px;
	color:#fafcf6;
	}
	
/* Produkten */
#bedrijf {
	margin-left: 10px;
}
#single h5 {
	background-color: #EEE;
	color: #333;
	padding: 5px;
	font-size: 12px;
}
/* TV */
#sticky-tv, #sticky-tv-title {
	width: 950px;
	text-align: center;
	background: #ccc url('images/pw-tv.jpg') no-repeat;
	padding: 70px 0 20px;
}
#sticky-tv-title {
	padding: 0px 0px 10px 0px;	
}
#sticky-tv-title a {
	color: black;
	font-size: 14px;
}
/* Home */
.eventhome {
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
	background-color:#EEE;
}
.newshome {
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
	height: 197px;
	background-color: #EEE;
}
.newshome_left, .newshome_right {
	float: left;
	display: inline;
}
ul.listitems {
	list-style: none;
	margin-left: 0;
}
ul.listitems li{
	padding-left: 20px;
	background: url('images/icons.gif') no-repeat 2px -560px;
}
ul.listitems li a{ 
	color: #666;
}
.date, .eventname {
	float:left;
}
.date {
	width: 40px;
}
.eventname {
	width: 250px;
}

h5.eventheader {
	background-color: #EEE;
	color: #333;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	margin: 5px 0px 2px 10px;
}
#homebox {
	border: 1px solid #CCC;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#mailbox {
	border: 1px solid #CCC;
	margin: 5px 0px 0px 10px;
	padding: 10px;
	background-color: #F6F6F6;
	font-size: 11px;
	overflow: auto;
	width: 279px;
}
#mailbox label {
	width: 100px;
	float: left;
}
#mailbox input {
	border: 1px solid #B0B0B0;
	float: left;
	margin-top: -1px;
	width: 150px;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 2px 1px 2px 3px;
}
#mailbox input[type="submit"] {
	color: #000;
}
ul.homemenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.homemenu li {
    line-height: 19px;
}
ul.homemenu li a {
	display: block;
	background: url('images/arrow.png') no-repeat 12px 50%;
	border-top: 1px solid #CCC;
	height: 21px;
	color: #666;
	outline: none;
	padding: 7px 5px 5px 20px;
	text-decoration: none;
	background-color: #F6F6F6;
}
ul.homemenu li a:hover {
    background-color: #FFF;
    text-decoration: underline;
}

