#test {
background-color:#c88388;
border-bottom-style:dashed;

  
}
.imgv-container div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#4d4d4d;
	padding-top: 4px;
}
.imgv-container table {
	background: none;
}
.imgv {
	outline: none;
	text-decoration: none;
}
.imgv img {
	border: 0px solid silver;
}
.imgv:hover img {
	border-color: gray;
}
.imgv-active-anchor img {
	visibility: hidden;
}
.imgv-gallery .imgv-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.imgv-image {
	border-width: 0px;
	border-style: solid;
	border-color: #e6e6e6;
	background: #e6e6e6;
}
.imgv-wrapper, .imgv-outline {
	background: #e6e6e6;
}
.glossy-dark {
	background: #111;
}

.imgv-image-blur {
}
.imgv-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.imgv-caption {
	display: none;
	font-size: 1em;
	padding: 4px;
	/*background: white;*/
}
.imgv-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.imgv-dimming {
	position: absolute;
	background: black;
}
a.imgv-full-expand {
   background: url(../images/img_viewer/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}

.imgv-loading {
	display: block;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.imgv-credits,
a.imgv-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.imgv-credits:hover,
a.imgv-credits:hover i {
	color: white;
	background-color: gray;
}
.imgv-move, .imgv-move * {
	cursor: move;
}

.imgv-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.imgv-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/img_viewer/close.png);
	/* NOTE! For IE6, you also need to update the imgv-ie6.css file. */
}



