HTML {
  min-height: 100%;
}

BODY {
  min-width: 100%;
  min-height: 100%;
  font-family: Arial;
  font-size : 8pt;
  margin : 0px;
  overflow : auto;
  background-color : #ffffff;
  overflow-y: scroll;
}

div.totalHolder{
  position : relative;
  width : 900px;
  height : 100%;
  font-family : Tahoma;
  background-color : #FFFFFF;
  }

/* --- menu styles --- */

.top_menu {
  width : 900px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  font-family : Tahoma;
  z-index : 2;
} 

.top_menu li {
  float : left;  
  font-size: 11px;
  padding : 0px;
  margin : 0px;
  margin-left : 10px;
  margin-right : 2px;
  cursor : pointer;
  margin-right : 2px;
 } 

a.menu_link {
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #828282;
  text-transform : uppercase;
}

a.menu_link_Active{
  color :  #F26522;
  font-size : 12px;
  text-decoration : none;
  text-transform : uppercase;
}

.page_sub_menu{
  width : 900px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  font-family : Tahoma;
  z-index : 2;
}

.page_sub_menu li{
  float : left;  
  font-size: 11px;
  padding : 0px;
  margin : 0px;
  margin-left : 10px;
  margin-right : 2px;
  cursor : pointer;
  margin-right : 2px;
}

a.sub_menu_link{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #828282;
  text-transform : uppercase;
}

a.sub_menu_link_Active{
  font-family : Arial;
  font-size : 12px;
  color : #828282;
  text-transform : uppercase;
  text-decoration : underline;
}


a.sub_menu_link:hover{
  text-decoration : underline;
}

/* --- header ---- */

div.menuBarHolder {
  position : absolute;
  top : 122px;
  left : 0px;
  width : 900px;
  height : 20px;
  text-align: left;
  z-index : 2; 
  border-bottom: 1px dashed #000000; 
}

div.menuHolder{
  position : absolute;
  left : 5px;
  z-index : 2;
}

div.submenuHolder{
  position : absolute;
  left : 5px;
  top : 25px;
  z-index : 2;
}

/* --- footerholder --- */

div.footerHolder{
  position : absolute;
  left : 0px;
  top : 553px;
  height : 30px;
  width : 800px;
  text-align : left;
  
}


/* --- Webshop --- */

.ul_deep_0{
  list-style : none;
  height : 0px;
  margin : 0px;
  padding : 0px;
}

.li_deep_0{
  width: 200px;
  height: 22px;
  margin : 0px;
  padding : 0px;
  padding-left: 13px;
  padding-top: 4px;  
  background-image: url("../images/webshop_maincategory.jpg");
  background-repeat: no-repeat;
  text-decoration : none;
  font-size : 14px;
  color : #FFFFFF;  
}

.li_deep_0 a{
  text-decoration : none;
  font-size : 14px;
  color : #FFFFFF;
}

.ul_deep_1{
  position : absolute;
  left: 0px;
  top: 31px;
  margin : 0px;
  padding : 0px;
  list-style : none;
}

