/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(../img/bg-header-wide.png) top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 175%;
}

a {
	color: #46C8B4;
}

a:hover {
	color: #666;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: #D2992C;
	text-transform:uppercase;
	font-weight:500;
}

h1 {
	margin: 0 0 18px;
	font-size: 26px;
}

h2 {
	margin: 0 0 10px;
	font-size: 21px;
}

h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

h4 {
	margin: 0 0 6px;
	font-size: 16px;
}

h5 {
	margin: 0 0 4px;
	font-size: 14px;
}

h6 {
	margin: 0 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 18px;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
}

form li.indent {
	padding-left: 150px;
}

form li.last {
	margin: 0;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #CC0000;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #999;
}

.intro {
	font-size: 14px;
	font-weight:bold;
}

.hidden {
	visibility: hidden;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	width: 990px;
	background:url(../img/bg-wrapper.png) bottom right no-repeat;
}

#header {
	height: 149px;
	background: url(../img/bg-header.png) no-repeat;
	position:relative;
	z-index:100;
}

#main {
	width: 100%;
}

#sidebar {
	width: 240px;
	padding-top:160px;
}

#content-wrapper {
	width:750px;
	background:#fff url(../img/bg-content.png) top left no-repeat;
}

#content {
	padding: 20px 20px 0;
	width: 460px; 
}

#mediabar {
	width: 210px;
	background: url(../img/bg-mediabar.png) top left no-repeat;
	min-height:325px;
	padding:20px; 
}

* html #mediabar { width: 209px; } /* IE6 hack */

#footer {
	padding: 0 20px 0 260px;
	height: 40px;
	color: #ccc;
	font-size:11px;
}

.column {
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#language {
	height:30px;
	float:right;
	text-align:right;
	line-height:30px;
	color:#fff;
	font-size:11px;
}

#language label {
	margin: 0 20px 0 0; padding:0;
}

#language select {
	width:120px;
}

#logo {
	display: block;
	width: 203px;
	height: 60px;
	position:absolute;
	top:99px;
	left:0;
}

#logo img {
	display: block;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#breadcrumbs {
	overflow:hidden;
	margin-bottom:12px;
	width:100%;
}

#breadcrumbs p {
	display:inline-block;
	font-weight:bold;
	color:#46C8B4;
	float:left;
	margin-bottom:0px;
}

#breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#breadcrumbs li {
	display:inline;
	font-weight:bold;
	color:#46C8B4;
	float:left;
}

#breadcrumbs li a {
	display:block;
	padding: 1px 15px 0 10px;
	text-decoration:none;
	background:url(../img/breadcrumb-icon.png) 100% 6px no-repeat;
}

#breadcrumbs li.selected a {
	background:none;
}

img.page-visual {
	display:block;
	margin-bottom:18px;
}

.toolbar {
	margin:0 -20px;
	padding:10px 10px 10px 20px;
	border-top:1px solid #ECF9F7;
	text-align:right;
}

.button {
	display:inline-block;
	height:30px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background:url(../img/button-sprite.png) 0 0 no-repeat;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
}

a.button:hover {
	background-position: 0 -30px;
	color:#fff;
}

.button-inner {
	display:block;
	padding: 0 35px 0 0;
	background:url(../img/button-sprite.png) 100% 0 no-repeat;
}

a.button:hover .button-inner {
	background-position: 100% -30px;
}

a.button.tell-a-friend .button-inner { background-position: 100% -60px; }
a.button.tell-a-friend:hover .button-inner { background-position: 100% -90px; }

.icon {
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	padding-right:40px;
	background: url(../img/icon-right-sprite.png) 100% 0px no-repeat;
	color:#46C8B4;
}

a.icon:hover,
a:hover .icon {
	background-position: 100% -50px;
	color:#666;
}

.related {
	padding:0 0 10px;
}

.related h3 {
	margin: 0 -20px;
	padding:15px 10px 14px 20px;
	line-height:100%;
	font-size:21px;
	background-color:#ECF9F7;
}

.related ul {
	margin: 0 -20px; padding:0;
	list-style:none;
}

