/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
  background: #fff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  line-height: 18px;
  color: #61646a;
  min-width: 1000px;
}
html, body { height: 100%;}

p { padding-top: 18px; }
/*#colIndexTopLeft p { padding-top: 0px; }
#colIndexTopLeft p { padding-top: 0px; }
#colIndexTopRight p { padding-top: 0px; }*/

.top { padding-top: 1px; }
.top1 { padding-top: 10px; }
.top2 { padding-top: 18px; }
.top3 { padding-top: 21px; }
.top4 { padding-top: 30px; }
.top5 { padding-top: 0px; }

.bot { padding-bottom: 14px; }

.pad-right {padding-right: 35px;}

a {  color: #61646a; outline: none; }
a:hover{ text-decoration: none; }

/* Global Structure ============================================================= */
.main {
  margin: 0 auto;
  width: 940px;
}

  /* Header */
  header{
    height: 140px;
    background: url(../images/header-bg.gif) 0 0 repeat-x;
  }
  
  /* Content */
  section#content {
    background: url(../images/content-bg.gif) 0 0 repeat-x #fff;
  }      
  /* Footer */
  footer{
    height: 121px;
    background: url(../images/footer-bg.gif) 0 0 repeat-x #fbfbfb;
  }
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float: left;}

.col-1 {width: 300px;}
.col-2 {width: 620px;}
.col-3 {width: 254px;}

.alignright { text-align: right;}
.aligncenter { text-align: center;}

.wrapper { 
  width: 100%;
  /*overflow: hidden;*/
}
.container {
  width: 100%;
}
/*----- form defaults -----*/
/*input, select, textarea { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  vertical-align: middle;
  font-weight: normal;
}
*/

/*----- other -----*/
.img-indent { margin: 0 24px 0 0; float: left; }
.img-indent1 { margin: 0 10px 0 0; float: left; }
.img {padding-top: 5px;}
.extra-wrap { overflow: hidden; }
.phone { display: inline-block;  width: 76px; }
.phone1 { display: inline-block;  width: 82px; }
.copyright2 {font-size: 8px;  float: left; width: 940px;
  padding-top: 15px;position:relative;}
.right_nav {text-align: right }
.inner-div
{position:relative;text-align: center ; }


/*=============================================================================== text =====*/
h1 {
  padding: 52px 0 0px 0px;
  position: relative;
  float: left;
}


.wrapper h1 a {
    display: block;
    height: 80px;
    width: 221px;
    text-indent: -5000px;
    background: url(../images/CaRD_4c.png) left top no-repeat;
  }
h2 {
  font-size: 22px;
  line-height: 1.2em;
  color: #29467d;
  padding: 20px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-variant: small-caps;
}
  h2 span {
    font-size: 22px;
    line-height: 1.2em;
    display: inline-block;
    padding-top: 0px;
  }

.color {color: #2e4e8c;}

/*=================================================================================================================== header =====*/
/*=============================================================================== menu =====*/


.menu_lang {padding: 37px 1px 15px 0; float: right;}
  .menu_lang li {
    float: left;
    padding-left: 15px;
  }
    .menu_lang li a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      color: #a3a3a3;
    }
      .menu_lang li a:hover {color: #2d9ede;}



.menu {padding: 34px 1px 15px 0; float: right;}
  .menu li {
    float: left;
    padding-left: 15px;
  }
    .menu li a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      color: #a3a3a3;
    }
      .menu li a:hover {color: #2d9ede;}
/*=============================================================================== nav =====*/
header nav {
  float: right;
}
  header nav li {
    float: left;
    font-size: 19px;
    line-height: 0.1em;
    background:url(../images/nav-li-bg.gif) right top no-repeat;
    padding-right: 1px;
  }
    header nav li a {
      display: block;
      margin: -2px 0px 0px 0px;
      background: url(../images/nav-a-bg.gif) 0 0 repeat-x;
      width: 123px;
      text-align: center;
      color: #c4c4c4;
      text-decoration: none;
      text-transform: uppercase;
      padding: 24px 0 36px 0; 
      letter-spacing: -1px;
    }
      header nav li a:hover {
        background: url(../images/nav-a-hover.gif) 0 0 repeat-x;
        color: #37a6e6;
      }
      header nav .active, header nav .active:hover {
        background: url(../images/nav-a-active.gif) 0 0 repeat-x;
        color: white;
        margin:-2 -1px;
        width: 124px;
      }
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent { padding: 0px 0px 0px 0px }
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 20px;}
.col-indent1 {padding-right: 36px;}
/*=============================================================================== boxes =====*/
.box {
  border: 1px solid #f2f2f2;
  padding: 0 25px 25px 35px;
  background: url(../images/box-bg.gif) 0 0 repeat-x #fcfcfc;
}
.box_1 {
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  padding: 0 25px 25px 35px;
}
/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
  margin: -3px 0 0 0;
  padding: 0;
}

