@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---- Container ---- */

#contTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* ---- pag top ---- */

#topTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #CCCCCC;
	background-image: url(imgs/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b0b0b0;
	height: 109px;
	vertical-align: middle;
	padding-left: 20px;
	text-align: left;
}

/* ---- menu ---- */

#menuTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 25px;
	font-weight: bolder;
	color: #fefefe;
	background-image: url(imgs/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #b0b0b0;
	text-align: right;
	vertical-align: top;
	width: 130px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
}
#menuTD A {
	font-weight: normal;
	color: #c2c2c2;
	text-decoration: none;
}
#menuTD A:HOVER {
	color: #e2e2e2;
}

/* ---- Content ---- */


#contTD {
	text-align: left;
	background-color: #b0b0b0;
	padding: 10px;
}
#content {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: normal;
	color: #000000;
	text-align: left;
	background-color: #DEDEDE;
	padding: 10px;
}
#content A{
	color: #333333;
	text-decoration: underline;
}
#content A:HOVER{
	color: #3A3A3A;
	text-decoration: none;
}
.pageTitle {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	margin-left: 10px;
	color: #445164;
}
.subTitle {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	margin-left: 5px;
	line-height: 200%;
	color: #000000;
}
.nobr {
	white-space: nowrap;
}
.small {
	font-size: .7em;
	font-style: italic;
}

/* ---- Afbeeldingen ---- */

img {
	border: none;
	float: none;
}
.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.left {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.nobo {
	border: none;
}

/* ---- Opmerkingen/errors/etc. ---- */

.errortext {
	font-weight: bold;
	color: #FF0000;
}

/* ---- Prijs Tabel ---- */

.priceTableR1 {
	border-bottom: 2px solid #445164;
	border-right: 1px solid #999999;
	padding: 2px 6px 2px 6px;
	font-weight: 600;
	color: #445164;
}
.priceTable {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px 6px 2px 6px;
}
.priceTableRightR1 {
	border-bottom: 2px solid #445164;
	padding: 2px 6px 2px 6px;
	font-weight: 600;
	color: #445164;
}
.priceTableRight {
	border-bottom: 1px solid #999999;
	padding: 2px 6px 2px 6px;
}

/* ---- copyright text ---- */

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	line-height: 2em;
	font-weight: normal;
	color: #999999;
	text-align: right;
}

/* ---- kaart ---- */

#mapDiv {
	position: absolute;
	left: auto;
	top: 20px;
	visibility: hidden;
	background-color: #EBEBEB;
	border: 1px solid #666666;
	height: 380px;
	width: 440px;
	text-align: center;
}

#mapPrintDiv {
	position: absolute;
	left: auto;
	top: auto;
	visibility: hidden;
	background-color: none;
	border: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-align: center;
}

/* ---- emailinfo ---- */

#mailDiv {
	position: absolute;
	left: auto;
	top: 200px;
	visibility: hidden;
	background-color: #EBEBEB;
	border: 1px solid #666666;
	height: 70px;
	width: 440px;
	padding: 5px;
	text-align: left;
}

/* ---- PDF ---- */

.Areader {
	margin-top: 60px;
	border: none;
}

/* ===== PRINT ==== */
@media print {
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---- Container ---- */

#contTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* ---- pag top ---- */

#topTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height: 109px;
	vertical-align: middle;
	padding-left: 20px;
	text-align: left;
}

/* ---- menu ---- */

#menuTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 25px;
	font-weight: bolder;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	width: 130px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
}
#menuTD A {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#menuTD A:HOVER {
	color: #333333;
}

/* ---- Content ---- */


#contTD {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#content {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: normal;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#content A{
	color: #333333;
	text-decoration: underline;
}
#content A:HOVER{
	color: #3A3A3A;
	text-decoration: none;
}
.pageTitle {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	margin-left: 10px;
	color: #445164;
}
.subTitle {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	margin-left: 5px;
	line-height: 200%;
	color: #000000;
}
.nobr {
	white-space: nowrap;
}

/* ---- Afbeeldingen ---- */

img {
	border: none;
	float: none;
}
.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.left {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.nobo {
	border: none;
}

/* ---- Opmerkingen/errors/etc. ---- */

.errortext {
	font-weight: bold;
	color: #FF0000;
}

/* ---- Prijs Tabel ---- */

.priceTableR1 {
	border-bottom: 2px solid #445164;
	border-right: 1px solid #999999;
	padding: 2px 6px 2px 6px;
	font-weight: 600;
	color: #445164;
}
.priceTable {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px 6px 2px 6px;
}
.priceTableRightR1 {
	border-bottom: 2px solid #445164;
	padding: 2px 6px 2px 6px;
	font-weight: 600;
	color: #445164;
}
.priceTableRight {
	border-bottom: 1px solid #999999;
	padding: 2px 6px 2px 6px;
}

/* ---- copyright text ---- */

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 2em;
	font-weight: normal;
	color: #333333;
	text-align: right;
}

/* ---- kaart ---- */

#mapDiv {
	position: absolute;
	left: auto;
	top: auto;
	visibility: hidden;
}

#mapPrintDiv {
	position: relative;
	left: auto;
	top: auto;
	visibility: visible;
	background-color: none;
	border: none;
	height: 380px;
	width: 440px;
	text-align: center;
}

#krtkl {
	visibility: collapse;
}

/* ---- emailinfo ---- */

#mailDiv {
	color: #000000;
	position: relative;
	left: auto;
	top: auto;
	visibility: visible;
	background-color: none;
	border: 1px solid #666666;
	height: 45px;
	width: 440px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ---- PDF ---- */

.Areader {
	margin-top: 60px;
	border: none;
}
}