/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.pdfDocument {
	color: #459BD4;
	display: inline-block;
	padding: 2px 0 0 20px;
	background: transparent url("/assets/contao/images/iconPDF.gif") no-repeat 0 0;
	text-decoration: none;
}

@charset "UTF-8";
/**
 * normal
 **/
@font-face {
  font-family: 'ProximaNova';
  font-weight: normal;
  font-style: normal;
  src: url("../../files/dcgk/layout/fonts/ProximaNova-RegWeb.eot");
  src: url("../../files/dcgk/layout/fonts/ProximaNova-RegWeb.eot") format("embedded-opentype"), url("../../files/dcgk/layout/fonts/ProximaNova-RegWeb.woff") format("woff");
}
/**
 * bold
 **/
@font-face {
  font-family: 'ProximaNova';
  font-weight: bold;
  font-style: normal;
  src: url("../../files/dcgk/layout/fonts/ProximaNova-SboldWeb.eot");
  src: url("../../files/dcgk/layout/fonts/ProximaNova-SboldWeb.eot") format("embedded-opentype"), url("../../files/dcgk/layout/fonts/ProximaNova-SboldWeb.woff") format("woff");
}
/**
 * italic
 **/
@font-face {
  font-family: 'ProximaNova';
  font-weight: normal;
  font-style: italic;
  src: url("../../files/dcgk/layout/fonts/ProximaNova-RegItWeb.eot");
  src: url("../../files/dcgk/layout/fonts/ProximaNova-RegItWeb.eot") format("embedded-opentype"), url("../../files/dcgk/layout/fonts/ProximaNova-RegItWeb.woff") format("woff");
}
/**
 * bold/italic
 **/
@font-face {
  font-family: 'ProximaNova';
  font-weight: bold;
  font-style: italic;
  src: url("../../files/dcgk/layout/fonts/ProximaNova-BoldItWeb.eot");
  src: url("../../files/dcgk/layout/fonts/ProximaNova-BoldItWeb.eot") format("embedded-opentype"), url("../../files/dcgk/layout/fonts/ProximaNova-BoldItWeb.woff") format("woff");
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #FFFFFF;
  min-height: 100%;
  font: 13px/18px "ProximaNova",arial,helvetica,sans-serif;
  color: #454547;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

html.iframe {
  background: #FFFFFF;
  color: #454547;
}

body, body * {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  border: 0 none;
}

a {
  text-decoration: none;
  color: #454547;
}

a:focus {
  outline: 0 none;
}

.invisible {
  display: none;
}

textarea:focus, input:focus {
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* Bereich nicht für IE-mac Ende */
#container {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
  padding: 25px 0 0;
}
#container #left {
  max-width: 300px;
  width: 33%;
  float: right;
  margin-right: 20px;
}
#container #main {
  max-width: 620px;
  width: 67%;
  float: right;
  padding-bottom: 123px;
}

