@charset "utf-8";

/* ********************************************************************** */
/* common page layout *************************************************** */
/* ********************************************************************** */
body
{
  direction: ltr;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #323432;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.none
{
  margin: 0px;
  padding: 0px;
  border: none;
}
div.clear
{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
.bold
{
  font-weight: bold;
}
.noBold
{
  font-weight: normal;
}
.italic
{
  font-style: italic;
}
.fs13
{
  font-size: 13px;
}
.fs12
{
  font-size: 12px;
}
.fs11
{
  font-size: 11px;
}
.fs10
{
  font-size: 10px;
}
.fs0
{
  font-size: 0;
}
.clb
{
  clear: both;
}
.grey
{
  font-size: 11px;
  font-weight: bold;
  color: #aeaeaf;
}
a,
a:link,
a:visited,
a:active
{
  font: normal normal bold 13px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #05284d;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0;
}
a:hover,
a:focus
{
  text-decoration: underline;
  color: #426c89;
  background: transparent;
  outline: 0;
}


/* ********************************************************************** */
/* page layout ********************************************************** */
/* ********************************************************************** */
#pageContainer
{
  width: 990px;
  background: transparent;
  margin: 0px auto 10px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* top ad *************************************************************** */
/* ********************************************************************** */
#topAd
{
  width: 750px;
  height: 98px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 10px 0px 0px 0px;
  padding: 0px 120px;
  border: none;
}
#topAdBox
{
  width: 728px;
  height: 90px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent url(../i/top-ad-box-bg.png) no-repeat;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  border: 1px solid #cccccc;
}


/* ********************************************************************** */
/* header *************************************************************** */
/* ********************************************************************** */
#header
{
  position: relative;
  width: 990px;
  height: 118px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent url(../i/header-bg_new.png) no-repeat;
  margin: 0px;
  padding: 0px;
  border: none;
}
#header div.headerLogo
{
  position: absolute;
  top: 5px;
  left: 20px;
  width: 239px;
  height: 70px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
#header div.headerPrompBox
{
  position: absolute;
  top: 14px;
  left: 319px;
  width: 641px;
  height: 80px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
#header div.outsideSkyscraperBox
{
  position: absolute;
  top: 8px;
  left: 990px;
/*   width: 120px; */
  max-width: 160px;
  height: 620px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: 1px solid #cccccc;
}
div.outsideSkyscraperBoxTitle
{
/*   width: 120px; */
  max-width: 160px;
  height: 20px;
  text-align: center;
  color: #323432;
  background: transparent url(../i/scyscraperTitleBg.jpg) repeat-x;
  margin: 0px;
  padding: 0px;
  border: none;
}
div.outsideSkyscraperBoxAd
{
/*   width: 120px; */
  max-width: 160px;
  height: 600px;
  margin: 0px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* top menu links ******************************************************* */
/* ********************************************************************** */
#topMenu
{
  position: relative;
  width: 990px;
  height: 30px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ffffff;
  background: transparent url(../i/menu-bg.png) no-repeat;
  margin: 0px;
  padding: 0px;
  border: none;
}
#topMenu div.topMenuBar
{
  position: absolute;
  top: 2px;
  left: 261px;
  overflow: hidden;
  width: 718px;
  height: 26px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ffffff;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
a.topMenu,
a.topMenu:link,
a.topMenu:visited,
a.topMenu:active,
a.topMenu:focus
{
  display: block;
  float: left;
  height: 26px;
  font: normal normal bold 11px/26px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  background: transparent;
  margin: 0px;
  padding: 0px 15px;
  border: none;
  outline: 0;
}
a.topMenu:hover
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/top-menu-hover.png) repeat-x;
  outline: 0;
}
a.topMenu#selectedTop
{
  font-weight: bold;
  color: #ffffff;
  background: transparent url(../i/top-menu-hover.png) repeat-x;
  outline: 0;
}
a.topMenu#selectedTop:hover
{
  color: #ffffff;
  outline: 0;
}
img.topMenu
{
  display: block;
  float: left;
  width: 2px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* content layout elements ********************************************** */
/* ********************************************************************** */
#contentContainer
{
  width: 990px;
  min-height: 300px;
  background: transparent url(../i/content-bg.png) repeat-y;
  margin: 0px;
  padding: 1px 0px 0px 0px;
  border: none;
}
#contentBottom
{
  width: 990px;
  height: 33px;
  font: normal normal normal 10px/24px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  background: transparent url(../i/content-bottom-bg.png) no-repeat;
  margin: 0px;
  padding: 0px;
  border: none;
}
#footer
{
  width: 990px;
  height: 21px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #626262;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* page table *********************************************************** */
/* ********************************************************************** */
table.contentContainer
{
  width: 971px;
  margin: 0px 9px 0px 10px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
}
#leftBox
{
  width: 248px;
  vertical-align: top;
  background-color: #c3dae7;
  margin: 0px;
  padding: 0px;
  border: none;
}
td.centerSpcr
{
  width: 1px;
  font-size: 0;
}
#rightBox
{
  width: 722px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* left box content ***************************************************** */
/* ********************************************************************** */
#leftBox div.leftPromoBox
{
  width: 248px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  border: none;
}
#leftBox div.leftNewBox
{
  width: 248px;
  font: normal normal normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #323432;
  background: transparent;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  border: none;
}
#leftBox ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  width: 248px;
  color: #323432;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
#leftBox ul li
{
  list-style: none;
  background: transparent;
  width: 248px;
  margin: 0px;
  padding: 0px;
}
a.leftMainMenu1,
a.leftMainMenu1:link,
a.leftMainMenu1:visited,
a.leftMainMenu1:active,
a.leftMainMenu1:focus
{
  display: block;
  width: 210px;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #05284d;
  background: transparent url(../i/left-links-bg1.jpg) no-repeat;
  margin: 0px;
  padding: 2px 5px 0px 33px;
  border-bottom: 1px solid #ffffff;
  outline: 0;
}

a.leftMainMenu1:hover
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/left-links-bg1-hover.jpg) no-repeat;
  outline: 0;
}
a.leftMainMenu1#selectedMain
{
  font-weight: bold;
  color: #ffffff;
  background: transparent url(../i/left-links-bg1-hover.jpg) no-repeat;
  border-bottom: 1px solid #ffffff;
  outline: 0;
}
a.leftMainMenu1#selectedMain:hover
{
  color: #ffffff;
  outline: 0;
}
a.leftMainMenu2,
a.leftMainMenu2:link,
a.leftMainMenu2:visited,
a.leftMainMenu2:active,
a.leftMainMenu2:focus
{
  display: block;
  width: 192px;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #323432;
  background: transparent url(../i/left-links-bg2.jpg) no-repeat;
  margin: 0px;
  padding: 0px 2px 0px 54px;
  border-bottom: 1px solid #ffffff;
  outline: 0;
}
a.leftMainMenu2:hover
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/left-links-bg2-hover.jpg) no-repeat;
  outline: 0;
}
a.leftMainMenu2#selectedMain
{
  font-weight: bold;
  color: #ffffff;
  background: transparent url(../i/left-links-bg2-hover.jpg) no-repeat;
  border-bottom: 1px solid #ffffff;
}
a.leftMainMenu2#selectedMain:hover
{
  color: #ffffff;
}
a.leftMainMenu3,
a.leftMainMenu3:link,
a.leftMainMenu3:visited,
a.leftMainMenu3:active,
a.leftMainMenu3:focus
{
  display: block;
  width: 171px;
  line-height: 25px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #323432;
  background: transparent url(../i/left-links-bg3.jpg) no-repeat;
  margin: 0px;
  padding: 0px 2px 0px 75px;
  border-bottom: 1px solid #ffffff;
  outline: 0;
}
a.leftMainMenu3:hover
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/left-links-bg3-hover.jpg) no-repeat;
  outline: 0;
}
a.leftMainMenu3#selectedMain
{
  font-weight: normal;
  color: #ffffff;
  background: transparent url(../i/left-links-bg3-hover.jpg) no-repeat;
  border-bottom: 1px solid #ffffff;
}
a.leftMainMenu3#selectedMain:hover
{
  color: #ffffff;
}



/* ********************************************************************** */
/* right box content **************************************************** */
/* ********************************************************************** */
#content,
#contentWP
{
  width: 722px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #323432;
  margin: 0px;
  padding: 0px;
  border: none;
}


/* ********************************************************************** */
/* breadcrumb *********************************************************** */
/* ********************************************************************** */
#breadcrumb
{
  height: 39px;
  line-height: 33px;
  font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent url(../i/detail-bg.jpg) no-repeat;
  margin: 0px;
  padding: 3px 15px 0px 15px;
  border: none;
}
#breadcrumb div.current
{
  float: left;
  line-height: 33px;
  font-size: 11px;
  color: #426c89;
  background: transparent;
}
#breadcrumb div.arrow
{
  float: left;
  width: 18px;
  height: 39px;
  font-size: 11px;
  color: #426c89;
  background: transparent url(../i/arrow.gif) no-repeat 5px 12px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  border: none;
}
#breadcrumb a.breadcrumb,
#breadcrumb a.breadcrumb:link,
#breadcrumb a.breadcrumb:visited,
#breadcrumb a.breadcrumb:active
{
  float: left;
  font: normal normal bold 11px/33px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #05284d;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0;
}
#breadcrumb a.breadcrumb:hover,
#breadcrumb a.breadcrumb:focus
{
  text-decoration: none;
  color: #6a93b2;
  background: transparent;
  outline: 0;
}



/* ********************************************************************** */
/* right box layouts **************************************************** */
/* ********************************************************************** */
table.content,
table.contentWP
{
  width: 722px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
}
#largeLayout
{
  width: 722px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: none;
}
#smallLayout
{
  width: 507px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: none;
}
#newsLayout
{
  width: 50px;
  vertical-align: top;
  background-color: #f2f7fc;
  margin: 0px;
  padding: 0px;
  border: none;
}
#newsHeader
{
  float: left;
  width: 182px;
  height: 39px;
  font: normal normal bold 11px/33px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent url(../i/detail-bg.jpg) no-repeat;
  margin: 0px;
  padding: 3px 15px 0px 15px;
  border: none;
}
#content h1,
#contentWP h1
{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #4c586e;
  text-align: left;
}
#content h2,
#contentWP h2
{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #4c586e;
  text-align: left;
}
#content h3,
#contentWP h3
{

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #4c586e;
  text-align: left;
  padding-bottom: 0px;
}
/* sieht aus wie normales p, danach p.inline verwenden */
#content h4,
#contentWP h4
{
  display: inline;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
}
/* sieht aus wie normales p, danach p.inline verwenden */
#content h5,
#contentWP h5
{
  display: inline;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
}
/* sieht aus wie normales p, danach p.inline verwenden */
#content h6,
#contentWP h6
{
  display: inline;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
}
#content p,
#contentWP p
{
  line-height: 16px;
  font-size: 13px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#content p.inline,
#contentWP p.inline
{
  display: inline;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 10px;
}
#content div.newsBlock,
#contentWP div.newsBlock
{
  float: left;
  width: 182px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #6a93b2;
  background: transparent;
  margin: 0px 15px 2px 15px;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed #c9d7e9;
}
#content div.newsBlock p.newsTitle,
#contentWP div.newsBlock p.newsTitle,
#content p.newsTitleIL,
#contentWP p.newsTitleIL
{
  font-size: 11px;
  font-weight: bold;
  color: #99c12d;
  padding: 10px 0px 2px 0px;
}
#content p.newsTitleIL,
#contentWP p.newsTitleIL
{
  font-size: 13px;
}
#content div.newsBlock p.newsText,
#contentWP div.newsBlock p.newsText
{
  font-size: 11px;
  font-weight: normal;
  color: #323432;
  padding: 0px 0px 2px 0px;
}
#content p.dataSheet,
#contentWP p.dataSheet
{
  padding: 0px 0px 7px;
}
div.advantageHeader
{
  float: none;
  clear: both;
  width: 300px;
  font: normal normal bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent url(../i/advantage-bg.jpg) repeat-x;
  margin: 20px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border-left: 1px solid #a0cbee;
  border-right: 1px solid #a0cbee;
  border-top: 1px solid #a0cbee;
}
#content p.advantageText,
#contentWP p.advantageText
{
  font-size: 11px;
  font-weight: normal;
  color: #323432;
  background: #f2f7fc;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px;
  border: 1px solid #a0cbee;
}
#content div.mImgSmall,
#contentWP div.mImgSmall
{
  float: right;
  width: 200px;
  text-align: center;
  background: transparent;
  margin: 0px;
  padding: 7px;
  border: border: 1px solid #a0cbee;
}
#content div.logoLink,
#contentWP div.logoLink
{
  float: top;
  width: 200px;
  height: 70px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 7px;
  border: border: 1px solid #a0cbee;
}
#content div.ctPrices,

#contentWP div.ctPrices
{
  position: relative;
  width: 690px;
  height: 84px;
  background: #f2f7fc;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  border: 1px solid #a0cbee;
}
#content div.ctPricesUnder,
#contentWP div.ctPricesUnder
{
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 690px;
  height: 84px;
  margin: 0px;
  padding: 0px;
  border: none;
}
#content div.ctImgSmall,
#contentWP div.ctImgSmall
{
  float: right;
  width: 200px;
  text-align: center;
  background: transparent;
  margin: 0px;
  padding: 7px 7px 5px 7px;
  border: none;
  /* border: 1px solid #a0cbee; */
}
#content div.ctImgSmall,
#contentWP div.ctImgSmall
{
/*   background: #ffffff; */
}
#ontent div.ctPricesOver,
#contentWP div.ctPricesOver
{
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 690px;
  height: 84px;
  margin: 0px;
  padding: 0px;
  border: none;
}
a.ctUnder,
a.ctUnder:link,
a.ctUnder:visited,
a.ctUnder:active,
a.ctUnder:focus
{
  display: block;
  float: left;
  height: 21px;
  line-height: 21px;
  color: #05284d;
  background: transparent url(../i/out.jpg) no-repeat right top;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-right: 28px;
  border: none;
  outline: 0;
}
a.ctUnder:hover
{
  text-decoration: none;
  background: transparent url(../i/out.jpg) no-repeat right top;
}
actUnderNone,
a.ctUnderNone:link,
a.ctUnderNone:visited,
a.ctUnderNone:active,
a.ctUnderNone:focus
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #4c586e;
  background: transparent;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-right: 28px;
  border: none;
  outline: 0;
}
a.ctUnderNone:hover
{
  text-decoration: none;
  background: transparent;
}
a.ctOver,
a.ctOver:link,
a.ctOver:visited,
a.ctOver:active,
a.ctOver:focus
{
  display: block;
  width: 690px;
  height: 84px;
  font-size: 11px;
  font-weight: bold;
  color: #99c12d;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0;
}
a.ctOver:hover
{
  text-decoration: none;
  background: transparent;
}
a.ntl,
a.ntl:link,
a.ntl:visited,
a.ntl:active,
a.ntl:focus
{
  font-size: 11px;
  font-weight: bold;
  color: #99c12d;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0;
}
a.ntl:hover
{
  text-decoration: underline;
  background: transparent;
}
a.dataSheet,
a.dataSheet:link,
a.dataSheet:visited,
a.dataSheet:active
{
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
  background: transparent url(../i/data-sheet-24.jpg) no-repeat;
  padding-left: 28px;
}
a.dataSheet:hover,
a.dataSheet:focus
{
  background: transparent url(../i/data-sheet-24.jpg) no-repeat;
  outline: 0;
}

a.tooltips,
a.tooltips:link,
a.tooltips:visited,
a.tooltips:active,
a.tooltips:focus
{
  font-weight: bold;
  text-decoration: none;
  color: #426c89;
  background: transparent url(../i/info-blue.gif) no-repeat right 2px;
  margin: 0px;
  padding: 0px 22px 0px 0px;
  border: none;
  outline: 0;
}
a.tooltips:hover
{
  position: relative;
  background: transparent;
}
a.tooltips:hover,
a.tooltips:focus
{
  text-decoration: none;
  color: #426c89;
  background: transparent url(../i/info-blue.gif) no-repeat right 2px;
  outline: 0;
}
a.tooltips span
{
  position: absolute;
  visibility: hidden;
  text-decoration: none;
}
a.tooltips:hover span
{
  visibility: visible;
  top: 18px;
  left: 0px;
  width: 250px;
  height: auto;
  font: normal normal normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #092c5b;
  background: #a6c3e3 url(../i/tooltip-bg.jpg) no-repeat;
  margin: 0px;
  padding: 6px;
  border: 1px solid #6396cf;
}
div.rightTabs
{
  float: none;
  clear: both;
  height: 28px;
  font: normal normal bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #426c89;
  background: transparent url(../i/advantage-bg.jpg) repeat-x;
  margin: 30px 0px 0px;
  padding: 0px;
  border: 1px solid #a0cbee;
}
div.rightTabsDivider
{
  float: left;
  width: 2px;
  height: 28px;
  background: transparent url(../i/right-menu-divider.jpg) no-repeat;
  margin: 0px;
  padding: 0px;
  border: none;
}
div.rightTabsContainer
{
  min-height: 400px;
  color: #323432;
  background: transparent;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  border-left: 1px solid #a0cbee;
  border-right: 1px solid #a0cbee;
  border-bottom: 1px solid #a0cbee;
}
div.rightTab
{
  display: none;
  visibility: hidden;
  min-height: 400px;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  border: none;
}
div.platz
{
  text-align:center;
   float: none;
  clear: both;
  height: 28px;
  font: normal normal bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #426c89;

  margin: 30px 0px 0px;
  padding: 0px;
  border: 1px solid #a0cbee;
}
a.rightTopMenu,
a.rightTopMenu:link,
a.rightTopMenu:visited,
a.rightTopMenu:active
{
  float: left;
  display: block;
  font: normal normal bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #426c89;
  background: transparent;
  margin: 0px;
  padding: 0px 9px;
  border: none;
  outline: 0;
}
a.rightTopMenu:hover,
a.rightTopMenu:focus
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/right-menu-bg-selected.jpg) repeat-x;
  outline: 0;
}
a.rightTopMenuSelected,
a.rightTopMenuSelected:link,
a.rightTopMenuSelected:visited,
a.rightTopMenuSelected:active
{
  float: left;
  display: block;
  font: normal normal bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/right-menu-bg-selected.jpg) repeat-x;
  margin: 0px;
  padding: 0px 10px;
  border: none;
  outline: 0;
}
a.rightTopMenuSelected:hover,
a.rightTopMenuSelected:focus
{
  text-decoration: none;
  color: #ffffff;
  background: transparent url(../i/right-menu-bg-selected.jpg) repeat-x;
  outline: 0;
}
a.back2top,
a.back2top:link,
a.back2top:visited,
a.back2top:active
{
  float: right;
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  background: transparent url(../i/back2top.gif) no-repeat;
  padding-left: 24px;
}
a.back2top:hover,
a.back2top:focus
{
  background: transparent url(../i/back2top.gif) no-repeat;
  outline: 0;
}


