@charset "utf-8";
/**
 * The intention of this cascading-style-sheet, is to
 * format and layout the xhtml screen output.
 *
 * @package ADMAX2009
 * @author Dirk Kredler <dirk.kredler@webversion.de>
 * @version $Id: print.css 2659 2009-04-30 10:31:02Z dirk $
 */

/**
 * Document wide settings.
 *
 * We use relative values. To get a mapping
 * we set the document font-size to 
 *
 * 62.5% == 10px, 1pt = 1.333 px:
 *
 * 1em == 10px, 1.1em == 11px, 1.2em == 12px ...
 *
 * Note: its a pixel layout - no relative values at all
 */
body { 
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;    
    /* font-size: 62.5%; */
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
}

/**
 * Reset all margins, paddings and font-sizes for all elements to setup a uniform starting point
 */
/* h1,h2,h3,h4,h5,h6,p,img,a,address { */
*  {
     margin: 0; padding: 0; font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #787878;
}

a:hover, a:focus {  
    color: #2768ff;
}

a.cHit {
    color: #2768ff;
}

/**
 * Sections
 */

#dMain {
    width: 1000px; height: 644px;
    background: #ffffff url(../img/background.jpg) no-repeat;
}

#dLogo {
    width: 125px;
    position: absolute;
    top: 25px;
    left: 110px;
}

#dLogo img {
    margin: 0 0 2px 0;
    display: block;
}

.cDescription {
    font-size: 11px;
    color: #787878;
    text-align: center;
    width: 125px;
}

address {
    position: absolute;
    top: 620px;
    left: 375px;
    font-size: 11px;
    font-style: normal;
    color: #787878;
}

#dBaseMenu {
    white-space: nowrap;
    position: absolute;
    top: 5px;
    left: 462px;
    font-size: 10px;
}

#dBaseMenu a {
    float: left;
    display: block;
    width: 104px;
    height: 28px;
    color: #787878;
    background-image: none;
    text-align: center;
    padding: 5px 0 0 1px;
}

#dBaseMenu a:hover, #dBaseMenu a:focus {
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cHit {
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cAgency {
    position: relative;
    left: 2px;
}

#dBaseMenu a.cAgencyHit {
    position: relative;
    left: 2px;
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cBenefit {
    position: relative;
    left: 4px;
}

#dBaseMenu a.cBenefitHit {
    position: relative;
    left: 4px;
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cContact {
    position: relative;
    left: 6px;
}

#dBaseMenu a.cContactHit {
    position: relative;
    left: 6px;
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cImprint {
    position: relative;
    left: 9px;
}

#dBaseMenu a.cImprintHit {
    position: relative;
    left: 9px;
    color: #000000;
    background-image: url(../img/tab_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dBaseMenu a.cImprint:hover, #dBaseMenu a.cImprint:focus {
    position: relative;
    left: 9px;
    color: #000000;
    background-image: url(../img/tab_last_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#dCustomerMenu {
    white-space: nowrap;
    position: absolute;
    top: 82px;
    left: 35px;
    font-size: 12px;
}

#dCustomerMenu a {
    float: left;
    display: block;
    width: 102px;
    height: 22px;
    color: #787878;
    background-image: none;
    text-align: center;
    padding: 5px 0 0 1px;
    margin: 0 4px 0 0;
}

#dCustomerMenu a:hover, #dCustomerMenu a:focus {
    color: #000000;
    background-image: url(../img/tab2_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
    font-weight: bold;
}

#dCustomerMenu a.cHit {
    color: #000000;
    background-image: url(../img/tab2_focus.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
    font-weight: bold;
}

#dCustomerMenu a.cCustomer {
    font-size: 10px;
    margin: 0;
}

#dContent {
    position: absolute;
    top: 106px;
    left: 36px;
    height: 500px;
    width: 955px;
}

#dIntro {
    float: left;
    width: 638px;
}

#dIndexText {
    font-size: 12px;
    float: right;
    width: 275px;
    margin: 20px 15px 0 0;
    padding: 0 0 0 4px;
}

#dVisual {
    float: right;
    width: 640px;
}

#dVisual img {
    border-left: 1px solid #787878;
    margin-top: 10px;
}

#dText {
    font-size: 12px;
    float: left;
    width: 274px;
    margin: 20px 0 0 18px;
    padding: 0 0 0 4px;
}

