body
{
  overflow         : auto;
  font-size        : 14px;
  font-family      : georgia, verdana, monospace, sans-serif, times, serif,
                       Arial, Helvetica, Geneva, fantasy;
  background       : #ffffff;
  height           : 100%;
  font-weight      : 400;
}


div#bodyDiv
{
  position         : absolute;
  top              : 10px;
  left             : 50%;
  margin-left      : -400px;
  width            : 800px;
  height           : 600px;
  background       : #f0ffff;
}

div#banner
{
  position         : absolute;
  left             : 0px;
  height           : 50px;
  top              : 0px;
  width            : 100%;
  background       : #003366;
  color            : #ffffff;
  text-align       : left;
  font-size        : 16px;
}

div#bannerTop
{
  position         : absolute;
  top              : 6px;
  width            : 100%;
  text-align       : center;
}

div#bannerBottom
{
  position         : absolute;
  bottom           : 6px;
  width            : 100%;
  text-align       : center;
}

div#bannerLanguageEnglish
{
  position         : absolute;
  top              : 10px;
  left             : 10px;
  padding-top      : 4px;
}

div#bannerLanguageDutch
{
  position         : absolute;
  top              : 10px;
  left             : 50px;
  padding-top      : 4px;
}


div#bannerLanguageEnglish a
{
 padding : 4px;
}

div#bannerLanguageDutch a
{
 padding :  4px;
}

div#bannerLanguageEnglish a:hover
{
 background-color : #f0ffff;
}

div#bannerLanguageDutch a:hover
{
 background-color : #f0ffff;
}

img#dutchFlag 
{
  border        : 1px solid #ffffff;
}

img#englishFlag 
{
  border        : 1px solid #ffffff;
}



#footer
{
  position         : absolute;
  top              : 550px;
  left             : 0px;
  height           : 50px;
  width            : 100%;
  background       : #003366;
  color            : #ffffff;
  font-size        : 16px;
}

div#footerCompany
{
  position         : absolute;
  left             : 10px;
  top              : 6px;
}








div#footerAddres
{
  position         : absolute;
  left             : 10px;
  bottom           : 6px;
}

div#footerEmail
{
  position         : absolute;
  right            : 10px;
  bottom           : 6px;
}

div#footerCopyRight
{
  position         : absolute;
  right            : 10px;
  top              : 6px;
}

#contentMiddle
{
  position                : absolute;
  top                     : 80px;
  left                    : 0px;
  width                   : 800px;
  height                  : 470px;
  background              : #f0ffff;
}

#contentLeft
{
  position                : absolute;
  top                     : 0px;
  left                    : 0px;
  background              : #003366;
  width                   : 188px;
  height                  : 428px;
  margin-left             : 10px;
  margin-right            : 0px;
  margin-top              : 10px;
  margin-bottom           : 10px;
  padding                 : 10px;
  overflow                : auto;
  border                  : 1px solid #000000;
}

#main
{
  padding         : 0px;
  margin          : 0px;
  list-style-type : none;
  color           : #ff0000;
  font-size       : 16px;
}

#sub
{
  padding-left    : 20px;
  margin-left     : 0px;
  list-style-type : none;
  color           : #ffffff;
  font-size       : 14px;
}

#contentRight
{
  position                : absolute;
  top                     : 0px;
  left                    : 220px;
  width                   : 538px;
  height                  : 430px;
  background              : #ffffff;
  padding                 : 10px;
  overflow                : auto;
  line-height             : 150%;
  margin-left             : 10px;
  margin-right            : 10px;
  margin-top              : 10px;
  margin-bottom           : 10px;
  border-left             : 1px solid #000000;
  border-right            : 1px solid #000000;
}

div#contentRight h2
{
  font-size        : 2em;
  color            : #003366;
  background       : inherit;
  font-weight      : normal;
  line-height      : 150%;
  margin-bottom    : 0px;
  text-align       : center;
}

div#contentRight h3
{
  font-size        : 2em;
  color            : #003366;
  background       : inherit;
  font-weight      : normal;
  line-height      : 150%;
  margin-bottom    : 0px;
  text-align       : center;
}


div#contentRight a
{
  color            : #003366;
  background       : inherit;
  padding          : 5px;
}

div#contentRight a:link
{
  color: #003366;
  background       : inherit;
}

div#contentRight a:visited
{
  color: #99182c;
  background       : inherit;
}

div#contentRight a:hover
{
 color: #ffffff;
 background: #003366;
}

p:first-letter
{
  font-size          : 175%;
  padding            : 5px;
  margin-right       : 2px;
  margin-bottom      : 2px;
  border             : 1px solid #000000;
}

div#dateRightNav
{
  position         : absolute;
  bottom           : 70px;
  left             : 20px;
  right            : 10px;
  padding          : 5px;
  background       : #f0ffff;
  color            : #000000;
  text-align       : center;
}

label,button,select,input
{
  display       : block;
  float         : left;
  margin        : 5px;
}


label
{
	text-align    : left;
	width         : 120px;
        clear         : left;
}

select, input
{
  width : 200px;
}

button
{
  width : 140px;
  clear : left;
}

button#resetbutton
{
  clear : left;
}

button#submitbutton
{
  clear : none;
}

legend
{
  color       : #003366;
  background  : inherit;
}

#calculationForm input
{
  width : 100px;
}

