/*
  screen.css
  general
*/


/* --------------------------------------------------------------------------------------
 * init
 * -------------------------------------------------------------------------------------- */

  .toggle-trigger,
  .toggle-trigger-all {
    display: none;
  }
  .js .toggle-trigger,
  .js .toggle-trigger-all {
    display: block;
  }
  .js .toggle-hidden {
    display: none;
  }


/* --------------------------------------------------------------------------------------
 * html and body
 * -------------------------------------------------------------------------------------- */

  html {
    height: 100%;
    padding-bottom: 1px; /* always show vertical scrollbars */
  }
  body {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #e9e9e9; color: #333;
    margin: 0; padding: 0;
    width: 100%;
    height: 100%;
  }
  body.ie6 {
    /* behavior: url("static/components/csshover/csshover3.htc"); */
  }


/* --------------------------------------------------------------------------------------
 * generic classes
 * -------------------------------------------------------------------------------------- */

  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb1 {
    margin-bottom: 1.6em !important;
  }
  .mb2 {
    margin-bottom: 2.4em !important;
  }
  .mb3 {
    margin-bottom: 3.2em !important;
  }
  .mb4 {
    margin-bottom: 4em !important;
  }
  .pt1 {
    padding-top: 1.6em !important;
  }
  .clear {
    overflow: hidden;
    clear: both;
    display: table;
    height: 0;
    zoom: 1;
  }
  .inline {
    display: inline;
  }

/* --------------------------
 * media classes
 * -------------------------- */

  /*
  .reader    = screen reader only         (eg skip links)
  .print     = print only                 (eg contact infos, references)
  .nonprint  = don't print                (eg navigation)
  .noreader  = hide from screen readers   (eg screen meta info)
  .nonjs     = show if JS is deactivated
  */

  .reader {
    position: absolute; left: -990em; height: 1em; width: 1em;
    overflow: hidden;
  }
  .print {
    display: none;
    visibility: hidden;
  }
  .nonprint {
    /* nothing */
  }
  @media aural {
    .nonreader {
      display: none;
      visibility: hidden;
    }
  }
  html.js .nonjs {
    display: none;
  }


/* --------------------------------------------------------------------------------------
 * typo, images, lists, tables, forms,..
 * -------------------------------------------------------------------------------------- */

  p, li {
    font-size: 1em; line-height: 1.6em; font-weight: normal;
    margin: 0 0 1em 0; padding: 0;
  }
  h4, h5, h6 {
    font-size: 1em; line-height: 1.6em; font-weight: bold;
    margin: 0 0 1em 0; padding: 0;
    color: #777;
  }
  h2, h3 {
    font-size: 1.2em; line-height: 1.5em; font-weight: normal;
    margin: 0 0 1em 0; padding: 0;
    color: #777;
  }
  h1 {
    /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
    font-family: 'delicious', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 2em; line-height: 1em; font-weight: bold;
    margin: -2px 0 1em -2px; padding: 0;
    color: #555;
  }

  .big {
    font-size: 1.1em;
  }
  .small {
    font-size: 0.9em;
  }

/* --------------------------
 * lists
 * -------------------------- */

  ul,
  ol {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 2em;
  }
  li {
    margin: 0 0 0.3em 0;
    padding: 0;
  }

  ul {
    list-style: square;
  }

/* --------------------------
 * links
 * -------------------------- */

  a {
    text-decoration: none;
    color: #999;
  }
  a:hover,
  a:focus {
    text-decoration: underline;
  }
  a:active {
    outline: none; /* remove dotted borders */
  }
  a:visited {
  }

  /* external */

  @media screen {
    a.external {
      background-image: url(../images/icon_external.png);
      background-position: right 20%;
      background-repeat: no-repeat;
      padding-right: 11px;
    }
  }