.li_deep_1{
  width: 200px;
  height: 22px;
  padding-left: 13px;
  padding-top: 4px;
  padding-bottom: 5px;  
  background-image: url("../images/webshop_category.jpg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.li_deep_1 a{
  text-decoration : none;
  font-size : 12px;
  color : #FFFFFF;
}

.li_deep_1:hover .ul_deep_2{
  display : block;
  height : 0px;
}

.ul_deep_2{
  position : relative;
  top : -13px;
  list-style : none;
  display : none;
  margin : 0px;
  margin-left : 10px;
}

.li_deep_2 a {
  text-decoration : none;
  font-size : 12px;
}

td.tdAddtoCart{
  padding-top: 10px;
  padding-right: 10px;
}
td.tdCartHeader{
  text-align: left;
  padding-bottom: 10px;
}
td.tdCartContentHeader{
  text-align: left;
  padding-bottom: 2px;
  padding-right: 10px;
  font-weight: bold;
}
td.tdCartImage{
  text-align: left;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
td.tdCartName{
  text-align: left;
  padding-right: 10px;
}
td.tdCartPrice{
  text-align: right;
  padding-right: 10px;
}
.cartImage{
  width: 40px;
  height: 30px;
  border: 1px solid #999999
}
td.tdCartTotal{
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.inputAmount{
  width: 40px;
}
.inputSelect{
  width: 46px;
}
td.tdCartActions{
  text-align: right;
  width: 100%;
  padding-right: 36px;
}
div.divShopNextBut{
  float: right;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  width: 163px;
  height: 20px;
  padding-top: 6px;
  background-image: url("../images/shopImages/next_but.jpg");
  background-repeat: no-repeat;
  cursor: pointer;
}
td.tdRegActions{
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
}
div.divRegBut{
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  width: 163px;
  height: 20px;
  padding-top: 6px;
  background-image: url("../images/shopImages/next_but.jpg");
  background-repeat: no-repeat;
  cursor: pointer;
}
td.tdFormLabel{
  padding-right: 10px;
  padding-bottom: 3px;
}
td.tdFormInput{
  padding-bottom: 3px;
}
td.tdContact{
  padding-bottom: 3px;
  padding-right: 5px;
}
td.tdContactError{
  padding-bottom: 3px;
  padding-right: 5px;
  color: #FF0000;
}
td.tdContactInput{
  padding-bottom: 3px;
}
.selectPeriod{
  font-size: 10px;
}
/* --- other --- */

div.mainHolder{
  position : absolute;
  left : 0px;
  top : 0px;
  width : 842px;
  height : 514px;
}

div.mainVisual{
  position : absolute;
  left : 0px;
  top : 170px;
  width : 900px;
  height : 250px;
  z-index : 1;
}


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.homeButtonsHolder{
  position : absolute;
  left : 0px;
  top : 710px;
  width : 900px;
  height : 135px;
  text-align : left;
}

img.homeButtonsImg{
  position : absolute;
  left : -2px;
  top : 0px;
  width : 173px;
  z-index : 1;
}

img.homeButtonsKader{
  position : absolute;
  left : -2px;
  top : 0px;
  width : 173px;
  z-index : 2;
}

div.homeButtonsText{
  position : absolute;
  left : -2px;
  top : 130px;
  padding-left : 5px;
  padding-right : 5px;
  width : 165px;
  font-size : 10px;
  text-align : left;
}


div.categoryHolder{
  position : absolute;
  width : 650px;
  height : 180px;
  text-align : left;
}

div.productHolder{
  position : absolute;
  width : 650px;
  height : 180px;
  text-align : left;
}


div.productImageHolder{
  position : absolute;
  left :0px;
  top : 0px;
  width : 240px;
  height : 180px;
}

div.productInfoHolder{
  position : absolute;
  left : 260px;
  top : 0px;
  height : 100px;
}

div.leftHolder {
  position : absolute;
  left : 15px;
  top : 430px;
  width : 210px;
  height : 300px;
  text-align : left;
  border-right : 1px dashed #000000;
}

div.divExternalLinks{
  position : absolute;
  left : 0px;
  top : 0px;
}
td.tdExternalIcon{
  padding-right: 10px;
}

div.searchArchive{
  position : absolute;
  left : 4px;
  top : 170px;
}


div.allHolderRight{
  position : absolute;
  left : 240px;
  top : 430px;
  }


div.mainText{
  position : absolute;
  top : 0px;
  left : 260px;
  width : 400px;
  text-align : left;
  padding-bottom : 75px;
}

div.itemHolder{
  position : absolute;
  width : 650px;
  left : 0px;
  height : 190px; 
}

div.textDiv{
  position : absolute;
  left : 260px;
  width : 400px;
  top : 0px; 
  height : 170px;
  text-align : left;
  padding-top : 20px
}

div.imgHolder{
  position : absolute;
  left : 0px;
  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;
}

div.logoHolder{
  position : absolute;
  left : 0px;
  top : 0px;
  width : 900px;
  height : 113px;
  text-align : left;
  background-color : #F26522;
}

a.readMoreLink{
  color : #f26522;
  position : absolute;
  margin-top : 20px;
  left : 0px;
  text-decoration : none;
}

a.terugButton {
  color : #f26522;
  text-decoration : none;
}

a.terugButton:hover{
  text-decoration : underline;
}
a.blackLink {
  color : #000000;
  text-decoration : none;
  font-weight: bold;
}

a.blackLink:hover{
  text-decoration : underline;
}
a.whiteLink {
  color : #FFFFFF;
  text-decoration : none;
  font-weight: bold;
}

a.whiteLink:hover{
  text-decoration : underline;
}
input.searchField{
  border : 1px solid #000000;
  background-color : #FFFFFF;
  width : 176px;
  font-size: 11px;
  padding-left: 3px;
}

textarea.frmTextarea{
  border : 1px solid #000000;
  background-color : #FFFFFF;
  width : 266px;
  height : 125px;
  font-family : Arial;
}

input.frmInput{
  border : 1px solid #000000;
  background-color : #FFFFFF;
  width : 270px;
}
input.frmInputError{
  border : 1px solid #FF0000;
  background-color : #FFFFFF;
  width : 270px;
}
input.frmInputLogin{
  border : 1px solid #000000;
  background-color : #FFFFFF;
  width : 200px;
}
input.frmInputLoginError{
  border : 1px solid #FF0000;
  background-color : #FFFFFF;
  width : 200px;
}
input.frmSubmit{
  border : 1px solid #000000;
  background-color : #FFFFFF;
}

input.donBut{
  position : absolute;
  top : 23px;
  left : 780px;
  border : 0px;
  background-color : #F26522;
  color : #FFFFFF;
  font-family : Arial;
}
div.divDonate{
  position : absolute;
  top : 23px;
  left : 780px;
  border : 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color : #F26522;
  color : #FFFFFF;
  font-family : Arial;
  font-size: 14px;
  cursor: pointer;
}

