/*
.container_38 {
	background-image: url(../images/988_38_4_4.png);
	background-repeat: repeat-y;
}
*/

body {
	background-color: #FFFFFF;
	background-image: url(../img/body-back.gif);
	background-repeat: repeat-x;
}

/**
 * Geen menu getoond - zet op body
 */
body.nomenu .headerbar .menu {
	display: none;
}

/**
 * Menu level 1 getoond - zet op body
 */
body.menu1 {
	background-image: url(../img/body-back-menu1.gif);
}

/**
 * Menu level 1+2 getoond - zet op body
 */
body.menu2 {
	background-image: url(../img/body-back-menu2.gif);
}

/* tags */
img {
	display:block;
}

a {
	color:#0062A1;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

/* classes */

a.buttonlink {
	background-image:url("../img/arrow.png");
	background-position:0 1px;
	background-repeat:no-repeat;
	color:#0062A1;
	font-size:10px;
	font-weight:bold;
	padding-left:16px;
	margin:3px 0 0;
	display:inline-block;
}

a.button, span.button {
	background-image:url("../img/button.gif");
	color:#FFFFFF;
	display:inline-block;
	font-size:10px;
	font-weight: normal;
	height:17px;
	padding:3px 10px 2px;
	text-align:center;
	width:36px;
	font-family: "AllerRegular", "Verdana";
}

a.button.groot {
	background-image:url("../img/button-groot.gif");
	width:78px;
}

a.button.groter {
	background-image:url("../img/button-groter.gif");
	height:16px;
	padding:2px 10px 2px;
	width:93px;
}

a.black {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

div.button_rechts.blauw a {
	background-image:url("../img/button-groter.gif");
}

div.button_rechts.geel a {
	background-image:url("../img/button-groter-geel.gif");
	color:#000;
}

div.button_rechts.oranje a {
	background-image:url("../img/button-groter-oranje.gif");
}

div.button_rechts.groen a {
	background-image:url("../img/button-groter-groen.png");
	height:15px;
	padding:5px 12px 3px;
	width:93px;
}

form.snelzoeken a.button {
	float:right;
	margin-right:12px;
}

div.spacer {
	height: 10px;
}

.container > .header {
	height: 98px;
}

.header div.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.tabcontainer {
	margin-bottom:-1px;
}

.tab {
	font-size: 10px;
	width: 93px;
	height: 24px;
	background-image: url(../img/tab-normal.gif);
	float:left;
	margin-right:2px;
}

.tab.active {
	background-image: url(../img/tab-active.gif);
}

.tab a {
	color:#0062A1;
	display:block;
	padding:5px 0;
	text-align:center;
	font-weight: normal;
}

.tab.active a {
	color: #fff;
}

.headerbar {
	height: 103px;
	background-image: url(../img/header-back.gif);
	background-position:-158px top;
}

.headerbar #visual {
	position:absolute;
	top: 1px;
}

.headerbar #payoff {
	bottom:12px;
	color:#FFFFFF;
	font-size:24px;
	left:330px;
	position:absolute;
}

.menu {
	position: absolute;
	font-size: 10px;
	background-image: url(../img/menu-back-trans.png);
	height: 26px;
	width:100%;
}

.menu.level2 {
	top: 26px;
	background-image: url(../img/menu-back-trans-level2.png);
}

.menu a {
	color: #fff;	
	height: 22px;
	min-width: 75px;
	display: block;
	float:left;
	padding: 4px 4px 0 5px;
	text-align: center;
}

.menu a.active {
	font-weight: bold;
}

.menu a.active,
.menu a:hover {
	background-image: url(../img/menu-active-back.png);
}

.breadcrumb {
	height: 22px;
	padding: 10px 0 10px 22px;
	width: 958px;
	color: #000;
}

.breadcrumb a, .crumbend {
	padding-left: 10px;
	background-image: url(../img/arrow-small.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	color: #0062a1;
	font-weight: bold;
}

.breadcrumb a.current {
	font-weight: normal;
	font-style: italic;
}

div.kader {
	width: 215px;
	background-image: url(../img/kader-mid.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

div.kader > .top {
	background-image: url(../img/kader-top.gif);
	background-repeat: no-repeat;
	height: 5px;
}

div.kader > .header,
div.kader > .label,
div.kader > .content {
	padding-left: 4px;
}

div.kader > .content.padding-all {
	padding: 12px;
}

div.kader > .content.padding-all p {
	margin: 10px 0;
}

div.kader > .header {
	padding: 0 0 0 12px;
	/*min-height:2px; // weg ivm ie7, naar margin-top op label */
}

div.kader > .label {
	background-image: url(../img/kader-label-back.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 13px;
	color: #fff;
	background-position:3px 50%;
	padding: 4px 0 0 16px;
	margin-top:2px;
}

div.kader > .content {
	padding: 0 0 0 12px;
}

div.kader > .bot {
	background-image: url(../img/kader-bot.gif);
	background-repeat: no-repeat;
	height: 7px;
}

div.fotokader {
	height:198px;
	margin-bottom:10px;
	width:215px;
}

form.snelzoeken {
	margin-top: 12px;
}

form.snelzoeken div.content {
	padding-left: 10px;
}

form.snelzoeken input,
form.snelzoeken select {
	margin-bottom:10px;
}

form.snelzoeken select {
	width:192px;
}

form.snelzoeken input.text,
form.emailrss input.text,
form.routebeschrijving input.text {
	width:184px;
/*	border: 1px solid #0062a1;*/
	padding:2px 2px 2px 4px;
}

div#footer {
	background-color: #3e3d40;
	height: 31px;
	width:100%;
	border-bottom: 1px solid #4a4a4a;
	margin-top:20px;
}

div.grid_38 .footer {
	color:#fff;
	padding:9px 20px;
}

div.grid_38 .footer a {
	color:#fff;
	margin-right: 26px;
	font-weight: normal;
}

#kaartklein {
	background-image: url(../img/map-back.gif);
	height:161px;
	width:194px;
	position:relative;
}

#kaartklein .molen {
	background-image: url(../img/molentje-klein.png);
	position:absolute;
	height:19px;
	width:16px;
}

#kaartklein .molen a {
	display:block;
}