/*ul .list {
  margin: -10px 0 0 0;
  padding: -10px 0 0 0;
}*/
  .list li {
    line-height: 24px;
    background: url(../images/list-li-bg.gif) left bottom repeat-x;
  }
    .list li a {
      color: #3daceb;
      background: url(../images/list-a-bg.gif) 1px 4px no-repeat;
      padding-left: 16px;
      text-decoration: none;
    }
    
    
    .list li strong {
      color: #3daceb;
      background: url(../images/list-a-bg.gif) 1px 4px no-repeat;
      padding-left: 16px;
      text-decoration: none;
      font-weight: normal;
    }    
    
    
      .list li a:hover {
        color: #2e4e8c;
        /*font-weight: bold;*/
        background: url(../images/list-a-bg-hover.gif) 1px 4px no-repeat;
      }
  .list .last {background: none; margin: 0 0 8px 0;}
.list_1 {
  margin: -9px 0 -9px;
}
  .list_1 li {
    line-height: 18px;
    background: url(../images/list_1-li-bg.gif) left bottom repeat-x;
    width: 100%;
    overflow: hidden;
  }
    .list_1 li b {
      color: #2e4e8c;
      background: url(../images/list_1-a-bg.gif) 1px 6px no-repeat;
      padding-left: 18px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 7px;
      display: inline-block;
    }


    .list_1 li strong {
      color: #2e4e8c;
      background: url(../images/list_1-a-bg.gif) 1px 6px no-repeat;
      padding-left: 18px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 7px;
      display: inline-block;
    }
  
  
  
    .list_1 li a {
      color: #2e4e8c;
      background: url(../images/list_1-a-bg.gif) 1px 6px no-repeat;
      padding-left: 18px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 7px;
      display: inline-block;
    }
      .list_1 li a:hover {
        text-decoration: underline;
      }
    .list_1 li p {padding: 0 0 11px 0;}
  .list_1 .last {background: none;}
  .list_1 .block {
    float: left;
    width: 256px;
  }

.date-list {
  margin-top: -1px;
}
  .date-list li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 18px;
  }
    .date-list li span {
      display: block;
      width: 43px;
      height: 55px;
      background: url(../images/date-list-span-bg.gif) 0 0 no-repeat;
      float: left;
      margin: 2px 10px 0 1px;
    }
    .date-list li span strong {
      font-size: 24px;
      line-height: 1.2em;
      color: #29457c;
      padding: 4px 0 2px 9px;
      display: block;
      letter-spacing: -1px;
    }
    .date-list li b {
      display: block;
      text-transform: uppercase;
      color: white;
      text-align: center;
      padding-left: 3px;
      padding-top: 6px;
    }
    .date-list li a {
      font-weight: bold;
      color: #2e4e8c;
      text-decoration: none;
    }
      .date-list a:hover {
        text-decoration: underline;
      }
    .date-list li p {padding-top: 0; overflow: hidden;}
/*=============================================================================== links =====*/
.link {
  font-size: 14px;
  line-height: 1.2em;
  color: white;
  display: inline-block;
  height: 27px;
  text-decoration: none;
  background: url(../images/link-bg.gif) 0 0 repeat-x;
  text-align: center;
  margin: 10px 0 0 1px;
  text-transform: uppercase;
  padding: 10px 9px 0 ;
}
  .link:hover {
    background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
  }
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/

/*=============================================================================== nav =====*/
footer nav {
  float: left;
  padding-top: 35px;
}
  footer nav li {
    float: left;
    padding-right: 18px;
  }
    footer nav li a {
      color: #2e4e8c;
      font-weight: bold;
      text-transform: capitalize;
      text-decoration: none;
    }
      footer nav li a:hover {color: #61646a; text-decoration: underline;}
      
      
footer nav2 {
  left: 50px;
  float: right;
  padding-top: 35px;
}
  footer nav2 li {
    float: right;
    padding-right: 18px;
  }
    footer nav2 li a {
      color: #2e4e8c;
      font-weight: bold;
      text-transform: capitalize;
      text-decoration: none;
    }
      footer nav2 li a:hover {color: #61646a; text-decoration: underline;}      
      
      
/*=============================================================================== p =====*/
footer p {
  float: right;
  padding: 35px 0 0 0;
}
  footer p a {
    text-decoration: none;
    color: #2e4e8c;
    padding-left: 9px;
  }
    footer p a:hover {text-decoration: underline;}

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#contacts-form {padding:4px 0 0 1px;}
#contacts-form fieldset {
  border: none;
}
  #contacts-form .column1 {
    float: left;
    width: 256px;
  }
  #contacts-form .column2 {
    float: left;
    width: 291px;
  }
  #contacts-form label {
    display: block;
    /*height: 44px;*/
    height: 20px;
    overflow: hidden;
    vertical-align: top;
  }
    #contacts-form input {
      width: 226px;
      padding: 5px;
      border: 1px solid #a4a4a4;
      line-height: 1.2307em;
      background: none;
      color: #8c8c8c;
    }

    #contacts-form textarea {
      width: 279px;
      padding: 5px;
      border: 1px solid #a4a4a4;
      background: none;
      color: #8c8c8c;
      /*height: 102px;*/
      height: 110px;
      overflow: auto;
    }
    #contacts-form .link {
      margin: 27px 0 0 17px;
    }

/*==========================================*/
    /*==========================================*/