/* --------------------------
 * images
 * -------------------------- */

  img {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }
  img {
    /* behavior: url("static/components/iepngfix/iepngfix.htc"); */
  }

  .left {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    position: relative; top: 2px;
  }
  .right {
    display: block;
    float: right;
    margin: 0 5px 10px 15px;
    position: relative; top: 2px;
  }

/* --------------------------
 * tables
 * -------------------------- */

  table,
  table tr,
  table th,
  table td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: left;
  }
  table th,
  table td {
    font-size: 1em; line-height: 1.6em; font-weight: normal;
  }


/* --------------------------------------------------------------------------------------
 * tools
 * -------------------------------------------------------------------------------------- */

  /* maintenance */

  #maintenance {
    background: #222;
  }
  #maintenance p {
    font-size: 1em;
    line-height: 1em;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 5px 6px 5px;
    margin: 0;
    border-bottom: 2px solid #fff;
  }

  /* non-js info */

  .jsinfo {
    background: #666;
    color: #fff;
    padding: 3px 10px;
  }

  /* search form */

  .searchform {
    margin: 0;
    background: #ccc;
    border: 1px solid #ccc;
    float: right;
  }
  .searchform form {
    margin: 0;
    padding: 0;
  }
  .searchform input {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* gecko */
    -webkit-box-sizing: border-box; /* khtml/webkit */
    -ms-box-sizing: border-box; /* IE */
    font-size: 1em;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    color: #333;
    margin: 0;
  }
  .searchform input.text {
    width: 180px;
    background: #fff url(../images/bgr_searchfield.png) 165px center no-repeat;
    padding: 3px 20px 3px 5px;
  }
  .ie6 .searchform input.text {
    width: 155px;
  }
  .ie7 .searchform input.text {
    width: 155px;
  }
  .searchform input.button {
    width: 9%;
    color: #fff;
    cursor: pointer;
    display: none;
  }
  .ie6-7 .searchform {
    zoom: 1;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  /* DECAF branding */

  a#decafmedia,
  a#decafmedia:hover,
  a#decafmedia:focus {
      width: 12px;
      height: 64px;
      margin: -90px 0 0 0;
      position: absolute; left: 8px;
      text-decoration: none;
      border: none;
      background: none;
    }


