body {
	font-family:"Trebuchet MS";
	background-color:#d8d8d8;
	background-image:url("/public/img/bg_gradient_1px.png");
	background-repeat:repeat-x;
	background-position:0 0;

	font-size:10.5px;
	color:#808080;
	line-height:1.5em;
}


h1 {
	font-weight:normal;
	font-size:21px;
	/* font-style:italic; */
	color:#e24d50;
	background-image:url("/public/img/bullet.png");
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:4px;
	margin-left:-30px;
	margin-bottom:20px;
	text-transform:capitalize;
}

h2 {
	font-weight:normal;
	font-size:18px;
	color:#3d5571;
}

h3 {
	font-weight:bold;
	font-size:13px;
	color:#3d5571;
}

h4 {
	font-weight:bold;
	font-size:16px;
	color:#e24d50;
}

h5 {
	font-weight:bold;
	font-size:11px;
	color:#3d5571;
}

p {
	font-size:13px;
	margin:14px 0 14px 0;
	color:#808080;
	line-height:1.5em;
}

#column_left li {
	font-size:13px;
	line-height: 20px;
	margin-left: 10px;
	list-style-image: url('/public/img/witmenu_bullet.png');
}

a {
	text-decoration:none;
	color:#e24d50;

	font-weight:bold;
}

a:hover {
	color:#a0a0a0;
}

table {
	border-width:0px;
}

td {
	padding:0 20px 0 0px;
}

.submit {

	width:100px;
	height:25px;
	background-image:url("/public/img/bullet_arrow.png");
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:right;
	color:#e24d50;
	text-align:left;
	font-weight:bold;
	border:0 none transparent;
	padding: 1px 1px 4px 1px;
	margin-right:20px;
	margin-top:10px;
}


#maincontainer {
	width:972px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	border-color:#637597;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	background-image:url("/public/img/container_bg_gradient_1px.png");
	background-repeat:repeat-y;
	padding-bottom:40px;
	overflow:hidden;
}

#headercontainer {
	background-image:url('/public/img/header3.png');
	height:251px;
	width:972px;
}


#header_search {
	float:right;
	margin:16px 35px 0 0;
	
}

#search_field {
	float:left;
	margin:3px 10px;
	width:138px;
	height:17px;
	font-family:Arial;
	font-size:11px;
	color:#898989;

	border-width:1px;
	border-style:solid;
	border-color:#d2d2d2;
	background-image:url("/public/img/searchbox_gradient_1px.png");
	background-repeat:repeat-x;
	padding:4px 2px 0 4px;
}

#search_submit {
	float:left;
	width:25px;
	height:25px;
	background-image:url("/public/img/bullet_arrow.png");
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 4px;
	border:0 none transparent;
	padding: 1px 1px 1px 1px;
}


#main_menu {
	margin-left:25px;
	float:left;
	min-height:20px;
	margin-top:192px;
}

#main_menu ul{
	float:left;
}

#main_menu li {
	display:inline;

	font-size:11px;
	font-weight:bold;
	color:#8c827e;
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;

	background-image:url("/public/img/witmenu_divider.png");
	background-repeat:no-repeat;
}

#main_menu li.lefty {
	background-image:none;
	background-repeat:no-repeat;
}

#main_menu li.active a {
	color:#4a6c85 !important;
}

#main_menu a {
	text-decoration:none;
	color:#8c827e;
	padding-left:13px;
	padding-right:13px;
}


#main_menu a:hover {
	color:#4a6c85;
	background-image:url("/public/img/witmenu_bullet.png");
	background-repeat:no-repeat;
	background-position:0px 3px;

}

#menu_lang {
	clear:right;
	float:right;
	margin:149px 40px 0 0;
}

#menu_lang a {
	padding-left:8px;
	padding-right:3px;
}


#submenu {
	margin-left:25px;
	float:left;
	margin-top:17px;
	font-size:11px;
	text-transform:uppercase;
	text-align:justify;
	width:943px;
}

