/* CSS Document */
/***************************************************************************************************
// GLOBAL STYLES
***************************************************************************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444444;
    background: #d9d9d9;
	text-align: center;
	margin: 0px auto;
	line-height: 1.7em;
	word-spacing:0em;
	letter-spacing:0em;
}

textarea { 
	color: #666666; 
	font-family: Arial;
	background-color: #FFFFFF; 
	border: 1px; 
	border-color: #C5C6C6;
	border-style: solid; 
	/*size: 0.92em; */
	font-size: 1em;
}   

input {
   color: #666666; 
   background: none;
   font-size: 1em;
   font-weight: normal;
   text-decoration: none;
   font-family: Arial;
   text-align: left;
   border-width: 1px;
   border-style: solid;
   border-color: #C5C6C6;
}

/* Links */
A 				{ color: #0e4973; text-decoration: none; font-weight: normal; }
A:link			{ }
A:visited		{ }
A:active		{ }
A:hover			{ color: #B2BB1E; }

/* Links top Menu*/
#topmenu A			{ color: #fff; text-decoration: none; font-weight: normal;  }
#topmenu A:link	{ }
#topmenu A:visited	{ }
#topmenu A:active	{ }
#topmenu A:hover	{ color: #B2BB1E; }

a img{
    text-decoration: none;
    border: 0;
}
/***************************************************************************************************
// LAY-OUT 
***************************************************************************************************/
#container {
	text-align: left;
	min-width: 760px;
	max-width: 984px;
	_width: expression(((document.body.clientWidth)) < 800? "760px": ((document.body.clientWidth)) > 1024? "984px": "auto" );
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}
#topmenu{
    clear: both;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    background: #0000FF url(images/menu.jpg) repeat-x;
    display: block;
    text-align: right;
    color: #FFFFFF;
    vertical-align: middle;
    width: 100%;
}
#topmenu li{
    display: inline;
    color: #FFFFFF;
    border-right: solid 1px #999999;
    padding: 0 1.5% 0 1.5%;
}

/* HEADER */
#header{
	height: 150px;
    margin-bottom: 5px;
}
h2, #header-left{
	vertical-align: top;
	float: left;
	text-align: left;
	width: 380px;
	height: 150px;
	background: #FFF;
	overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
	/*background: url(../images/header-left.gif) no-repeat;*/
}
#header-centre{
    margin: 0;
    padding: 0;
    line-height: 0;
	vertical-align: top;
	float: left;
	text-align: left;
	height: 150px;
	background: #FFF;
	overflow: hidden;
	width: 100%;
}
h1, #header-right{
	vertical-align: top;
	text-align: left;
	float: right;
	width: 380px;
	height: 150px;
	background: #FFF;
	overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
	/*background: url(../images/header-right.gif) no-repeat;*/
}
p{
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}
/* links middel content */
#content{
	vertical-align:top;
	width: 100%;
	text-align: left;
	/*background: #AAA;*/
	overflow: hidden;
}
/* BOTTOM */
#bottom{
	clear: both;
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	vertical-align:middle;
	text-align:left;
	background: #FFF;
    color: #FFFFFF;
}
#bottom A{
    color: #FFFFFF;
}
/* BOVENBALK */
#balk{
    margin: 0;
    padding: 1em 0 2em 0;
}
#balk-centre{
	vertical-align: top;
	float: left;
	text-align: left;
	/*background: #DDD;*/
	overflow:visible;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* breadcrumbs */
#balk-left{ 
	vertical-align: top;
	float: left;
	text-align: left;
	width: 70%;
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow:visible;
	line-height: 1em;
    font-size: 0.83em;
}
/* search box */
#search{
    float: right;
    padding: 0;
    margin: 0;
}
#search .inputbox{
	width: 120px;
	height: 20px;
	font-size: 0.83em;
	border: #E2E2E2 solid 1px;
	padding: 2px 0 0 5px;
    margin: 0;
}

#search .button{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 0.83em;
	border: 1px;
	border-color: #E2E2E2;
}

