HTML {
  height: 100%;
}

BODY {
  width: 100%;
  height: 100%;
  font-family: Arial;
  font-size : 8pt;
  margin : 0px;
  overflow : auto;
  background-color : #333333;
}

div.divTotalHolder{
  position : relative;
  width : 912px;
  height : 100%;
  font-family : Arial;
  background-color : #000000;
  color: #8f8f8f;
}
table.siteHolder{
  width: 912px;
  height: 100%;
  background-color: #000000;
}

/* --- header ---- */
div.divLogoHolder{
  position : relative;
  left : 0px;
  top : 0px;
  width : 912px;
  height : 55px;
  text-align : left;
}

div.divMainVisual{
  position : relative;
  left : 0px;
  top : 0px;
  width : 912px;
  height : 378px;
}

div.divSearchHolder{
  position: absolute;
  left: 651px;
  top: 0px;
  height: 37px;
  width: 261px;
  text-align: left;
  background-color: #404040;
}
div.divSearchLabel{
  position: absolute;
  left: 13px;
  top: 11px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: left;
}
div.divSearchInputBg{
  position: absolute;
  left: 69px;
  top: 11px;
  width: 180px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: left;
}
div.divSearchInput{
  position: absolute;
  left: 76px;
  top: 11px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: left;
}
input.inputSearch{
  padding: 0px;
  height: 15px;
  width: 146px;
  font-size: 11px;
  color: #000000;
  border: 0px solid #FFFFFF;
}
div.divSearchResults{
  position: absolute;
  left: 0px;
  top: 37px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 261px;
  text-align: left;
  display: none;
  background-image: url("../images/searchresults_bg.png");
  background-repeat: repeat;
}
table.tableSearchRes{

}
td.tdSearchResMenu{
  padding-left: 13px;
  padding-top: 2px;
  font-family: Arial;
  font-size: 11px;
  color: #595959;
}
td.tdSearchResArrow{
  padding-left: 9px;
  padding-right: 7px;
  padding-top: 4px;
  width: 3px;
}
td.tdSearchResTitle{
  padding-top: 2px;
  padding-right: 7px;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}



/* --- menu --- */
div.divMenuBarHolder {
  position : absolute;
  top : 55px;
  left : 0px;
  width : 912px;
  height : 37px;
  text-align: left; 
  background-image: url('../images/menu_bg.png');
  background-repeat: repeat;
  z-index: 10;
}

div.divMenuHolder{
  position : absolute;
  left : 20px;
  padding-top: 11px;
}

div.divSubMenuBG{
  position : absolute;
  left : 0px;
  top : 37px;
  width : 912px;
  height : 0px;
  display: block;
  background-image: url('../images/menu_bg.png');
}

.top_menu {
  width : 912px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  font-family : Arial;
} 

.top_menu li {
  float : left;  
  padding : 0px;
  margin : 0px;
  margin-left : 5px;
  margin-right : 25px;
  cursor : pointer;
}
.top_menu li:hover .sub_menu_1{
  display: block;
} 

a.menu_link {
  font-family : Arial;
  font-size : 11px;
  text-decoration : none;
  color : #FFFFFF;
}
a.menu_link:hover {
  color :  #00bbf3;
}
a.menu_link_Active{
  color :  #00bbf3;
  font-size : 11px;
  text-decoration : none;
}

.sub_menu_1{
  position: relative;
  left: -10px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  padding-top : 10px;
  font-family : Arial;
  height: 120px;
  width: 20px;
  display: none;
}

.sub_menu_1 li{
  float: none;
  left: -5px;
  font-size: 11px;
  padding : 0px;
  margin : 0px;
  padding-left : 10px;
  padding-right : 15px;
  height: 20px;
  width: 200px;
  cursor : pointer;
}
.sub_menu_1 li:hover .sub_menu_2{
  display: block;
} 
.sub_menu_1 li:hover a.sub_menu_1_parentlink{
  color : #00bbf3;
  background-image: url(../images/bluearrow.png);
  background-repeat: no-repeat;
  background-position: right;
} 
 
.sub_menu_1 li a{
  font-family : Arial;
  font-size : 11px;
  text-decoration : none;
  padding-right: 20px;
  color : #FFFFFF;
}
.sub_menu_1 li a:hover{
  font-family : Arial;
  font-size : 11px;
  text-decoration : none;
  color : #00bbf3;
}

.sub_menu_2{
  position: relative;
  top: -14px;
  left: 105px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  padding-left : 20px;
  padding-right : 15px;
  font-family : Arial;
  height: 0px;
  width: 100px;
  display: none;
}

.sub_menu_2 li{
  float: none;
  left: -5px;
  font-size: 11px;
  padding : 0px;
  margin : 0px;
  height: 20px;
  cursor : pointer;
}

.sub_menu_2 li a{
  font-family : Arial;
  font-size : 11px;
  text-decoration : none;
  color : #FFFFFF;
}
.sub_menu_2 li:hover a{
  font-family : Arial;
  font-size : 11px;
  text-decoration : none;
  color : #00bbf3;
}


