/*****Reset*****/ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
/*****Basic Elements*****/

html, body {
	background: #ececec url(images/bg.jpg) repeat-x;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
h1 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 55px;
	margin: 0 0 18px 0;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	margin: 0 0 18px 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h3 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
h3 a {
	color: #000000;
}
h4 {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
h4 a {
	color: #444444;
	text-decoration: none;
}
h5 {
}
p {
	margin-bottom: 16px;
}
a {
	color: #00405f;
	text-decoration: none;
}
a:hover {
	color: #f58220;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
small {
}
ul {
	margin-bottom: 16px;
	list-style: disc inside;
}
input {
	background: #fff;
	border: 1px solid #dee1e4;
	font-family: Helvetica, Arial, sans-serif;
}
textarea {
	background: #fff;
	border:1px solid #dee1e4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
/*****Generic Classes*****/
.alignleft {
	float: right;
	position: relative;
}
.alignright {
	float: right;
	position: relative;
}
.clear {
	clear: both;
}
.entry {
	margin: 24px 0 32px 0;
}
span.date, .entry span.date {
	color: #adadad;
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 3px;
}
span.date a {
	color: #5a5a5a;
}
span.date a:hover {
	color: #f58220;
}
p.leesmeer {
	margin-top: -16px;
}
a.leesmeer-big {
	background: url(images/leesmeer-big.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 119px;
	height: 31px;
	margin-bottom: 30px;
}
a.leesmeer-big:hover {
	background: url(images/leesmeer-big.png) no-repeat 0 -31px;
}
a.leesmeer-small, a.more-link {
	background: url(images/leesmeer-small.png) no-repeat 0 0;
	clear: both;
	display: block;
	height: 25px;
	margin-bottom: 24px;
	margin-top: 14px;
	text-indent: -9999px;
	width: 96px;
}
a.leesmeer-small:hover, a.more-link:hover {
	background: url(images/leesmeer-small.png) no-repeat 0 -25px;
}
a.archief {
	background: url(images/archief.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 22px;
	margin-bottom: 10px;
	margin-right: 12px;
	text-indent: -9999px;
	width: 69px;
}
a.archief:hover {
	background: url(images/archief.png) no-repeat 0 -22px;
}
a.meer {
	background: url(images/meer.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 22px;
	margin-bottom: 10px;
	margin-right: 12px;
	text-indent: -9999px;
	width: 65px;
}
a.meer:hover {
	background: url(images/meer.png) no-repeat 0 -22px;
}
a.minder {
	background: url(images/minder.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 22px;
	margin-bottom: 10px;
	margin-right: 12px;
	text-indent: -9999px;
	width: 67px;
}
a.minder:hover {
	background: url(images/minder.png) no-repeat 0 -22px;
}
input.verzenden-big {
	background: url(images/verzenden-big.png) 0 0;
	border: 0px solid black;
	cursor: pointer;
	height: 25px;
	width: 96px;
	margin: 5px 0;
}
input.verzenden-big:hover {
	background: url(images/verzenden-big.png) 0 -25px;
}
.pagination span, .pagination a {
	background:#FFFFFF;
	border:1px solid #dee1e4;
	color: #999;
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 2px 2px 0;
	padding:3px 6px;
	text-decoration:none;
}
.pagination a:hover {
	background:#f5f5f5;
	border:1px solid #dee1e4;
	color: #777;
}
.pagination .current {
	background:#f5f5f5;
	border:1px solid #dee1e4;
	color:#777;
	padding:3px 6px;
}
/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	background: #f1f1f1;
	border: 1px solid #dee1e4;
	display: inline;
	float: right;
	margin: 4px 0px 4px 10px;
	padding: 5px;
}
img.alignleft {
	background: #f1f1f1;
	border: 1px solid #dee1e4;
	display: inline;
	float: left;
	margin: 4px 10px 4px 0px;
	padding: 5px;
}
img.alignnone {
	background: #f1f1f1;
	border: 1px solid #dee1e4;
	display: inline;
	padding: 5px;
}
.wp-caption {
	background: #f1f1f1;
	border: 1px solid #dee1e4;
	color: #7e7d7d;
	font-size: 11px;
	padding: 8px 5px 5px 5px;
	text-align: center;
}
.wp-caption p {
	padding-top: 2px;
	margin-bottom: 0;
}
.wp-caption img {
	border: 1px solid #dee1e4;
}
/* End Images */

/*****Basic Layout*****/

#page {
}
/*****Header*****/

#header {
/*	background: url(images/menu-bg.png) repeat-x; */
}
#header-top {
	height: 140px;
	position: relative;
}
#logo {
	background: url(images/logo-bg.png) no-repeat 0 -30px;
	position: absolute;
	overflow: hidden;
	width: 609px;
	height: 256px;
	left: -176px;
	top: 0px;
	z-index: 0;
}
#logo img {
	margin-left: 216px;
	margin-top: 35px;
}
#menu-container {
	position: absolute;
	top: 94px;
	right: 0px;
	width: 100%;
	*width: 655px;
}
#menu-mid {
	background: url(images/menu-bg.png) repeat-x;
	height: 56px;
	padding-top: 4px;
	width: auto;
	
	float: left;
	position: relative;
}
#menu-right {
	background: url(images/menu-right-bg.png) no-repeat;
	height: 56px;
	position: absolute;
	width: 20px;
	right: 0px;
	top: 0px;
}
#menu-left {
	background: url(images/menu-left-bg.png) no-repeat;
	height: 56px;
	position: absolute;
	width: auto;
	top: 0px;
	right: 20px;
	padding-left: 20px;
}
#menu {
	color: #FFF;
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}
#menu li {
	display: inline;
	padding: 8px 0 8px 5px;
}
#menu li a {
	color: #FFF;
	padding: 9px 12px 8px 7px;
}
#menu li.hover {
	background: url(images/menu-item-left.png) no-repeat left;
	padding-left: 5px;
}
#menu li a.hover {
	background: url(images/menu-item-right.png) no-repeat right;
	color: #b1b1b1;
	padding-left: 7px;
	padding-right: 12px;
}
#slider {
	background: none;
	height: 396px;
	z-index: 1;
}
#slider img {
	padding: 10px;
}
#slider-frame {
	background: url(images/slider-bg.png) no-repeat;
	height: 416px;
	position: absolute;
	width: 960px;
	z-index: 2;
}
#slidernav {
	position: absolute;
	padding: 3px 30px 0 28px;
	z-index: 3;
	color: #FFF;
	height: 31px;
	background: url(images/slider-nav.png) no-repeat right;
	top: 512px;
	margin-left: 10px;
}
#slidernav a {
	background: url(images/slidernav.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999px;
	width: 30px;
}
#slidernav a:hover {
	background: url(images/slidernav.png) no-repeat 0 -60px;
}
#slidernav a.activeSlide {
	background: url(images/slidernav.png) no-repeat 0 -30px;
}
#slidernav-corner {
	background: url(images/slider-bg-corner.png) no-repeat;
	height: 15px;
	position: absolute;
	top: 541px;
	width: 15px;
	z-index: 4;
}
#breadcrumb {
	background: url(images/breadcrumb-bg.png) no-repeat;
	color: #6b6b6b;
	font-size: 10px;
	height: 22px;
	line-height: 20px;
	padding-left: 40px;
	position: absolute;
	top: 140px;
	width: 920px;
	z-index: 2;
}
#breadcrumb a, #breadcrumb .current {
	color: #b1b1b1;
}
#breadcrumb a:hover {
	color: #f58220;
}
/*****Content*****/