/*  EXTRA */
#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}
#hiddentitle{
    height: 0px;
    width: 0px;
    overflow:hidden;
}
/* OPMAAK */
.div{
    float: left;
    width: 20%;
    margin-left: 2.2%; /* ideal: 2.3% */
    margin-right: 2.2%;
    margin-top: 35px;
    border-top: 1px solid #BCBEC0;
    border-bottom: 1px solid #BCBEC0;
    vertical-align: top;
    text-align: center;
    background-image: url(images/div-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}
.divtitle{
    padding: 0;
    margin: 15px 5px 15px 5px;
    font-size: 1.15em;
    color: #B2BB1E;
    text-align: center;
    font-weight: bold;
}
.divtitle a{
    color: #B2BB1E;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}
.divtitle a:hover {
    color: #0B4A73;
}
.divimage{
    height: 90px;
    margin: 0;
    /*margin-left: 15px;
    margin-right: 15px;*/
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.divslagzin{
    padding: 0;
    margin: 15px;
    text-align: justify; 
}
.hometext{
    clear: both;
    margin: 25px 20px 30px 3%;
    padding: 0 15px 15px 15px;
    float: left;
    width: 48%;
    text-align: justify;
    background: url(images/div-bg.png) bottom repeat-x;
}
.hometext h4{
    color: #0B4A73;
}
.waarom{
    margin: 25px 3% 30px 20px;
    padding: 0;
    float: right;
    width: 37%;
    text-align: left;
}
.waarom h4{
    font-size: 1.2em;
    font-weight: bold;
    color: #0B4A73;
    margin: auto auto 0.5em auto;
}
.waarom ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
}
.waarom li{
    background: url(images/loopbaanbegeleiding.png) no-repeat 0 6px;
    padding-left: 20px;
}
.foot{
    clear: both;
    padding: 30px 0 40px 0;
    margin: 0 3% 0 3%;
    text-align: justify; 
    font-size: 0.93em;
}
.foot table{
    font-size: 1em;
}
/*
.mediation{
    float: right; 
    margin: 3%;
    margin-right: 7.5%; 
    margin-top: 100px;
    margin-bottom: 50px; 
    font-family: Times New Roman, serif; 
    font-size: 1.8em; 
    font-style: italic; 
    color: #3A111A; 
    border-top: 1px solid #BCBEC0; 
    border-bottom: 1px solid #BCBEC0; 
    padding: 5px; 
    line-height: 1.6em;
}
*/
/*
@font-face{
    font-family: "Baker Signet BT";
    src: url(Baker_Signet_BT.eot); *//* for IE 6+ */
/*    src: local("Baker Signet BT"), url(Baker_Signet_BT.ttf) format("truetype");
}
.mediationhsnp{
    font-family: "Baker Signet BT", Times New Roman, serif;
    font-size: 1.15em;
    font-style: normal; 
    color: #010101;
    letter-spacing: 0.03em;
}*/
h4{
    font-size: 1.2em; 
    font-weight: bold;
    padding: 10px 0 5px 0;
    margin: 0;
    /*color: #393939;*/
    color: #B2BB1E;
}
h4 a{
    text-decoration: none;
    color: #B2BB1E;
    font-weight: bold;
}
h4 a:hover {
    color: #0E4973;
}
h5{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.75em 0 0.5em 0;
    margin: 0;
    color: #393939;
}
h5 a{
    text-decoration: none;
    color: #393939;
    font-weight: bold;
}
h5 a:hover {
    color: #B2BB1E;
}
h6 {
    font-weight: bold;
    font-size: 1em;
    padding: 1em 0 0em 0;
    line-height: 1em;
    margin: 0;
}
blockquote {
    border-left: 1px solid /*#BCBEC0;*/ #B2BB1E;
    padding-left: 1em;
    padding-right: 1em;
    display: bock;
    font-size: 0.95em;
    margin-left: 2em;
}
#heart h5.diensten{
    padding: 0.75em 0 0.5em 1em;
    background: url(images/loopbaanbegeleiding.png) left center no-repeat;
    background-position: 0px 1.1em;
}
#leftmenu {
    float: left; 
    width: 20%; 
    margin: 0;
    padding: 5.5em 0 0 0;
}
#leftmenu dl{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    list-style-type: none;
}
#leftmenu dl dt{
    margin: 3em 0 1em 0;
    padding: 0;
    list-style-type: none;
}
#leftmenu dl dt a{
    color: #B2BB1E;
    font-weight: bold;
    line-height: 1em;
}
#leftmenu dl dt a:hover {
    color: #444444;
}
#leftmenu dl dd{
    padding: 0.7em 0 0.7em 1.7em;
    margin: 0;
    background: url(images/loopbaanbegeleiding.png) left center no-repeat;
    font-weight: bold;
}
#leftmenu dl dd a{
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}
#leftmenu dl dd a:hover {
    color: #B2BB1E;
}
#actueelmenu{
    float: left;
    width: 20%;
    margin: 0;
    padding: 5.5em 0 0 0;
}
#actueelmenu dl {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    list-style-type: none;
    display: block;
}
#actueelmenu dl dt{
    margin: 3em 0 0 0;
    line-height: 1.3em;
    padding: 0;
    list-style-type: none;
    color:#B2BB1E;
    font-weight: bold;
}
#actueelmenu dl dt a{
    color:#B2BB1E;
    font-weight: bold;
    text-decoration: none;
}
#actueelmenu dl dd{
    background: url(images/loopbaanbegeleiding.png) left center no-repeat;
    color: #444444;
    font-weight: bold;
    margin: 0;
    padding: 0.7em 0 0.7em 1.7em;
    line-height: 1em;
    list-style-type: none;
}
#actueelmenu dl dd a{
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}
#heart {
    float: right;
    width: 60%;
    margin: 0;
    padding: 0 10em 0 0;
}
#heart p {
    /*text-align: justify;*/
}
.afbeelding{
    margin: 1em 0em 1em 1em;
    padding: 0.5em;
    border: 0px solid #E2E2E2;
}
h3 {
    color: #0E4973;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0.5em 0;
    padding: 0;
}
.leesmeer {
    font-size: 0.95em;
    text-align: right;
    font-style: italic;
    padding: 0;
    margin: 0;
}
#topmenu .current a {
    color: #B2BB1E;
}
.contact-table td, .bel-table td{
    vertical-align: top;
}
ul.errorlist{
    margin: 0;
    padding: 0;
}
.errorlist li {
    color: #FF0000;
    display: inline;
}
.blogdatum{
    font-size: 0.9em;
    margin: 0 auto auto auto;
}

