/* HOEKSTRA BEDRIJFSHYGIËNE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: "Trebuchet MS";
	height: 100%;
	background-image: url(../img/img_site/bottom_tile.jpg);
}

div.refbox { /* referentiebox voor dichtstbijzijnde gepositioneerde descendent elementen */
	position: relative;
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#outer_table {
	height: 100%;
	width: 100%;
		background-image: url(../img/img_site/left_top_tile.jpg);
	background-repeat: repeat-x;
}

#left_bg_container {
	height: 100%;
	width: 50%;
}

#left_bg_top {

	background-repeat: repeat-x;
	height: 369px;
	width: 100%;
	background-position: right top;
}

#left_top_container {
	background-image: url(../img/img_site/left_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#left_bg_bottom {
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	background-position: right top;
}

#left_bottom_container {
	background-image: url(../img/img_site/bottom_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#right_bg_container {
	height: 100%;
	width: 50%;
}

#right_bg_top {
	background-image: url(../img/img_site/right_top_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#right_top_container {
	background-image: url(../img/img_site/right_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 369px;
}
#right_bg_bottom {
	background-image: url(../img/img_site/bottom_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#right_bottom_container {
	background-image: url(../img/img_site/right_bottom_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#wrap_container {
	width: 904px;
}

#wrap_table {
	margin: 0;   /* align for good browsers */
	padding: 0;
	width: 904px;
	height: 100%;
}

#header_container  {
	background-image: url(../img/img_site/header_bg.jpg);
	height: 89px;
}

#header_content {
	font-size: 11px;
	color: 909090;
	position: absolute;
	left: 292px;
	top: 72px;
}

#referenties {
	background-image: url(../img/img_site/referenties.jpg);
	background-repeat: no-repeat;
	background-color: #F9F9F9;
	border-right: 1px #dcdcdc solid;
	width: 231px;
	height: 158px;
	color: 5a5a5a;
	font-size: 11px;
	padding-top: 47px;
	padding-left: 12px;
	padding-bottom: 5px;
}

#referenties a{
	color:#c3171c;
	text-decoration: none;
}

#referenties a:hover{
	color:#c3171c;
	text-decoration: underline;
}

#contactgegevens {
	background-image: url(../img/img_site/Contactgegevens.jpg);
	background-repeat: no-repeat;
	background-color: #F9F9F9;
	border-right: 1px #dcdcdc solid;
	width: 231px;
	height: 172px;
	color: 5a5a5a;
	font-size: 11px;
	padding-top: 47px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#contactgegevens a{
	color:#c3171c;
	text-decoration: none;
}

#contactgegevens a:hover{
	color:#c3171c;
	text-decoration: underline;
}


#hoofdmenu_container {
	height: 100%;
	background-image: url(../img/img_site/left_menu_tile.jpg);
	background-repeat: repeat-y;
	width: 272px;
	*width: 230px;
	background-position: right top;
	*padding-left:38px;
}

#hoofdmenu_left {
	padding-left: 39px;
	*padding-left: 0px;
	height: 100%;
}

#menu_container {
	margin-bottom: 22px;
}

#content_center_table  {
	height: 100%;
	background: #fff;
}

#content_header {
	background-image: url(../img/img_site/content_bg_tile.jpg);
	background-repeat: repeat-y;
	height: 393px;
	background-position: left top;
}

#content_container {
	background-image: url(../img/img_site/header_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 201px;
	padding-left: 17px;
	height: 100%;
	vertical-align: top;
}

#footer_container {
	height: 62px;
	vertical-align: top;
	background-image: url(../img/img_site/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	color: #fff;
	position: absolute;
	height: 30px;
	width: 894px;
	left: 15px;
	font-size: 10px;
	line-height: 30px;
	top: 30px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-style: normal;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ccc; 
}


/* Content CMS
**************************************************/

.content {
	font-size: 11px;
	line-height: 18px;
	color: #000;
	padding-right:35px;
}

hr {
	color: #d9d9d9;
	height: 2px;
	border-width: 0px;
	background: url(../img/img_site/hr.jpg) repeat-x;
	clear: both;
	
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.6em;
	padding-left: 20px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.6em;
	padding-left: 20px;
}

.content a {
	text-decoration: none;
	color: #000;
	11px
}

.content a:hover {
	text-decoration: underline;
	color: #c3171c;
}

.content .imglinks {
	float: left;
	margin: 6px;
}