#dTextComplete {
    font-size: 12px;
    float: left;
    width: auto;
    margin: 20px 10px 0 18px;
    padding: 0 0 0 4px;
}

.cInline {
    display: inline;
    margin-right: 5px;
}

.cMarginTop {
    margin: 8px 0 0 0;
}

p {
    line-height: 15px;
    margin: 0 0 8px 0;
    padding: 0 8px 0 0 ;
}

h1 {
    font-weight: bold;
}

ol {
    margin: 0;
    padding-left: 0;
    padding-right: 8px;
    list-style-position: inside;
}

ul {
    padding-right: 8px;
    list-style: none;
}

li {
    line-height: 14px;
    margin: 0 0 5px 0;
}

ul li {
    padding-left: 1.25em;
    background-image:url(../img/list.gif);
    background-repeat:no-repeat;
    background-position: left 2px; 
}

.cGo {
    width: auto;
    float: right;
    margin: 8px 0 0 0;
}

.cNoBreak {
    white-space: nowrap;
}

#dContextMenu {
    position: absolute;
    top: 104px;
    left: 8px;
    font-size: 12px;
    font-weight: bold;
}

.cURSAContext {
    background-image: url(../img/tab3_15_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 509px;
}

.cUHUContext {
    background-image: url(../img/tab3_8_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 273px;
}

.cKnaufContext {
    background-image: url(../img/tab3_3_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 101px;
}

.cAkzonobelContext {
    background-image: url(../img/tab3_15_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 509px;
}

.cDupontContext {
    background-image: url(../img/tab3_4_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 137px;
}

.cWeposContext {
    background-image: url(../img/tab3_8_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 273px;
}

.cToxContext {
    background-image: url(../img/tab3_4_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 137px;
}

.cSakretContext {
    background-image: url(../img/tab3_6_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 273px;
}

.cKirchhoffContext {
    background-image: url(../img/tab3_4_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 137px;
}

.cMellerudContext {
    background-image: url(../img/tab3_12_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 409px;
}

.cPrimeroContext {
    background-image: url(../img/tab3_3_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 101px;
}

.cPhilippineContext {
    background-image: url(../img/tab3_3_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 101px;
}

.cPufasContext {
    background-image: url(../img/tab3_2_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 67px;
}

.cRepaxContext {
    background-image: url(../img/tab3_4_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 137px;
}

.cPuratosContext {
    background-image: url(../img/tab3_3_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 101px;
}

.cSpohoContext {
    background-image: url(../img/tab3_3_inactive.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 27px; 
    height: 101px;
}

#dContextMenu a.cLast:hover, #dContextMenu a.cLast:focus {
    background-image: url(../img/tab3_last_focus.jpg);
}

#dContextMenu a.cLastHit {
    color: #000000;
    background-image: url(../img/tab3_last_focus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#dContextMenu a.cFirstHit:hover, #dContextMenu a.cFirst:focus {
    color: #000000;
    background-image: url(../img/tab3_first_focus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#dContextMenu a.cFirstHit {
    color: #000000;
    background-image: url(../img/tab3_first_focus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#dContextMenu a {
    display: block;
    width: 27px;
    height: 25px;
    color: #787878;
    background-image: none;
    text-align: center;
    padding: 9px 0 0 3px;
}

#dContextMenu a:hover, #dContextMenu a:focus {
    color: #000000;
    background-image: url(../img/tab3_focus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#dContextMenu a.cHit {
    color: #000000;
    background-image: url(../img/tab3_focus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

small {
    font-size: 0.8em;
}

#dPerformanceText {
    font-size: 12px;
    float: left;
    width: 580px;
    margin: 20px 0 0 18px;
    padding: 0 0 0 4px;
}

#dPerformanceVisual {
    position: relative;
    right: -2px;
    margin: 10px 0 0 0;
    padding: 0;
    float: right;
    width: 319px;
    height: 494px;
    border-left: 1px solid #787878;
}

#dPerformanceText ul {
    float: left;
    width: 45%;
    padding-right: 25px;
    margin-top: 20px;
    list-style: none;
}

#dPerformanceText li {
    line-height: 18px;
    margin: 0 0 15px 0;
}

#dPerformanceText ul li {
    padding-left: 1.25em;
    background-image:url(../img/list.gif);
    background-repeat:no-repeat;
    background-position: left 4px; 
}