/* ---------- Image Overlay -------*/
.next, .prev {
    position: absolute;
    top: 40%;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #333333 none repeat scroll 0 0;
}

.progress {
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}
.thumbs a.active img {
    outline: 1px solid #000000;
    z-index: 9999;
    position: relative;
}
.simple_overlay{
    display: none;
    z-index: 10000;
    background-color:#333333;
    min-height: 200px;
    border:1px solid #666666;
    -moz-box-shadow: 0 0 90px 5px #000000;
    -webkit-box-shadow: 0 0 90px #000000;
}
.simple_overlay .close {
    background-image:url('/templates/images/overlay/close.png');
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.gallery .info {
    color: #fff;
    font-size:10px;
}
#belmij {
    position: relative;
    top: -150px;
    left: 3%;
}
.aanbod-img{
    float: right;
    margin: 4em -10em 1em 1em;
}
.pagination{
    text-align: center;
    font-weight: bold;
    margin: 3em 0 0 0;
}
#comments{
    border-top: 1px solid #C6C6C6;
    width: 75%;
    margin: 3em 0 0 0;
    font-size: 0.97em;
}
#comments ul{
    list-style-type: none;
    margin: 0 0 auto 0;
    padding: 1em 0 1em 0;
}
#comments ul li{
    display: block;
    margin: auto auto 2em auto;
}
.teams{
    border: 1px solid #BCBEC0;
    background: #FCFEFF; /*#ffde6c;*/
    font-size: 0.85em;
    color: #444444; /*#994302;*/
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0 auto 0 auto;
    position: absolute;
    bottom: -1px;
    right: 1em;
    width: 120px;
    height: 2.2em;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

