h1, h2, img, p {
  padding: 0px;
  margin: 0px;
}

body{
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #2d2d2c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f2f2f2;

}


/***********TYPO*******/

p{
	color: #f2f2f2;
	letter-spacing: 0.05em;
	margin: 5px 0px 0px 0px;
}

a{
text-decoration: none;
color: #0690ae;
}

a img {
border: none;
}

/********ELEMENTS*********/

HR {
  height: 0;
  border: 0;
  border-top: 1px solid #009fc2;
}

HR.footer {
  height: 0;
  border: 0;
  border-top: 1px solid #009fc2;
  margin: 15px 0 15px 0;
}

#textrechtsdiv {
	text-align: right;
	margin-right: 13px;
	font-size: 9px;
}

.boxline {
 margin: 10px 20px 0px 10px;
}

.centerbutton {
	margin: 0 0 0 10px;
	vertical-align: middle;
}



/***********FORMS**************/

input, textarea {
	margin: 5px 5px 5px 0px;
	background-color: #626262;
	border: 0px solid;
	color: #FFFFFF;
}

form {
	margin: 0px 0 0 0px;
	background-color: #2d2d2c;
}




/******STYLING******/

.grey {
	color: #a5a5a5;
}

.blue {
	color: #009fc2;
}

.right {
	text-align: right;
}

.clearboth {
  clear: both;
}

h1 {
	color: #009fc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -1px;
}

h2 {
	color: #009fc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -1px;
	margin: 25px 0px 0px 0px;
}

h3 {
	color: #009fc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -1px;
	margin: 20px 0px 0px 0px;
}

h4 {
	color: #009fc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -1px;
	margin: 0px;
}

p.subTitle {
	margin: 20px 0px 3px 0px;
	font-size: 16px;
}

p.boxtext {
	padding: 0;
	margin: 0;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;

}

img.boximg {
	margin: 10px 0 10px 0;
}

a.greylink {
	color: #959595;
}


/**********Lay out***********/

#container{
	width: 780px;
	margin: 0 auto 0 auto;
}


#header1{
	height: 40px;
}

#header2{
	height: 197px;	
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#header3{
	margin-top: 10px;
	height: 417px;
	background-image: url(../images/headerflash.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}	

#header3_verkleind{
	margin-top: 10px;
	height: 84px;
	background-position: center center;
	background-repeat: no-repeat;
}	

#content {

	}

#boxen {
	width: 754px;
	height: 271px;
	background-image: url(../images/boxbackground2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 13px 0 13px; 

}

#boxleft {
	float: left;
	width: 227px;
	height: 180px;
	margin: 70px 0 0 10px;
	display: inline; 
}

#boxcenter {
	width: 227px;
	height: 180px;
	float: left;
	margin: 70px 0 0 27px;
}

#divScrollTextCont {
	position:relative;
	width: 210px;
	height: 180px;
	float: left;
	margin: 70px 0 0 27px;
	clip:rect(0px 300px 150px 0px); 
	overflow:hidden; 

}

#divText {
	position:absolute; 
	left:0px; 
	top:0px;
}

#divscrollbuttons {
	width: 20px;
	height: 180px;
	float: left;
	margin: 70px 0 0 0px;

}
	
#footer {
	clear: both;
	margin: 5px 0px 0 0px;
	padding-top: 5px;
	height: 75px;
	text-align: center;
}

.upimg {
	vertical-align: top;
}

.downimg {
	margin: 150px 0 0 0;
	vertical-align: bottom;
}

div.spacer {
  clear: both;
  }

.infoblockwrapper {
	margin-top: 30px;
}


/************ CONTACT *****************/



#contactcuracao {
	float: left;
	width: 245px;
	
}

#contactbonaire {
	float: left;
	width: 245px;
}

#contactstmaarten {
	float: left;
	width: 245px;
}


/************* FORM ********************/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 500px;
  width: 500px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}


form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:300px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:110px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}




/*************BOXES ********************/

.floatleft {
	float: left;
}

.floatright {
	float: right;
	width: 300px;
}

hr.hr4 {
      border-top: 1px solid #1e1e1e;
      border-bottom: 1px solid #404040;
      color: #fff;
      background-color: #fff;
      height: 2px;
    }

hr.hr5 {
      border-top: 1px solid #1e1e1e;
      border-bottom: 1px solid #404040;
      color: #fff;
      background-color: #fff;
      height: 2px;
      margin: 10px 0px 10px 0px;
	display: block;
    }

div#leftcontent {
	float: left;
	width: 260px;
	background-image: url('../images/title-downloads.jpg');
	background-position: top center;
	background-repeat: no-repeat;

	height: 500px;

	}

div#rightcontent {
	margin-left: 10px;
	float: left;
	width: 510px;
	}


#wrapperrightcontent {
	margin-top: 10px;
}

#wrapperrightcontent p{
	padding-top: 10px;
	color: white;
	}

div#leftcontentbackground {
	background-color: #414141;

	margin-top: 38px;
	margin-left: 9px;
	width: 243px;

}


div#wrapperleftcontent {
	padding: 10px;
	height: 100%;
}


div#leftcontentbar {
	float: left;
	width: 400px;
}

div#rightcontentbar {
	float: right:
	width: 120px;
}

.itemcontainercontent {
	padding: 10px 0px 10px 0px;

}

#downloadlist{
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0;
	list-style: none;

}

#downloadlist li{
	padding-left: 25px;
	background-image: url('../images/btn-list.jpg');
	background-repeat: no-repeat;
	background-position: -0.5 em;
	padding-bottom: 13px;
	line-height: 1.4em;
}

#downloadlist li a{
	color: white;
	font-weight: normal;
	
}

#downloadlist li a:hover{
	color: #0690AE;
}

#downloadlist li:hover{
	background-image: url('../images/btn-list-hover.jpg');
}

.listtitleimage{
	padding: 0px 0px 10px 0px;
}

	
#navcontainer ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navcontainer li { 
	margin: 15px 0 5px 0; 
}

#navcontainer p {
	  color: #0690AE;
	  font-weight: 1em;
}

#navcontainer a
{
  display: block;
  color: white;
  width: 400px;
  padding: 0px 110px 0px 0px;
  text-decoration: none;
  background-image: url('../images/btn-readmore.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  height: 70px;
}

#navcontainer a:hover
{
	background-image: url('../images/btn-readmore-hover.jpg');
  color: #0690AE;
}

#navcontainer p {
	padding:0px 0px 10px 0px;
	margin-bottom: 5px;
}

.pagetitle {
	padding-bottom: 10px;
}

.contactform {
	background-color: #2d2d2c;
}

caption {
	padding: 0px; 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 15px 2px 5px 0px;

}

th {
	color: #2d2d2c;
	text-align: left;
	padding: 8px 5px 8px 12px;
	background: #CAE8EA url('../images/table-header-img.jpg');
	border-right: 1px solid #60605f;
	border-top: 0px;
	width: 120px;
	
}

th.firstcol {
	background: #CAE8EA url('../images/table-header-img-firstcol.jpg');
	text-align: left;
}

th.lastcol {
	background: #CAE8EA url('../images/table-header-img-lastcol.jpg');	
	background-position: top right;
	border-right: none;
}

	
td {
	border-right: 1px solid #60605f;
	background: #d4f1f5;
	padding: 6px 6px 6px 12px;
	color: black;
	text-align: left;
}


td.alt {
	background: #ffffff;
}

td.last {
	border: none;
}

#big-title img {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -10px;
}