/* RENS HOEKSTRA CSS */

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

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

html {
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height: 100%;
}

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



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

#outer_table {
	height: 100%;
	width: 100%;
}

#wrap_container {
}

#wrap_table {
	margin: 0;   /* align for good browsers */
	padding: 0;
	width: 949px;
	background: url(../img/img_site/bg.jpg) no-repeat left top;
	height: 688px;
}

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

#header_container {
	height: 24px;
	vertical-align: top;
	width:100%;
}

#logo {
}

#logo a,
#logo a:hover,
#logo a:visited {
	font-size: 30px;
	line-height: 24px;
	color: #4e4e4e;
	display: inline;
	float: left;
	height: 24px;
	text-decoration:none;
}

#slogan {
	font-size: 20px;
	color: #666;
	line-height: 24px;
	height: 24px;
	display: inline;
	float: right;
	padding-right: 5px;
}

#middle_container {
	vertical-align: top;
	padding-bottom: 25px;
}

#thumbs_container {
	text-align: center;
	height: 80px;
	*height: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 76px;
	padding-left: 76px;
}

#middle_table {
	width: 100%;
}

#left_container {
	width: 218px;
 *width: 218px; /* IE6 en IE7 */
	vertical-align: top;
	padding-right: 10px;
}

#right_container {
	width: 218px;
 *width: 218px; /* IE6 en IE7 */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 136px;
	vertical-align: top;
}

.home {
	padding-top: 10px;
}

.content_container {
	background: #FFFFFF;
}

#scrolldiv {
	width: 444px;
 *width: 454px; /* IE6 en IE7 */
	height: 419px;
	overflow: auto;
	padding-right: 10px;
}

.item_container {
	vertical-align: top;
}

#item_table {
	background: #fff;
	height: 419px;
	width: 419px;
	text-align: center;
	vertical-align: middle;
}

.block {
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}

.block a {
	color: #003366;
	text-decoration: underline;
}

.block a:hover {
	color: #fff;
}

.block_table {
	width: 100%;
 *width: 198px; /* IE6 en IE7 */
	color: #333;
	font-size: 11px;
	line-height: 16px;
}

.block_table img {
	display: inline;
	float: none;
	margin-left: 4px;
}

.block h2 {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	line-height: 16px;
}

.block .content p {
	font-size: 10px;
	line-height: 16px;
}

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

#footer {
	color: #999;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

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

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

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

.ingang {
	width: 137px;
	background: url(../img/img_site/ingang.jpg) no-repeat;
	height: 157px;
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	margin-right: 10px;
	*margin-right: 2px;
	margin-bottom: 25px;
	*margin-bottom: 25px;
}

.ingang .head {
	line-height: 26px;
	color: #FFFFFF;
	background: #514F54;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

.box_header_table {
	background: #F3F3F3;
	width: 100%;
	*width: 98%;
	display: inline;
	float: left;
	cursor: pointer;
}

.ingang .head a {
	color: #FFFFFF;
	text-decoration: none;
}

.ingang .head a:hover {
	color: #CCCCCC;
}

.ingang .body {
	background: #F3F3F3;
	width: 125px;
	height: 125px;
	display: inline;
	float: left;
	cursor: pointer;
}

.ingang .body .foto {
	height: 125px;
	width: 125px;
}

.ingang .foot {
	padding-left: 0px;
	text-align: left;
}

.ingang .foot .text {
	line-height: 20px;
	color: #666666;
	width: 145px;
	float: left;
	display: inline;
}

.ingang .foot a {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.ingang .foot a:hover {
	color: #999999;
}

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

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

.content {
	font-size: 11px;
	line-height: 18px;
	color: #6F6F6F;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

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

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

.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.8em;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #6F6F6F;
}

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

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

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

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

.content h1 {
	margin-bottom: 13px;
	color: #6F6F6F;
	font: normal 18px/21px Arial, Helvetica, sans-serif;
	margin-top: 7px;
}

.content h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #6F6F6F;
}

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

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

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

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

.pagehead h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #999;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.6em;
	height: 30px;
}

.itemhead h1 {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #4e4e4e;
	font-weight: normal;
	line-height: 30px;
}

input, select, textarea, file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
	margin-left: 2px;
	width: 216px;
}

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


/** Formulieren
**************************/

.letsFormContainer em {
	font-style: normal;
	color: red;
}


.letsFormContainer .legend {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

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

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormRadio {
	width: 20px;
}

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

.letsErrorList {
	color:red;
}

.letsFormButton {
	color: #fff;
	background: #333;
	padding: 1px;
	cursor: pointer;
	font: bold 9px/13px Tahoma, Verdana, Arial, sans-serif;
	border-style: none;
	text-transform: uppercase;
}

.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: #7A7A7A;
	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;
}

.required {
  color:red;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}


#naarboven {
  float:left;
	color: #7A7A7A;
	font-size: 9px;
	cursor: pointer;
}

#toonpdf {
  float:right;
}

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

#map { /* container kaart */
	height: 325px;
	width: 100%;
}

#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;
}

#print_container {
  width: 600px;
  background-color:#FFF;
  border: 1px solid #000;
  color: #000;
  text-align:left;
  padding:5px;
}

#print_container #map {
  width: 550px;
  height: 250px;
}

#printButton {
  float:right;
  margin-top:-30px;
}

/* Tellafriend
**************************************************/


#email_content {
  height:400px;
  position:absolute;
  top: 250px;
  left: 410px;
  width:400px;
  border: 2px solid #4E4E4E;
  background-color:#FFF;
  padding:2px;
  z-index:5;
}

#email_content td {
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #3B556E;
}

#email_content input {
   border: 1px solid #4E4E4E;
}

#email_content textarea {
   border: 1px solid #4E4E4E;
}

/* Custom scrollbar
**************************************************/

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 444px;
 *width: 474px; /* IE6 en IE7 */
	height: 398px;
 *height: 449px; /* IE6 en IE7 */
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #fff;
	margin: 0.3em auto;
	padding: 15px;
	text-align: left;
}

.clearfloat { /* Nodig voor floats binnen de div met de custom scrollbar */
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
}

/*************************************************/
/* 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;
}

/* Slider tables
**************************************************/
#slider_table_absolute{
  width:796px;
}

#slider_table_relative{
  max-width:796px;
}

td.slide_btn_td{
  background-color:#4e4e4e;
}

.slide_btn {
  width:17px;
  height:70px;
  display:block;
}

.slide_btn.SlideBtnHide{
  display:none;
  height:0;
  width:0;
}
