/* CSS Microsoft banner */

*,
body,
html {
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    width: 468px;
    height: 60px;
    overflow: hidden;
    background: white;
    cursor: pointer;
}

#border {
    position: absolute;
    border: 1px solid #ddd7e3;
    width: 466px;
    height: 58px; 
    top:0;   
    z-index: 999;
}

#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:10;
    top:0;
}


a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 999;
/*    background-image: url("transparant.png");
    background-repeat:repeat;*/
}

#bg1_1, #bg1_2, #bg2 {
  position: absolute;
  top: 0px;
  left: 0px;
}


#bg2 {
  position: absolute;
  z-index:2;
}

#txt_1 {
  position: absolute;
  top: 193px;
  left: 54px;
}

#txt_2 {
  position: absolute;
  top: 0px;
  left: 14px;
}

#txt_2b {
  position: absolute;
  top: 0px;
  left: 14px;
}

#txt_3 {
  position: absolute;
  top: 0px;
  left: 14px;
    z-index:2;
}

#txt_3b {
  position: absolute;
  top: 0px;
  left: 14px;
    z-index:2;
}

#txt_4 {
  position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#windowsLogo {
  position: absolute;
  top: 0px;
  left: 0px;
    z-index:2;
}


#touch {
  position: absolute;
  top: -12px;
  left: 74px;
  width: 72px;
  height: auto;
    z-index:2;
}

#pen {
  position: absolute;
  top: -17px;
  left: 76px;
  width: 76px;
  height: auto;
}

#device{
  position: absolute;
  right: -468px;
  top: 0px;
}

#stempel{
  position: absolute;
  left: 190px;
  top: 7px;
}

#vlak{
  width: 468px;
  height: 60px;
  background: #002050; 
  right: -468px;
}

#btnWrapper{
position: absolute;
    width: 98px;
    height: 19px;
    right: 7px;
    bottom: 30px;
    background-color: #fff;
    border: 2px solid #fff;
    z-index: 1000;
}

#btnTxt, #btnTxtHover{
    position: absolute;
left: 6px;
    top: 5px;
}