@media only screen and (max-width: 940px) {
  html {
    overflow-x: hidden;
  }

  #container {
    padding: 0;
  }
  #container #main {
    width: auto;
    margin: 0 10px;
    float: none;
    padding-bottom: 0;
  }
  #container #left {
    display: none;
  }

  .homepage #container #left {
    display: block;
    width: auto;
    float: none;
    max-width: 620px;
    margin: 0 10px;
  }
}
#header {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
#header .logoContainer {
  padding: 62px 0 36px;
}
#header .logoContainer img {
  margin: 0 auto;
}
#header .logoContainer img.logo {
  display: block;
}
#header .logoContainer img.logoMobile {
  display: none;
}
#header .shareBar {
  position: absolute;
  top: 12px;
  right: 0;
}
#header .shareBar a {
  display: inline-block;
  color: #459bd4;
  font-size: 12px;
  line-height: 16px;
  padding-left: 24px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 0 -700px;
}
#header .mod_navigation {
  background: #459bd4;
  margin-bottom: 11px;
}
#header .mod_navigation ul.level_1 {
  width: 940px;
  margin: 0 auto;
  font-size: 2px;
  line-height: 2px;
  text-align: center;
}
#header .mod_navigation ul.level_1 li {
  display: inline;
}
#header .mod_navigation ul.level_1 li a, #header .mod_navigation ul.level_1 li span {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  border-right: 1px solid #FFFFFF;
  padding: 7px 16px 5px 14px;
}
#header .mod_navigation ul.level_1 li a:hover {
  background: #999999;
}
#header .mod_navigation ul.level_1 li span {
  background: #999999;
  cursor: default;
}
#header .mod_navigation ul.level_1 li.first a, #header .mod_navigation ul.level_1 li.first span {
  border-left: 1px solid #FFFFFF;
}
#header .mod_navigation ul.level_1 li.trail a {
  background: #999999;
}
#header .mod_search {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  height: 22px;
}
#header .mod_search form {
  position: absolute;
  top: 0;
  right: 0;
}
#header .mod_search .formbody {
  border: 1px solid #459bd4;
  position: relative;
  width: 176px;
  padding: 2px 2px 1px;
}
#header .mod_search .formbody input.text {
  border: 0 none;
  background: transparent;
  width: 172px;
}
#header .mod_search .formbody input.submit {
  background: transparent;
  width: 2px;
  height: 2px;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  display: none;
}
#header .mod_changelanguage {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#header .mod_changelanguage ul {
  position: absolute;
  top: -48px;
  right: 0;
  font-size: 2px;
  line-height: 2px;
}
#header .mod_changelanguage ul li {
  display: inline;
  font-size: 2px;
  line-height: 2px;
}
#header .mod_changelanguage ul li a, #header .mod_changelanguage ul li span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#header .mod_changelanguage ul li a {
  padding: 2px 3px 1px 3px;
  position: relative;
  top: 1px;
  background: #459bd4;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#header .mod_changelanguage ul li span {
  background: #FFFFFF;
  color: #459bd4;
  border: 1px solid #459bd4;
  padding: 2px 3px 2px 3px;
  position: relative;
  top: 1px;
  cursor: default;
}

@media only screen and (max-width: 940px) {
  #header .shareBar {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }
  #header .shareBar a {
    position: absolute;
    left: 221px;
    top: -29px;
    text-indent: -10000px;
  }
  #header .mod_changelanguage {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: auto;
      /*
      position: relative;
      width: 60px;
      margin: 0;
*/
  }
  #header .mod_changelanguage ul {
    position: absolute;
    top: -49px;
    left: 10px;
    right: auto;
  }
  #header .mod_changelanguage ul li a {
    padding: 3px 4px;
  }
  #header .mod_search {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    height: auto;
  }
  #header .mod_search form {
    position: absolute;
    top: -47px;
    left: 69px;
    right: auto;
  }
  #header .mod_search form .formbody {
    width: 143px;
    padding-bottom: 0;
  }
  #header .mod_search form .formbody input.text {
    width: 132px;
  }
  #header #mainNavigation {
    height: 4px;
  }
  #header #mainNavigation ul {
    display: none;
  }

  #header .logoContainer {
    padding: 20px 10px 60px;
  }
  #header .logoContainer img {
    width: 100%;
    height: auto;
  }
  #header .logoStickyEnabled {
    padding: 20px 10px 16px;
  }

  .lang-de #header .logoContainer img.logo {
    max-width: 420px;
  }

  .lang-en #header .logoContainer img.logo {
    max-width: 420px;
  }

  #header #mobileNavigation ul.level_1 {
    width: auto;
  }

  #header .stickyContainer {
    height: 44px;
  }
  #header .stickyContainer .shareBar a {
    top: 13px;
  }
  #header .stickyContainer .mod_search form {
    top: 10px;
  }
  #header .stickyContainer .mod_changelanguage ul {
    top: 8px;
  }
  #header .stickyContainer .mean-container a.meanmenu-reveal {
    top: -2px;
  }
  #header .stickyContainer .mean-container .mean-nav {
    top: 44px;
  }

  #header .is-sticky .stickyContainer {
    width: 100%;
    position: relative;
    height: 44px;
    background: #FFFFFF;
    z-index: 100;
    border-bottom: 4px solid #459bd4;
  }
  #header .is-sticky .stickyContainer .shareBar a {
    top: 13px;
  }
  #header .is-sticky .stickyContainer .mod_search form {
    top: 10px;
  }
  #header .is-sticky .stickyContainer .mod_changelanguage ul {
    top: 8px;
  }
  #header .is-sticky .stickyContainer .mean-container a.meanmenu-reveal {
    top: -2px;
  }
  #header .is-sticky .stickyContainer .mean-container .mean-nav {
    top: 40px;
  }
}
@media only screen and (min-width: 940px) {
  #header .is-sticky .stickyContainer {
    position: relative !important;
    top: auto !important;
  }
  #header .is-sticky .stickyContainer .shareBar {
    top: -136px;
  }
}
@media only screen and (max-width: 479px) {
  #header .logoContainer img.logo {
    display: none;
  }
  #header .logoContainer img.logoMobile {
    display: block;
    max-width: 200px;
  }
}
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  z-index: 9998;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: -44px;
  right: 0;
  cursor: pointer;
  color: #459bd4;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #459bd4;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  width: 100%;
  background: #459bd4;
  position: absolute;
  top: 0;
  left: 0;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 95%;
  padding: 12px 0 12px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li span {
  background: #999999;
}

.mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li span {
  width: 90%;
  padding-left: 10%;
  text-shadow: none !important;
  visibility: visible;
  background: rgba(0, 0, 0, 0.075);
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 85%;
  padding-left: 15%;
  background: rgba(0, 0, 0, 0.15);
}

.mean-container .mean-nav ul li li li li a {
  width: 80%;
  padding-left: 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 75%;
  padding-left: 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 42px;
  padding: 12px 0 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mean-container .mean-push {
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

@media only screen and (min-width: 940px) {
  #header #mobileNavigation ul {
    display: none;
  }
}
#left .mod_navigation ul {
  list-style-type: none;
}
#left .mod_navigation ul li {
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}
#left .mod_navigation ul li span {
  color: #459bd4;
  cursor: default;
}
#left .mod_navigation ul li.trail > a {
  color: #459bd4;
}
#left .mod_navigation ul.level_2 {
  margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#left .mod_navigation ul.level_2 li {
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
}
#left .mod_navigation ul.level_2 li.last {
  padding-bottom: 0;
}

#container h1 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 22px;
  color: black;
}
#container h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 12px;
  color: #303032;
}
#container h3 {
  font-weight: normal;
}
#container h4 {
  color: black;
}
#container .ce_text p {
  margin-bottom: 18px;
}
#container .ce_text a {
  color: #459bd4;
}
#container .ce_text figure.float_right {
  margin-left: 20px;
}
#container .ce_text figure.image_container {
  position: relative;
  overflow: hidden;
  max-width: 280px;
  margin-bottom: 16px;
}
#container .ce_text figure.image_container .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url("../../files/dcgk/layout/img/bg-caption-overlay.png");
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  padding: 3px 7px 3px 7px;
  color: black;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#container .ce_text ul {
  margin: 0 0 11px 15px;
}
#container .ce_text ul li {
  padding-bottom: 6px;
}
#container .ce_quote {
  background: transparent url("../../files/dcgk/layout/img/bg-quote.png") no-repeat 0 0;
  padding: 15px 0 0 20px;
  min-height: 32px;
}
#container .ce_hint {
  font-size: 12px;
  line-height: 16px;
}
#container .ce_kodex_table table td {
  padding-bottom: 12px;
}
#container .ce_kodex_table table td p:last-child {
  margin: 0;
}
#container .ce_downloads ul {
  list-style-type: none;
  margin-bottom: 17px;
}
#container .ce_downloads li {
  padding-bottom: 4px;
}
#container .ce_downloads li a {
  display: inline-block;
  padding: 2px 0 0 20px;
  color: #459bd4;
  background: transparent no-repeat 0 0;
}
#container .ce_downloads li a span.meta {
  color: #454547;
  font-size: 11px;
  line-height: 15px;
}
#container .ce_downloads li a span.size {
  color: #454547;
  font-size: 11px;
  line-height: 15px;
  color: #999999;
}
#container .ce_downloads li a:hover span.name {
  text-decoration: underline;
}
#container .ce_downloads li a:hover span.meta {
  color: #459bd4;
}
#container .ce_downloads li a:hover span.size {
  color: #459bd4;
}
#container .ce_downloads li img {
  display: inline;
  vertical-align: top;
}
#container .ce_dcgk_members {
  overflow: auto;
  min-height: 120px;
  margin-bottom: 20px;
}
#container .ce_dcgk_members .imageWrapper {
  width: 120px;
  float: left;
  margin-right: 20px;
}
#container .ce_dcgk_members .ce_text {
  width: 320px;
  float: left;
}
@media only screen and (max-width: 479px) {
  #container .ce_dcgk_members .ce_text {
    width: 160px;
  }
}
#container .ce_dcgk_members .summary h3 {
  font-size: 16px;
  line-height: 20px;
  color: #459bd4;
  font-weight: normal;
  margin-bottom: 7px;
}
#container .ce_dcgk_members .summary p {
  margin-bottom: 9px;
}
#container .ce_news_list_home {
  margin-bottom: 32px;
  background: #f0f0f0;
}
#container .ce_news_list_home h1 {
  font-size: 16px;
  line-height: 20px;
  color: #459bd4;
  text-transform: uppercase;
  padding: 6px 20px 4px;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 21px;
  background: #e5e5e5;
}
#container .ce_news_list_home .layout_latest {
  background: #f0f0f0;
  padding: 0 20px 8px;
}
#container .ce_news_list_home .layout_latest time {
  font-size: 13px;
  line-height: 18px;
  color: #459bd4;
  font-style: italic;
  display: block;
}
#container .ce_news_list_home .layout_latest h2 {
  font-size: 13px;
  line-height: 18px;
}
#container .ce_news_list_home .layout_latest h2 a:hover {
  color: #459bd4;
  display: inline-block;
}
#container .ce_news_list_home .layout_latest h2 .more {
  color: #459bd4;
  display: inline-block;
}
#container .ce_home_teaser {
  background: #f0f0f0;
}
#container .ce_home_teaser h1, #container .ce_home_teaser h2, #container .ce_home_teaser h3 {
  background: #e5e5e5;
  font-size: 16px;
  line-height: 20px;
  color: #459bd4;
  text-transform: uppercase;
  padding: 6px 0 4px 20px;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 0;
}
#container .ce_home_teaser p {
  padding: 21px 20px 20px;
}
#container .dcgkLinklistAnchor {
  padding-bottom: 18px;
}
#container .dcgkLinklistAnchor ul {
  list-style-type: none;
}
#container .dcgkLinklistAnchor ul li {
  display: inline;
}
#container .dcgkLinklistAnchor ul li a, #container .dcgkLinklistAnchor ul li span {
  display: inline-block;
  padding: 0 4px;
}
#container .dcgkLinklistAnchor ul li a {
  color: #459bd4;
}
#container .dcgkLinklistAnchor ul li.first a, #container .dcgkLinklistAnchor ul li.first span {
  padding-left: 0;
}
#container .ce_dcgk_linklist h3.selector {
  display: block;
  margin-bottom: 6px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") repeat-x 12px 12px;
  position: relative;
}
#container .ce_dcgk_linklist h3.selector .caption {
  color: #459bd4;
  font-size: 15px;
  line-height: 19px;
  background: #FFFFFF;
  display: inline-block;
  padding-right: 8px;
}
#container .ce_dcgk_linklist h3.selector a.arrow {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  padding: 5px 0 5px 12px;
  background: white url("../../files/dcgk/layout/img/sprites.png") no-repeat 100% -97px;
  font-size: 2px;
  line-height: 2px;
}
#container .ce_dcgk_linklist h4 {
  margin-bottom: 14px;
}
#container .ce_dcgk_linklist ul {
  list-style-type: none;
  padding-bottom: 8px;
}
#container .ce_dcgk_linklist ul li a:hover {
  color: #459bd4;
}
#container .layout_latest_dcgk_list {
  margin-bottom: 14px;
}
#container .layout_latest_dcgk_list p.info {
  background: transparent url("../../files/dcgk/layout/img/sprites.png") repeat-x 0 0;
  padding-top: 18px;
  padding-bottom: 1px;
}
#container .layout_latest_dcgk_list p.info time {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
}
#container .layout_latest_dcgk_list h2, #container .layout_latest_dcgk_list h2 a {
  color: #459bd4;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