/* ********************************************************************** */
/* right tab layouts **************************************************** */
/* ********************************************************************** */
div.rightTabsContainer ul
{
  line-height:16px;
  margin: 0px 10px;
  padding: 0px 20px;
  border: none;
}
div.rightTabsContainer li
{
  list-style-image: url(../i/list-style-image.gif);
  font: normal normal normal 13px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
/* ********************************************************************** */
/* detail / numbers table *********************************************** */
/* ********************************************************************** */
#detail_numbers
{
 font-size:11px;
 line-height:18px;
}
#detail_numbers td:last-child
{
 color:#4C586E;
}
/* ********************************************************************** */
/* new / promo table **************************************************** */
/* ********************************************************************** */
table.newPromo
{
  /*width: 450px;*/
  margin: 20px 0px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #a0cbee;
}
td.newPromo
{
  width: 450px;
  height: 236px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: none;
}
table.innerNewPromo
{
  width: 508px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
}
td.innerNewPromoHeaderRight
{
  text-align: right;
  /*width: 331px;*/
  height: 42px;
  font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent url(../i/detail-bg.jpg) no-repeat;
  margin: 0px;
  padding: 0px 15px 4px 5px;
  border: none;
}
td.innerNewPromoHeader
{
  width: 331px;
  height: 42px;
  font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent url(../i/detail-bg.jpg) no-repeat;
  margin: 0px;
  padding: 0px 15px 4px 15px;
  border: none;
}
td.innerNewPromoHeaderWBorder
{
  width: 330px;
  border-right: 1px solid #ffffff;
}
td.innerNewPromoSpcr,
td.innerNewPromoSpcrWBorder
{
  width: 331px;
  height: 15px;
  font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #426c89;
  background: transparent;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  border: none;
}
td.innerNewPromoSpcrWBorder
{
  width: 1234px;
  border-right: 1px solid #ffffff;
}
td.innerNewPromoImage
{
  width: 160px;
  height: 160px;
  font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background: transparent;
  margin: 0px;
  padding: 15px;
  border: none;
  border-right: 1px dashed #c9d7e9;
}
td.innerNewPromoText,
td.innerNewPromoTextWBorder
{
  width: 141px;
  height: 160px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background: transparent;
  vertical-align: top;
  margin: 0px;
  padding: 15px;
  border: none;
  border-right: 1px dashed #c9d7e9;
}
td.innerNewPromoDesc,
td.innerNewPromoDescWBorder
{
  width: 100px;
  height: 160px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background: transparent;
  vertical-align: top;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  border: none;
}
td.innerNewPromoDescWBorder
{
  /*width: 140px;*/
  border-right: 1px dotted #a0cbee;
}
div.innerNewPromoText
{
  overflow: hidden;
  width: 140px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  border: none;
}
div.innerNewPromoDesc
{
  overflow: hidden;
  width: 100px;
  height: 160px;
  margin: 0px;
  /*padding: 0px;*/
  border: none;
}
span.innerNewPromoTitle
{
  font-size: 11px;
  font-weight: bold;
  color: #99c12d;
}
div.innerNewPromoLink
{
  width: 120px;
  height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  border: none;
}
a.infoLink,
a.infoLink:link,
a.infoLink:visited,
a.infoLink:active
{
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
  font: normal normal bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
  color: #99c12d;
  background: transparent url(../i/info-link-24.jpg) no-repeat;
  padding-left: 28px;
}
a.infoLink:hover,
a.infoLink:focus
{
  background: transparent url(../i/info-link-24.jpg) no-repeat;
  outline: 0;
}
/* ********************************************************************** */
/* right technical data table ******************************************* */
/* ********************************************************************** */
table.technical
{
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-left: 1px solid #d0e6f3;
  border-right: 1px solid #d0e6f3;
  border-bottom: 1px solid #d0e6f3;
}
td.technical
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  padding: 8px 10px 8px 10px;
}
td.technicalHeader
{
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #426c89;
  background: transparent url(../i/technical-header.jpg) repeat-x;
  padding: 0px 10px;
  border-bottom: 1px solid #d0e6f3;
}
td.technicalLeft
{
  width: 180px;
  font-weight: bold;
}
/* ********************************************************************** */
/* prices table ********************************************************* */
/* ********************************************************************** */
table.tabPrices,
table.tabCtPrices
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
}
table.tabCtPrices
{
  width: 439px;
  margin: 15px 0px 0px 15px;
}
td.ctPriceLeft
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  vertical-align: middle;
  padding: 0px 10px 4px 0px;
  border: none;
}
td.ctPriceRight
{
  width: 210px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #4c586e;
  vertical-align: bottom;
  padding: 0px 10px 4px 0px;
  border: none;
}
td.mfPriceLeft
{
  width: 110px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  vertical-align: top;
  padding: 0px 10px 4px 0px;
  border: none;
}
td.mfPriceRight
{
  width: 200px;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #4c586e;
  vertical-align: top;
  padding: 0px 10px 4px 0px;
  border: none;
}
/* ********************************************************************** */
/* news by manufacturer table ******************************************* */
/* ********************************************************************** */
table.news
{
/*   width: 100%; */
  margin: 20px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-left: 1px solid #d0e6f3;
  border-right: 1px solid #d0e6f3;
  border-bottom: 1px solid #d0e6f3;
}
td.news
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  text-align:center;
  padding: 8px 10px 8px 10px;
}
td.newsHeader
{
  height: 33px;
  line-height: 28px;
  font-weight: bold;
  color: #426c89;
  background: transparent url(../i/technical-header.jpg) repeat-x;
  padding: 0px 10px;
  border-bottom: 1px solid #d0e6f3;
}
td.newsLeft
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  text-align:left;
  padding: 8px 10px 8px 10px;
}