.related ul a {
	display:block;
	text-decoration:none;
	padding: 9px 0px 9px 20px;
	font-weight:bold;
	color:#666;
}

.related ul a .icon {
	float:right;
}

* html .related ul a { padding: 10px 0 0 20px; margin:0 0 -10px;} /* IE6 hack */
* html .related ul a .icon { position:relative; top:-20px;} /* IE6 hack */
* html .related ul a:hover { cursor:pointer;} /* IE6 hack */

.related table {
	margin: 0 -20px; padding:0; 
	width: 500px;
}

.related tr {
	margin:0; padding:0;
}

.related td {
	padding:0 0 0 20px; 
	border:0;
	height: 30px;
	color:#46C8B4;
}

.related td.filename {
	font-weight:bold;
	color:#666;
}

.related .download {
	text-align:right;
}

.related .download a.icon {
	line-height: 30px;
	height:30px;
	background:url(../img/icon-down-sprite.png) 100% 5px no-repeat;
}

.related tr.hover {
	cursor:pointer;
}

.related tr.hover td {
	color:#666;
}

.related tr.hover .download a.icon,
.related .download a.icon:hover {
	background-position: 100% -45px;
	color:#666;
}

/* Homepage stijlen*/

#visual {
	width: 480px;
	height:285px;
	position:relative;
	margin: 20px;
	padding:0;
	overflow:hidden;
}

* html #visual { width: 440px; height: 240x; display:inline;} /* IE6 hack */

#visual .items {
	position:absolute;
	width: 4000px;
	height:285px;
}

#visual .items img {
	display:block;
	float:left;
}

ol#visual-bullets {
	position:absolute;
	list-style:none;
	bottom:10px;
	left:10px;
	z-index:10;
	margin:0;
	padding:0;
}

#visual-bullets li {
	float:left;
	overflow:hidden;
	margin-right:5px;
}

#visual-bullets li a {
	width:10px;
	height:10px;
	display:block;
	text-indent:-999px;
	background:url(../img/visual-bullet-sprite.png) 0 0 no-repeat;
}

#visual-bullets li a:hover,
#visual-bullets li.selected a {
	background-position: -10px 0;
}

#welcome {
	width: 200px;
	padding:40px 20px 10px 0 ;
}

#welcome h1 {
	font-size:24px;
}

#overview {
	padding: 20px 0;
	background: url(../img/bg-overview.png) 0 0 repeat-x;
	width: 750px;
}

#overview .column {
	width: 230px;
	margin-left:20px;
}

#overview .column.last {
	width: 210px;
	padding-right:20px;
}

* html #overview .column { width: 210px; display:inline;} /* IE6 hack */
* html #overview .column.last { width: 230px; display:inline;} /* IE6 hack */

#overview .column p {
	margin-bottom:10px;
}

/* Certificaathouders Tabel Stijlen */

#certificaathouders {
	padding: 20px 20px 0;
}

#select-certificate {
	float:right;
}

#select-certificate select {
	margin-left:10px;
}

#certificaathouders table {
	margin: 0 -20px 10px; padding:0;
}

#certificaathouders tr {
	padding:0;
}

#certificaathouders td {
	padding:0 0 0 0px;
	border:0;
	height:30px;
	line-height:30px;
}

#certificaathouders td.name {
	font-weight:bold;
}

.note {
	padding:2px;
	margin-left:10px;
	text-transform:uppercase;
	font-size:10px;
	color:white;
	background-color:#46C8B4;
}

/* Certificaathouders Paginatie Stijlen */

#pagination {
	width:710px;
	padding:0 20px;
}

#pagination .button-wrapper { width: 150px;}
#pagination .prev-link { float:left; }
#pagination .next-link { float:right; }
#pagination a.button {margin-left:0;}

#pagination a.prev-link { background-position: 0 -120px; padding: 0 0 0 35px; }
#pagination a.prev-link .button-inner { padding: 0 10px 0 0 ; background-position: 100% -120px;}
#pagination a.prev-link:hover { background-position: 0 -150px; }
#pagination a.prev-link:hover .button-inner { background-position: 100% -150px; }

