  /* Eigenschaften für alle Elemente */

  * { margin:0; padding:0; font-size: 100%; } 

  html { height: 100% }
  
  body { 
    position: relative; 
    font-family: Arial; /*, Helvetica, sans-serif; */
    font-size: 62.5%; /* make 1em = 10px */
    color: #000000;        
    background-color: #e0e0e0;
    text-align: left;
    padding: 0px 0px;
    min-height:101%;
  } 
  /* Hochgestellt */
  p sup {
    font-size:60%; 
  }
  #pageContainer {
    /* FF:986px  IE:988px */
    width:986px;
    margin:auto;
    background-color: #ffffff;
  }
  #pageContainer.Home {
    background-color: #ffffff;
  }
  #contentTop {
    position:relative;
  background-color: #ffffff;
  }
  #metanavigation {
    height:40px;
  }
  
  /* metanavigation */
  #metabox {
    margin-left: 670px;
    margin-top: 16px;
    font-size: 9px;
  }
  #metabox li {
    padding:0pt 0.6em 0pt 0.8em;
  }
  #metabox a {
    text-decoration: none;
    color: rgb(132,139,142);
  }
  #metabox a:hover {
    color: rgb(213,31,48);
  }
  
  #contentLeft {
    float:left;
    width: 198px;
  }
  #contentPanel {
    float:right;
    width: 788px;
    min-height:400px;
  }
  
  #contentPanel a {
    text-decoration: none;
  }
  
  #contentPanel ul {
    list-style-type:none;
  }
  
  #contentPanelSub {
    padding-left: 10px;
  }
  #contentBottom {
    clear:both;
    height:50px;
    line-height:50px;    
  }
  #copyright {
    font-size: 9px;
    color: rgb(132,139,142);
    padding-left: 850px;
  }  
  #logoAbilex {
    position:absolute;
    left: 43px;
  }  
  #mainNavigation {
    position:absolute;
    bottom: -2px;
    width: 100%;
    height: 34px;
  }
  #mainNavigation ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0pt;
  }
  #mainNavigation ul li { 
    display:inline
  }
  
  #metanavigation ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0pt;
  }
  #metanavigation ul li { 
    display:inline
  }
  /** Subnavigation
  ------------------------------*/
  #subnavi {
    margin: 0em 0em 1em 0em;
    background-color: rgb(255,255,255);
  }
  #subnavi ul {
    margin: 0em;
    padding: 0em;
    list-style: none;
  }
  /* Erste Ebene: 11px, mit Trennlinie */
  #subnavi li {
    font-size: 12px;
    color: #000000;
    background: url(../images/menu/menusepline.gif) repeat-x top;
    padding-top: 0.6em;
    padding-bottom: 0em;
  }
  /* Erster Menüpunkt ohne Trennlinie */
  #subnavi ul li:first-child {
   background: 0 ;
  }
  /* Zweite Ebene: 10px, keine Trennlinie */
  #subnavi li ul li{
    background: 0 ;
    font-size: 12px;
    padding-top: 0.4em;
    padding-bottom: 0em;
  }
  #subnavi a {
    display: block;
    padding: 0em 20px;
    text-decoration: none;
    color: #000000;
    line-height: 1.5em;
  }
  #subnavi a:hover {
    background-color: rgb(218,220,223);
    color: rgb(255,255,255);
  }
  #subnavi a.l2-no, #subnavi a.l2-act {
    padding-left: 3em;
  }

  #subnavi a.l2-act, #subnavi a.l1-act, #subnavi a.l3-act{
    background-color: rgb(218,220,223);
    color: rgb(255,255,255);
  }

  #subnavi a.l3-no, #subnavi a.l3-act {
    padding-left: 4em;
  }

/* Top Menu Styles */

/* Hintergrund */
.mainmbg, .mainmbgact {
  background: url(../images/menu/button_hgbnew.png) no-repeat bottom left;
  width:198px;
  height:40px;
  float:left;
}

/* a tag normal/rollover */
.mainma {
  display: block;
  width:198px;
  height:40px;
}
/* a tag active */
.mainmacta{
  display: block;
  width:198px;
  height:40px;
}

/* Sonderbehandlung bei dem letzten Punkt */
#newspublikationen_de_no, #newspublikationen_de_act{
  /* Die Breite ist 194 statt 198! */
  width:194px;
}

/* Button-Faces Normalzustand DE */

#unternehmen_de_no a {
  background: url(../images/menu/no/unternehmen_de_no.png) no-repeat left top;
}
#prozessberatung_de_no a {
  background: url(../images/menu/no/prozessberatung_de_no.png) no-repeat left top;
}
#projektmanagement_de_no a {
  background: url(../images/menu/no/projektmanagement_de_no.png) no-repeat left top;
}
#qualifizierung_de_no a {
  background: url(../images/menu/no/qualifizierung_de_no.png) no-repeat left top;
}
#newspublikationen_de_no a {
  background: url(../images/menu/no/newspublikationen_de_no.png) no-repeat left top;
}

/* Button-Faces Rollover DE */