td.newsRight
{
  font-size: 11px;
  color: #4c586e;
}

td.filter
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  text-align:left;
  padding: 8px 10px 8px 10px;
}

td.filterRight
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  background-color: transparent;
  vertical-align: top;
  text-align:left;
  padding: 4px 10px 4px 10px;
}

td.filterHeader
{
  height: 33px;
  line-height: 28px;
  font-weight: bold;
  color: #426c89;
  background: transparent url(../i/technical-header.jpg) repeat-x;
  padding: 0px 10px;
  border-bottom: 1px solid #d0e6f3;
}

td.filterFooter
{
  height: 33px;
  line-height: 28px;
  font-weight: bold;
  color: #426c89;
  background: transparent url(../i/technical-footer.jpg) repeat-x;
  padding: 0px 10px;
  border-bottom: 1px solid #d0e6f3;
}

select.filter
{
 font-size:11px;
 width:160px;
 border:1px solid #426C89;
 margin:2px;
}

/* ********************************************************************** */
/* forms **************************************************************** */
/* ********************************************************************** */
form
{
  margin: 15px 0px 30px;
  padding: 0px;
  border: none;
}
#content p.formError
{
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #153658;
  background: #bbd3e2 url(../i/exclamation.gif) no-repeat 8px 8px;
  margin-bottom: 20px;
  padding: 8px 8px 8px 32px;
  border: 1px solid #153658;
}
label.w175
{
  float: left;
  width: 175px;
  font: normal normal normal 11px/28px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  margin: 0px;
  padding: 2px 0px 0px 0px;
  border: none;
}
input.inputW300
{
  width: 300px;
  height: 18px;
  font: normal normal normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
  color: #153658;
  background: #e7f2f8;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  border: 1px solid #a1cbee;
}
select.selectW300
{
  /* width has to be 6 px longer */
  width: 306px;
  height: 18px;
  font: normal normal normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
  color: #153658;
  background: #e7f2f8;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 1px;
  border: 1px solid #a1cbee;
}
textarea.textareaW300
{
  width: 300px;
  height: 100px;
  font: normal normal normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
  color: #153658;
  background: #e7f2f8;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  border: 1px solid #a1cbee;
}
textarea.textareaW475
{
  width: 475px;
  height: 100px;
  font: normal normal normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
  color: #153658;
  background: #e7f2f8;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  border: 1px solid #a1cbee;
}
.mandatory
{
  color: #88b90a;
  font-size: 14px;
  font-weight: bold;
}
div.formInfo
{
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #323432;
  margin: 0px;
  padding: 2px 0px 0px 175px;
  border: none;
}
p.submitButton
{
  width: 300px;
  text-align: right;
  padding: 6px 0px 0px 175px;
}
/* ********************************************************************** */
/* debug layout ********************************************************* */
/* ********************************************************************** */
pre
{
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: #1f2322;
  background-color: #ffffff;
  margin: 10px;
  padding: 0px;
}