/* --------------------------------------------------------------------------------------
 * d--form
 * -------------------------------------------------------------------------------------- */

  /* containers */

  .d--form {
    /* width: 600px; */
  }
  .d--form .d--inner {
    margin-right: 15px; /* margin between cells */
  }
  .d--form .d--stretch {
    margin-right: -15px; /* negative margin according to .d--inner */
    zoom: 1;
  }
  .ie6 .d--form .d--data {
    /* IE 6 */
    margin-right: 15px; /* value must be (padding + borders) of form elements! */
  }
  .ie7 .d--form .d--data {
    /* IE 7 */
    margin-right: 15px; /* value must be (padding + borders) of form elements! */
  }

  /* generic elements */

  .d--form .d--clear {
    overflow: hidden;
    clear: both;
    display: table;
    height: 0;
    zoom: 1;
  }
  .d--form .d--mb1 {
    margin-bottom: 5px;
  }
  .d--form .d--mb2 {
    margin-bottom: 10px;
  }
  .d--form .d--mb3 {
    margin-bottom: 20px;
  }

  /* horizontal layout */

  .d--form .d--cell {
    float: left;
  }
  .ie6-7 .d--form .d--cell {
    overflow: hidden;
  }
  .d--form .d--w100 {
    width: 99.9%;
  }
  .d--form .d--w75 {
    width: 74.9%;
  }
  .d--form .d--w50 {
    width: 49.9%;
  }
  .d--form .d--w25 {
    width: 24.9%;
  }

  /* vertical layout */

  .d--form .d--label,
  .d--form .d--data,
  .d--form .d--caption {
    margin-bottom: 2px;
  }

  /* labels */

  .d--form label {
    display: block;
    padding: 2px 0;
  }
  .d--form .d--grouplabel {
    margin-bottom: 10px;
  }

  /* caption (text below form elements) */

  .d--form .d--caption p {
    margin: 0;
    color: #888;
  }

  /* input elements */

  .d--form .d--input,
  .d--form .d--select,
  .d--form .d--textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* gecko */
    -webkit-box-sizing: border-box; /* khtml/webkit */
    -ms-box-sizing: border-box; /* IE */
    width: 100%; /* default full width */
  }
  .d--form .d--radio,
  .d--form .d--checkbox {
    cursor: pointer;
  }
  .d--form .d--radiocheck .d--data {
    margin: 0;
    float: left;
  }
  .d--form .d--radiocheck .d--label {
    margin-left: 25px;
  }
  .ie6 .d--form .d--radiocheck .d--label {
    margin-left: 3px;
    display: inline;
    zoom: 1;
  }
  .d--form .d--radiocheck label {
    float: left;
    cursor: pointer;
  }

  /* cancel element */

  .d--form .d--cancel {
    display: inline;
    padding-left: 10px;
    vertical-align: text-bottom;
    zoom: 1;
  }
  .d--form .d--cancel a {
    padding-left: 10px;
  }

  /* mandatory */

  .d--form .d--mandatory label {
    font-weight: bold;
  }

  /* errors */

  .d--form .d--error .d--label {
    background: #666;
    color: #fff;
    padding: 0 0 0 8px;
  }
  .d--form .d--error label {
    font-weight: bold;
  }
  .d--form .d--errors .d--inner {
    background: #666;
  }

  /* alert */

  .d--form .d--alert {
    margin-bottom: 20px;
  }
  .d--form .d--alert .d--inner {
    padding: 10px;
  }
  .d--form .d--alert p {
    color: #fff;
    margin: 0 0 10px 0;
  }
  .d--form .d--alert ul,
  .d--form .d--alert ol {
    margin: 0;
    padding: 0;
  }
  .d--form .d--alert li {
    color: #fff;
    margin: 0 0 0 30px;
    padding: 0;
  }
  .d--form .d--alert li a {
    color: #fff;
    text-decoration: none;
  }

  /* style1: minimal */

  .d--form,
  .d--form label,
  .d--form .d--input,
  .d--form .d--select,
  .d--form .d--textarea {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
  }
  .d--form .d--input,
  .d--form .d--select,
  .d--form .d--textarea {
    background: #eee;
    border-color: #ccc;
    border: none;
    border-left: 5px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
  }
  .d--form .d--submit {
    border: 0;
    border-left: 5px solid #505050;
    padding: 3px 40px;
    background: #73BC49;
    color: #fff;
    cursor: pointer;
  }