#pagination a.next-link {  }
#pagination a.next-link .button-inner { background-position: 100% -180px; }
#pagination a.next-link:hover .button-inner { background-position: 100% -210px; }

ol#pagination-bullets { 
	float:left; 
	margin:0; 
	padding:0; 
	list-style:none; 
	text-align:center;
	width: 410px;
}

ol#pagination-bullets li {
	display:inline;
	margin-left:2px;
}

ol#pagination-bullets a {
	display:inline-block;
	width: 30px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	background:url(../img/pagination-bullet-sprite.png) 0 0 no-repeat;
}

ol#pagination-bullets a:hover,
ol#pagination-bullets li.selected a {
	background-position: 0 -30px;
	color:#fff;
}

/* Sitemap sear*/

#sitemap {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 200%;
	list-style: none;
}

#sitemap li {
	font-weight: bold;
}

#sitemap ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	line-height: 200%;
	list-style: none;
}

#sitemap ul li {
	font-weight: normal;
}

#sitemap a {
	text-decoration: none;
}

/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

#sidebar-content {
	background:#fff;
	padding:20px 0 0 0;
}

#sidebar .fixed {
	height:145px;
	overflow:hidden;
}

#menu {
	background-color:#46C8B4;
	padding-bottom:5px;
}

#menu h3 {
	padding: 12px 20px;
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:100%;
	text-transform:none;
	font-weight:bold;
}

#menu ul {
	margin:0; padding:0;
	background-color:#fff;
	list-style:none;
}

#menu ul li {
	border-bottom:1px solid #C7EEE8;
}

#menu ul li.last {
	border-bottom:0;
}

#menu li a {
	display:block;
	padding: 13px 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	background:url(../img/icon-right-sprite.png) 100% 10px no-repeat;
}

#menu li.selected a {
	background:url(../img/icon-down.png) center right no-repeat;
}

#menu li a:hover {
/*	background-color:#FAF5E9;*/
	color:#666;
	background-position: 100% -40px ;
}

#menu li.selected a:hover {
	background-color:#fff;
	background-position: center right;
}

#menu li.selected ul {
	margin: 0px 20px 13px;
	border-left:2px solid #B5E9E1;
	padding:0 20px 0 10px;
}

#menu li.selected ul li {
	border:none; 
}

#menu li.selected ul a {
	display:inline;padding:0; background:none; font-weight:normal; font-size:11px;
}

#menu li.selected ul a:hover {
	 background:none; color:#666;
}

#menu li ul li.selected a,
#menu li ul li.selected a:hover {
	font-weight:bold;  background:none;
}

#sidebar .contactgegevens {
	padding: 0 20px 20px;
}

#sidebar .contactgegevens h3 {
	font-size:21px;
	margin-bottom:10px;
}

#sidebar .contactgegevens p {
	margin-bottom:10px;
}

#search-form {
	background:url(../img/bg-search-form.png);
	padding:10px 10px 0;
	margin:0;
	height: 40px;
}

#search-form form {
	margin:0; 
}

#search-form label {
	display:none;
}

#search-form input#search {
	float:left;
	margin:0;
	padding: 8px 5px;
	width: 180px;
	font-size:12px;
	color:#989898;
	border:none;
}

#search-form button {
	float:right;
	width: 30px;
	height:30px;
	margin: 0;
	text-indent:-999px;
	overflow:hidden;
	border:0;
	background: url(../img/search-sprite.png) no-repeat 0 0;
}

#search-form button:hover {
	cursor:pointer;
	background-position:0 -30px ;
}

/**
 * MEDIABAR ELEMENTS
 * ----------------------------------------
 */

#mediabar h3 {
	font-size: 21px;
	margin-bottom:12px;
}

#mediabar .contactgegevens {
}

/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer p {
	float: left;
	margin: 0;
	line-height: 40px;
}


/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
}

#service-navigation li a {
	text-decoration: none;
	color: #ccc;
}

#service-navigation li a:hover {
	color: #555;
}

div.search-item {
	margin-bottom:15px;
}

#lightwindow-wrapper {
	width: 600px;
	height: 400px;
	
}