#container .layout_latest_dcgk_list h2 {
  margin-bottom: 0;
}
#container .layout_latest_dcgk_list .teaser {
  padding-bottom: 10px;
}
#container .layout_latest_dcgk_list .teaser p {
  margin-bottom: 10px;
}
#container .layout_latest_dcgk_list .teaser p:last-child {
  margin-bottom: 0;
}
#container .layout_latest_dcgk_list .teaser a {
  color: #459bd4;
}
#container .layout_latest_dcgk_list p.more a {
  color: #459bd4;
  display: inline-block;
  padding-right: 12px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 100% -297px;
}
#container .layout_latest_dcgk_list p.more a.dlLink span.icon {
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 21px;
  padding-top: 1px;
}
#container .layout_latest_dcgk_list p.more a.dlLink span.size {
  color: #999999;
  padding-left: 6px;
  display: none;
}
#container .layout_latest_dcgk_list ul {
  margin-left: 14px;
}
#container .ce_download {
  padding-bottom: 18px;
}
#container .ce_download a {
  background: transparent no-repeat 0 0;
  padding: 2px 0 0 20px;
  color: #459bd4;
}
#container .ce_download a .size {
  color: #999999;
}
#container .ce_download a:hover .caption {
  text-decoration: underline;
}
#container .ce_download .size {
  font-size: 11px;
}
#container .headlinePdfDownload {
  margin: 0;
  padding: 0;
  position: relative;
}
#container .headlinePdfDownload a {
  position: absolute;
  top: 2px;
  right: 9px;
}
#container .headlinePdfDownload a span.caption {
  display: inline-block;
  padding-right: 10px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 100% -297px;
}
#container .headlinePdfDownload a span.size {
  display: none;
}
#container .headlinePdfDownload a:hover span.caption {
  text-decoration: none;
}
#container .mod_newsreader p.info {
  color: #999999;
}
#container .mod_newsreader p.back {
  background: transparent url("../../files/dcgk/layout/img/sprites.png") repeat-x 0 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 12px;
}
#container .mod_newsreader p.back a {
  display: inline-block;
  color: #459bd4;
  padding-left: 12px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 0 -398px;
}
#container .ce_page_title_l1 .pageTitle {
  margin-bottom: 20px;
}
#container .ce_page_title_l1 .pageTitle a {
  font-size: 16px;
  line-height: 20px;
  color: #459bd4;
  text-transform: uppercase;
}
#container .mod_search p.header {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
#container .mod_search h3 a {
  font-weight: bold;
  color: #459bd4;
}
#container .mod_search h3 a:hover {
  text-decoration: underline;
}
#container .mod_search .relevance,
#container .mod_search .duration,
#container .mod_search .filesize {
  font-weight: 300;
  color: #999999;
  font-size: 11px;
}
#container .mod_search span.highlight {
  color: #000000;
}
#container .mod_search .ce_search_form div.radio_container {
  display: inline-block;
}
#container .mod_search .ce_search_form div.radio_container span {
  display: inline-block;
}
#container .mod_search .context {
  margin-bottom: 2px;
}
#container .mod_search input.text {
  background: #FFFFFF;
  border: 1px solid #459bd4;
  font-size: 12px;
  height: 27px;
  line-height: 25px;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  width: 190px;
}
#container .mod_search input.submit {
  position: relative;
  width: auto;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #459bd4;
  font-weight: 400;
  height: 27px;
  line-height: 25px;
  background: #7db9e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTliZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #459bd4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7db9e8 0%, #459bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#459bd4',GradientType=0 );
  /* IE6-8 */
  color: #FFFFFF;
  padding: 0 4px;
}
#container .mod_search .radio_container {
  padding-top: 6px;
  margin-bottom: 21px;
}
#container .mod_search .radio_container span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
#container .mod_search .radio_container span input.radio {
  vertical-align: text-top;
}
#container .mod_search .url a {
  color: #459bd4;
}
#container .mod_search .url a:hover {
  text-decoration: underline;
}
#container .mod_search .even, #container .mod_search .odd {
  padding-bottom: 20px;
}