/* --------------------------------------------------------------------------------------
 * layout
 * -------------------------------------------------------------------------------------- */

  /* wrappers */

  .wrp-1 {
    min-width: 960px;
    min-height: 100%;
    background: url(../images/bgr_site.png) repeat-x fixed;
  }
  .ie6 .wrp-1 {
    width: 100%;
    height: 100%;
  }
  .wrp-2 {
    width: 960px;
    margin: 0 auto;
  }
  .rc-t {
    height: 40px;
    background: url(../images/bgr_page_rc-t.png) no-repeat;
  }
  .ie6 .rc-t {
    background: url(../images/bgr_page_rc-t.gif) no-repeat;
  }
  .rc-b {
    height: 40px;
    background: url(../images/bgr_page_rc-b.png) no-repeat;
  }
  .ie6 .rc-b {
    background: url(../images/bgr_page_rc-b.gif) no-repeat;
  }
  .rc-m {
    background: url(../images/bgr_page_rc-m.png) repeat-y;
    padding: 0 30px;
    zoom: 1;
  }
  .ie6 .rc-m {
    background: url(../images/bgr_page_rc-m.gif) repeat-y;
  }
  .wrp-3 {
    width: 890px;
    background: #fff;
    margin: -5px 0 -8px 0; /* -3px bottom */
    padding: 0 5px;
    position: relative;
    display: inline-block;
    zoom: 1;
  }
  .ie6-7 .wrp-3 {
    margin-bottom: -5px;
  }

  /* sections */

  .header {
  }
  .header-inner {
  }
  .content {
    clear: both;
    padding: 40px 0;
    min-height: 400px;
  }
  .ie6 .content {
    height: 400px;
  }
  .content-inner {
  }
  .footer {
    clear: both;
    font-size: 90%;
    color: #eee;
  }
  .footer-inner {
    min-height: 80px;
    padding: 15px 0 5px 0;
    background: #515151 url(../images/bgr_footer.png) left bottom repeat-x;
    zoom: 1;
    position: relative;
  }
  .ie6 .footer-inner {
    height: 80px;
  }

  /* columns */

  .col-full {
    width: 600px;
    float: left;
  }
  .col-side {
    width: 200px;
    float: left;
    margin: 0 35px 0 30px;
  }
  .col-main {
    width: 575px;
    float: left;
  }
  .ie6 .col-full,
  .ie6 .col-side,
  .ie6 .col-main {
    display: inline;
    zoom: 1;
  }

  /* inner columns */

  .col-main .col-1,
  .col-main .col-2 {
    width: 275px;
    float: left;
  }
  .col-main .col-1 {
    margin-right: 20px;
  }