#orderForm textarea
{ 
  margin           : 0px 20px 5px 20px;
  overflow         : scroll;
  height           : 200px;
  width            : 470px;
  clear            : left;
} 

#freewareLicense
{ 
  margin           : 0px 20px 5px 20px;
  overflow         : scroll;
  height           : 200px;
  width            : 460px;
  clear            : both;
  padding          : 5px;
} 


#potForm textarea
{ 
  width            : 200px;
} 

fieldset
{
  margin  : 15px 0px 0px 0px;
  padding : 25px 0px 25px 0px;
}

#orderForm
{ 
  margin-top : 10px;
} 



input#agree
{ 
  width            : 20px;

} 

img#TILT001-2AO-UART 
{
  width         : 200px;
  height        : 72px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#mainTILT001-2AO-UART
{
  width         : 300px;
  height        : 158px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}


img#TILT001-2AO-UARTalt1 
{
  width         : 200px;
  height        : 72px;
  border        : 1px solid black;
  margin        : 15px;
  display       : block;
}

img#TILT001-2DO-RS232 
{
  width         : 200px;
  height        : 119px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}
	
img#TILT001-2DO-RS232alt1 
{
  width         : 200px;
  height        : 119px;
  border        : 1px solid black;
  margin        : 15px;
  display       : block;
}

img#mainTILT001-2DO-RS232
{
  width         : 300px;
  height        : 231px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#STEPPER001-CAN-USB
{
  width         : 200px;
  height        : 100px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#mainCNC001-CAN-USB
{
  width         : 300px;
  height        : 231px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}
	
img#LEVEL001-8DO-CAN 
{
  width         : 144px;
  height        : 50px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#LEVEL001-8DO-CANalt1 
{
  width         : 144px;
  height        : 50px;
  border        : 1px solid black;
  margin        : 15px;
  display       : block;
}



img#TILT001-LOG-USB 
{
  width         : 144px;
  height        : 50px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#TILT001-CAN-RS232 
{
  width         : 144px;
  height        : 50px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}




img#TILT001-2DO-USB 
{
  width         : 200px;
  height        : 119px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#TILT001-2DO-USBalt1 
{
  width             : 200px;
  height            : 119px;
  border            : 1px solid black;
  margin            : 15px;
  display           : block;
}

img#TILT002-2AO-USB 
{
  width         : 300px;
  height        : 107px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#mainTILT002-2AO-USB
{
  width         : 350px;
  height        : 309px;
  border        : 1px solid black;
  margin        : 15px;
}



img#mainTILT001-2DO-USB
{
  width         : 300px;
  height        : 218px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#mainCONV001-CAN-USB
{
  width         : 400px;
  height        : 240px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#controlAndDisplay475
{
  width         : 475px;
  height        : 302px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-left   : 15px;
  margin-right  : 15px;
  margin-bottom : 0px;
}

img#CONV001-CAN-USB 
{
  width         : 400px;
  height        : 215px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#STEPPER002-CAN-USBs
{
  width         : 400px;
  height        : 246px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#hondekar 
{
  width         : 400px;
  height        : 254px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-bottom : 15px;
  display       : block;
  margin-left   : auto;
  margin-right  : auto;
}

img#REFLOW001-USB-400 
{
  width         : 400px;
  height        : 289px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-left   : 15px;
  margin-right  : 15px;
  margin-bottom : 5px;
}

img#CPT001-5CHAN-WIN-350 
{
  width         : 350px;
  height        : 321px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-left   : 15px;
  margin-right  : 15px;
  margin-bottom : 5px;
  float         : left;
}

img#COL001-CAN-USB 
{
  width         : 450px;
  height        : 263px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-left   : 15px;
  margin-right  : 15px;
  margin-bottom : 5px;
}

img#mainCPT001-5CHAN-WIN 
{
  width         : 300px;
  height        : 277px;
  border        : 1px solid black;
  margin-top    : 15px;
  margin-left   : 15px;
  margin-right  : 15px;
  margin-bottom : 5px;
  float         : left;
}


img#CON001-5CHAN-CAN 
{
  width         : 200px;
  height        : 119px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#CPT001-5CHAN-WIN 
{
  width         : 200px;
  height        : 186px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}




img#KTS001-LOTING-WIN 
{
  width             : 300px;
  height            : 271px;
  border            : 1px solid black;
  margin            : 15px;
  float             : left;
  background-image  : url(../pictures/KTS001-LOTING-WIN.bmp);
  background-repeat : no-repeat;
}

img#DONGLE001-USB 
{
  width         : 265px;
  height        : 90px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
  background-image  : url(../pictures/usbDongleHor.bmp);
  background-repeat : no-repeat;
}

img#DONGLE001-USBalt1 
{
  width         : 265px;
  height        : 90px;
  border        : 1px solid black;
  margin        : 15px;
  background-image  : url(../pictures/usbDongleHor.bmp);
  background-repeat : no-repeat;
  display       : block;
}


img#ENC001-4IO-CAN
{
  width         : 200px;
  height        : 186px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#armMicrocontroller
{
  width         : 150px;
  height        : 107px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#stm32
{
  width         : 209px;
  height        : 195px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}

img#postNL
{
  width         : 194px;
  height        : 82px;
  border        : 1px solid black;
  margin        : 15px;
  float         : left;
}
 
img#counter 
{
  display  : none;
} 
 
#productLinks
{
  clear : left;
}

#downloadSection
{
  clear : left;
}