#content {
	background: #FFF url(images/content-bg.png) no-repeat left 20px;
	padding-bottom: 20px;
}
#content-inner {
	padding: 50px 30px 20px 30px;
}
#content-bottom {
	background: url(images/content-bottom-bg.png);
	height: 15px;
}
#intro {
}
#intro p {
	font-size: 15px;
	line-height: 27px;
	margin: 0 0 28px 0;
}
#comments { 
	padding: 30px;
}
#comments .comment-author {
	font-weight: bold;
}
/*****Sidebar*****/
#sidebar {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}
#sidebar-inner {
	padding: 55px 30px 40px 0;
}
#sidebar p {
	color: #7e7d7d;
	font-size: 10px;
	line-height: 16px;
}
#sidebar span.date {
	color: #adadad;
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#sidebar div.sidebaritem-mid {
	background: url(images/sidebaritem-bg.png) repeat-y;
	padding: 8px 14px 1px 14px;
	width: 172px;
	margin: 0;
}
#sidebar div.sidebaritem-mid div {
	background: #f8f8f8;
	width: 100%;
}
#sidebar div.sidebaritem-mid ul {
	list-style: outside none;
	margin-bottom: 6px;
}
#sidebar div.sidebaritem-mid li {
	border-top: 1px solid #dee1e4;
	color: #7e7d7d;
	display: block;
	font-size: 10px;
	line-height: 20px;
}
#sidebar div.sidebaritem-mid li:first-child {
	border-top: 0px solid #dee1e4;
}
#sidebar div.sidebaritem-mid li a {
	color: #7e7d7d;
}
#sidebar div.sidebaritem-mid li a:hover {
	color: #f58220;
	background: #fff;
}
#sidebar div.sidebaritem-top {
	background: url(images/sidebaritem-top-bg.png) no-repeat bottom;
	height: 35px;
 *height: 40px; /* IE7 hack */
	width: 200px;
	margin: 0;
}
#sidebar div.sidebaritem-top ul {
	font-size: 11px;
}
#sidebar div.sidebaritem-top li {
	display: inline;
	padding: 5px 0px 19px 5px;
	position: relative;
	line-height: 32px;
	zoom: 1;
}
#sidebar div.sidebaritem-top a {
	padding: 5px 9px 19px 4px;
	color: #535353;
}
#sidebar div.sidebaritem-top a:hover {
	padding: 5px 9px 19px 4px;
	color: #333;
}
#sidebar div.sidebaritem-top li.activeSlide {
	background: url(images/sidebartab-left.png) no-repeat left;
	color: #000;
}
#sidebar div.sidebaritem-top li.activeSlide a {
	background: url(images/sidebartab-right.png) no-repeat right;
	color: #000;
}
#sidebar div.sidebaritem-top li.activeSlide1 {
	background: url(images/sidebartab-left1.png) no-repeat left;
	color: #000;
}
#sidebar div.sidebaritem-top li.activeSlide1 a {
	background: url(images/sidebartab-right.png) no-repeat right;
	color: #000;
}
#sidebar div.sidebaritem-bottom {
	background: url(images/sidebaritem-bottom-bg.png) no-repeat;
	height: 10px;
	width: 200px;
}
#sidebar div.sidebaritem-bottomnav {
	background: url(images/sidebaritem-bottomnav-bg.png) no-repeat;
	height: 33px;
	margin-bottom: 40px;
	width: 200px;
}
#sidebar div.sidebaritem-bottombut {
	background: url(images/sidebaritem-bottombut-bg.png) no-repeat;
	height: 33px;
	width: 200px;
}
#sidebar div.sidebaritem-bottom-extra {
	margin-bottom: 30px;
}
#sidebar div.sidebarnav2, #sidebar div.sidebarnav3 {
	display: none;
}
#sidebar div.sidebarnav a {
	background: url(images/sidebarnav.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}