/* --------------------------------------------------------------------------------------
 * content
 * -------------------------------------------------------------------------------------- */

  /* header: title */
  /* corporate */

  .ie6-7 .corporate .logo a {
    background-image: url(/static/images/blank.png);
  }

  /* header: title */
  
  .header .title {
    display: none;
  }

  .header .title {
    display: none;
  }

  /* header: toolbar */

  .header .toolbar {
    font-size: 90%;
    padding: 5px 0 10px 0;
    zoom: 1;
  }
  .header .toolbar .sep {
    color: #aaa;
    padding: 0 3px;
  }
  .header .toolbar p {
    margin: 0;
    padding: 1px 0 0 0;
    color: #666;
  }
  .header .toolbar a {
    color: #666;
  }
  .header .language {
    margin-right: 25px;
    float: right;
  }
  .header .login {
    margin-right: 25px;
    float: right;
  }

  /* content: navigation */

  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigation li {
    display: block;
    margin: 0 0 -1px 0;
    padding: 1px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    zoom: 1;
    position: relative;
  }
  .navigation li div {
  }
  .navigation li a {
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    zoom: 1;
  }
  .navigation li a span,
  .navigation li strong {
    display: block;
    padding: 2px 5px;
    font-weight: normal;
    color: #333;
    zoom: 1;
  }
  .navigation li a:hover span,
  .navigation li a:focus span {
    color: #777;
  }
  .navigation li li {
    margin-left: 20px;
  }
  .navigation li li:first-child,
  .navigation li li.first-child {
    border-top: 0;
  }
  .navigation li li:last-child,
  .navigation li li.last-child {
    border-bottom: 0;
  }
  .ie6 .navigation ul ul {
    margin-bottom: -2px;
  }

  /* content: search results */

  .results {
  }
  .results ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .results li {
    margin: 0 0 1em 0;
  }
  .results .highlight {
    background: #ffff99;
  }
  
  /* content: feature */

  .feature {
    background: #eee;
    border-left: 5px solid #ccc;
    padding: 10px 10px 1px 15px;
    margin: 0 5px 1.6em 0;
    zoom: 1;
  }

  /* content: list */

  .list ul,
  .list ol {
    padding: 0;
    list-style: none;
  }
  .list li {
    margin-bottom: 1em;
    list-style-type: none;
    background: url(../images/list-item.png) 0 1px no-repeat;
    padding-left: 33px;
    min-height: 22px;
  }
  .ie6 .list li {
    behavior: url("/static/components/iepngfix/iepngfix.htc");
    height: 22px;
  }
  .list li li {
    margin-bottom: 0.3em;
    background: none;
    padding-left: 0;
    min-height: 0;    
  }
  .list li ul li {
    list-style-type: square;
  }
  .list li ol li {
    list-style-type: decimal;
  }
  li .title {
    font-size: 1.1em; line-height: 1.4em; font-weight: bold;
    color: #555;
  }
  li p {
    margin-bottom: 0.3em;
  }

  .list2 ul,
  .list2 ol {
    padding: 0;
    list-style: none;
  }
  .list2 li {
    margin-bottom: 1em;
  }

  /* content: headlines */

  .headline {
    margin-bottom: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .headline * {
    margin-bottom: 0;
  }
  .headline p {
    color: #555;
  }
  .headline .parent {
    margin-bottom: 10px;
  }

  /* content: quotes */

  blockquote {
    background: url(../images/quotes.png) 0 0 no-repeat;
    padding: 0 0 0 35px;
    margin: 15px 0 20px 2px;
  }

  /* partner */
  
  .page-partner .col-main .list .logo {
    width: 162px;
    height: 102px;
    float: right;
  }
  .page-partner .col-main .list .logo a {
    display: block;
    width: 160px;
    height: 100px;
    border: 1px solid #ddd;
  }
  .page-partner .col-main .list .data {
    margin-right: 175px;
  }
  .page-partner .col-main .list li {
    margin-bottom: 25px;
  }

  /* icon */

  a.icon {
    text-decoration: none !important;
    cursor: pointer;
  }
  a.icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  a.icon span {
    display: inline-block;
    vertical-align: middle;
  }
  a.icon:hover span,
  a.icon:focus span {
    text-decoration: underline;
  }

  /* downloads */

  .downloads li {
    margin-bottom: 1.6em;
  }
  .downloads span {
    max-width: 400px;
  }
  .ie6 .downloads span {
    width: 400px;
  }

  /* footer */

  .footer p {
    line-height: 1.4em;
  }
  .footer a {
    color: #bbb;
  }
  .footer .sep {
    color: #999;
    padding: 0 10px;
  }
  .footer .col-side p {
    margin-left: 5px;
  }
  .footer .legals {
    position: absolute; bottom: 5px;
  }
  .footer .network {
    margin: 0 -20px 20px 0;
    zoom: 1;
  }
  .footer .network ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer .network li {
    display: block;
    float: left;
    width: 145px;
    margin: 0 3px 0 0;
    zoom: 1;
  }
  .ie6 .footer .network li {
    display: inline;
  }
  .footer .network li a {
    display: block;
    padding: 10px;
    background: #444444;
    color: #eee;
    background-image: none; /* no external marker */
    text-decoration: none !important;
    zoom: 1;
  }
  .footer .network .mwbenson {
    color:#AF153C;
    text-decoration:underline;
  }
  .footer .network .mwbenson a:hover,
  .footer .network .mwbenson a:focus {
    background: #AF153C;
  }

  .footer .network .sourceflow {
    text-decoration:underline;
    color:#6BAF41;
  }
  .footer .network .sourceflow a:hover,
  .footer .network .sourceflow a:focus {
    background: #6BAF41;
  }

  .footer .network .termitel {
    color:#0077BF;
    text-decoration:underline;
  }
  .footer .network .termitel a:hover,
  .footer .network .termitel a:focus {
    background: #0077BF;
  }

  .footer .network .percomis {
    text-decoration:underline;
    color:#8f9ca2;
  }
  .footer .network .percomis a:hover,
  .footer .network .percomis a:focus {
    background: #8f9ca2;
  }

  /* contact info */

  .contact-info {
  }
  .contact-address {
    width: 250px;
    float: left;
  }
  .contact-map {
    width: 304px;
    float: right;
  }
  .contact-map .map {
    padding: 1px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .contact-map iframe {
    display: block;
  }