#faded {
  position:relative; 
  overflow:hidden;
  width:940px; 
  height:260px;
  padding-top: 18px;
  margin-bottom: 17px;
}
  #faded img {
    float: left;
    width: 640px;
  }
  #faded .text {
    float: right;
    width: 255px;
    background: url(../images/faded-text-bg.gif) 0 0 repeat-x;
    height: 260px;
    color: white;
    padding: 10px 10px 0 35px;
  }
    #faded .text strong {
      font-size: 24px;
      line-height: 1.5em;
      text-transform: uppercase;
      
    }
      #faded .text span {
        display: block;
        font-size: 18px;
        line-height: 1.2em;
        margin: -7px 0 3px;
      }
    #faded .text a {
      display: block;
      width: 101px;
      height: 26px;
      background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.2em;
      color: white;
      margin: 19px 0 0 1px;
      padding-top: 10px;
    }
      #faded .text a:hover {color: #2a4881;}
a { outline:0; border:0; }

  ul.pagination {
    list-style:none;
    padding:0;
    margin:0;
    z-index:10;
    position:absolute;
    font-size:0; 
    line-height:0;
    bottom:37px;
    right:-8px;
    width: 114px;
  }
    ul.pagination li {
      float:left;
      padding:0 3px 0 0;
    }
      ul.pagination li a {
        display:block;
        width:20px;
        height:20px;
        background:url(../images/faded-pagination-bg.png) left top no-repeat;
        color:#fff;
        font-size:0;
        text-align:center;
        line-height:0;
        text-decoration:none;
      }
      ul.pagination li.current a {
        background:url(../images/faded-pagination-bg-active.png) left top no-repeat;
        color:#ffb520;
      }
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */


/* =========================== TYPO3 ======================================*/

#content-bereich h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
  float: none;
  font-size: 30px;
  color: #003399;
  margin: 25px 0 15px 0;
  padding: 0 0 0 0;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing:-2px
}
/*#colIndexTopLeft p { padding-top: 0px; }
#colIndexTopCenter p { padding-top: 0px; }
#colIndexTopRight p { padding-top: 0px; }
#colNormal p { padding-top: 0px; }
#colRight p { padding-top: 0px; }
#colLeft p { padding-top: 0px; }
#colBorder p { padding-top: 0px; }*/
/*#content-bereich h2 {

  line-height: 1.2em;
  color: #29467d;
  padding: 20px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: -1px;

}
#content-bereich h2:first-letter {  
font-size: 36px;

  line-height: 1.2em;
  color: #29467d;
  padding: 20px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-variant: small-caps;
  font-weight: bold;
  }
*/
/*#content-bereich strong {color: #2e4e8c;}*/
#content-bereich p .color {
  color: #2e4e8c;
  float: left;
}

/*================== Powermail ==========================*/

fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
border: none;
}
fieldset.tx-powermail-pi1_fieldset_1 {
/* Style left fieldset */
width: 45%;
float: left;
}
fieldset.tx-powermail-pi1_fieldset_2 {
width: 45%;
}

/*=====================================================*/
.tx_spbettercontact_label {
  margin: 0px;
  padding: 0px;
}
 
.tx-spbettercontact-pi1 label {  
margin: 0px;
  padding: 0px;}
.tx-spbettercontact-pi1 p {  
margin: 0px;
  padding: 0px;}
  
.link-form {
  font-size: 14px;
  /*line-height: 1.2em;*/
  color: white;
  /*display: inline-block;*/
  /*height: 37px;*/
  /*text-decoration: none;*/
  background: url(../images/link-bg.gif) 0 0 repeat-x;
  /*text-align: center;*/
  text-transform: uppercase;
  width: auto;
  margin: 40px 0 0 0;
  padding: 6px 13px 13px 13px ;
}
  .link-form:hover {
    background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
  }

/*.link-form-reset {
  font-size: 14px;

  color: white;

  background: url(../images/link-bg.gif) 0 0 repeat-x;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 40px 0 0 0;
  padding: 6px 13px 13px 13px ;
}
  .link-form-reset:hover {
    background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
  }
  */



/*  #contacts-form .submit-form {
  width: auto;
  height: 30px;
  line-height: 1.2307em;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1.2307em;
  background: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
    }
*/
/*#contacts-form p .submit-form {
  width: auto;

    }*/
    
p { padding:0 0 10px 0; }
p.color { padding:0 0 0 0; }

/* Tables for Columna */
  .tbl-100per {width:100%}
  .tbl-950px {width:950px} 
  .tbl-550px {width:500px} 
/* For CSC TYPO3 version 4.7.0 */
/* specific page styles for extension "tx_cssstyledcontent" */
  .csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 20px; }
  .csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 20px; }
  .csc-space-before-45 { margin-top: 45px; }
  .csc-space-before-20 { margin-top: 20px; }




    #content-bereich p.color2 a {
                  padding:0 0 0 0; color: :#2e4e8c;font-weight: bold;}
    p.color2 a:hover {
                  color: :#2e4e8c;
                  text-decoration: none;}
                  
                  
        #test2 a {
  color: #2e4e8c;
  float: left; text-decoration: none;
}