@charset "UTF-8";

/* POLTRADING CSS */

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

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

body, html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0165A1 url(../img/img_body/body_bg_tile.jpg) repeat-y center top;
}

/*************************************************/
/* Page Layout styles                            */
/*************************************************/

/* Positionering algemeen
**************************************************/

div .no-marginbottom {
	margin-bottom: 0px;
}

/* Page Layout
**************************************************/

#outer_table {
	background: url(../img/img_body/body_bg_tile.jpg) repeat-y center top;
	width: 100%;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

#left {
	width: auto;
	background: url(../img/img_body/left_bg.jpg) repeat-y right top;
	vertical-align: top;
}

#right {
	width: auto;
	background: url(../img/img_body/right_bg.jpg) no-repeat left top;
}

#wrap_container {
	width: 955px;
	vertical-align: top;
}

#wrap {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 115px;
	background: url(../img/img_site/header_bg.jpg) no-repeat;
	position: relative;
	text-align: left;
}

#home_click1 {
	position: absolute;
	height: 78px;
	width: 180px;
	left: 60px;
	top: 0px;
}

#address {
	font-size: 10px;
	position: absolute;
	left: 810px;
	top: 10px;
	color: #333;
	white-space: nowrap;
}

#address a {
	color: #333;
	text-decoration: underline;
}

#address a:hover {
	color: #295981;
}

#header_home {
	background: url(../img/img_site/header_home.jpg) no-repeat;
	height: 97px;
}

#hor_menu {
	height: 36px;
	background: url(../img/img_site/hor_menu_bg.jpg) no-repeat;
	margin-bottom: 2px;
}

#headerplaat {
	height: 93px;
	padding-left: 15px;
}

#headerplaat_home {
	height: 306px;
	background: url(../img/img_site/homeplaat_bg.jpg) no-repeat left top;
	position: relative;
	vertical-align: top;
}

#headerplaat_photo_home {
	position: absolute;
	height: 285px;
	width: 615px;
	top: 21px;
	left: 21px;
}

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

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

#content_bg_top {
	background: url(../img/img_site/content_bg_top.jpg) no-repeat left top;
}

#content_bg_top_home {
	background: url(../img/img_site/content_bg_top_home.jpg) no-repeat left top;
}

#h_content_bg_top_home {
	background: url(../img/img_site/content_bg_top_home.jpg) no-repeat left top;
}

#content_bg_bottom {
	background: url(../img/img_site/content_bg_bottom.jpg) no-repeat left bottom;
}

#content_bg_bottom_home {
	background: url(../img/img_site/content_bg_bottom_home.jpg) no-repeat left bottom;
}

#h_content_bg_bottom_home {
	background: url(../img/img_site/content_bg_bottom_home.jpg) no-repeat left bottom;
}

#content_bg_bottom, #content_bg_bottom_home {
	padding-bottom: 20px;
	padding-top: 50px;
	_height: 550px; /* IE6 */
	min-height: 550px;
}

#h_content_bg_bottom, #h_content_bg_bottom_home {
	padding-bottom: 20px;
	padding-top: 15px;
	_height: 350px; /* IE6 */
	min-height: 350px;
}

#footer {
	position: relative; /* refbox */
	height: 47px;
	text-align: left;
	font-size: 10px;
	background: url(../img/img_site/footer_bg.jpg) no-repeat;
	color: #ccd8e2;
}

#footer_left {
	position: absolute;
	height: 47px;
	width: auto;
	left: 25px;
	line-height: 47px;
	white-space: nowrap;
}

#footer_left a {
	color: #ccd8e2;
	text-decoration: underline;
}

#footer_left a:hover {
	color: #6699CC;
}

#footer_right {
	position: absolute;
	height: 47px;
	width: auto;
	line-height: 47px;
	right: 25px;
	white-space: nowrap;
}

#footer_right a {
	color: #ccd8e2;
	text-decoration: underline;
}

#footer_right a:hover {
	color: #6699CC;
}

#footer_logos {
	background: url(../img/img_site/footer_logos.jpg) no-repeat;
	height: 108px;
}

#pagename {
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #2b5d87;
}

#pagename h2 {
	font-size: 12px;
	line-height: 20px;
	background: url(../img/img_algemeen/pagename_bg.gif) no-repeat left center;
	padding-left: 25px;
	height: 20px;
}

#pagename h2 a {
	text-decoration: none;
	color: #2b5d87;
}

#pagename h2 a:hover {
	text-decoration: underline;
}