/* --- Main Content --- */

div.divContentHolder{
  position: relative;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 912px;
}
div.divMainContent{
  position: relative;
  float: left;
  left: 11px;
  top: 0px;
  width: 627px;
  min-height: 100%;
  color: #FFFFFF;
  text-align: left;
  padding-top: 18px;
  background-color: #000000;
}

/*     PictureTop.tpl    */
div.divOverviewHolder{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 627px;
  color: #FFFFFF;
  text-align: left;
}
div.divOverviewTitle{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  height: 16px;
  width: 607px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  border-bottom: 1px solid #808080;
}
div.divOverviewTitle h3{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
}

div.divOverviewObjects{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 627px;
  color: #FFFFFF;
  text-align: left;
  padding-top: 6px;
}
div.divOverviewMainObject{
  position: relative;
  left: 0px;
  top: 0px;
  width: 473px;
  height: 214px;
}
img.imgItemMainImage{
  width: 473px;
  height: 214px;
}
div.divOverviewMainObjectLarge{
  position: relative;
  left: 0px;
  top: 0px;
  width: 627px;
  height: 214px;
}
img.imgItemMainImageLarge{
  width: 627px;
  height: 214px;
}
div.divOverviewSubObject{
  position: absolute;
  left: 481px;
  top: 0px;
  width: 146px;
  height: 66px;
}
img.imgItemSubImage{
  width: 146px;
  height: 66px;
}

div.divOverviewHeading{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 607px;
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 15px;
  font-size: 16px;
  color: #00bbf3;
  text-align: left;
  border-bottom: 1px solid #808080;
}
div.divOverviewHeading h1{
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #00bbf3;
  font-weight: normal;
}

div.divOverviewText{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 607px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  border-bottom: 1px solid #808080;
}
div.divOverviewText h2{
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #BBBBBB;
  font-weight: normal;
}
div.divOverviewReadmore{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 607px;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 11px;
  color: #FFFFFF;  
}
div.divOverviewBack{
  position: absolute;
  left: 451px;
  top: 0px;
  width: 166px;
  text-align: right;
  font-size: 11px;
  color: #FFFFFF;   
}

/*     default.tpl    */

div.divDefaultMainObject{
  position: relative;
  left: 0px;
  top: 0px;
  width: 627px;
  height: 214px;
}
img.imgDefaultMainImage{
  width: 627px;
  height: 214px;
}

div.divDefaultContent{
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 617px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  border-bottom: 1px solid #808080;
}
div.divDefaultContentColumn{
  float: left;
  width: 195px;
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  font-size: 11px;
  color: #8f8f8f;
  font-weight: normal;
}
div.divDefaultContentColumn h2{
  width: 195px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-size: 11px;
  color: #BBBBBB;
  font-weight: normal;
}
div.divDefaultContentColumn h2 strong{
  color: #FFFFFF;
}
td.tdContactInfo strong{
  color: #FFFFFF;
}
div.divDefaultContentColumn h2 ul{
  padding: 0px;
  margin: 0px;
}
div.divDefaultContentColumn h2 ul li{
  padding: 0px;
  margin: 0px;
}
div.divDefaultContentColumn h2 ol{
  padding: 0px;
  margin: 0px;
}


div.divDefaultSubObject{
  position: relative;
  padding-bottom: 10px;
  width: 195px;
  height: 195px;
}
img.imgDefaultSubImage{
  width: 195px;
  height: 195px;
}





/*       Right.tpl    */