#submenu a {
	text-decoration:none;
	color:white;
}

#submenu a:hover {
	color:#b4c3de;
}

#submenu li {
	display:inline;
	padding-left:18px;
	padding-right:18px;

	background-image:url("/public/img/blauwmenu_divider.png");
	background-repeat:no-repeat;
}

#submenu li.lefty {
	background-image:none;
	background-repeat:no-repeat;
}


#content {
	width:956px;
	margin-left:16px;
	min-height:300px;
	background-image:url("/public/img/white_bg_1px.png");
	background-repeat:repeat-y;
	padding:50px 0 50px 0;
	overflow:hidden;
}

#column_left {
	margin-left:70px;
	width:556px;
	overflow:visible;
	float:left;
}

#column_left hr {
	border:none;
	border-bottom:1px solid #c5c5c5;
}

#column_left ul {
	list-style-type:circle;
	font-size:10.5px;
	margin:14px 0 14px 14px;
	color:#808080;
	line-height:1.5em;
}

#weblog_container {
	width: 100%;
	overflow:hidden;
}

#column_left .weblog_item {
	float:left;
	width:155px;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	/* text-align:justify; */
	padding:10px 0 10px 0px;
}

#column_left .weblog_item_middle {
	float:left;
	width:31%;
	margin:10px 19px 10px 19px;
}

.weblog_item a {
	color:#e24d50;
}

.weblog_item a:hover {
	color:#808080;
}




#column_right {
	float:right;
	width:275px;
	overflow:hidden;
}

#column_right .follow_us {
	margin:0 5px 0 5px;
}


/* Contact form in the right column */

#contact_div {
	background-image:url("/public/img/home_contact_bg_big.png");
	background-repeat:no-repeat;
	width:212px;
	height:250px;
	padding-top:0px;
	margin-top:30px;
}

#contact_div label {
	font-family:"Trebuchet MS";
	font-size:10.5px;
	display:block;
	float:left;
	width:70px;
	margin-left:18px;
	margin-top:5px;
	color:#808080;
	clear:both;
}

#contact_div input {
	width:128px;
}

#contact_div .contact_input {
	border-color:#c5c5c5;
	border-width:1px;
	border-style:solid;
	margin-top:2px;
	color:#808080;
	width:100px;
}

#contact_div select {
	width:102px !important;
}

#contact_div p {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#e04044;
	padding-top:14px;
	text-align:center;
}

.contact_submit {
	float:right;
	width:125px;
	height:25px;

	background-color:transparent;
	background-repeat:no-repeat;
	background-position:right;
	border:0 none transparent;
	padding: 1px 1px 1px 1px;
	margin-right:20px;
	margin-top:10px;
}

/* // Contact form in the right column */

#nieuws {
	padding-right:60px;
}

#nieuws a {
	color:#808080;
	font-size:11px;
	font-weight:normal;
	margin:10px 0 10px 0;
}

#nieuws a:hover {
	color:#3d5571;
}

#nieuws li {
	margin:10px 0 10px 0;
}


/*
 * TAGS
 */
#tagCloud {
  text-align:center; padding:5px;
  overflow:hidden;
  font-size:70%;
  font-family:arial;
  margin-bottom:10px;
  width: 250px;
}

#tagCloud h2 {
  font-size:2.5em; margin:0 0 30px 0;
  text-align:left;
}

#tagList { margin:0; padding:0; }
#tagList li {
  list-style-type:none; float:left; margin:0 5px; height:25px;
}
#tagList li a { text-decoration:none; color:#808183; }
#tagList li a:hover { text-decoration:underline; color:#E24413; }

#blog_container li{
	float:left;
	list-style-image: none;
}

.tag_list a {
	color:#808183;
	text-decoration:none;
}

.tag_list a:hover {
	color:#E24413;
}

.tag_cloud {
    width:140px;
}
.tag_img{
    width:140px;
    height:92px;
    background:url(../img/tags_2.png);
}

/*
 * END TAGS
 */