.nopad {
	padding: 0 !important;
}

#sollicitatie_button_rechts.normaal a {
	background-image: url(../img/kader-label-back.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 13px;
	color: #fff;
	background-position:3px 50%;
	padding: 2px 0 2px 16px;
	margin:2px 0 10px 0;
	display:block;
}

#sollicitatie_button_rechts.linkedin a {
	background-image: url(../img/button_linkedin.gif);
	background-repeat: no-repeat;
	height: 65px;
	font-size: 13px;
	padding-left: 2000px;
	margin: 2px 0 10px 2px;
	display: block;
	overflow: hidden;
}

.labelblue {
	background-image: url(../img/kader-label-back.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 13px;
	color: #fff;
	background-position:3px 50%;
	padding: 2px 0 2px 16px;
	margin:2px 0 10px 0;
	display:block;
}

.labelblue > span {
	float:right;
	margin-right:20px;
}

.required { 
	background-image:url(../img/asterix.png); 
	background-position:top right; 
	background-repeat:no-repeat; 
	padding-right:10px; 
}

p.bodytext {
	margin-bottom: 10px;
}

.zend_form input[type="text"] {
	width: 200px;
	border: 1px solid #0062a1;
}

.zend_form textarea {
	width: 410px;
	border: 1px solid #0062a1;
	height: 150px;
}
.zend_form select {
	width: 204px;
	border: 1px solid #0062a1;
}

.zend_form #invoeren {
	color: #fff;
	background-image: url('../img/button-groter.gif');
	border: none;
	cursor: pointer;
}

.zend_form #invoeren_groen {
	color: #fff;
	background-image: url('../img/button-groter-groen.png');
	border: none;
	cursor: pointer;
	height: 23px;
    padding: 0 0 2px 0;
    width: 116px;
}

.zend_form p.element_description {
	display: inline;
}

.zend_form p.element_description img {
	display: inline;
}
	
.errors li {
	color:#000;
	list-style:none outside none;
	margin-left:0;
	padding:6px;
	font-weight: bold;
}

#invoeren-element, .note {
	margin-bottom: 20px;
}

div.csc-header {
	clear: left;
}

#beltijd-element br {
	display: none;
}

#beltijd-element label {
	float: left;
}

#interesses-label {
	clear: left;
}

.button-zoeken {
	float:right;
	border:1px solid #013e76;
	color:#fff;
	background-color: #00508d;
	margin-right: 13px;
	cursor: pointer;
}

.tooltip {
	display:none;
	background:transparent url(../img/tooltip.png);
	font-size:12px;
	height:36px;
	width:110px;
	padding-top: 13px;
	padding-left: 30px;
	color:#fff;	
}

.container_38 p, .container_38 li {
	line-height: 1.5em;
}

.news-search-emptyMsg {
	font-size: 10pt;
	margin-top: 10px;
	font-weight: bold;
}

.news-catmenu-header {
	margin-bottom: 10px;
}

#rss_block {
	display: block;
	float: right;
}

/* simple css-based tooltip */
.tip {
	background-color:#0062A1;
	border:1px solid #fff;
	padding:10px 15px;
	width:250px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.info {
	display: inline-block;
	width: 16px;
	height: 16px;
	background:transparent url(../img/messagebox_info.png);
	cursor: help;
}

.info-left {
	display: inline-block;
	width: 16px;
	height: 16px;
	background:transparent url(../img/messagebox_info.png);
	cursor: help;
}

#rss_block {
	display: inline-block;
	width: 16px;
	height: 16px;
	background:transparent url(../img/rss.png);
}

.tagcloud {
	padding: 5px;
	font-size: 14px;
}

.tagcloud a {
	display: inline-block;
	padding: 2px;
}

.news-catmenu-header {
	display: none;
}

ul.nieuws-list {
	list-style: none;
}

ul.nieuws-list li {
	background-image:url("../img/arrow-small.gif");
	background-position:12px 7px;
	background-repeat:no-repeat;
	margin-left:4px;
	margin-right:1px;
	padding:2px 10px 2px 26px;
}

.home-aanmelden {
	height:22px; 
	margin-top:-3px; 
	padding-bottom:2px;	
	background-color:#00508D;
	border:1px solid #013E76;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	margin-right:13px;
}