#unternehmen_de_no a:hover {
  background: url(../images/menu/ro/unternehmen_de_ro.png) no-repeat left top;
}
#prozessberatung_de_no a:hover {
  background: url(../images/menu/ro/prozessberatung_de_ro.png) no-repeat left top;
}
#projektmanagement_de_no a:hover {
  background: url(../images/menu/ro/projektmanagement_de_ro.png) no-repeat left top;
}
#qualifizierung_de_no a:hover {
  background: url(../images/menu/ro/qualifizierung_de_ro.png) no-repeat left top;
}
#newspublikationen_de_no a:hover {
  background: url(../images/menu/ro/newspublikationen_de_ro.png) no-repeat left top;
}

/* Button-Faces Active DE */

#unternehmen_de_act a {
  background: url(../images/menu/ro/unternehmen_de_ro.png) no-repeat left top;
}
#prozessberatung_de_act a {
  background: url(../images/menu/ro/prozessberatung_de_ro.png) no-repeat left top;
}
#projektmanagement_de_act a {
  background: url(../images/menu/ro/projektmanagement_de_ro.png) no-repeat left top;
}
#qualifizierung_de_act a {
  background: url(../images/menu/ro/qualifizierung_de_ro.png) no-repeat left top;
}
#newspublikationen_de_act a {
  background: url(../images/menu/ro/newspublikationen_de_ro.png) no-repeat left top;
}

.pdfcoloumn {
  padding-left:5em;
  padding-right:2em;
  font-size:1.1em;
}

.pdfcoloumn a {
  display:block;
  margin-top:2em;
}

/* Content Area Styles */

  h1 {
    font-size: 16px;
    font-weight: bold;
  }
  h2 {
    font-size: 14px;
    font-weight: bold;
  }
  
.bodytext {
  margin: 0em 0 1em 0;
  font-size:12px;
  line-height: 20px;
}
.bodytext a{
  color: #D51F30;
}

.csc-firstHeader {
  margin-bottom: 1em;
}

.align-right {
  text-align: right;
  font-size:12px;
}

.csc-textpic-text ul{
    padding-left: 3em;
}

.trennlinie1 {
  height:1px;
  background: url(../images/menu/menusepline.gif) repeat-x top;
}

/* Seite: Offene Positionen */

.offenePosTeaser {
  height:50px;
  font-size:12px;
  line-height:50px;
  color: rgb(132,139,142);
}

.offenePosRefbox {
  float:left;
  width:100px;
  background-color:rgb(218,220,223);
  margin-right:10px;
  text-align:center;
}
.offenePosRefbox a{
  color: rgb(132,139,142);
  font-size: 14px;
}
.offenePosRefbox a:hover {
    color: rgb(213,31,48);
}

.offenePosTrenner1 {
  height:2px;
  width:100px;
  background: url(../images/menu/menuseplinei.gif) repeat bottom;
}
.offenePosTrenner2 {
  height:2px;
  background: url(../images/menu/menusepline.gif) repeat bottom;
  margin-top:-5px;
}

/* Seite: Pressemitteilungen */

.PresseTeaser {
  font-size:12px;
  color: rgb(132,139,142);
}

.PresseRefbox {
  font-size: 14px;
  float:left;
  width:150px;
  padding: 5px 0;
  background-color:rgb(218,220,223);
  margin-right:10px;
  text-align:center;
}
.PresseTextbox {
  padding: 5px 0;
  float:left;
  width:420px;
}
.PresseTextbox a{
  color: #D51F30;
}

.PresseTrenner1 {
  height:2px;
  width:150px;
  background: url(../images/menu/menuseplinei.gif) repeat bottom;
}
.PresseTrenner2 {
  height:2px;
  background: url(../images/menu/menusepline.gif) repeat bottom;
  clear:left;
}

div.csc-frame-indent {
  margin:0 25px 30px 0;
}
div.csc-frame-frame1 {
  float:left;
  width:240px; 
  margin:0 20px 15px 0;
}
div.csc-frame-frame1 h2 {
  background-color:#A2ACB1; 
  text-align:center; 
  color:white; 
  font-size:140%; 
  padding:4px;
}
div.csc-frame-frame1 h2 a {
  color:white; 
}
div.csc-frame-frame2 {
  width:350px;
  background-color:#ECEEF0;
  float:left;
  padding: 0 10px 50px;
  margin: 0 20px -50px 0;
}

div.csc-frame-frame2 h2 {
  color: #848b8e;
  font-weight:normal;
  font-size: 2.5em;
}

/* AAM Logo */
div#aam {
  float:right;
  width:187px;
  height:32px;
  background-image:url(../images/aam.png);
  background-repeat:no-repeat;
  margin-top:2px;
}

/* abilex inside */
.xtremeTeaser {
        padding-bottom: 20px;
}
.xtremeTeaserTrenn {
        height: 2px;
        width: 600px;
        background: url(../images/menu/menusepline.gif) repeat bottom;
        clear: both;
        position: relative;
        top: -2px;
        float: right;
}
.xtremeTeaserPicBox {
        float: left;
        width: auto;
        text-align: bottom;
}
.xtremeTeaserTextBox {
        float: right;
        width: 410px;
}
.xtremeTeaserTitle {
        font-size: 14px;
}

.internal-link {
  color: #212121;
}

