@IMPORT "bescript.css";
@IMPORT "form.css";
@IMPORT "clearfix.css";


/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #C5C6C8;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #C5C6C8;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #D40114;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'pluess' 
-------------------------------------- */

.cluetip-pluess {
  background-color: #C5C6C8;
}
.cluetip-pluess #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #C5C6C8;
}
.cluetip-pluess h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #0163BC;
  color: #fff;
}
.cluetip-pluess #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-pluess #cluetip-inner {
  padding: 10px;
}
.cluetip-pluess div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-pluess .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-pluess .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-pluess .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-pluess .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}




body#top {
    background: #666666 url('../img/body-background-leftRight.png') scroll repeat-y center top;
}

.info {
    float: right;
    width: 620px;
}

div#background {
    background: url('../img/body-background.png') scroll no-repeat center 8px;
}

div#main {
    margin: 0px auto;
    
    width: 961px;
    
    background: #ffffff;
}

div#header {
    height: 110px;
    
    background: #c5c6c8 url('../img/logo.jpg') scroll no-repeat right 24px;
}

div#header img {
    margin: 22px 0px 0px 18px;
    border: 1px solid #000;
}

ul#navigation {
    list-style-type: none;
    
    width: 100%;
    height: 35px;
    
    background: url('../img/navigation-background.jpg') scroll repeat-x;
}

ul#navigation li {
    float: left;
    
    margin: 0px;
    padding: 7.5px 20px;
    
    border-right: 1px solid #ffffff;
}

ul#navigation li:hover,
ul#navigation li.active {
    background: url('../img/navigation-background-hover.jpg') scroll repeat-x;
}

ul#navigation li a {
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

ul#navigation li#searchBox input[type="text"] {
    height: 14px;
    
    background: #efefef;
    border: 1px solid #bababa;
    
    color: #6e6e6e;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
}

ul#navigation li#searchBox input[type="submit"] {
    width: 27px;
    height: 18px;
    
    background: #d50211;
    border: none;
    
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

div#youAreHere {
    clear: left;
    
    margin: 10px 20px;
    padding: 0px;
    
    color: #d5001c;
}

div#youAreHere a {
    text-decoration: underline;
}

div#leftContainer {
    float: left;
    width: 790px;
}

ul#subNavigation {
    float: left;
    
    list-style-type: none;
    
    width: 250px;
}

ul#subNavigation li {
    margin: 0px;
    margin-bottom: 2px;
    padding: 16px 0px 16px 92px;
    
    width: 148px;
    height: 16.25px;
    
    opacity: 0.45;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    
    background-repeat: no-repeat;
    background-position: top left;
}

ul#subNavigation li.active {
    width: 158px;
    
    opacity: 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

ul#subNavigation li a {
    font-size: 16px;
    font-weight: bold;
}

div#contentImage {
    float: right;
    
    width: 538px;
    height: 250px;/*197*/
    
    background: url('/img/lagertechnik01.jpg');
    
    border: 1px solid #427bbe;
}

div#infoText {
    float: right;
    
    margin: 10px 0px 0px 0px;
    width: 100%;
    
    text-align: right;
}

div#infoText a {
    color: #d6030a;
    font-weight: bold;
}

div#rightContainer {
    float: right;
    
    width: 164px;
}

div.box h2.boxTitle  {
    margin: 0px 0px 2px 4px;
    padding: 4px 20px 4px 4px;
    
    background: #c5c6c8;
    
    font-size: 13px;
    color: #d70312;
}

div.box div.boxContent  {
    margin: 0px 0px 8px 10px;
    padding: 4px 0px 4px 0px;
}

div.box div.boxContent dl.zend_form dd#user_login-element input,
div.box div.boxContent dl.zend_form dd#user_password-element input {
    width: 100px;
    height: 14px;
    
    background: #efefef;
    border: 1px solid #bababa;
    
    color: #6e6e6e;
    font-style: italic;
    vertical-align: middle;
}

div.box div.boxContent dl.zend_form input[type="submit"] {
    width: 27px;
    height: 18px;
    
    background: #d50211;
    border: none;
    
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

div#content {
    width: 790px;
}

div#content div#contentText,
div#content h1 {
    margin: 10px 0px;
    padding: 0px 20px;
    
}

div#content div#contentText {
    float: right;
    margin-top: 14px;
    width: 500px;
}

div#content h1 {
    padding: 4px 0px 4px 20px;
    
    width: 220px;
    
    background: #c5c6c8;
    
    font-size: 13px;
    color: #d70312;
}
