@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GothamBookRegular';
    src: url('fonts/ufonts.com_gotham-book-GothamBookRegular.eot');
    src: url('fonts/ufonts.com_gotham-book-GothamBookRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_gotham-book-GothamBookRegular.woff') format('woff'),
         url('fonts/ufonts.com_gotham-book-GothamBookRegular.ttf') format('truetype'),
         url('fonts/ufonts.com_gotham-book-GothamBookRegular.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('fonts/ufonts.com_gotham-medium-webfont.eot');
    src: url('fonts/ufonts.com_gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_gotham-medium-webfont.woff') format('woff'),
         url('fonts/ufonts.com_gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0;
	padding:0;
}

a{
	color: #ffe500;
	text-decoration:none;
}
a:hover{
	color: #ffe500;
	text-decoration:underline;
}
a img{
	border:none;
}
.bold{
	font-weight:bold;
}
 
li{
	list-style:none;
}
.clear{
	clear:both
}
h3,.kop{
	text-transform:uppercase;
	font-weight:normal;
	font-family:'GothamMediumRegular';
	font-size:14px;
}

body{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:'GothamBookRegular';
	font-size:13px;
	text-align:left;
	color:#58585a;
	background:#f4f4f5;
	font-weight:normal;
	line-height:17px;
}
#page {
	width:775px;
	margin:auto;
}

/* header */
#header{
	width:100%;
	margin-top:43px;
	margin-bottom:37px;
}
#header_right{
	width:580px;
	float:right;
}
#header a#header_logo{
	width:122px;
	float:left;
	display:block;
	margin-left:18px;
	position:relative;
}

#header a#header_logo img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#header_logo_ov1{
	position:absolute;
	width:112px;
	height:35px;
	/*background:url('../images/design_ov1.png') no-repeat;*/
	top:0px;
	left:0px;
	z-index:100;
	background:url('../images/transparent.png');
	/*design_ov1*/
}


#header a#header_logo span{
	display:block;
}
#header #network_link {
	float:right;
	width:100%;
	margin-top:8px;
}
#header #network_link ul{
	float:right;
}
#header #network_link ul li{
	float: left;
    height: 24px;
    margin-left: 8px;
    width: 24px;
}
#header #network_link ul li.first_item{
	margin-left:0;
}
#header #network_link ul li.last_item{
	width:33px;
}

#menu_header{
	width:100%;
	float:right;
	text-align:right;
	margin-top:46px;
}
#menu_header ul{
	width:100%;
	float:right;
}
#menu_header ul li{
	float: left;
    line-height: 26px;
	text-transform:uppercase;
	font-weight:normal;
	margin-right:66px; /* DEZE AANPASSEN BIJ MEER MENU ITEMS */
	text-align:right;
	font-size:14px;
	font-family:'GothamMediumRegular';
}
#menu_header ul li a{
	color:#63656d;
	text-decoration:none;
}
#menu_header ul li a:hover{
	color:#ffe500;
	text-decoration:none;
}

#menu_header ul li a.active{
	color:#ffe500;
	text-decoration:none;
}

#menu_header ul li.last_item{
	margin-right:0;
}
#menu_header ul li a{
    color: #58585a;
    font-weight: normal;
}

/* columns */
#columns{
	margin-bottom:5px;
}
#center_column{
	width:490px;
	float:left;
	margin-right:43px;
}
#block_slider{
	width:100%;
	position:relative;
}
#block_slider #prev_c,#block_slider #next_c{
	position:absolute;
	width:39px;
	height:48px;
	top:212px;
	z-index:999;
	cursor:pointer;
}
#block_slider #prev_c{
	left:0;
	background:url('../images/prev_c.png') no-repeat;
}
#block_slider #next_c{
	right:0;
	background:url('../images/next_c.png') no-repeat;
}
#block_slider #prev_c:hover{
	left:0;
	background:url('../images/prev_c_hover.png') no-repeat;
}
#block_slider #next_c:hover{
	right:0;
	background:url('../images/next_c_hover.png') no-repeat;
}
#block_slider ul li .description{
	margin-left: 17px;
    margin-top: 24px;
    text-align: left;
    width: 467px;
}
#block_slider ul li .description h3{
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	font-family:'GothamMediumRegular';
}
#block_slider ul li .description p{
	line-height:17px;
}
#block_social_network{
	margin-left:15px;
	height:20px;
	margin-top:23px;
}