.content .imgrechts {
	float: right;
	margin: 6px;
}

.content p {
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin-bottom: 11px;
}

.content h1 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #c71a1f;
	line-height: 18px;
	font-weight: bold;
}

.content h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #c71a1f;
	line-height: 18px;
	font-weight: bold;
	
}

.content h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}


/* Categorie Tabel
**************************************************/

.cat_table{
	font-size: 12px;
	width:98%;
}

.cat_table a {
	color: #000;
	text-decoration: none;
}

.cat_table a:hover {
	color: #000;
	text-decoration: underline;
}

.cat_table_head {
	padding-bottom: 5px;
	padding-top: 5px;
}

.cat_table_head, .cat_table_head a  {
	color: #c71a1f;
	font-size: 13px;
}

.cat_table_foot {
	height: 34px;
	text-align: right;
	vertical-align: top;
	background: url(../img/img_algemeen/dividertab.gif) no-repeat;
}

.cat_table_foot_text {
  padding-right: 20px;
}



/* ingangen
**************************************************/

.ingang {
	width: 192px;
	height: 205px;
	float: left;
	position: relative; /* IE bugs fix */
	background: url(../img/img_site/ingang.jpg) no-repeat;
	padding-right: 5px;
	padding-bottom: 20px;
}

.ingang .body {
	height: 167px;
	width: 180px;
}

.ingang .body .foto {
	height: 145px;
	width: 192px;
}

.ingang .body .text {
	text-align:center;
	font-weight: bold;
	color: #5a5a5a;
	font-size: 13px;
	line-height:20px;
}

.ingang .body .texthover{
	text-align:center;
	font-weight: bold;
	color: #c71a1f;
	font-size: 13px;
	line-height:20px;
}

.ingang .button {
	text-align: center;
	padding-top: 13px;
	background: url(../img/img_buttons/meerinfo_gray.png) no-repeat;
	height:20px;
	margin-left: 23px;
	margin-top: 13px;
}

.ingang .buttonhover {
	text-align: center;
	padding-top: 13px;
	background: url(../img/img_buttons/meerinfo_red.png) no-repeat;
	height:20px;
	margin-left: 23px;
	margin-top: 13px;
}

.ingang .foot .arrow {
	float: right;
	width: 16px;
	display: inline;
	padding-top: 12px;
	padding-right: 6px;
}



/* Photobox

**************************************************/

#photobox {
	background:url(../img/img_site/photobox_bg.gif);
	width: 580px;
	height: 290px; 
}

#photo_container {
	height: 270px;
	width: 330px;
	text-align: center;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 4px;
	*padding-top: 9px;
	padding-bottom: 4px;

}

#photo_container .back {
	background: #000;
	height: 270px;
	width: 330px;
}

#thumb_container {
	padding-top: 9px;
	padding-right: 9px;
}

.scrolldiv {
	overflow-x: none;
	overflow-y: auto;
	height: 270px;
	text-align: right;
	width: 230px;
}

.thumb {
	height: 64px;
	width: 64px;
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
	cursor: pointer;
}


/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	border: 0px dotted #05477e;
}

legend {
	font-size: 12px;
	*margin-left: -7px;
	color: #c71a1f;
	font-weight: bold;
}

input, select, textarea, file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #727473;
	margin-left: 2px;
	margin-bottom: 5px;
}

textarea {
	height: 80px;
	width: 220px;
	font: 12px Arial, Helvetica, sans-serif;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 18px;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	width: 125px;
	padding-bottom:10px;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	color: #fff;
	background: #C71A20;
	padding: 1px;
	cursor: pointer;
	margin-top: 5px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #E5ECF4;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	background: #C71A20;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
	color: #fff;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}



/* Google maps
**************************************************/

#map { /* container kaart */
	height: 480px;
	width: 580px;
}

#balloon { /* container tekstballon */
}

#balloon h3 {
	font: normal 18px/21px Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-bottom: 11px;
}

#balloon .datum {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}

#balloon a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #1E2E6A;
}

#balloon a:hover {
	color: #8FB0CC;
}


/* Links CMS
**************************************************/



.content .links {
	padding-top: 26px;
	background: url(none);
}

.content .links h3 { 
	font-size: 13px;
}

.content .links p {
	margin-bottom: 0px;
}

.content .links a {
	font-size: 11px;
	font-weight: bold;
}
.content .links a:hover {
	color: #c71a1f;
}



/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}







