/* Site */
body {
	margin-top:0;
	background: #CCC url('../images/bg_darker_1.jpg') left center repeat; 
	/*background-color: #CCC;*/
}
h1 {
	font-family: verdana, sans-serif;
	color: #004990;
	font-size: 20px;
	letter-spacing:0.04em;
	font-weight: 600;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004990;
	height: 15px;
	margin-bottom: 0;
	margin-top: 25;
	line-height: 20px;
}
p {
	font-family: verdana, sans-serif;
	font-size: 12px;
	letter-spacing:0.04em;
	color: #003b74;
	margin-top: 0.5em; 
	padding: 0 0 6px 0;
}
li {
	font-family: verdana, sans-serif;
	font-size:12px;
	color: #003b74;
}
#site {
	width: 960px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background: #FFF; 	
}
#pelican_logo {
	margin-left: 30px;
	margin-top: 10px;
}
/* Zoek functie */
#zoeken {
	position:absolute;
	float: right;
	z-index: 999999999;
	margin-top:5px;
	margin-left:720px;
}
#zoektextbox {
	z-index: 100;
	width: 150px;
	z-index: 9999999999;
}
#zoekbutton {
	margin-left: 5px;
	color: #0768b8;
	border:1px solid #FFF;
	font-family: verdana, sans-serif;
	z-index: 9999999999;
}
#zoekbutton:hover{
	background-color: #CCC;	
}
/* Autocomplete Zoek functie */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
/* Menu */

.wrapper1 {
	background-color: #FFF;
	background: #FFF;
	color: #44433f;
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
	width: 960px;
}
.wrapper1 a {
	color: #E5F2FB;
	text-decoration: none;
}
.wrapper1 a:hover {
	color: #09548B;
}
.wrapper1 p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
.nav {
	background: #fff url(../images/menu/nav_bg.png) repeat-x;
	width:960px;
	float: left;
	height: 42px;
	padding-top: 3px;
}
.nav-wrapper {
	clear: both;
	float: left;
}
.nav ul {
	/*width: 648px;*/
	height: 42px;
	float: left;
	margin: 0;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(../images/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 100000;	
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:200000;
}
.nav li a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	float: left;	
}
a .menu-left {
	background: url(../images/menu/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left, .nav li.active a .menu-left, .nav li:hover a .menu-left, .nav li a:hover .menu-mid, .nav li.active a .menu-mid, .nav li:hover a .menu-mid, .nav li a:hover .menu-right, .nav li.active a .menu-right, .nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover, .nav li.active a, .nav li.hover a, .nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub, .nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../images/menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}
.nav li:hover li, .nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a, .nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 2px 2px;
	text-indent: 1px;
}
.nav li:hover li a:hover, .nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover, .nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../images/menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
/* Content */
#totalecontent {
	background-color: #FFF;
	background: #FFF;
	position:relative;
	float:left;
	z-index:10;
	width: 960px;
	min-height: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	position:relative;
	float:left;
	z-index:15;
	width: 585px;
	margin-top: 25px;
	margin-left:25px;
	margin-right: 30px;
	padding-bottom: 50px;
}
#bloks {
	position:relative;
	float:left;
	z-index:15;
	width: 305px;
}
#blok_chat_boven {
	position: absolute;
	margin-top: 35px;
}
#chatten_home {
	float: right;
	margin-top: 15px;
	
}
#chatten_andere {
	float: right;
	margin-top: 15px;
	margin-right: 60px;
}
#blok_atotal, #blok_btotal {
	position:relative;
	float:left;
	width: 305px;
	z-index: 16;
}
#blok_title{
	font-size: 14px;
	font-weight: bold;
	color: #004990u;
	margin-left: 10px;
	margin-top: 25px;	
}
#blok_total_boven{
	background: url(../images/bloks/blok_boven_bg.jpg);	
	background-color: url(../images/bloks/blok_boven_bg.jpg);
}
#blok_total_midden{
	background-image: url(../images/bloks/blok_midden_bg.jpg);
	background-repeat:  repeat-y left;;	
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#blok_total_onder{
	background: url(../images/bloks/blok_onder_bg.jpg);	
	background-color: url(../images/bloks/blok_onder_bg.jpg);
}
/* Slider */
#slider {
	position:relative;
	float:left;
	z-index:15;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