#sidebar div.sidebarnav {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 100px;
}
#sidebar div.sidebarnav a {
	margin-right: 1px;
}
#sidebar div.sidebarnav a:hover {
	background: url(images/sidebarnav.png) 0 -40px;
}
#sidebar div.sidebarnav a.activeSlide {
	background: url(images/sidebarnav.png) 0 -20px;
}
#sidebar #tags {
	color: #7e7d7d;
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 8px;
}
#sidebar #tags a {
	color: #7e7d7d;
	font-size: 10px;
	line-height: 20px;
}
#sidebar #tags a:hover {
	color: #f58220;
	background: #fff;
}
#sidebar #contact-slides {
	height: 130px;
	width: 100%;
}
#sidebar #contact-slides input {
	background: #fff;
	border:1px solid #dee1e4;
	color: #7e7d7d;
	width: 120px;
	font-size: 10px;
	font-family:  Helvetica, Arial, sans-serif;
	float: right;
}
#sidebar #contact-slides label {
	float: left;
}
#sidebar #contact-slides textarea {
	background: #fff;
	border:1px solid #dee1e4;
	color: #7e7d7d;
	font-size: 10px;
	font-family:  Helvetica, Arial, sans-serif;
	width: 120px;
	height: 25px;
	overflow: auto;
	float: right;
}
#sidebar #contact-slides input.verzenden-small {
	background: url(images/verzenden-small.png) 0 0;
	border: 0px solid black;
	cursor: pointer;
	height: 15px;
	width: 58px;
	text-indent: -9999px;
	margin: 5px 0;
}
#sidebar #contact-slides input.verzenden-small:hover {
	background: url(images/verzenden-small.png) 0 -15px;
}
/*****Tagcloud****/
#tagcloud {
	background: url(images/tagcloud.png) no-repeat 0 3px;
	color: #c7c7c7;
	padding: 0 30px 20px 55px;
}
#tagcloud a {
	color: #b4b4b4;
}
#tagcloud a:hover {
	color: #696969;
}
/*****Footer*****/

#footer {
	color: #AAA;
	font-size: 12px;
	line-height: 20px;
}
#footer-inner {
	padding: 20px 30px;
}
#footer a, #footer a:hover {
	color: #AAA;
	text-decoration: none;
}
#footer span {
	display: block;
	padding-top: 6px;
	width: 430px;
}
#footer a.aym {
	background: url(images/aym.png) no-repeat right top;
	float: right;
	padding-right: 17px;
	padding-top: 6px;
}