/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.imgv-controls {
	width: 222px;
	height: 500px;
	background: url(../images/img_viewer/controlbar-white.png) 0 -90px no-repeat;
	margin: 0px 0px 0px 0;
}
.imgv-controls ul {
	position: relative;
	left: 15px;
	height: 30px;
	list-style: none;
	padding: 0;
    margin: 0px 0px 0px 0;
	background: url(../images/img_viewer/controlbar-white.png) -20px -90px no-repeat;

}
.imgv-controls li {
	float: left;
	padding: 0px 0;
	margin:0;
	list-style: none;
}
.imgv-controls a {
	background-image: url(../images/img_viewer/controlbar-white.png);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.imgv-controls a.disabled {
	cursor: default;
}
.imgv-controls a.disabled span {
	cursor: default;
}
.imgv-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.imgv-controls .imgv-previous a {
	background-position: 0 0;
}
.imgv-controls .imgv-previous a:hover {
	background-position: 0 -30px;
}
.imgv-controls .imgv-previous a.disabled {
	background-position: 0 -60px !important;
}
.imgv-controls .imgv-play a {
	background-position: -30px 0;
}
.imgv-controls .imgv-play a:hover {
	background-position: -30px -30px;
}
.imgv-controls .imgv-play a.disabled {
	background-position: -30px -60px !important;
}
.imgv-controls .imgv-pause a {
	background-position: -60px 0;
}
.imgv-controls .imgv-pause a:hover {
	background-position: -60px -30px;
}
.imgv-controls .imgv-next a {
	background-position: -90px 0;
}
.imgv-controls .imgv-next a:hover {
	background-position: -90px -30px;
}
.imgv-controls .imgv-next a.disabled {
	background-position: -90px -60px !important;
}
.imgv-controls .imgv-move a {
	background-position: -120px 0;
}
.imgv-controls .imgv-move a:hover {
	background-position: -120px -30px;
}
/*
.imgv-controls .imgv-full-expand a {
	background-position: -150px 0;
}
.imgv-controls .imgv-full-expand a:hover {
	background-position: -150px -30px;
}
*/
.imgv-controls .imgv-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.imgv-controls .imgv-close a {
	background-position: -180px 0;
}
.imgv-controls .imgv-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using imgv HTML						     */
/*****************************************************************************/
.imgv-maincontent {
	display: none;
}
.imgv-html {
	background-color: white;
}
.imgv-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.imgv-header {
	padding-bottom: 5px;
}
.imgv-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.imgv-header ul li {
	display: inline;
	padding-left: 1em;
}
.imgv-header ul li.imgv-previous, .imgv-header ul li.imgv-next {
	display: none;
}
.imgv-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.imgv-header a:hover {
	color: black;
}
.imgv-header .imgv-move a {
	cursor: move;
}
.imgv-footer {
	height: 16px;
}
.imgv-footer .imgv-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../images/img_viewer/resize.gif) no-repeat;
}
.imgv-footer .imgv-resize span {
	display: none;
}
.imgv-body {
}
.imgv-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.imgv.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .imgv-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .imgv-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .imgv-header .imgv-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .imgv-header .imgv-move * {
	display: none;
}
.draggable-header .imgv-header .imgv-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .imgv-header .imgv-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../images/img_viewer/closeX.png);
}
.draggable-header .imgv-header .imgv-close a:hover {
	background-position: 0 16px;
}
.draggable-header .imgv-header .imgv-close span {
	display: none;
}
.draggable-header .imgv-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .imgv-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .imgv-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .imgv-header .imgv-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .imgv-header .imgv-move * {
	display: none;
}
.titlebar .imgv-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .imgv-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .imgv-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .imgv-image {
	border-width: 10px;
}
.wide-border .imgv-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .imgv-image {
	border: none;
}
.borderless .imgv-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .imgv-image {
	border: 5px solid #444444;
}
.outer-glow .imgv-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .imgv-image {
	border: 2px solid green;
}
.colored-border .imgv-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .imgv-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .imgv-caption {
	color: white;
	background: #111;
}
.dark .imgv-controls,
.dark .imgv-controls ul,
.dark .imgv-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .imgv-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .imgv-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../images/img_viewer/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .imgv-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .imgv-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .imgv-controls li {
	padding: 0;
}
.controls-in-heading .imgv-controls a {
	background-image: url(../images/img_viewer/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .imgv-controls .imgv-move {
	display: none;
}

.controls-in-heading .imgv-controls .imgv-previous a {
	background-position: 0 0;
}
.controls-in-heading .imgv-controls .imgv-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .imgv-controls .imgv-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .imgv-controls .imgv-play a {
	background-position: -20px 0;
}
.controls-in-heading .imgv-controls .imgv-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .imgv-controls .imgv-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .imgv-controls .imgv-pause a {
	background-position: -40px 0;
}
.controls-in-heading .imgv-controls .imgv-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .imgv-controls .imgv-next a {
	background-position: -60px 0;
}
.controls-in-heading .imgv-controls .imgv-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .imgv-controls .imgv-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .imgv-controls .imgv-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .imgv-controls .imgv-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .imgv-controls .imgv-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .imgv-controls .imgv-close a {
	background-position: -120px 0;
}
.controls-in-heading .imgv-controls .imgv-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .imgv-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .imgv-move {
	display: none;
}
.text-controls li {
    background-image: url(../images/img_viewer/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../images/img_viewer/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../images/img_viewer/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .imgv-next {
	margin-right: 1em;
}
.text-controls .imgv-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .imgv-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .imgv-previous span {
	background-position: 0 -40px;
}
.text-controls .imgv-previous a.disabled {
	background-position: left top !important;
}
.text-controls .imgv-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .imgv-play span {
	background-position: 0 -60px;
}
.text-controls .imgv-play a.disabled {
	background-position: left top !important;
}
.text-controls .imgv-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .imgv-pause span {
	background-position: 0 -80px;
}
.text-controls .imgv-next span {
	background-position: 0 -100px;
}
.text-controls .imgv-next a.disabled {
	background-position: left top !important;
}
.text-controls .imgv-next a.disabled span {
	background-position: 0 -200px;
}
/*
.text-controls .imgv-full-expand span {
	background: none;
}
.text-controls .imgv-full-expand a.disabled {
	background-position: left top !important;
}
*/
.text-controls .imgv-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.imgv.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.imgv-thumbstrip {
	height: 100%;
}
.imgv-thumbstrip div {
	overflow: hidden;
}
.imgv-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.imgv-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.imgv-thumbstrip a {
	outline: none;
}
.imgv-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.imgv-thumbstrip .imgv-active-anchor img {
	visibility: visible;
}
.imgv-thumbstrip .imgv-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in imgv-ie6.css */
}
.imgv-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.imgv-thumbstrip-horizontal .imgv-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.imgv-thumbstrip-horizontal .imgv-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.imgv-thumbstrip-horizontal .imgv-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.imgv-thumbstrip-horizontal .imgv-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.imgv-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.imgv-viewport .imgv-thumbstrip-horizontal table {
	margin-left: 10px;
}
.imgv-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.imgv-thumbstrip-horizontal .imgv-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.imgv-viewport .imgv-thumbstrip-horizontal .imgv-marker {
	margin-left: 10px;
}
.dark .imgv-thumbstrip-horizontal .imgv-marker, .imgv-viewport .imgv-thumbstrip-horizontal .imgv-marker {
	border-bottom-color: white !important;
}

.imgv-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.imgv-thumbstrip-vertical div {
	height: 100%;
}
.imgv-thumbstrip-vertical a {
	display: block;
}
.imgv-thumbstrip-vertical .imgv-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.imgv-thumbstrip-vertical .imgv-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.imgv-thumbstrip-vertical .imgv-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.imgv-thumbstrip-vertical .imgv-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.imgv-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.imgv-thumbstrip-vertical img {
	max-width: 60px;
}
.imgv-thumbstrip-vertical .imgv-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .imgv-thumbstrip-vertical .imgv-marker, .imgv-viewport .imgv-thumbstrip-vertical .imgv-marker {
	border-left-color: white;
}

.imgv-viewport .imgv-thumbstrip-float {
	overflow: auto;
}
.imgv-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.imgv-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.imgv-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.imgv-thumbstrip-float .imgv-active-anchor img {
	border-color: black;
}
.imgv-thumbstrip-float .imgv-scroll-up div, .imgv-thumbstrip-float .imgv-scroll-down div {
	display: none;
}
.imgv-thumbstrip-float .imgv-marker {
	display: none;
}


body{margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background:url(../images/verloop.jpg); background-repeat:repeat-x; background-color:#bcddff;}
TD.header01{background-image: url(../images/header01.jpg); height: 93px; width: 918px;}
TD.header02{background-image: url(../images/header02.jpg); height: 110px; width: 918px;}
TD.menu{background-image: url(../images/menu.gif); height: 46px; width: 910px; padding-bottom: 16px;}
.css_menu{position: absolute; visibility: hidden; border:0px solid black; border-bottom-width: 0; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none; text-align:left; line-height: 15px; z-index: 100; background-color: #e6a508; width: 200px; padding:8px}
.css_menu a{width: 100%; display: block; text-indent: 3px; border-bottom: 0px solid black; padding: 0px 0; text-decoration: none; font-weight: bold; color: #FFFFFF; text-indent: 0px;}
.css_menu a:hover{ /*hover background color*/  color: #c98511; text-indent: 0px;}
#wrapper {width:300px; margin:50px auto}
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:6px}
#msgcontent {display:block; background:#e7eff7; font-family: Tahoma; font-size:11px; color: #666666; border:1px solid #7f9db9; border-left:none; padding:6px; min-width:150px; max-width:250px}

.button_so_1 { background: url(../images/button_so_1.png) ; color: #ffffff; font-weight: bold; font-size:12px; padding-bottom: 11px; height:29; width:130; border:none} 
.button_so_2 { background: url(../images/button_so_2.png) ; color: #ffffff; font-weight: bold; font-size:12px; padding-bottom: 11px; height:29; width:130; border:none}

.button1 { background: url(../img/button1.png); color: #FFFFFF; font-family:tahoma; font-weight: bold; font-size:13px; padding-bottom: 10px; height:28; width:152; border:none} 
.button2 { background: url(../img/button2.png); color: #FFFFFF; font-family:tahoma; font-weight: bold; font-size:13px; padding-bottom: 10px; height:28; width:152; border:none} 

.button1pc { background: url(../img/button1pc.png); color: #FFFFFF; font-family:tahoma; font-weight: bold; font-size:13px; padding-bottom: 10px; height:28; width:136; border:none} 
.button2pc { background: url(../img/button2pc.png); color: #FFFFFF; font-family:tahoma; font-weight: bold; font-size:13px; padding-bottom: 10px; height:28; width:136; border:none} 

.button3 { background: url(../images/button3.png) ; color: #d4dde7; font-weight: bold; padding-bottom: 10px; height:29; width:100; border:none} 
.button{background-position:top; margin-left:6px; background-repeat:no-repeat; margin-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px;}
.sluiten{width: 150px;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
padding-top: 10px;
padding-left: 20px;
padding-right: 0px;
padding-bottom: 10px;
visibility: hidden;
z-index: 20;
cursor: hand;
cursor: pointer;
background-image:url(../images/afb_bg.png);
background-repeat:no-repeat;
width: 777px;
height: 440px;
}
#thumbBoxBg{ /*Outermost DIV for thumbnail viewer*/

background-image:url(../images/verloop.jpg);
background-repeat:repeat;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial, Helvetica, sans-serif;
letter-spacing: 0px;
line-height: 1.1em;
color: #cccccc;
padding-top: 10px;
padding-left: 624px;
padding-right: 60px;
padding-bottom: 0px;
text-align:left;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
background-spacing: 20px 50px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
color:#FFFFFF;}

.paginationstyle a{ /*Pagination links style*/

background-repeat:no-repeat;

padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
color: #FFFFFF;
}

/*.paginationstyle a:hover, .paginationstyle a.selected{

background-image:url(../images/button2.png);
padding: 10px;
background-repeat:no-repeat;
letter-spacing:normal;
font-family: Tahoma;
font-weight:bold;
font-size:16px;
color: #FFFFFF;
}
*/
.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/

background-repeat:no-repeat;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;

color: #d87513;
text-decoration:none;
}

A.pagination:link{color: #FFFFFF; TEXT-DECORATION: none}
A.pagination:visited{color: #FFFFFF; TEXT-DECORATION: none}
A.pagination:active{color: #FFFFFF; TEXT-DECORATION: none}
A.pagination:hover{color: #FFFFFF; TEXT-DECORATION: none}


A.sluiten:link{color: #d4dde7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.sluiten:visited{color: #d4dde7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.sluiten:active{color: #d4dde7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.sluiten:hover{color: #d4dde7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration:underline;}
A.acco_310:link{color: #666666; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.acco_310:visited{color: #666666; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.acco_310:active{color: #666666; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
A.acco_310:hover{color: #d87513; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration:underline;}
A.nav:link{color: #d7d7d7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav:visited{color: #d7d7d7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav:active{color: #d7d7d7; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav:hover{color: #ffbc00; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav_menu:link{color: #EDF4FB; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav_menu:visited{color: #EDF4FB; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav_menu:active{color: #EDF4FB; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A.nav_menu:hover{color: #e6a508; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
A:link{color: #28537d; TEXT-DECORATION: none}
A:visited{color: #28537d; TEXT-DECORATION: none}
A:active{color: #28537d; TEXT-DECORATION: none}
A:hover{color: #d87513; TEXT-DECORATION: underline}
A.sitemap:link{color: #1651a3; TEXT-DECORATION: none}
A.sitemap:visited{color: #1651a3; TEXT-DECORATION: none}
A.sitemap:active{color: #1651a3; TEXT-DECORATION: none}
A.sitemap:hover{color: #ffbc00; TEXT-DECORATION: none}

A.acco_list_dest:link{color: #666666; TEXT-DECORATION: none}
A.acco_list_dest:visited{color: #666666; TEXT-DECORATION: none}
A.acco_list_dest:active{color: #666666; TEXT-DECORATION: none}
A.acco_list_dest:hover{color: #d87513; TEXT-DECORATION: none}
A.acco_list:link{color: #1651a3; TEXT-DECORATION: none}
A.acco_list:visited{color: #1651a3; TEXT-DECORATION: none}
A.acco_list:active{color: #1651a3; TEXT-DECORATION: none}
A.acco_list:hover{color: #d87513; TEXT-DECORATION: none}
A.disclaimer:link{color:#28537d; TEXT-DECORATION:none;}
A.disclaimer:visited{color:#28537d; TEXT-DECORATION:none;}
A.disclaimer:active{color:#28537d; TEXT-DECORATION:none;}
A.disclaimer:hover{color:#ffbc00; TEXT-DECORATION:none;}
A.cc:link{color:#d7d7d7; TEXT-DECORATION:none;}
A.cc:visited{color:#d7d7d7; TEXT-DECORATION:none;}
A.cc:active{color:#d7d7d7; TEXT-DECORATION:none;}
A.cc:hover{color:#ffbb00; TEXT-DECORATION:underline;}
A.holidays:link{color:#daeafc; TEXT-DECORATION:none;}
A.holidays:visited{color:#daeafc; TEXT-DECORATION:none;}
A.holidays:active{color:#daeafc; TEXT-DECORATION:none;}
A.holidays:hover{color:#ec8d2e; TEXT-DECORATION:none;}
A.special:link{color:#28537d; TEXT-DECORATION:none;}
A.special:visited{color:#28537d; TEXT-DECORATION:none;}
A.special:active{color:#28537d; TEXT-DECORATION:none;}
A.special:hover{color:#d87513; TEXT-DECORATION:underline;}
A.rondreizen:link{color: #daeafc; TEXT-DECORATION: none; font-family: Tahoma; font-weight: normal; font-size: 10px;}
A.rondreizen:visited{color: #daeafc; TEXT-DECORATION: none; font-family: Tahoma; font-weight: normal; font-size: 10px;}
A.rondreizen:active{color: #daeafc; TEXT-DECORATION: none; font-family: Tahoma; font-weight: normal; font-size: 10px;}
A.rondreizen:hover{color: #ffbc00; TEXT-DECORATION: none; font-family: Tahoma; font-weight: normal; font-size: 10px;}
A.language:link{color:#daeafc; TEXT-DECORATION:none;margin-left:30px}
A.language:visited{color:#daeafc; TEXT-DECORATION:none;margin-left:30px}
A.language:active{color:#daeafc; TEXT-DECORATION:none;margin-left:30px}
A.language:hover{color:#ffbc00; TEXT-DECORATION:none;margin-left:30px}
A.vb:link{color:#daeafc; TEXT-DECORATION:none;}
A.vb:visited{color:#daeafc; TEXT-DECORATION:none;}
A.vb:active{color:#daeafc; TEXT-DECORATION:none;}
A.vb:hover{color:#ffbc00; TEXT-DECORATION:none;}
.input.vd_td {width: 63px; height: 18px; border: 1px solid #7f9db9; background-color: #eeeeee;}
input.blueinput:focus, textarea.blueinput:focus {border:1px solid #019201; background-color: #DAFEDA;}


A.arashi_beach:link    {color:#003090; TEXT-DECORATION:none; margin-top: 10px;   }

.nav_h{position: static;}
TD.lang{padding-left: 30px;}
TR.center_cur1 {position: relative; top: 150px; left: 150px; background-image: url(../images/palm2.gif); width: 145px; height: 130px; background-repeat: no-repeat; background-position:bottom;}
.dv_top{height: 120px; width: 100%; background:url('../images/palm2.gif') repeat-x; z-index: 1; position: absolute; top: 0px; left: 300px;}
.balk{background:url('../images/balk.gif'); background-position:right; margin-left:0px; background-repeat:no-repeat; width:310px; height:29px; margin-bottom: 0px; padding-top:0px; padding-left: 0px; padding-right: 0px;}
.balk_txt{font-weight:bolder; font-size: 11px; margin-bottom: 0px; color: #d4dde7; font-family: Tahoma; padding-top:3px; text-align:center; padding-right: 0px;}
.balk_txt_rr{font-weight:bolder; font-size: 11px; margin-bottom: 0px; color: #d4dde7; font-family: Tahoma; padding-top:3px; padding-left:14px; text-align:left; padding-right: 0px;}
.balk_txt2{font-weight:bolder; font-size: 11px; margin-bottom: 0px; color: #d4dde7; font-family: Tahoma; padding-top:3px; text-align:left; padding-left: 10px;}
.offerte1{background:url('../images/offerte1.png'); background-position:3px; background-repeat:no-repeat; width:299px; height: 42px;}
.omlijning_special{background:url('../images/omlijning_special_bg.gif'); background-position:center; background-repeat:no-repeat; width:301px; height:75px;}
.omlijning_special2{background:url('../images/omlijning_special2_bg.gif'); background-position:center; background-repeat:no-repeat; width:301px; height:40px;}
.omlijning_offerte{background:url('../images/offerte_optioneel.gif'); background-position: 3px; padding-left: 3px; margin-left: 3px; background-repeat:no-repeat; width:301px; height:143px;}
.omlijning_offerte_suriname{background:url('../images/omlijning_offerte_suriname.gif'); background-position: 0px; padding-left: 0px; margin-left: 0px; background-repeat:no-repeat; width:301px; height:120px;}
.omlijning_offerte_suriname2{background:url('../images/omlijning_offerte_suriname2.gif'); background-position: 3px; padding-left: 3px; margin-left: 3px; background-repeat:no-repeat; width:301px; height:220px;}
.vanafprijs{background:url('../images/vanafprijs.png'); background-position:top right; background-repeat:no-repeat; width:70px; height:34px; font-weight:bolder;}


.gr_prijs_bg{background:url('../images/gr_prijs_bg.png'); background-repeat:no-repeat; background-position: 0px 2px; width:80px; height:38px;}
.gr_prijs_va{color:#e6e6e6; font-size:10px; text-align:center; padding-left: 6px; padding-right: 0px; padding-top: 2px;}
.gr_prijs{color:#e6e6e6; font-size:13px; text-align:center; padding-left: 6px; padding-right: 0px; padding-top: 0px; font-weight:bolder;}

.prijs{background:url('../images/vanafprijs.gif'); background-position:top right; background-repeat:no-repeat; width:86px; height:58px; font-weight:bolder;}
.all_inclusive{background:url('../images/all_inclusive_bg.gif'); background-position:top right; background-repeat:no-repeat; width:89px; height:61px; font-weight:bolder;}
.verzorging{background:url('../images/verzorging_bg.gif'); background-position:top right; background-repeat:no-repeat; width:89px; height:61px; font-weight:bolder;}
.prijs span{color:#daeafc; font-size:11px; text-align:center;}

.prijs_va{color:#fce6d1; font-size:12px; font-weight:bold; text-align:center; padding-left: 6px; padding-top: 5px; font-family:Tahoma;}

.vanafprijs_acco_txt{color:#daeafc; font-size:9px; text-align:center; padding-left: 0px; padding-right: 6px; padding-top: 4px;}


.prijs_lg{color:#fce6d1; font-size:9px; text-align:left; padding-left: 5px; padding-top: 6px;}
.prijs_txt{color:#fce6d1; text-align:center; padding-left: 14px; padding-right: 0px; padding-top: 0px; font-size:24px; font-weight:bold; font-family:Tahoma;}
.prijs_accolist_txt{color:#daeafc; text-align:center; padding-left: 0px; padding-right: 5px; padding-top: 0px; font-size:12px; font-weight:bolder;}
.prijs_special_txt{font-family:Arial, Helvetica, sans-serif; color:#fce6d1; text-align:center; padding-left: 5px; padding-right: 0px; padding-top: 7px; font-size:15px;}
.label_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-align:center; font-weight:bold; padding-left: 13px; padding-right: 6px; padding-top: 13px;}
.label2_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-align:center; font-weight:bold; padding-left: 13px; padding-right: 6px; padding-top: 13px;}
.label3_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-align:center; font-weight:bold; padding-left: 16px; padding-right: 6px; padding-top: 14px;}
.label4_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:24px; text-align:center; font-weight:bold; padding-left: 20px; padding-right: 6px; padding-top: 5px;}
.label5_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:14px; text-align:center; font-weight:bold; padding-left: 17px; padding-right: 6px; padding-top: 12px;}
.label6_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:13px; text-align:center; font-weight:bold; padding-left: 17px; padding-right: 6px; padding-top: 12px;}
.label7_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:14px; text-align:center; font-weight:bold; padding-left: 17px; padding-right: 6px; padding-top: 0px;}
.label8_txt{color:#fce6d1; font-family: Arial, Helvetica, sans-serif; font-size:18px; text-align:center; font-weight:bold; padding-left: 17px; padding-right: 6px; padding-top: 6px;}
.offerte{color:#FFFFFF; font-size:11px; text-align:center; font-weight:bold; padding-left: 0px; padding-right: 6px; padding-top: 24px;}
.specials_1a{color:#FFFFFF; font-family: Tahoma; font-size:16px; font-weight:bolder; text-align:left; text-indent: 32px; padding-top: 54px;}
.specials_1b{color:#FFFFFF; font-family: Tahoma; font-size:12px; font-weight:bolder; text-align:left; text-indent: 26px; padding-top: 0px;}

.c_dagtours{background:url('../images/c_dagtours.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_offerte{background:url('../images/c_offerte.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_offerte1{background:url('../images/c_offerte1.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_offerte2{background:url('../images/c_offerte2.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_offerte3{background:url('../images/c_offerte3.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_offerte4{background:url('../images/c_offerte4.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_snel_offerte{background:url('../images/c_snel_offerte.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_uitroepteken{background:url('../images/c_uitroepteken.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_martinair{background:url('../images/c_martinair.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_nieuwsbrief{background:url('../images/c_nieuwsbrief.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_palmboom{background:url('../images/c_palmboom.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_intro{background:url('../images/c_intro.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_appartementen{background:url('../images/c_appartementen.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_bevolking{background:url('../images/c_bevolking.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_bloemen{background:url('../images/c_bloemen.png');position: relative; top: 50px; left: 8px; background-repeat:no-repeat;width:85px;height:83px;}
.c_districten{background:url('../images/c_districten.png');position: relative; top: 50px; left: 8px;background-repeat:no-repeat;width:85px;height:83px;}
.c_eten_drinken{background:url('../images/c_eten_drinken.png');position: relative; top: 50px; left: 8px;background-repeat:no-repeat;width:85px;height:83px;}
.c_ezel{background:url('../images/c_ezel.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_fietsen{background:url('../images/c_fietsen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_geografie{background:url('../images/c_geografie.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_golf{background:url('../images/c_golf.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_hotels{background:url('../images/c_hotels.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_info{background:url('../images/c_info.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_bezienswaardigheden{background:url('../images/c_bezienswaardigheden.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_dolfijn{background:url('../images/c_dolfijn.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_douane{background:url('../images/c_douane.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_duiken{ background:url('../images/c_duiken.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_flamingo{background:url('../images/c_flamingo.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_forten{background:url('../images/c_forten.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_gezondheid{background:url('../images/c_gezondheid.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_landhuis{background:url('../images/c_landhuis.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_landschap{background:url('../images/c_landschap.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_music{background:url('../images/c_music.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_paardrijden{background:url('../images/c_paardrijden.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_intro{background:url('../images/c_intro.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_rondreizen{background:url('../images/c_rondreizen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_spa{background:url('../images/c_spa.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_steden{background:url('../images/c_steden.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_steden2{background:url('../images/c_steden2.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_steden3{background:url('../images/c_steden3.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_stranden{background:url('../images/c_stranden.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_trouwen{background:url('../images/c_trouwen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_vissen{background:url('../images/c_vissen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_vogel{background:url('../images/c_vogel.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_windsurfen{background:url('../images/c_windsurfen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_winkelen{background:url('../images/c_winkelen.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.c_uitgaansleven{background:url('../images/c_uitgaansleven.png'); position: relative; top: 50px; left: 8px; background-repeat:no-repeat; width:85px; height:83px;}
.label{background:url('../images/label.png'); position: relative; top: 65px; left: 8px; background-repeat:no-repeat; width:139px; height:70px;}
.label2{background:url('../images/label2.png'); position: relative; top: 65px; left: 8px; background-repeat:no-repeat; width:139px; height:70px;}
.label3{background:url('../images/label3.png'); position: relative; top: 65px; left: 8px; background-repeat:no-repeat; width:145px; height:70px;}

.palm{background:url('../images/palm.png'); background-position: 100% 100%; background-repeat:no-repeat;}
.palm_bg{background:url('../images/palm_bg.png');  background-position: 100% 100%; background-repeat:no-repeat;}
.palm2_bg{background:url('../images/palm2_bg.png'); background-position: 90% 100%; background-repeat:no-repeat;}
.jungle_bg{background:url('../images/jungle_bg.png'); background-position: 80% 0%; background-repeat:no-repeat;}

.arashi_beach_villa { position: relative; top: -108px; left: 31px; }
.aruba_sur_mer { position: relative; top: -103px; left: 41px; }
.aruba_dream { position: relative; top: -91px; left: 48px; }
.makai_villa { position: relative; top: -90px; left: 49px; }
.salina_villa { position: relative; top: -89px; left: 52px; }
.sunset_villa { position: relative; top: -88px; left: 53px; }
.palm_villa { position: relative; top: -75px; left: 40px; }

.arashi_beach { position: relative; top: -05px; right: 272px; }
.malmok_beach { position: relative; top: -04px; right: 266px; }
.fishermans_huts { position: relative; top: -01px; right: 260px; }
.palm_beach { position: relative; top: 17px; right: 258px; }
.eagle_beach { position: relative; top: 26px; right: 272px; }
.manchebo_beach { position: relative; top: 27px; right: 282px; }
.druif_beach { position: relative; top: 24px; right: 270px; }
.surfside_beach { position: relative; top: 40px; right: 238px; }
.rodgers_beach { position: relative; top: 150px; right: 47px; }
.baby_beach { position: relative; top: 140px; right: 36px; }
.boca_grandi { position: relative; top: 94px; right: 36px; }

.marriott_aruba { position: relative; top: 50px; right: 96px; }
.hyatt_regency { position: relative; top: 54px; right: 93px; }
.radisson_aruba { position: relative; top: 56px; right: 93px; }
.renaissance_aruba { position: relative; top: 122px; right: 83px; }
.bucuti { position: relative; top: 108px; right: 124px; }
.divi_divi_tamarijn { position: relative; top: 89px; right: 114px; }
.divi_village_golf { position: relative; top: 44px; right: 10px; }
.divi_dutch_village { position: relative; top: 66px; right: 105px; }
.holiday_inn_sunspree { position: relative; top: 52px; right: 93px; }
.manchebo_beach_resort { position: relative; top: 109px; right: 124px; }

.westin_aruba { position: relative; top: -83px; right: -9px; }

.divi_aruba_phoenix { position: relative; top: 13px; right: 105px; }
.talk_of_the_town { position: relative; top: 114px; right: 65px; }
.the_mill_resort { position: relative; top: 38px; right: 86px; }



.first_letter { text-transform:capitalize;}

#foldheader{cursor:hand ;
list-style-image:url(../images/pijl_blauw_k.gif)}
#foldinglist{list-style-image:url(../images/pijl_blauw_k.gif)}

TD.left_pc_bg{background-image: url(../images/left_pc_bg.jpg); width: 200px; height: 244px; background-repeat: no-repeat; background-position:bottom;}
TD.rubriek_linksonder_pc{background-image: url(../images/rubriek_links_onder_pc_s.gif); width: 216px; height: 26px; background-repeat: no-repeat; background-position:left;}
TD.rubriek_linksonder_nb{background-image: url(../images/rubriek_links_onder_nb_s.gif);width: 216px;height: 26px;background-repeat: no-repeat;background-position:left;}
TD.left_bg{background-image: url(../images/left_bg.jpg);width: 200px;height: 7x;background-repeat:repeat-y;}
TD.center_main_bg{background-image: url(../images/center_main_bg.gif);width: 310px;height: 100px;background-repeat:repeat-y;background-position:center;}
TD.center_bg{background-image: url(../images/center_bg.jpg);width: 310px;height: 10px;background-repeat:repeat-y;background-position:center;}
TD.slagschaduw{background-image: url(../images/slagschaduw.gif);width: 15px;height: 25px;background-repeat:repeat-y;background-position:left;}
TD.center_palm_bg{background-image: url(../images/center_palm_bg.jpg);width: 310px;height: 159px;background-repeat:repeat-y;background-position:center;}
TD.center_palm2_bg{background-image: url(../images/center_palm2_bg.jpg);width: 310px;height: 176px;background-repeat:repeat-y;background-position:center;}
TD.center_acco_bg{background-image: url(../images/center_acco_bg.jpg);width: 310px;height: 185px;background-repeat:repeat-y;background-position:center;}
TD.center_strand_bg{background-image: url(../images/center_strand_bg.jpg);width: 310px;height: 141px;background-repeat:repeat-y;background-position:center;}
TD.slagschaduw_left{background-image: url(../images/slagschaduw_left.gif);width: 12px;height: 50px;background-repeat:repeat-y;background-position:left;}
TD.slagschaduw_center{background-image: url(../images/slagschaduw_center.gif);width: 8px;height: 50px;background-repeat:repeat-y;background-position:left; }
TD.center_top{background-image: url(../images/center_top.gif);width: 50px;height: 14px;background-repeat:repeat-x;background-position:top;}
TD.center_left{background-image: url(../images/center_left.gif);width: 14px;height: 50px;background-repeat:repeat-y;background-position:left;}
TD.center_left_d{background-image: url(../images/center_left_d.gif);width: 14px;height: 20px;background-repeat:repeat-y;background-position:left;}
TD.center_right{background-image: url(../images/center_right.gif);width: 14px;height: 50px;background-repeat:repeat-y;background-position:right;}
TD.center_right_d{background-image: url(../images/center_right.gif);width: 9px;height: 20px;background-repeat:repeat-y;background-position:right;}
TD.right_bg{background-image: url(../images/right_bg.jpg);width: 260px;height: 20px;background-repeat:repeat-y;background-position:center;}
TD.right_bg2{background-image: url(../images/right_bg2.jpg);width: 260px;height: 10px;background-repeat:repeat-y;background-position:center;}

.tekstvak_reactie{ background-color:#FFFFFF; margin-top:0px; font-size: 11px; margin-bottom: 0px; color: #28537d; font-family: Tahoma; padding-left: 8px; padding-right: 8px; }
td.vl
{
    
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    
    font-weight: normal;
    text-decoration: none;
    padding: 0px;
    padding-left: 5px;
    
}
td.off_titel{font-family: Verdana;font-size: 11px;text-align: left;font-weight: bold;text-decoration: none;padding: 0px;padding-left: 10px;color: #003090;}
.login{font-family: Tahoma; font-size: 11px; text-align: left; font-weight: normal; text-decoration: none; padding: 8px;  color: #28537d;}
.login2{font-family: Tahoma; font-size: 11px; text-align: left; font-weight: normal; text-decoration: none; padding: 0px;  color: #28537d;}
td.off_left{font-family: Verdana;font-size: 10px;text-align: left;font-weight: normal;text-decoration: none;padding: 0px;padding-left: 10px;padding-right: 10px;color: #003090;}
td.off_right{font-family: Verdana;font-size: 10px;text-align: right;font-weight: normal;text-decoration: none;padding: 0px;padding-right: 10px;color: #003090;}

input, select{color : #28537d;font-size : 11px;font-family : Tahoma,Verdana,Arial;}
INPUT.veld{margin-top: 0px;font-size: 11px;margin-bottom: 0px;WIDTH: 128px;color: #28537d;font-family: Tahoma}
INPUT.Box{margin-top: 0px;font-size: 11px;margin-bottom: 0px;WIDTH: 128px;color: #28537d;font-family: Tahoma;}

td.snelofferte{
background-image: url(../images/snelofferte.png);
background-repeat:no-repeat;
width:301px;
height:40px;
}
td.snelofferte2{
background-image: url(../images/snelofferte2.png);
background-repeat:no-repeat;
width:301px;
height:40px;
}
P.titel_snelofferte{margin-top: 0px;font-size: 14px;margin-bottom: 0px;color: #d87513;font-weight: bold;font-family: Tahoma;text-align: left;}



td.left{background-image: url(../images/left.png);width: 25px; height: 50px; background-repeat: repeat; background-position: right;}
td.left2{background-image: url(../images/left2.gif);width: 25px; height: 50px; background-repeat: repeat; background-position: right;}
td.right{background-image: url(../images/right.png);width: 25px; height: 50px; background-repeat: repeat; background-position: left;}	
td.right2{background-image: url(../images/right2.gif);width: 25px; height: 50px; background-repeat: repeat; background-position: left;}

P{margin-top: 4px;font-size: 11px;margin-bottom: 4px;color: #28537d;font-family: Arial, Helvetica, sans-serif;padding-left: 8px;padding-right: 8px;}
P.nav{margin-top: 4px;font-size: 12px;margin-bottom: 4px;color: #666666;font-family: Arial, Helvetica, sans-serif;padding-left: 2px;padding-right: 8px;}
P.nav_info{margin-top: 4px;font-size: 12px;margin-bottom: 4px;color: #666666;font-family: Arial, Helvetica, sans-serif;padding-left: 8px;padding-right: 8px;}
P.table{margin-top: 4px;font-size: 11px;margin-bottom: 4px;color: #015488;font-family: Arial, Helvetica, sans-serif;padding-left: 8px;padding-right: 8px;}
P.camcorder1 {margin-top: 70px;font-size: 12px;margin-bottom: 04px;color: #ffbb00;font-family: Arial, Helvetica, sans-serif;padding-left: 50px;padding-right: 0px;}
P.camcorder2 {margin-top: 0px;font-size: 10px;margin-bottom: 0px;color: #ffbb00;font-family: Arial, Helvetica, sans-serif;padding-left: 50px;padding-right: 0px;}
P.left{margin-top: 3px;font-size: 11px;margin-bottom: 0px;color: #365c84;font-family: Arial, Helvetica, sans-serif;padding-left: 6px;padding-right: 6px; text-align:center;}
P.navigatie{margin-top: 0px;font-size: 9px;margin-bottom: 0px;color: #dbc68e;text-indent: 316px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
P.kalender{margin-top: 0px;font-size: 9px;margin-bottom: 0px;color: #F1F3F5;text-indent: 4px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
P.copyright{margin-top: 12px;font-size: 10px;margin-bottom: 0px;color: #d7d7d7;margin-left: 170px;font-family: Arial, Helvetica, sans-serif}
P.titel_rubriek_links{margin-top: 0px;font-size: 12px;margin-bottom: 11px;color: #EDF4FB;font-weight: bold;font-family: Arial, Helvetica, sans-serif;text-align: center;}
P.rubriek_links{margin-top:3px;font-size: 11px;margin-bottom: 4px;color: #ecd98c;font-family: Arial, Helvetica, sans-serif;padding-left: 8px;padding-right: 8px;}
P.titel_middenrubriek{margin-top: 0px;font-size: 12px;margin-bottom: 0px;color: #EDF4FB;font-weight: bold;font-family: Arial, Helvetica, sans-serif ;text-align: center;}
P.titel_middenrubriek_adv{margin-top: 0px;font-size: 11px;margin-bottom: 8px;color: #daeafc;font-weight: bold;font-family: Arial, Helvetica, sans-serif;text-align: center;}
P.middenrubriek{margin-top: 8px;font-size: 11px;margin-bottom: 4px;color: #246089;font-family: Arial, Helvetica, sans-serif;padding-left: 8px;padding-right: 8px;}
P.titel_rubriek_rechts{margin-top: 0px;font-size: 12px;margin-bottom: 9px;color: #EDF4FB;font-weight: bold;font-family: Arial, Helvetica, sans-serif;text-align: center;}
P.titel_rubriek_rechts_c{margin-top: 0px;font-size: 12px;margin-bottom: 4px;color: #EDF4FB;font-weight: bold;font-family: Arial, Helvetica, sans-serif;text-align: center;}
P.prijstabel
{
	margin-top: 6px;
	font-size: 12px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
}

IMG.border
{
    border-right: #4181c0 1px solid;
    border-top: #4181c0 1px solid;
    border-left: #4181c0 1px solid;
    border-bottom: #4181c0 1px solid
}
IMG.logo
{
 	margin-left: 10px;
}
TD.vanafprijs{background-image: url(../images/vanafprijs_bg.gif); background-position: 0px 0px;background-repeat: no-repeat;}



TD.aruba_map_bg
{
	background-image: url(../images/aruba/aruba_map.gif);
	background-repeat: no-repeat;
	background-position: right;
}
TD.aruba_map_hotels_bg
{
	background-image: url(../images/aruba/aruba_map_hotels.gif);
	background-repeat: no-repeat;
	background-position: center;
}
TD.aruba_map_villas_bg
{
	background-image: url(../images/aruba/aruba_map_villas.gif);
	background-repeat: no-repeat;
	background-position: center;
}
TD.aruba_arashi_beach
{
	background-image: url(../images/aruba/villas_aruba/arashi_beach/arashi_beach_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}




TD.ctc_bg
{
	background-image: url(../images/ctc_bg.gif);
}
TD.nachtleven_bg
{
	background-image: url(../images/nachtleven_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.willemstad_bg
{
	background-image: url(../images/curacao/willemstad_bg.gif);
	background-repeat: no-repeat;
	background-position:  bottom;
}
TD.acco_bg
{
	background-image: url(../images/acco_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.restaurant_bg
{
	background-image: url(../images/restaurant_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.winkelen_bg
{
	background-image: url(../images/zwemdiploma_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.palm_bg
{
	background-image: url(../images/palm2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.palm_bg_left
{
	background-image: url(../images/palm2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
TD.palm2_bg
{
	background-image: url(../images/palm3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.activiteiten_bg
{
	background-image: url(../images/curacao/activiteiten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.activiteiten_aua_bg
{
	background-image: url(../images/aruba/activiteiten_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.strand_bg
{
	background-image: url(../images/strand.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
TD.rubriek_pc{background-image: url(../images/pc_s.gif);height: 47px;width: 216px; background-repeat:no-repeat}
TD.rubriek_nb{background-image: url(../images/nb_s.gif);height: 47px;width: 216px; background-repeat:no-repeat}
TD.rubriek_linksboven{background-image: url(../images/rubriek_links_boven.gif);height: 33px;}
TD.rubriek_linksboven1{background-image: url(../images/rubriek_links_boven_gg.gif);height: 33px;}
TD.rubriek_linksboven2{background-image: url(../images/rubriek_links_boven_gr.gif);height: 33px;}
TD.rubriek_linksboven2v{background-image: url(../images/rubriek_links_boven_grv.gif);height: 33px;}
TD.rubriek_linksonder{background-image: url(../images/rubriek_links_onder.gif);height: 13px;}
TD.rubriek_linksonder1{background-image: url(../images/rubriek_links_onder_gg.gif);height: 13px;}
TD.rubriek_linksonder2{background-image: url(../images/rubriek_links_onder_gr.gif);height: 13px;}
TD.rubriek_linksonder2v{background-image: url(../images/rubriek_links_onder_grv.gif);height: 13px;}
TD.nieuwsbrief_boven{background-image: url(../images/nieuwsbrief_boven.gif);height: 33px;width: 204px;}
TD.nieuwsbrief_onder{background-image: url(../images/nieuwsbrief_onder.gif);height: 13px;width: 204px;}
TD.middenrubriek_boven{background-image: url(../images/middenrubriek_boven.gif);height: 22px;width: 310px;}
TD.middenrubriek_boven_adv{background-image: url(../images/middenrubriek_boven_adv.gif);height: 29px;width: 310px;}
TD.middenrubriek_boven_adv2{background-image: url(../images/middenrubriek_boven_adv2.gif);height: 29px;width: 310px;}
TD.middenrubriek_boven_adv3{background-image: url(../images/middenrubriek_boven_adv3.gif);height: 29px;width: 310px;}
TD.middenrubriek_boven_w{background-image: url(../images/middenrubriek_boven_w.gif);height: 22px;width: 310px;}
TD.middenrubriek_boven_verl{background-image: url(../images/middenrubriek_boven_verl.gif);height: 22px;width: 310px;}
TD.middenrubriek_onder{background-image: url(../images/middenrubriek_onder.gif);height: 7px;width: 310px;}
TD.middenrubriek_onder_verl{background-image: url(../images/middenrubriek_onder_verl.gif);height: 22px;width: 310px;}
TD.rubriek_rechtsboven{background-image: url(../images/rubriek_rechtsboven.gif);height: 31px;width: 260px;}
TD.rubriek_rechtsboven_verl{background-image: url(../images/rubriek_rechtsboven_verl.gif);height: 29px;width: 260px;}
TD.rubriek_rechtsboven_a_verl{background-image: url(../images/rubriek_rechtsboven_a_verl.gif);height: 48px;width: 260px;}
TD.rubriek_rechtsboven_h_verl{background-image: url(../images/rubriek_rechtsboven_h_verl.gif);height: 48px;width: 260px;}
TD.rubriek_rechtsboven_verl_o{background-image: url(../images/rubriek_rechtsboven_verl_o.gif);height: 31px;width: 260px;}
TD.rubriek_rechtsboven_verl2{background-image: url(../images/rubriek_rechtsboven_verl2.gif);height: 29px;width: 260px;}
TD.rubriek_rechtsboven_i_verl{background-image: url(../images/rubriek_rechtsboven_i_verl.gif);height: 48px;width: 260px;}
TD.rubriek_rechtsboven_verl3{background-image: url(../images/rubriek_rechtsboven_verl3.gif);height: 22px;width: 260px;}
TD.rubriek_rechtsboven_verl4{background-image: url(../images/rubriek_rechtsboven_verl4.gif);height: 22px;width: 260px;}
TD.rubriek_rechtsboven_verl5{background-image: url(../images/rubriek_rechtsboven_verl5.gif);height: 29px;width: 260px;}
TD.rubriek_rechtsboven_offerte{background-image: url(../images/rubriek_rechtsboven_offerte.gif);height: 31px;width: 310px;}
TD.rubriek_rechtsboven_w{background-image: url(../images/rubriek_rechtsboven_w.gif);height: 31px;width: 260px;}
TD.rubriek_rechtsboven_w2{background-image: url(../images/rubriek_rechtsboven_w2.gif);height: 22px;width: 260px;}
TD.rubriek_rechtsonder_w2{background-image: url(../images/rubriek_rechtsonder_w2.gif);height: 7px;width: 260px;}
TD.rubriek_rechtsonder{background-image: url(../images/rubriek_rechtsonder.gif);height: 10px;width: 260px;}
TD.rubriek_rechtsonder2{background-image: url(../images/rubriek_rechtsonder2.gif);height: 10px;width: 260px;}
TD.rubriek_rechtsonder_verl{background-image: url(../images/rubriek_rechtsonder_verl.gif);height: 22px;width: 260px}
TD.rubriek_rechtsonder_offerte{background-image: url(../images/rubriek_rechtsonder_offerte.gif);height: 10px;width: 310px;}
TD.rubriek_rechtsboven_elvia{background-image: url(../images/rubriek_rechtsboven_elvia.gif);height: 10px;width: 670px;}
TD.rubriek_rechtsonder_elvia{background-image: url(../images/rubriek_rechtsonder_elvia.gif);height: 10px;width: 670px;}

TD.rubriek_bookxpress_boven{background-image: url(../images/rubriek_bookxpress_boven.gif);height: 10px;width: 904px;}
TD.rubriek_bookxpress_onder{background-image: url(../images/rubriek_bookxpress_onder.gif);height: 10px;width: 904px;}

TD.autohuur
{
	background-image: url(../images/autohuur_top.gif);
	height: 29px;
}


TD.vb_menu
{
	background-image: url(../images/menu.gif);
	height: 42px;width: 910px;
	margin-top: 4px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 10px;
}
TABLE.community
{
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #1651a3;
	font-family: Tahoma;
}
TABLE.contact
{
	margin-top: 4px;
	font-size: 11px;
	margin-bottom: 4px;
	color: #28537d;
	font-family: Tahoma;
}
TABLE.aanbiedingen
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 11px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	
	text-align: center;
}
TABLE.rubriek_links
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 11px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
}
TABLE.rubriek_offerte
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 11px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
}
TABLE.rubriek_nieuws
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 11px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
}
TABLE.prijstabel
{
	font-size: 11px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	background-color: #FFFFFF;
	text-align: center;
}

TD.middenrubriek
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 5px;
}
TD.kolom_2
{ 
    background-image:url(../images/kolom_2_bg.jpg);
    padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
TD.kolom_2_bg
{ 
    background-image:url(../images/kolom_2_bg.jpg);
    padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
TD.kolom_3
{ 
    background-image:url(../images/kolom_3_bg2.jpg);
	background-repeat:repeat-y;
    padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 6px;
	width: 294px;
}
TD.middenrubriek_b
{ 
    background-image:url(../images/middenrubriek_bg.jpg);
    padding-bottom: 10px;
	padding-top: 20px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 6px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	width: 294px;
}
TD.middenrubriek_b1
{ 
    background-image:url(../images/middenrubriek_bg.jpg);
    padding-bottom: 0px;
	padding-top: 20px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 6px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	width: 294px;
}
TD.middenrubriek_b3
{ 
    background-image:url(../images/middenrubriek_bg.jpg);
	padding-left: 5px;	
}

TD.rubriek_rechts_b
{ 
    background-image:url(../images/rubriek_rechts_bg2.jpg);
    padding-bottom: 10px;
	padding-top: 20px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 6px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	width: 244px;
}
TABLE.middenrubriek
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
}
TABLE.kolom_2
{
	margin-top: 8px;
	margin-bottom: 0px;
	width: 325px;
}

P{margin-top: 4px;font-size: 11px;margin-bottom: 4px;color: #28537d;font-family: Tahoma;padding-left: 8px;padding-right: 8px;}


TABLE.overlib
{
	padding-top: 5px;
	font-size: 11px;
	margin-bottom: 12px;
	color: #28537d;
	padding-left: 6px;
    padding-right: 8px;
	font-weight: normal;
	font-family: Tahoma;
}
TABLE.nieuwsbrief
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color: #28537d;
    margin-top: 8px;
    margin-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
TABLE.middenrubriek_specials
{
	
}
TD.booking_c
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	margin-left: 8px;
	margin-right: 6px;
	text-align: center;
}
TD.booking_ct
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #d7d7d7;
	font-weight: normal;
	font-family: Tahoma;
	margin-left: 8px;
	margin-right: 6px;
	text-align: center;
	padding-bottom: 4px;
}
TD.booking_l
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #1651a3;
	font-weight: normal;
	font-family: Tahoma;
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 6px;
	text-align: left;
}
TR.booking_l
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #1651a3;
	font-weight: normal;
	font-family: Tahoma;
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 6px;
	text-align: left;
}
TABLE.booking
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #1651a3;
	font-weight: normal;
	font-family: Tahoma;
	margin-left: 8px;
	margin-right: 4px;
}
TABLE.gr_acco
{
    background-image: url(../images/balk_accolist.gif); width: 301px; height: 92px; background-position: 2px 0px; background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #015488;
	font-weight: normal;
	font-family: Tahoma;
	padding-bottom: 0px;
	padding-left: 11px;
	padding-right: 8px;
	padding-top: 2px;
}
TABLE.accolist_bestemming
{
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #7b706c;
	font-weight: normal;
	font-family: Tahoma;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}
TABLE.sql
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 8px;
	padding-right: 8px;
}
TD.sql
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 8px;
	padding-right: 8px;
}
TD.landeninfo
{
	margin-top: 4px;
	font-size: 11px;
	margin-bottom: 4px;
	color: #003090;
	font-family: Tahoma;
	padding-left: 8px;
	padding-right: 8px;
}
TABLE.form
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-family: Tahoma;
    font-size: 11px;
	color:#28537d;
}
TABLE.form2
{
	margin-top: 12px;
	margin-bottom: 8px;
	padding-left: 8px;
	font-weight: normal;
	font-family: Tahoma;
    font-size: 11px;
	color:#28537d;
}
TABLE.form3
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color:#28537d;
	margin-top: 8px;
	padding-left: 0px;
}
TABLE.form4
{
	margin-top: 12px;
	margin-bottom: 8px;
	font-weight: normal;
	font-family: Tahoma;
    font-size: 11px;
	color:#28537d;
}
TABLE.form_opt
{
	margin-top: 6px;
	margin-bottom: 8px;
	padding-left: 0px;
	font-weight: normal;
	font-family: Tahoma;
    font-size: 11px;
	color:#28537d;
}
TABLE.form_nb
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #28537d;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 8px;
	padding-right: 8px;
}
TABLE.form_offerte
{
	font-size: 11px;
    color: #28537d;
    font-weight: normal;
	font-family: Tahoma;
	margin-top: 8px;
    margin-bottom: 8px;
}
TABLE.form_reactie
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 10px;
	padding-right: 10px;
}
TABLE.form_reactie2
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 2px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 0px;
	padding-right: 0px;
}
TD.form_reactie
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	color: #003090;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 10px;
	padding-right: 10px;
}
FORM{margin-top: 0px; margin-bottom: 0px;}
.tekstvak{font-size: 10px; font-family: Tahoma;}
P.form{margin-top:0px;font-size: 11px;margin-bottom: 4px;color: #003090;font-family: Tahoma;padding-left: 8px;padding-right: 8px;}