#footer {
	float:left;
	height:59px;
	width:943px;
	margin-left:16px;
	background-image:url("/public/img/footer2.png");
	background-repeat:no-repeat;
}


#footer_contact {
	float:left;
	margin-left:12px;
	margin-top:9px;
}

#footer_contact td {
	padding: 4px 20px 0 10px;
}

#footer_disclaimer {
	float:right;
	margin-right:12px;
	margin-top:9px;
}

#footer a {
	text-decoration:none;
	color:#808080;
}

#footer a:hover {
	text-decoration:none;
	color:#535353;
}

#footer li {
	display:inline;
	font-size:10.5px;
	color:#808080;
	padding:0 10px 0 15px;
	margin-top: 10px;
	min-width: 130px !important;
}

#footer ul {
	margin-top: 3px;
}

#blog_container {
	width:100%;
	overflow:hidden;
}

#blog_container h2 {
	margin-bottom:10px;
}


#blog_container a {
	margin:5px 10px 10px 0;
}

#blog_container ul {
	list-style:none;
	margin:10px 0 0 0;
}

#blog_container p,li {
	margin:0 0 0 0;
}

#blog_container .news_content {
	margin-top:10px;
}

.blog {
	margin-top:10px;
	padding-bottom:10px;
	width:100%;
	float:left;
}

.blog hr {
	clear:both;
}

#blog_container .read_more_floatright {
	float:right;
	margin-top:40px;
}

.written_by, .published_on, .published_under {
	color:silver;
}



/* Styles for Google search results */

.gsc-search-box, .gsc-configLabelCell, .gsc-tabsArea {
	display:none;
}

#column_left .gsc-control {
	width:100%;
}

#column_left .gsc-resultsbox-visible {
	width:90%;
}

#column_left .gsc-resultsbox-visible a {
	color:#E04044;
}

#column_left .gsc-resultsbox-visible b {
	color:#3D5571;
}

#column_left .gsc-resultsbox-visible a b {
	color:#E04044;
	font-style:italic;
}

#column_left .gs-visibleUrl {
	display:none;
}

#column_left .gs-title {
	margin-top:30px;
}

#column_left .gsc-cursor-box {
	margin-top:30px;
}

#column_left .gsc-cursor-current-page{
	color:#E04044;
}

#column_left .gsc-cursor-page:hover {
	color:#E04044;
}

/* Styling the no results message */

#column_left .gs-snippet {
	background-color:white;
	border-color:#E04044;
}

/* End of Google styles */

#sollicitatie_div input[type=text], #sollicitatie_div input[type=file],
#sollicitatie_div textarea {
	border:1px solid #C5C5C5;
	color:#808080;
	margin-top:2px;
}

#sollicitatie_div .label {
	display:block;
	width:90px;
	float:left;
}


#sollicitatie_div button {
	margin-left:109px;
	margin-top:10px;
}


/* Large Contactform */

#contactform_div {
	background-image:url("/public/img/contact_bg2.png");
	background-repeat:no-repeat;
	width:370px;
	height:365px;
	padding:16px 0 0 30px;
	float:left;
}

.contact_hr {
	clear:both;
}

#contactform_div input[type=text], #contactform_div input[type=file] {
	border:1px solid #C5C5C5;
	color:#808080;
	margin-top:5px;
}

#contactform_div .label {
	float:left;
	display:block;
	clear:both;
	width:80px;
	padding-top:4px;
}

#contactform_div textarea {
	border:1px solid #C5C5C5;
	color:#808080;
	margin:5px 0 10px 0px;
	width: 245px;
	height: 100px;
	overflow: auto;
}

#contactform_div select {
	border:1px solid #C5C5C5;
	color:#808080;
	margin-top:5px;
	width: 154px;
}

#contactform_div .submit {
	float:right;
	margin-right:42px;
	margin-top: 0px;
}

#contactadres {
	font-size:12px;
	line-height:2em;
	padding-top:14px;
	position:absolute;
	right:320px;
	top:91px;
}