#slider1 {
	background: #FFF;
	width: 960px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index:150;
}
#slider1Content {
	width: 940px; /* important to be same as image width or wider */
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 10px;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 630px;
	background-color: #000;
	color: #FFF;
	filter: alpha(opacity=80);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    display: none;
}
.slider1Image p{
	color: #FFF;
	font-size: 12px;
	z-index: 150;	
}
.slider1Image a{
	color: #febe10;	
	font-size: 10px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 18px;
	color: #febe10;
}
.left {
	top: 0;
	left: 0;
	width: 290px !important;
	height: 232px;
}
.right {
	right: 0;
	bottom: 0;
	width: 290px !important;
	height: 232px;
}
#slider1 ul {
	list-style-type: none;
}
/* Footer */
#footer {
	position:relative;
	float:left;
	width:960px;
	height: 25px;
	background-color: #004990;
	background: #004990;
	color:#FFF;
	text-align:center;
}
#footertext {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	letter-spacing: 0.2em;
	margin-top: 5px;
}
/* Zoekresultaten */
#searchresulttable{
	width: 930px;		
}
#searchresulttable th{
	background: #fff url(../images/menu/nav_bg.png) repeat-x;
	height: 30px;
	text-align: left;
	color: #FFF;
	padding-left: 15px;
	font-size: 14px;	
}
#searchtitle{
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;	
}
#searchtitle a{
	text-decoration: none;
	color: #0768b8;
	font-size: 14px;
	font-weight: bolder;	
	margin-top: 20px;
}
#searchbody{
	padding-left: 15px;
	padding-right: 15px;	
}
#spacer{
	height: 25px;	
}
#speedchecker_link{
	display: none;	
}
/* Contact Form */
#formcontainer{
	width: 600px;
	margin: 40px auto;
	text-align: left;	
}
#form1{ 
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	background-color:#F5F5F5; 
	padding:15px;
}
#form1 input.error, #form1 textarea.error{
	background: #f8dbdb;
	border-color: #e77776;	
}
#form1 h3{
	font-size: 18px;
	font-weight:normal;
	font-style: italic;
	margin: 0;
	line-height: 15px;
	color: #999;	
}
#form1 div{
	margin-bottom: 15px;	
}
#form1 div span{
	margin-left: 10px;
	color: #999;
	font-size: 12px;
	font-style: italic;	 
}
#form1 div span.error{
	color: #e46c6e;	
}
#name, #email, #training, textarea, #voornaam, #achternaam, #telefoonnummer { 
	padding: 8px;
	border: solid 1px #999;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('../images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
#motivatie, #cv {
	padding: 8px;
	border: solid 1px #999;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 310px;
	background: #FFFFFF url('../images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
	
textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}
#name:hover, #email:hover, #training:hover, textarea:hover,
#name:focus, #email:focus, #training:focus, textarea:focus { 
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}
#send, #aanmeldennieuwsbrief{
	width: auto;
	padding: 10px 14px;
	background: #0768b8;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
#aanmeldennieuwsbrief{
	text-align:right;	
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;	
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 12px;	
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;	
}
#error ul li strong{
	color: #e46c6d;	
}
#error.valid ul li strong{
	color: #93d72el;	
}
/*****************/
/** QapTcha CSS **/
/*****************/
#QapTcha{
	padding:10px;
	border:0px solid #F4F4F4;
	margin-top:10px;
	z-index: 100000;
}
#QapTcha .clr{clear:both}
#QapTcha #bgSlider{
	width:202px;
	height:22px;
	background:transparent url('../images/qaptcha/sprites.png') no-repeat 0 -22px;
	float:left;
}
#QapTcha #Slider{
	width:48px;
	height:22px;
	background:transparent url('../images/qaptcha/sprites.png') no-repeat -32px 0;
	cursor:e-resize;
}
#QapTcha #Icons{
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../images/qaptcha/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}
#QapTcha #TxtStatus{
	width:402px;
	margin-top:-20px;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	clear:both;
}

/** States **/
#QapTcha .dropSuccess{
	color:#568E2F;
}
#QapTcha .dropError{
	color:#bb2828;
}
.notice {background-color:#d8e6fc;color:#35517c;border:1px solid #a7c3f0;padding:10px;margin-top:10px;}



/** Google maps **/
#googlemapspelican iframe{
	box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;
}

/* Pricing Tables
------------------------------------------------------*/
.price_table 			{ width:800px; margin:0 auto; padding:5px; }

.price_table a img		{ outline:none; border:none;}

table.customtable 		{ margin: 5px 0 5px 0; width:90%; border:0px solid #ccc; border-collapse:collapse; }
table.customtable th	{ font:bold 18px "Trebuchet Ms", Arial, verdana, sans-serif; text-align:center; padding:0px; border-bottom:1px solid #ddd; }
table.customtable th 	{ background:url(/assets/images/table-head-mid.png) repeat-x; height:78px; }

table.customtable th.lefthead 	{ background:url(/assets/images/table-head-left.png) no-repeat top left; height:78px;	}
table.customtable th.righthead 	{ background:url(/assets/images/table-head-right.png) no-repeat top right; height:78px; }
			
table.customtable td				{ border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; color: #000; padding: 7px 7px; font:normal 13px "Trebuchet Ms", Arial, verdana, sans-serif; }

.floatright				{ float:right; }

table.customtable td,
table.customtable th 	{ text-align:center;}

table.customtable thead th			{ border-left:none !important; border-right:none !important;}
table.customtable td:first-child 	{ background:#eee; text-align:left; padding-left:10px; font-weight:bold;   }