#col1 {
	width: 220px;
	float: left;
}

#col2 {
	margin-left: 260px;
	padding-right: 40px;
}

#col1_home {
	width: 310px;
	float: left;
	padding-left: 13px;
}

#col2_home {
	width: 310px;
	float: right;
	padding-right: 12px;
}

#col3_home {
	margin-left: 323px;
	margin-right: 322px;
}

.hover {
	background: url(../img/img_site/box_home_bg_hover.jpg);
}

/* Taalkiezer

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

#taal {
	width: auto;
	position: absolute;
	top: 8px;
	right: 25px;
}

/*************************************************/
/* Styles Losse onderdelen                       */
/*************************************************/

/* block styles
**************************************************/

.block {
	padding-right: 10px;
	padding-left: 10px;
	position: relative; /* refbox */
	margin-bottom: 25px;
}

.block p {
	font-size: 11px;
	line-height: 17px;
}

.block h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 11px;
	font-weight: normal;
	color: #0065a1;
	text-transform: uppercase;
	height: 24px;
	letter-spacing: 0.2em;
}

.block h3 {
		font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0065a1;
	position: absolute;
	width: auto;
	right: 10px;
	top: 10px;
	letter-spacing: 0.2em;
}

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

.block a:hover {
	color: #2b5d87;
}

.block li {
	color: #2b5d87;
	font-size: 11px;
	line-height: 17px;
	list-style: none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.1em 0.6em;
	padding-left: 12px;
}

.block img {
	margin-bottom: 4px;
}

img.button {
	float: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

img.home_logo {
	float: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

.more {
	color: #0065a1;
}

a.more {
	color: #0065a1;
}

a:hover.more {
	color: #000;
}

#block_tropez {
	position: absolute;
	height: 250px;
	width: 268px;
	right: 26px;
	top: 40px;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#block_tropez h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#block_tropez h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#block_tropez a.more {
	color: #FFF;
}

#block_tropez a:hover.more {
	color: #6699CC;
}




/* box styles
**************************************************/

.box {
	position: relative;
	margin-bottom: 10px;
}

img.button {
	cursor: pointer;
	margin-top: 8px;
}


.boxVerkoop {
	position: relative;
	margin-bottom: 10px;
	float:left;
	width: 250px;
	padding-right: 40px;
}

/* Width styles
**************************************************/

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w42 {
	width: 42px;
}

.w50 {
	width: 50px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w130 {
	width: 130px;
}

.w150 {
	width: 150px;
}

.w160 {
	width: 160px;
}

.w180 {
	width: 180px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w100percent {
	width: 100%;
}

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

.content {
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.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_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;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

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

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

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

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

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

.content h1 {
	margin-bottom: 11px;
	color: #2C5D88;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.content h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.content h3 {
	font-size: 12px;
	color: #065D8D;
	font-weight: bold;
	padding-bottom: 8px;
	*margin-left: -6px;
}

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

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

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

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

#toonpdf {
	float:right;
}


/* contentHeading
**************************************************/

.contentHeading, .contentHeading2 {
	position: relative; /* refbox */
	text-align: left;
	vertical-align: top;
	margin-bottom: 7px;
}

.contentHeading a, .contentHeading2 a {
	text-decoration: none;
	color: #2b5d87;
}

.contentHeading span, .contentHeading2 span  {
	float: right;
	color: #006699;
	position: absolute;
	right: 8px;
	bottom: 3px;
	font-size: 12px;
}

div.contentHeading h2, div.contentHeading2 h2  {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 11px;
	padding-left: 25px;
	font-weight: bold;
	color: #2b5d87;
	text-transform: uppercase;
	height: 20px;
}

div.contentHeading h2 {
	background: url(../img/img_algemeen/contentHeading_h2_bg.gif) no-repeat left center;
}

div.contentHeading2 h2 {
		background: url(../img/img_algemeen/contentHeading_250_bg.gif) no-repeat left center;
}


.nospan {
	margin-bottom: 7px;
}

.nospan h2 {
	margin-right: 0px;
}

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

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

.letsFormContainer legend {
	font-size: 12px;
	color: #065D8D;
	font-weight: bold;
	padding-bottom: 5px;
}

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

.error {
	border: 1px solid red;
}

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

.letsErrorList {
	color:red;
}

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

.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: #97B9D6;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
}

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

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

#map { /* container kaart */
	height: 375px;
	width: 710px;
}

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

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

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

.clearfix {
	zoom: 1;
}

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

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