/* right_column */
#right_column{
	width:236px;
	float:right;
}
#wat_is_nieuw{
	width:100%;
	margin-top:9px;
	position:relative;
	overflow:hidden;
	margin-bottom:24px;
}
#wat_is_nieuw h1{
	margin-bottom:19px;
}
#wat_is_nieuw ul{
	height:230px;
	overflow:hidden;
}
#wat_is_nieuw ul li{
	height:230px;
	overflow:hidden;
}
#wat_is_nieuw ul li p{
	line-height:17px;
}
#wat_is_nieuw #prev_r,#wat_is_nieuw #next_r{
	position:absolute;
	width:16px;
	height:24px;
	top:32px;
	z-index:20;
	cursor:pointer;
}
#wat_is_nieuw #prev_r{
	left:175px;
	background:url('../images/prev_r.png') no-repeat;
}
#wat_is_nieuw #prev_r:hover{
	left:175px;
	background:url('../images/prev_r-hover.png') no-repeat;
}
#wat_is_nieuw #next_r{
	right:0;
	background:url('../images/next_r.png') no-repeat;
}
#wat_is_nieuw #next_r:hover{
	right:0;
	background:url('../images/next_r-hover.png') no-repeat;
}
#wij_werken_voor{
	width:100%;
}
#wij_werken_voor h1{
	margin-bottom:29px;
}

#wij_werken_voor #slide_image_right{
	width:100%;
	/*height:236px;*/
	overflow:hidden;
	margin-bottom:40px;
}

/* footer */

#footer{
	background:#e9e9ea;
	width:100%;
}
#footer #footer_content{
	width:775px;
	margin:auto;
}
#footer #block_list_footer{
	float:left;
	width:100%;
}
#footer #block_list_footer ul{
	float:left;
	margin:40px 99px 10px 0;
}
#footer #block_list_footer ul.first_list{
	margin-left:19px;
}
#footer #block_list_footer ul.last_list{
	margin-left:9px;
	margin-right:0
}
#footer #block_list_footer ul li{
	font-weight:normal;
	line-height:17px;
	font-family:'GothamBookRegular';
	font-size:13px;
}
#footer #block_list_footer ul li a{
	color:#63656d;
	text-decoration:none;
}
#footer #block_list_footer ul li a:hover{
	color:#ffe500;
	text-decoration:none;
}
#footer #footer_bottom{
	float: left;
    margin-bottom: 30px;
    margin-left: 17px;
    margin-top: 30px;
    width: 621px;
}
#footer #footer_bottom p{
	float:left;
	
}
#footer #footer_bottom p.copyright a{
	padding-left:8px;
}
#footer #footer_bottom p.copyright span{
	padding-right:8px;
	font-weight:normal;
	font-family:'GothamBookRegular';
	font-size:13px;
}
#footer #footer_bottom p.disclaimer{
	float:right;
}

.teruglink {
	color:#ffe500;
	font-weight:bold;
	text-decoration:none;
}

.teruglink:hover {
	color:#ffe500;
	font-weight:bold;
	text-decoration:underline;
}

/* Google Maps */
#map {
	width: 470px;
	height: 470px;
}

form { 
	margin: 0px; 
}
.formfield{
	height:21px;
	border:1px solid #aaaaaa;
	background:#EAEAEA;
	background-image:url(../images/form-achtergrond.gif);
	float:left;
	margin:3px 0 3px 0;
	padding:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.formarea{
	border:1px solid #aaaaaa;
	background:#EAEAEA;
	background-image:url(../images/form-achtergrond2.gif);
	float:left;
	margin:3px 0 3px 0;
	padding:2px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	scrollbar-3d-light-color: #aaaaaa; 
	scrollbar-arrow-color: #aaaaaa; 
	scrollbar-base-color: #EAEAEA; 
	scrollbar-darkshadow-color: #EAEAEA; 
	scrollbar-face-color: #EAEAEA; 
	scrollbar-highlight-color: #aaaaaa; 
	scrollbar-shadow-color: #aaaaaa; 
	scrollbar-track-color: #EAEAEA; 
}
.formsubmit { 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	background-color: #ffe500; 
	border: solid 1px #ffe500;
	height: 23px;
	padding:0 8px 0 8px;
	margin:0;
}

.formverplicht { 
	color: #ffe500; 
}
.FooterCaps{
	text-transform:uppercase;
}
#bedrijfstekst{
	width:100%;
	margin-top:9px;
	position:relative;
	overflow:hidden;
	margin-bottom:24px;
}
#bedrijfstekst h1{
	margin-bottom:19px;
}