/* CSS Document */

/* SKUTSJEARRANGEMENTEN CSS */

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

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

html {
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height: 100%;
	background: #FFFFFF url(../img/img_site/body_bg_tile.jpg) repeat-x;
}

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


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

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

#left_bg_container {
	background: url(../img/img_site/left_bg_tile.jpg) repeat-y right top;
	height: 100%;
	width: 50%;
}

#left_bg_table {
	background: url(../img/img_site/left_bg_top.jpg) no-repeat right top;
	height: 100%;
	width: 100%;
}

#left_bg_foot {
	background: url(../img/img_site/left_bg_bottom.jpg) no-repeat right bottom;
	height: 452px;
}

#right_bg_container {
	background: url(../img/img_site/right_bg_tile.jpg) repeat-y left top;
	height: 100%;
	width: 50%;
}

#right_bg_table {
	background: url(../img/img_site/right_bg_top.jpg) no-repeat left top;
	height: 100%;
	width: 100%;
}

#right_bg_foot {
	background: url(../img/img_site/right_bg_bottom.jpg) no-repeat left bottom;
	height: 452px;
}

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

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

#header_container {
	background: url(../img/img_site/logo.jpg) no-repeat;
	height: 84px;
}

#tabs {
	position: absolute;
	height: 52px;
	width: 423px;
	text-align: right;
	right: 15px;
	top: 32px;
}

#tabs img {
	display: inline;
	float: left;
	margin-left: 2px;
}

#plaat_container {
	background: url(../img/img_site/headerplaat_bg.jpg) no-repeat;
	height: 212px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
}

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

#plaat_container a:hover {
	color: #fff;
}

#middle_container {
	background: url(../img/img_site/content_bg_tile.jpg) repeat-y;
}

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

#left_container {
	width: 276px;
 *width: 276px; /* IE6 en IE7 */
	height: 100%;
}

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

#menu_container {
	width: 263px;
	padding-top: 13px;
	padding-left: 13px;
}

.content_container {
	padding: 15px 22px;
	height: 375px;
}

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

#contact_container {
	background: url(../img/img_site/schaduwlijn.gif) no-repeat center top;
	height: 142px;
}

#contact {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #34536c;
	padding: 5px 10px 10px;
}

#contact h2 {
	font-size: 15px;
	line-height: 18px;
}

#contact_button {
	text-align: center;
}

#weer {
	width: 120px;
	height: 75px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: top;
	top: 5px;
	right: 5px;
}

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

#footer {
	color: #484848;
	position: absolute;
	height: 35px;
	width: 480px;
	left: 15px;
	font-size: 11px;
	line-height: 35px;
	top: 0px;
}

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

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

#realisatie {
	font-size: 11px;
	color: #484848;
	position: absolute;
	height: 35px;
	width: 250px;
	text-align: right;
	line-height: 35px;
	top: 0px;
	right: 15px;
}

#realisatie a {
	color: #484848;
	text-decoration: underline;
}

#realisatie a:hover {
	color: #fff;
}

/* Taalkiezer
**************************************************/

#taal {
	font: 11px/15px "Trebuchet MS", Helvetica, sans-serif;
	color: #34536c;
	width: 250px;
	position: absolute;
	top: 4px;

 *top: 8px; /* IE7 en IE6 */
	height: 26px;
	text-align: right;
	right: 15px;
}

#taal a {
	color: #34536c;
	text-decoration: underline;
}

#taal a:hover {
	color: #5082AA;
}

#taal img {
	float: none;
	vertical-align: middle;
	margin-left: 0px;
}
#taalcurrent {
	color: #A5BFD3;
	text-decoration: none;
}


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

.content {
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
	width: 511px;
}

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

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

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

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

.content ul li ul li {
	list-style: url(none) none;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #34536c;
}

.content a:hover {
	color: #5082AA;
}

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

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

.content p {
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
	margin-bottom: 11px;
}

.content h1 {
	font-size: 15px;
	margin-bottom: 11px;
	color: #34536c;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}

.content h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
}

.content h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
}

.content h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
}

.content h5 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
}

.content h6 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #34536c;
}

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

#toonpdf {
  float:right;
}


/* Tellafriend
**************************************************/
.tellafriend {
  margin-top:-15px;
  *margin-top:0px;
  margin-left:740px;
  *margin-left:300px;
  cursor:pointer;
	color: #fff;
}

#email_content {
  height:375px;
  position:absolute;
  top: 120px;
  left: 640px;
  width:385px;
  border: 2px solid #C7C379;
  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 #C7C379;
}

#email_content textarea {
   border: 1px solid #C7C379;
}


/* Photobox
**************************************************/

#photobox {
	border: 1px solid #fff;
	margin-bottom: 4px;
	background: #fff;
}

#photobox td {
	background: #fff;
	border: 1px solid #fff;
	text-align: -moz-center;
	padding: 2px;
}

.photo {
	height: 300px;
	width: 400px;
}


#photobox .scrolldiv table .thumb {
	background: #DDDDDD;
}

.scrolldiv {
	overflow-x: none;
	overflow-y: auto;
	padding: 0px;
	height: 290px;
	width: 90px;
	text-align: -moz-center;
	*text-align: center;
}


#photobox .description {
	margin: 0px;
	padding: 0px;
}

#photobox .description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 4;
	text-align: left;
}



/* box in content
**************************************************/

.content .box {
	background: #EFEFEF;
	margin-bottom: 10px;
	color: #777575;
}

.content .box h2 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.content .box .box_header_table {
	background: #35536D;
	line-height: 18px;
	margin-bottom: 4px;
	width: 100%;
 *width: 515px; /*IE6 en IE7*/
}

.content .box .box_header_table td {
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	text-transform: uppercase;
}

.content .box .box_header_table a {
	color: #fff;
	text-decoration: none;
}

.content .box .box_header_table a:hover {
	color: #E4E4E4;
}

.content .box .box_header_table .subhead {
	text-transform: none;
	text-align: right;
	white-space: nowrap;
}

.content .box .box_header_table .subhead img {
	margin-top: 2px;
	cursor: pointer;
}

.content .box table td {
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
	color: #777575;
}

#foto {
	width: 150px;
	text-align: center;
	background-color: #fff;
	height: 100px;
	vertical-align:middle;
	padding: 0px;
	margin: 0px;
}

#text {
	padding-left: 5px;
	width: 345px;
}


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

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

.legend {
	font-size: 12px;
	color: #34536C;
	background: #fff;
	font-weight: bold;
}

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

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;
	width: 200px;
}

.letsFormTD {
	width: 150px;
	padding-bottom:10px;
	color: #34536C;
}

.letsFormInput, .letsFormSelect {
	width: 200px;
}

.letsErrorList {
	color:red;
}

.calendarDateInput {
	width: 52px;
}

.letsFormButton {
	color: #fff;
	background: #385770;
	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: #34536C;
	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: 510px;
}

#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
**************************************************/

#links {
	padding-left: 15px;
	padding-bottom: 5px;
}

#links p {
	margin: 0px;
	padding: 0px;
}

#links a {
	margin: 0px;
	padding: 0px;
}


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