
@font-face {
    font-family: 'digital_sans_ef_medium';
    src: url('/css/assets/digitsanefmed-webfont.eot');
    src: url('/css/assets/digitsanefmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/assets/digitsanefmed-webfont.woff') format('woff'),
         url('/css/assets/digitsanefmed-webfont.ttf') format('truetype'),
         url('/css/assets/digitsanefmed-webfont.svg#digital_sans_ef_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'trebuchet_msbold_italic';
    src: url('/css/assets/trebuchet-ms-bold-italic-webfont.eot');
    src: url('/css/assets/trebuchet-ms-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/assets/trebuchet-ms-bold-italic-webfont.woff') format('woff'),
         url('/css/assets/trebuchet-ms-bold-italic-webfont.ttf') format('truetype'),
         url('/css/assets/trebuchet-ms-bold-italic-webfont.svg#trebuchet_msbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

span.block {
	background: #00b9ee;
	padding: 5px;
	cursor: pointer;
}

span.block.active, span.block:hover {
	background: #0069b4;
}

a span.block {
	color: #fff;
}


.middle-banner li {
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -1000;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides .hilight-top {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
		
.program_sub_title {
	cursor: pointer;
}

#content {
	padding: 0 15px 0 15px;
	font-size: 0.9em;
	height: 100%;

}

#footer {
	margin-top: 10px;
	padding: 10px 10px 10px 0;
	color: #fff;
}

#disclaimer {
	padding: 10px 10px 10px 0;
	color: #fff;
}

#footer h1, #footer h2,#footer h3,#disclaimer h2, #disclaimer h3, #disclaimer h4, #disclaimer h5, #disclaimer h6 {
	color: #fff;
}

.rmm, #content-main {
	margin-top: 10px;
}

#content-main {
	min-height: 450px;
}

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}

#button_float {
	width: 36px;
	height: 180px;
	position: fixed;
	top: 25%;
	right: 0px;
	z-index: 1000;
}

/* Box */

#content ul.box-grid li {
    margin-left: 0;
	
}

ul.box-grid > *:first-child {
	padding: 0px;
}
ul.box-grid > *:nth-child(2), ul.box-grid > *:nth-child(3), ul.box-grid > *:nth-child(4) {
	padding-left: 5px;
}

.box1 {
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 30px 0 0;
	padding: 33px 0 53px;
}

.box1.white {
	background: white;
	color: #003e77;
}

.box1:target h1, .box1:hover h1, .box1 h2, .box1 h3, .box1 h4 {
	color: #fff;
}



.imgs {
	text-align: center;
	min-height: 150px;
}

.imgs img {

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-2 {
	opacity: 0;
	z-index: 2;
}

.box1 h3 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 30px 0 22px;
}

.box1 p {
	font: 13px/18px Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0 40px;
}

.box1:hover, .box1:target {
	background: #00b9ee;
	border: 1px solid #0069b4;
}

.box1:target.white,.box1:hover.white{
	background: white;
	border: 1px solid #0069b4;
}

.box1:hover .img-2 {
	opacity: 1;
	z-index: 2;
}

.box1:target h3, .box1:target p,.box1:hover h3, .box1:hover p {
	color: #fff;
}

.box1:target.white h3, .box1:target.white p,.box1:hover.white h3, .box1:hover.white p {
	color: #003e77;
}

.box_employee {
	float: left;
	width: 300px;
	height:175px;
	overflow:hidden;
	padding: 10px;
	border: 1px solid #003e77;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box_employee:hover {
	border: 1px solid #009ee3;
}

.box_employee .img {
	float: left;
	padding-right: 10px;
}

.box_employee .body {
	float: left;
	width: 100%;
}

.contactBox {
	border: 1px solid #003e77;
	padding: 10px;
}

/* CMS Colors */

.blauwe_text {
	color: #009ee3;
}

.business_name {
	font-family: "digital_sans_ef_medium", Helvetica, sans-serif;
	font-size: 1.2em;
}
.business_title {
	font-family: "digital_sans_ef_medium", Helvetica, sans-serif;
	color: #009ee3;
}

.youtube img {
	padding-right: 5px;
}

table, th, td {
	border: 0px solid #49860d;
	border-collapse:collapse;
	vertical-align: top;
	padding: 0px;
}

table thead tr td {
	background: #49860d;
	color: #ffffff;
}



.testify {
	color: #f77f00;
	cursor: pointer;
}

.oranje_text
{
	color: #f77f00;
}

.medium-text {
	font-size: 0.8em;
}

.small-text {
	font-size: 0.6em;
}

/* highlight bookmark */ 
:target {
	
}


/* m_contactMessage - Form */

.error_list
{
	border: 1px solid #ffffff;
	background:#009ee3;
	padding: 15px;
	color: #ffffff;
	margin-bottom: 15px;
}

ul.errors 
{
	margin: 0;
	list-style-type: none;
}

ul.errors li
{
	padding: 10px 10px 10px 0;
}

#m_productSignup legend
{
	color: #ffffff;
}

#m_productSignup dl dt,
#m_productSignup dl dd {
	margin-right: 5px;
	height: 40px;
}

#m_productSignup #name_zn-label
{
	float: left;
}

#m_productSignup #name_zn-element
{
	float: left;
}

#m_productSignup #surname_zn-label
{
	float: left;
}


#m_productSignup #surname_zn-element
{
	float: none;
}

/* m_productSignup - Form */

#m_productSignup #street_zn-label
{
	float: left;
}
#m_productSignup #street_zn-element
{
	float: left;
}
#m_productSignup #street_nr-label
{
	float: left;
}

#m_productSignup #post_cd-label
{
	float: left;
}

#m_productSignup #post_cd-element
{
	float: left;
}

#m_productSignup #location_zn-label
{
	float: left;
}


#m_productSignup #country_cd-label
{
	float: left;
	height: 40px;
}

#m_productSignup #country_cd-element label
{
	float: left;
	height: 40px;
	margin: 0 5px 0 0;
}

#m_productSignup #country_cd-element label input
{
	margin-right: 5px;
	
}

#m_productSignup #country_cd-element label
{
	margin-right: 15px;
	margin-bottom: 5px;
}

#m_productSignup #tel_nr-label
{
	float: left;
}

#m_productSignup #tel_nr-element
{
	float: none;
}


#m_productSignup #gsm_nr-label
{
	float: left;
}

#m_productSignup #gsm_nr-element
{
	float: none;
}

#m_productSignup #fax_nr-label
{
	float: left;
}

#m_productSignup #email_zn-label
{
	float: left;
}



#comp_street_zn-label
{
	float: left;
}
#comp_street_zn-element
{
	float: left;
}
#comp_street_nr-label
{
	float: left;
}

#comp_post_cd-label
{
	float: left;
}

#comp_post_cd-element
{
	float: left;
}

#comp_location_zn-label
{
	float: left;
}

#comp_country_cd-element br
{
	float: left;
}

#comp_country_cd-element label
{
	margin-right: 15px;
	margin-bottom: 5px;
}

#comp_country_cd-element 
{
	margin-bottom: 5px;
}

#comp_tel_nr-label
{
	float: left;
}

#comp_tel_nr-element
{
	float: none;
}

#comp_fax_nr-label
{
	float: left;
}

#aup_ik-label
{
	float: left;
}

#aup_ik-element input
{
	margin-left: 10px;
}

#captcha-input
{
	margin-top: 15px;
}