.homepage #container .ce_page_title_l1 .pageTitle {
  display: none;
}

.js #container .ce_dcgk_members .vitaDetails {
  display: none;
}

#cboxLoadedContent .vitaDetails {
  padding: 10px;
  font-size: 13px;
  line-height: 17px;
}
#cboxLoadedContent .vitaDetails h1 {
  font-size: 16px;
  line-height: 20px;
  color: #459bd4;
  font-weight: normal;
  margin-bottom: 7px;
}
#cboxLoadedContent .vitaDetails p {
  margin-bottom: 7px;
}
#cboxLoadedContent .vitaDetails table {
  border-collapse: collapse;
  border-spacing: 0;
}
#cboxLoadedContent .vitaDetails table td {
  padding: 5px;
  vertical-align: top;
}
#cboxLoadedContent .vitaDetails table td:first-child {
  white-space: nowrap;
}

form fieldset {
  border: 0 none;
}

.ce_form {
  margin-bottom: 11px;
}
.ce_form input.submit {
  position: relative;
  width: auto;
  display: inline-block;
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  background: #459bd4;
  /* Old browsers */
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0 none;
  padding: 0 8px;
  cursor: pointer;
}

#main #ce_contact_form {
  width: 460px;
}
@media only screen and (max-width: 479px) {
  #main #ce_contact_form {
    width: 300px;
  }
}
#main #ce_contact_form label {
  display: none;
}
#main #ce_contact_form fieldset {
  overflow: auto;
  line-height: 2px;
}
#main #ce_contact_form fieldset.cbDsg {
  overflow: visible;
  line-height: 17px;
  position: relative;
}
#main #ce_contact_form fieldset.cbDsg label {
  display: block;
  margin-left: 20px;
}
#main #ce_contact_form fieldset.cbDsg label a {
  color: #459bd4;
  text-decoration: underline;
}
#main #ce_contact_form fieldset.cbDsg input {
  position: absolute;
  top: 0;
  left: 0;
}
#main #ce_contact_form fieldset.error {
  border: 1px solid #459bd4;
  background: #E9F2F9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
}
#main #ce_contact_form fieldset.error input {
  position: absolute;
  top: 7px;
  left: 7px;
}
#main #ce_contact_form .picker {
  width: 110px;
  overflow: hidden;
  margin-bottom: 7px;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
  /* IE6-8 */
}
#main #ce_contact_form .picker select {
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 84px -186px;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  padding: 9px 5px 2px;
  width: 150px;
  font-size: 13px;
  color: #666666;
}
#main #ce_contact_form .picker option {
  background: #FFFFFF;
  padding: 2px;
}
#main #ce_contact_form .picker.error {
  border: 1px solid #459bd4;
  background: #E9F2F9;
}
#main #ce_contact_form div.textfield, #main #ce_contact_form div.textarea, #main #ce_contact_form div.captcha {
  background: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 9px;
  padding: 0 10px 0 7px;
  height: 36px;
}
#main #ce_contact_form div.textfield input, #main #ce_contact_form div.textarea input, #main #ce_contact_form div.captcha input {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  width: 100%;
  border: 0 none;
  padding-top: 10px;
  background: transparent;
}
#main #ce_contact_form div.description {
  border: 0 none;
  padding-top: 8px;
}
#main #ce_contact_form div.textfield.error,
#main #ce_contact_form div.textarea.error {
  border: 1px solid #459bd4;
  background: #E9F2F9;
}
#main #ce_contact_form div.w50 {
  width: 49.13043%;
  float: left;
}
#main #ce_contact_form div.w75 {
  width: 74.13043%;
  float: left;
}
#main #ce_contact_form div.w25 {
  width: 24.13043%;
  float: left;
}
#main #ce_contact_form div.w50Right {
  float: right;
}
#main #ce_contact_form div.textarea {
  height: auto;
}
#main #ce_contact_form div.textarea textarea {
  border: 0 none;
  background: transparent;
  width: 100%;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  padding: 8px 0 8px;
}
#main #ce_contact_form .btnSubmitLarge {
  border: 1px solid #459bd4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 19px 0 19px;
  height: 36px;
  text-transform: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  background: #7db9e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTliZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #459bd4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7db9e8 0%, #459bd4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7db9e8 0%, #459bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#459bd4',GradientType=0 );
  /* IE6-8 */
}
#main #ce_contact_form p.error {
  display: none;
}
#main #ce_contact_form p.form_default_error_msg {
  color: #459bd4;
  font-weight: bold;
  margin-bottom: 10px;
}