#contact_pictures {
	clear:both;
	overflow:visible;
}

#pic1 {
	float:left;
	clear: both;
}

#pic2 {
	float:left;
	clear: both;
}

#klikpic {
	float:left;
	clear: both;
	width: 212px;
}

#map {
	float:left;
}

.linediv {
	
}

/* Hoe Kunnen Wij U Helpen div */

#hkwuh_div {
	overflow:visible;
}

#hkwuh_banner_div {
	background-image:url("/public/img/hkwuh_banner2.png");
	background-repeat:no-repeat;
	height:103px;
	width:575px;
	margin-left:-19px;
}

#hkwuh_banner_div_en {
	background-image:url("/public/img/hkwuh_banner_en.png");
	background-repeat:no-repeat;
	height:103px;
	width:575px;
	margin-left:-19px;
}

#hkwuh_text_div {
	margin-top:30px;
	overflow:visible;
}

#hkwuh_text_div h1 {
	font-weight:normal;
	font-size:21px;
	color:#e24d50;
	background-image:url("/public/img/bullet.png");
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:4px;
	margin-left:0px;
	margin-bottom:20px;
	text-transform: none;
}

#hkwuh_text_div h6 {
	font-weight:normal;
	font-size:21px;
	/* font-style:italic; */
	color:#e24d50;
	background-image:url("/public/img/bullet.png");
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:4px;
	margin-left:0px;
	margin-bottom:20px;
	text-transform: none;
}


#hkwuh_text_div p {
	margin-left:30px;
}

/* Smoelenboek */

#smoelenboek {
	position: relative;
	z-index: 1;
}

#smoelenboek .person {
	 float: left;
	 margin: 5px;
	 overflow: visible;
	 position: relative;
	 z-index: 1;
}

.person_img {
	 border: 1px solid red;
	 z-index: 1;
	 cursor: pointer;
}

.person_name {
	position: absolute;
	background-color: #e24d50;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	padding: 7px;
	width: 107px;
	color: #fff;
	display: none;
	cursor: pointer;
}

.person_func {
	display: none;
}

#smoelen_info {
	display: none;
	/* background-image: url('/public/img/info_bg.png'); */
	width: 377px;
	min-height: 315px;
	position:absolute;
	left: 40px;
	top: 30px;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #e24d50;
	overflow: visible;
}

.infoperson {
	display: none;
	font-size: 14px;
	z-index: 101;
}

.infoperson img {
	position: relative;
	top: 15px;
	left: 15px;
	z-index: 101;
}

.jobinfo {
	border:1px dotted gray;
	font-size:11px;
	height:45px;
	left:150px;
	padding:10px;
	position:absolute;
	top:73px;
	width:190px;
	z-index:101;
}

.extra_info {
	border:1px dotted gray;
	height:130px;
	left:15px;
	padding:0 10px 10px 10px;
	position:relative;
	top:20px;
	width:326px;
	z-index: 101;
	overflow: auto;
}

.info_close {
	background-image:url(/public/img/icon_delete.gif);
	height:16px;
	position:absolute;
	right:8px;
	top:8px;
	width:16px;
	cursor: pointer;
	z-index: 101;
}

#content {
	position:relative;
	z-index: 1;
}

.cert {
	left:124px;
	position:absolute;
	top:-4px;
}


/* Klanten */

.portfolio {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	width: 430px;
}


.portfolio img {
	float: left;
	margin: 5px 20px 0px 0;
}

.read_more_floatright {
	float: right;
	/* position: absolute; */
	bottom: 0px;
	right: 0px;
}

#portfolio_column_left {
	float: left;
	width: 180px;
	text-align: right;
	margin-top: 60px;
	padding-right: 35px;
	font-size: 13px;
	line-height: 24px;
}

#portfolio_column_mid {
	float: left;
	width: 400px;
}





/* Diensten */

#column_left .s_list {
	font-size: 13px;
	display:block;
}