#bigImageBox
{
 text-align: center;
 padding-top: 170px;
}

.picsSlider
{
 float:left;
 text-align:center;
 max-height:120px;
 height: 120px;
 overflow: hidden;
}

.psButton
{
 width: 25px;
 float: left;
 padding-top: 35px;
 cursor: pointer;
}

.picsSlider .psBody
{
 float: left;
 text-align: left;
 margin-left: 0px;
 width: 1000px;
 height: 120px;
 max-height: 120px;
 vertical-align: middle;
}

.picsSlider .psBody img
{
 float: left;
 border: 1px dotted #DDD;
 opacity: .7;
 filter: alpha(opacity=70); /*for IE5-7*/
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*for IE IE8*/
}

.picsSlider .psBody img:hover
{
 float: left;
 border: 1px dotted #DDD;
 opacity: 1;
 filter: alpha(opacity=100); /*for IE5-7*/
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*for IE IE8*/
}


.searchBox
{
 float: right;
 padding: 4px 10px 0 0;
 margin: 0;
}
.searchBox .searchForm
{
 margin: 0;
 padding: 0;
}
.searchBox .searchForm .searchText
{
 border: 1px solid #14416b;
 color: #4C586E;
 font-size: 12px;
 padding: 1px;
 width: 120px;
 margin: 0;
}
.searchBox .searchForm .searchButt
{
 background: #266092;
 color:#FFF;
 border:0;
 padding: 1px 5px 1px 5px;
 cursor: pointer;
 font-size: 12px;
 margin: 0;
}