.dcgkSlider {
  /*
  root element for the scrollable.  when scrolling occurs this
  element stays still.
  */
  /*
  root element for scrollable items. Must be absolutely positioned
  and it should have a extremely large width to accommodate scrollable
  items.  it's enough that you set width and height for the root element
  and not for this element.
  */
}
.dcgkSlider .scrollable a.prev {
  display: block;
  width: 13px;
  height: 25px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 0 -500px;
  position: absolute;
  top: 52px;
  left: 0;
  cursor: pointer;
}
.dcgkSlider .scrollable a.next {
  display: block;
  width: 13px;
  height: 25px;
  background: transparent url("../../files/dcgk/layout/img/sprites.png") no-repeat 100% -600px;
  position: absolute;
  top: 52px;
  right: 0;
  cursor: pointer;
}
.dcgkSlider .scrollable .navi {
  position: absolute;
  bottom: 0;
  right: 50px;
  line-height: 2px;
  display: none;
}
@media only screen and (min-width: 224px) and (max-width: 323px) {
  .dcgkSlider .scrollable .navi {
    right: 24px;
  }
}
.dcgkSlider .scrollable .navi a {
  display: inline-block;
  width: 21px;
  height: 17px;
  background: transparent url(../img/slider-sprites.png) no-repeat 100% 0;
  color: #FFF;
  text-align: center;
  line-height: 19px;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
}
.dcgkSlider .scrollable .navi a.active,
.dcgkSlider .scrollable .navi a:hover {
  background-position: 0 -100px;
}
.dcgkSlider .scrollable {
  display: block;
  position: relative;
  width: 100%;
  height: 128px;
  border: 2px solid #acacac;
  float: none;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .dcgkSlider .scrollable {
    display: none;
  }
}
.dcgkSlider .scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}
.dcgkSlider .scrollable .items div.details {
  float: left;
  width: 596px;
  min-height: 124px;
  position: relative;
}
.dcgkSlider .scrollable .items div.details .imageContainer {
  position: absolute;
  top: 13px;
  left: 19px;
  width: 90px;
  height: 98px;
}
.dcgkSlider .scrollable .items div.details .quote {
  margin-left: 117px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  background: transparent url("../../files/dcgk/layout/img/bg-quote-slider.png") no-repeat 0 9px;
}
.dcgkSlider .scrollable .items div.details .quote p {
  font-size: 13px;
  line-height: 17px;
  font-style: italic;
}
.dcgkSlider .scrollable .items div.details .quote p span.name {
  color: #459bd4;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  display: block;
  text-align: right;
}
.dcgkSlider .scrollable .items div .header {
  padding: 25px 25px 0 25px;
  margin-bottom: 8px;
}
.dcgkSlider .scrollable .items div .summary {
  padding: 0 25px 0 25px;
}
.dcgkSlider .scrollable .items div .header {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.dcgkSlider .scrollable .items div .header .date {
  display: block;
}
.dcgkSlider .scrollable .items div .header a {
  font-weight: bold;
  color: #000000;
}
.dcgkSlider .scrollable .items div a.pdfInfoLink {
  display: inline-block;
  padding-right: 11px;
  background: transparent url(../img/gen-icons.png) no-repeat 100% -98px;
  line-height: 14px;
}

/* // Sticky Footer
#footer {
  position: relative;
  margin-top: -103px;
  height: 100px;
  clear: both;
  border-top: 3px solid $uiBGColorMainNavigation;

  .inside {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0 0;

    p {
      text-align: center;
      color: $defaultColorTextNormal;
    }
    a {
      color: $defaultColorTextNormal;
    }
    a:hover {
      color: $LinkColor;
    }
  }
}
*/
#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 100px;
  width: 100%;
  border-top: 3px solid #459bd4;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
}
#footer .inside {
  width: 940px;
  margin: 0 auto;
  padding: 11px 0 0;
}
#footer .inside p {
  text-align: center;
  color: #454547;
}
#footer .inside p.copyright {
  color: #999999;
  padding-top: 13px;
}
#footer .inside p.copyright a {
  color: #999999;
}
#footer .inside p.copyright a:hover {
  color: #459bd4;
}
#footer .inside a {
  color: #454547;
}
#footer .inside a:hover {
  color: #459bd4;
}