div.divRightContent{
  position: relative;
  float: left;
  left: 24px;
  top: 0px;
  height: 100%;
  width: 235px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 18px;
  padding-bottom: 43px;
  color: #000000;
  text-align: left;
  background-color: #666666;
}
div.divItem{
  position: relative;
  top: 0px;
  width: 235px;
  color: #000000;
  text-align: left;
}
div.divItemTitle{
  position: relative;
  top: 0px;
  width: 235px;
  height: 16px;
  text-align: left;
  border-bottom: 1px solid #000000;
}
div.divItemTitle h3{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
div.divItemImage{
  position: relative;
  top: 0px;
  width: 235px;
  height: 215px;
  padding-top: 6px;
  color: #000000;
  text-align: left;
}
div.divItemHeading{
  position: relative;
  top: 0px;
  width: 235px;
  height: 18px;
  padding-top: 15px;
  text-align: left;
  padding-bottom: 1px;
  border-bottom: 1px solid #000000;
}
div.divItemHeading h1{
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}

div.divItemText{
  position: relative;
  top: 0px;
  width: 235px;
  padding-top: 8px;
  height: 70px;
  padding-bottom: 8px;
  text-align: left;
}
div.divItemText h2{
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
div.divItemLink{
  position: relative;
  top: 0px;
  width: 235px;
  padding-top: 3px;
  padding-bottom: 12px;
  height: 20px;
  color: #000000;
  text-align: left;
  border-top: 1px solid #000000;
}

div.divLogos{
  position: relative;
  top: 16px;
  padding-top: 26px;
  width: 235px;
  height: 34px;
  border-top: 1px solid #000000;
}


/* --- footerholder --- */
td.tdFooter{
  height: 29px;
  background-color: #191919;
  text-align: center;
}

#tdFooterContent ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#tdFooterContent ul li {
  display: inline;
}

li.liFooterText{ 
  text-align: center;
  font-family: Arial;
  font-size : 10px; 
  color: #9d9b9c
}
li.liFooterSpacer{ 
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
}

/* --- LINKS --- */
a.rightLink{
  text-decoration: none;
  color: #DDDDDD;
}
a.rightLink:hover{
  text-decoration: underline;
}
a.greyLink{
  text-decoration: none;
  color: #9d9b9c;
}
a.greyLink:hover{
  text-decoration: underline;
  color: #9d9b9c;
}
a.darkGreyLink{
  text-decoration: none;
  color: #595959;
}
a.darkGreyLink:hover{
  text-decoration: underline;
}
a.blackLink{
  text-decoration: none;
  color: #000000;
}
a.blackLink:hover{
  text-decoration: underline;
}
a.whiteLink{
  text-decoration: none;
  color: #FFFFFF;
}
a.whiteLink:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
a.readMoreLink{
  text-decoration: none;
  background-image: url(../images/readmore.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 10px;
  color: #FFFFFF;
}
a.readMoreLink:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
a.downloadLink{
  text-decoration: none;
  background-image: url(../images/whitearrow.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  color: #8f8f8f;
}
a.downloadLink:hover{
  text-decoration: underline;
}

a.backLink{
  text-decoration: none;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
  color: #FFFFFF;
}
a.backLink:hover{
  text-decoration: underline;
  color: #FFFFFF;
}


/* --- UNUSED --- */

div.homeVisualDiv{
  position : absolute;
  left : 0px;
  top : 170px;
  width : 900px;
  height : 500px;
}

div.mainKader{
  position : absolute;
  left : 0px;
  top : 170px;
  width : 900px;
  height : 250px;
  z-index : 2;
}

div.homeIntro{
  position : absolute;
  left : 0px;
  top : 675px;
  height : 25px;
  text-align : left;
  width : 885px;
  font-size : 14px;
  border-bottom: 1px dashed #000000;
  font-weight : bold; 
  padding-left : 15px;
  
}

div.youtubeLink{
  position : absolute;
  left : 0px;
  top : 0px;
}

div.twitterLink{
  position : absolute;
  left : 0px;
  top : 110px;
}

div.searchArchive{
  position : absolute;
  left : 0px;
  top : 180px;
}

div.allHolderRight{
  position : absolute;
  left : 240px;
  top : 430px;
}

div.mainText{
  position : absolute;
  left : 260px;
  width : 400px;
  text-align : left;
  padding-bottom : 75px;
}

div.listDiv{
  position : relative; 
  height : 170px;
  padding-top : 20px
}

div.imgHolder{
  position : relative;
  height : 190px;
  width : 240px; 
}


h1.pageHead{
  font-size : 14px;
  margin : 0px;
  margin-bottom : 10px;  
}


img.sideImage{
  position : absolute;
  left : 0px;
  z-index : 1;
}

img.objectKader{
position : absolute;
  left : 0px;
  z-index : 2;
}

embed{
  width : 240px;
  height : 180px;
  margin-bottom : 15px;
}

#homeVisual{
  width : 900px;
  height : 500px;
}

div.objectsHolder{
  position : absolute;
  left : 0px;
  width : 240px;
  height : 180px;
  text-align : left;
}

a.terugButton {
  color : #f26522;
  left : 120px;
  text-decoration : none;
}

a.terugButton:hover{
  text-decoration : underline;
}


input.searchField{
  border : 1px solid #000000;
  background-color : #FFFFFF;
  width : 158px;
}

td.tdFormLabel{
  width: 100px; 
  padding-top: 2px; 
  padding-bottom: 5px;
}
td.tdFormData{
  
}
td.tdFormSubmit{
  text-align: right;
}
td.tdContactInfo{
  font-size: 11px;
  color: #8f8f8f;
  padding-left: 20px
}

textarea.frmTextarea{
  border : 1px solid #000000;
  background-color : #AAAAAA;
  width : 270px;
  height : 125px;
  font-size: 11px;
  font-family : Arial;
}

input.frmInput{
  font-size: 11px;
  border : 1px solid #000000;
  background-color : #AAAAAA;
  width : 270px;
}

input.frmSubmit{
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border : 1px solid #000000;
  background-color : #AAAAAA;
}

input.donBut{
  position : absolute;
  top : 23px;
  left : 780px;
  border : 0px;
  background-color : #F26522;
  color : #FFFFFF;
  font-family : Arial;
}
a{
  text-decoration: none;
  color: #9d9b9c;
}
a:hover{
  text-decoration: underline;
  color: #9d9b9c;
}