/* IE 6 */
* html #footer {
  position: absolute;
  top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

@media only screen and (max-width: 940px) {
  #footer {
    position: relative;
    width: auto;
  }
  #footer .inside {
    width: auto;
    margin: 0 10px;
    padding-bottom: 15px;
  }
}
/* =============================================================================
 * cookiebar
 * ========================================================================== */
.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 100000000000;
  padding: 15px 120px 15px 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  background: #459bd4;
  font-size: 14px;
  line-height: 19px;
}

.cookiebar.open {
  display: block;
}

.cookiebar-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #FFF;
  font-weight: bold;
  background: #2D6D96;
  padding: 5px 10px;
  border-radius: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.cookiebar-close:hover {
  background: #2A5D7E;
}

#footer .inside .cookiebar a {
  color: white;
  font-weight: bold;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border1.png") no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border2.png") repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url("../../files/dcgk/layout/img/colorbox/border2.png") repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: white url("../../files/dcgk/layout/img/colorbox/loading.gif") no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  top: 9px;
  right: 8px;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxClose {
  display: none;
}

#cboxCloseLink {
  position: absolute;
  display: block;
  top: -4px;
  right: -2px;
  width: 30px;
  height: 30px;
  background: transparent url("../../files/dcgk/layout/img/colorbox/btn-close.png") no-repeat 0 0;
  outline: 0 none;
  border: 0 none;
}

