
/* default styles for extension "tx_cssstyledcontent" */
    /* Headers */
    .csc-header-alignment-center { text-align: center; }
    .csc-header-alignment-right { text-align: right; }
    .csc-header-alignment-left { text-align: left; }

    div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

    /* Clear floats after csc-textpic and after csc-textpic-imagerow */
    div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

    /* Set padding for tables */
    div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
    div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

    /* Settings for figure and figcaption (HTML5) */
    div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

    /* Captions */
    figcaption.csc-textpic-caption { display: table-caption; }
    .csc-textpic-caption { text-align: left; caption-side: bottom; }
    div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
    div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
    div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

    /* Float the columns */
    div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

    /* Border just around the image */
    div.csc-textpic-border div.csc-textpic-imagewrap img {
        border: 1px solid #000000;
        padding: 0px 0px;
    }

    div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

    /* Space below each image (also in-between rows) */
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

    /* colSpace around image columns, except for last column */
    div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
    div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

    /* Add margin from image-block to text (in case of "Text & Images") */
    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 10px;
    }
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 10px;
    }

    /* Positioning of images: */

    /* Center (above or below) */
    div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
    div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
    div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

    /* Right (above or below) */
    div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
    div.csc-textpic-right div.csc-textpic-text { clear: right; }

    /* Left (above or below) */
    div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
    div.csc-textpic-left div.csc-textpic-text { clear: left; }

    /* Left (in text) */
    div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

    /* Right (in text) */
    div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

    /* Right (in text, no wrap around) */
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

    /* Left (in text, no wrap around) */
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

    div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

    /* Browser fixes: */
    /* Fix for unordered and ordered list with image "In text, left" */
    .csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

    /* Textmedia */
    .csc-textmedia,
    .csc-textmedia-gallery { overflow: hidden; }
    .csc-textmedia-gallery-column { float: left; }
    .csc-textmedia-gallery-column { margin-right: 10px; }
    .csc-textmedia-gallery-column:last-child { margin-right: 0; }
    .csc-textmedia-gallery-row { overflow: hidden; margin-bottom: 10px; }
    .csc-textmedia-gallery-row:last-child { margin-bottom: 0; }
    .csc-textmedia-above .csc-textmedia-gallery { margin-bottom: 10px; }
    .csc-textmedia-above-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-above-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-above .csc-textmedia-text { clear: both; }
    .csc-textmedia-above-center .csc-textmedia-gallery-outer,
    .csc-textmedia-below-center .csc-textmedia-gallery-outer { position: relative; float: right; right: 50%; }
    .csc-textmedia-above-center .csc-textmedia-gallery-inner,
    .csc-textmedia-below-center .csc-textmedia-gallery-inner { position: relative; float: right; right: -50%; }
    .csc-textmedia-below .csc-textmedia-gallery { margin-top: 10px; }
    .csc-textmedia-below-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-below-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-inside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-inside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-text { overflow: hidden; }
    .csc-textmedia-beside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-left .csc-textmedia-text { overflow: hidden; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; margin-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .contenttable { width: 100%; max-width: 100%; }
    .contenttable th, .contenttable td { padding: 0.5em 0.75em; vertical-align: top; }
    .contenttable thead th { font-weight: bold; border-bottom: 2px solid #dadada; }
    .contenttable th, .contenttable td { border-top: 1px solid #dadada; }
    .contenttable-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .contenttable-bordered th, .contenttable-bordered td { border: 1px solid #dadada; }

    /* Space */
    .csc-space-before-extra-small { margin-top: 1em; }
    .csc-space-before-small { margin-top: 2em; }
    .csc-space-before-medium { margin-top: 3em; }
    .csc-space-before-large { margin-top: 4em; }
    .csc-space-before-extra-large { margin-top: 5em; }
    .csc-space-after-extra-small { margin-bottom: 1em; }
    .csc-space-after-small { margin-bottom: 2em; }
    .csc-space-after-medium { margin-bottom: 3em; }
    .csc-space-after-large { margin-bottom: 4em; }
    .csc-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .csc-frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .csc-frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .csc-frame-indent { margin-left: 15%; margin-right: 15%; }
    .csc-frame-indent-left { margin-left: 33%; }
    .csc-frame-indent-right { margin-right: 33%; }

/* additional, not originally from Magnific Popup CSS */
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

/* Magnific Popup CSS version 1.1.0 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! yamlcss v4.1.2 (2013-07-28) */

@media all{*{margin:0;padding:0}option{padding-left:.4em}select{padding:1px}* html body *{overflow:visible}body{font-size:100%;background:#fff;color:#000;text-align:left}div:target,h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{outline:0 none}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}[hidden]{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}svg:not(:root){overflow:hidden}figure{margin:0}fieldset,img{border:0 solid}ul,ol,dl{margin:0 0 1em 1em}li{line-height:1.5em;margin-left:.8em}dt{font-weight:700}dd{margin:0 0 1em .8em}blockquote{margin:0 0 1em .8em}q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.ym-clearfix:before{content:"";display:table}.ym-clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}.ym-contain-dt{display:table;table-layout:fixed;width:100%}.ym-contain-oh{display:block;overflow:hidden;width:100%}.ym-contain-fl{float:left;width:100%}.ym-column{display:table;table-layout:fixed;width:100%}.ym-col1{float:left;width:20%}.ym-col2{float:right;width:20%}.ym-col3{width:auto;margin:0 20%}.ym-cbox{padding:0 10px}.ym-cbox-left{padding:0 10px 0 0}.ym-cbox-right{padding:0 0 0 10px}.ym-ie-clearing{display:none}.ym-grid{display:table;table-layout:fixed;width:100%;list-style-type:none;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.ym-gl{float:left;margin:0}.ym-gr{float:right;margin:0 0 0 -5px}.ym-g20{width:20%}.ym-g40{width:40%}.ym-g60{width:60%}.ym-g80{width:80%}.ym-g25{width:25%}.ym-g33{width:33.333%}.ym-g50{width:50%}.ym-g66{width:66.666%}.ym-g75{width:75%}.ym-g38{width:38.2%}.ym-g62{width:61.8%}.ym-gbox{padding:0 10px}.ym-gbox-left{padding:0 10px 0 0}.ym-gbox-right{padding:0 0 0 10px}.ym-equalize{overflow:hidden}.ym-equalize>[class*=ym-g]{display:table-cell;float:none;margin:0;vertical-align:top}.ym-equalize>[class*=ym-g]>[class*=ym-gbox]{padding-bottom:10000px;margin-bottom:-10000px}.ym-form,.ym-form fieldset{overflow:hidden}.ym-form div{position:relative}.ym-form label,.ym-form .ym-label,.ym-form .ym-message{position:relative;line-height:1.5;display:block}.ym-form .ym-message{clear:both}.ym-form .ym-fbox-check label{display:inline}.ym-form input,.ym-form textarea{cursor:text}.ym-form .ym-fbox-check input,.ym-form input[type=image],.ym-form input[type=radio],.ym-form input[type=checkbox],.ym-form select,.ym-form label{cursor:pointer}.ym-form textarea{overflow:auto}.ym-form input.hidden,.ym-form input[type=hidden]{display:none!important}.ym-form .ym-fbox:before,.ym-form .ym-fbox-text:before,.ym-form .ym-fbox-select:before,.ym-form .ym-fbox-check:before,.ym-form .ym-fbox-button:before{content:"";display:table}.ym-form .ym-fbox:after,.ym-form .ym-fbox-text:after,.ym-form .ym-fbox-select:after,.ym-form .ym-fbox-check:after,.ym-form .ym-fbox-button:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}.ym-form .ym-fbox-check input:focus,.ym-form .ym-fbox-check input:hover,.ym-form .ym-fbox-check input:active,.ym-form input[type=radio]:focus,.ym-form input[type=radio]:hover,.ym-form input[type=radio]:active,.ym-form input[type=checkbox]:focus,.ym-form input[type=checkbox]:hover,.ym-form input[type=checkbox]:active{border:0 none}.ym-form input,.ym-form textarea,.ym-form select{display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70%}.ym-form .ym-fbox-check input,.ym-form input[type=radio],.ym-form input[type=checkbox]{display:inline;margin-left:0;margin-right:.5ex;width:auto;height:auto}.ym-form input[type=image]{border:0;display:inline;height:auto;margin:0;padding:0;width:auto}.ym-form label,.ym-form .ym-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ym-form .ym-fbox-button input{display:inline;overflow:visible;width:auto}.ym-form .ym-inline{display:inline-block;float:none;margin-right:0;width:auto;vertical-align:baseline}.ym-fbox-wrap{display:table;table-layout:fixed;width:70%}.ym-fbox-wrap input,.ym-fbox-wrap textarea,.ym-fbox-wrap select{width:100%}.ym-fbox-wrap input[type=image]{width:auto}.ym-fbox-wrap input[type=radio],.ym-fbox-wrap input[type=checkbox]{display:inline;width:auto;margin-left:0;margin-right:.5ex}.ym-fbox-wrap label,.ym-fbox-wrap .ym-label{display:inline}.ym-full input,.ym-full textarea,.ym-full select{width:100%}.ym-full .ym-fbox-wrap{width:100%}.ym-columnar input,.ym-columnar textarea,.ym-columnar select{float:left;margin-right:-3px}.ym-columnar label,.ym-columnar .ym-label{display:inline;float:left;width:30%;z-index:1}.ym-columnar .ym-fbox-check input,.ym-columnar .ym-message{margin-left:30%}.ym-columnar .ym-fbox-wrap{margin-left:30%;margin-right:-3px}.ym-columnar .ym-fbox-wrap .ym-message{margin-left:0}.ym-columnar .ym-fbox-wrap label{float:none;width:auto;z-index:1;margin-left:0}.ym-columnar .ym-fbox-wrap input{margin-left:0;position:relative}.ym-columnar .ym-fbox-check{position:relative}.ym-columnar .ym-fbox-check label,.ym-columnar .ym-fbox-check .ym-label{padding-top:0}.ym-columnar .ym-fbox-check input{top:3px}.ym-columnar .ym-fbox-button input{float:none;margin-right:1em}.ym-fbox-wrap+.ym-fbox-wrap{margin-top:.5em}.ym-columnar fieldset .ym-fbox-button,fieldset.ym-columnar .ym-fbox-button{padding-left:30%}.ym-skip,.ym-hideme,.ym-print{position:absolute;top:-32768px;left:-32768px}.ym-skip:focus,.ym-skip:active{position:static;top:0;left:0}.ym-skiplinks{position:absolute;top:0;left:-32768px;z-index:1000;width:100%;margin:0;padding:0;list-style-type:none}.ym-skiplinks .ym-skip:focus,.ym-skiplinks .ym-skip:active{left:32768px;outline:0 none;position:absolute;width:100%}}@media print{.ym-grid>.ym-gl,.ym-grid>.ym-gr{overflow:visible;display:table;table-layout:fixed}.ym-print{position:static;left:0}.ym-noprint{display:none!important}}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - PAGE-layout type layout
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 */

@media screen {

  /* force vertical scrollbar */
  body {
    overflow-y: scroll;
  }

  /* Layout Module Configuration & fallback for unsupported media queries */
  .ym-wrapper {
    width: 970px;
    max-width: 80em;
    margin: 0 auto;
  }

  .ym-wbox { padding: 2px 0 0 0; }

  /* Basic Element Styling */
  header {
    background: #007E8E;
    color: #ccc;
    padding: 0;
  }

  header p {
    margin: 90px 0 0 0;
    padding: 0 10px;
    width: 170px;
    font-size: 150%;
    background: transparent;
    color: #fff;
  }

  #main {
    clear:both;
    margin: 12px 0 0 0;
  }

  footer {
      border-top: 1px solid #007A89;
      margin: 1.5em 0 0 0;
    color: #007E8E;
    padding:5px 0 40px 0;
  }

  footer p {
    margin: 0;
        font-size: 9px;
        margin: 0 0 10px 0;
  }

    #teaser {
        height:30px;
        width:200px;
        float:right;
        right:0;
        text-align:right;
        margin: -70px 0 0 0;
    }

    #teaser ul{
      margin: 0 0 0 10px;
    }

    #teaser li {
      display:inline;
      margin: -20px 0 0 0;
    }

    /* Column-Set Configuration: 1-3 (sidebar right) */
  .ym-column {
    display:block;
    overflow:hidden;
      padding-right: 200px;
    width:auto;
  }

  .ym-col1 { /* content */
    float:right;
    width: 100%;
        margin-right:-180px;
  }

    .ym-col2 {

    }

  .ym-col3 { /* sidebar left */
    position:relative;
      float:left;
    width: 180px;
    margin-left:0;
      margin-right:-180px;
  }

  /* Column-Set Configuration: 1-3 (sidebar right) */

    .col_3_1_2 .ym-column {
    width:100%;
  }

  .col_3_1_2 .ym-col1 { /* content */
    float:right;
    width: 62.37113%;
        margin: 0px 18.55670% 0px -82%;
  }

  .col_3_1_2 .ym-col2 { /* sidebar right */
    float:right;
    width: 15.46392%;
    margin:0;
  }

  .col_3_1_2 .ym-col2 .ym-cbox {
    padding: 0;
  }

  .col_3_1_2 .ym-col3 { /* sidebar left */
        float:left;
        width:18.55670%;
    margin: 0px -5px 0px 0;
  }

  .ym-col1 .ym-cbox { padding: 0 0.75em 0 1.5em;width:100%; }

  .ym-col3 .ym-cbox {
        padding: 0;
    }

    .ym-g10 { width:180px; }

    .ym-g90 { height:160px; width:790px; }



  .ym-gbox { padding: 0 1.5em 0 0; }

    .ym-gbox-right {
      padding:0px
    }

    .ym-gbox-left {
      padding:0px
    }

    .ym-gbox.socialmedia{
      padding: 23px 0 0 114px;
    }

    .ym-grid.top {
      background-color:white;
    }

    .ym-grid.startpage {
     padding:70px 0 0 0;
    }

  /* skip links styling */
  .ym-skiplinks a.ym-skip:focus,
  .ym-skiplinks a.ym-skip:active {
    color:#fff;
    background:#333;
    border-bottom:1px #000 solid;
    padding:10px 0;
    text-align: center;
    text-decoration:none;
  }
}


/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 * @appdef yaml
 */

@media all {

  /**
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size: 14px (87.5%)
  * line-height  : 21px (factor: 1.5)
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100%; }

  /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 14px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 14 Pixeln */
  body {
    font-family: Verdana,'Trebuchet MS',Helvetica,Arial,sans-serif;
    font-size:83%; /* base: 14px */
    color:#818181;

    /* (en) Prevent auto-scaling of text in mobile webkit browsers */
    /* (de) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden */
    -webkit-text-size-adjust:100%;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Verdana,'Trebuchet MS',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color:#007A89;
    margin: 0 0 0.25em 0;
  }

  h1 {
    font-size:175%;
    margin: 0 0 0.75em 0;
  }

  h2 {
      color:#007A89;
    font-size:175%;
    line-height: 1.2em;
    margin: 0.6em 0 0 0;
  }

  h3 {
    font-size:140%;
  }
/*
  h3 {
      background-color: #007A89;
      color:#fff;
    font-size:116%;
    line-height: 2em;
    margin:0.8571em 0 0 0;
        padding: 0 0 0 5px;
        width: 100%;
  }
*/
  h4 {
      color:#007A89;
    font-size:116%;
        font-weight:bold;
    line-height: 1.125em;
    margin:2.1em 0 0 0;
  }

  h5 {
    font-size:116.67%;
  }


  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul,
  ol,
  dl {
    font-size:1em;
    line-height:1.5em;
    margin: 1.5em 0 1.5em 1em;
  }

  ul {
    list-style-type:disc;
  }

    .ym-col3 .ym-cbox ul {
        list-style-type: none;
    }

  ol {
    list-style-type:decimal;
  }

  ul ul {
    list-style-type:circle;
    margin-top:0;
  }

  ol ol {
    list-style-type:lower-latin;
    margin-top:0;
  }

  ol ul {
    list-style-type:circle;
    margin-top:0;
  }

  li {
    font-size:11px;
    line-height:1.5em;
    margin-left:0.8em;
  }

  dt { font-weight:bold; }

  dd { margin:0 0 1.5em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p {
    font-size:11px;
    line-height:1.5em;
    margin: 0 2em 1em 0;
  }

  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }

  blockquote {
    margin:1.5em 0 0 1.5em;
    color:#666;
  }

  strong, b { font-weight:bold; }

  em, i { font-style:italic; }

  big {
    font-size:116.667%;
  }

  small {
    font-size:85.71%;
  }

  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size:100%;
  }

  pre {
    line-height:1.5em;
    margin: 1.5em 0 0 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  pre, code { color:#800; }

  kbd, samp, var, tt {
    color:#666;
    font-weight:bold;
  }

  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup { top: -0.5em; }
  sub { bottom: -0.25em; }

  mark {
    background: #ff0;
    color: #000;
  }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.75em 0;
    padding:0 0 0.75em 0;
    border:0;
    border-bottom:1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a {
    color:#818181;
    background:transparent;
    text-decoration:underline;
  }

  a:active { outline: none; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:hover,
  a:focus {
    background-color: none;
    color:#007A89;
    text-decoration:none;
  }

  a.mail { background:transparent url('../../../fileadmin/sportklinik.de/img/pfeil.gif') 0px 2px no-repeat; padding-left:16px; font-weight:normal; color:#007a89; }
  a.internal-link { background:transparent url('../../../fileadmin/sportklinik.de/img/pfeil.gif') 0px 2px no-repeat; padding-left:16px; font-weight:normal; color:#007a89; }
  a.external-link { background:transparent url('../../../fileadmin/sportklinik.de/img/pfeil.gif') 0px 2px no-repeat; padding-left:16px; font-weight:normal; color:#007a89; }
  a.external-link-new-window { background:transparent url('../../../fileadmin/sportklinik.de/img/pfeil.gif') 0px 2px no-repeat; padding-left:16px; font-weight:normal; color:#007a89; }
  a.download { background:transparent url('../../../fileadmin/sportklinik.de/img/pfeil.gif') 0px 2px no-repeat; padding-left:16px; font-weight:normal; color:#007a89; }

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

  img,
  figure {
    margin: 0;
  }

  .flexible {
    margin-top: 1.5em;
    max-width: 100%;
    height: auto;
  }

  * html .flexible {  /* IE6 support */
    width: 98%;    /* 2% space for borders */
  }

  .bordered {
    margin-top: 1.5em;
    border: 2px #eee solid;
    border: 2px rgba(255,255,255,1) solid;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
  }

    .headImgLogo{
        margin: 6px 0 3px 4px;
    }
	
	.csc-textpic-text p {
		margin: 0 0 1em 0;
	}

  /*--- Klassen ----------------------------------------------------------------------------------------- */
  
  span.directory {
    color: #007A89;
  }

  span.file {
    color: #007A89;
    font-weight: bold;
  }

  .float-left {
    float:left;
    display:inline;
    margin: 1.5em 1em 0 0;
  }

  .float-right {
    float:right;
    display:inline;
    margin: 1.5em 0 0 1em;
  }

  .center {
    display:block;
    text-align:center;
    margin: 1.5em auto 0 auto;
  }
  
  /* Homepage */
  
  .frame_gebaeude {
    background-image: url('../../../fileadmin/sportklinik.de/img/illu_arcus_gebaude_360x40-75.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 30px 0;
    padding-bottom: 80px;
  }

  #c15720 h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  }

  #c15720 img {
    border: 1px solid #007E8E;
    margin: 0 0 3px 3px;
    padding: 2px;
}

  .layout-1 h3,
  .layout-2 h3,
  .layout-3 h3 {
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
  }

  .layout-1 h3 { background-image: url('../../../fileadmin/sportklinik.de/img/icon_aktuelles.png'); }
  .layout-2 h3 { background-image: url('../../../fileadmin/sportklinik.de/img/icon_karriere.png'); }
  .layout-3 h3 { background-image: url('../../../fileadmin/sportklinik.de/img/icon_termin.png'); }

  .layout-4 h2 {
    background-color: #007E8E;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2em;
  padding-left: 5px;
  }

  #c15720 .ym-gr .ym-gbox { padding: 0 0 0 17px; }
  
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table {
    width:100%;
    border-collapse:collapse;
    margin: 1.3571em 0 0 0;
  }

  table.narrow {
    margin:  1.4286em 0 0 0;
  }

  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.4286em;
  }

  table.bordertable {
    border:1px #ccc solid;
  }

  table caption {
    font-variant:small-caps;
  }

  th, td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.7143em 0.5em;
  }

  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }

  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }

  thead th {
    text-align: left;
    color:#000;
    border-bottom:2px #000 solid;
  }

  .bordertable thead th {
    background:#e0e0e0;
    border-right:1px #ccc solid;
    border-bottom:1px #ccc solid;
  }

  .bordertable tbody th[scope="row"] {
    background:#f0f0f0;
  }

  tbody th {
    text-align: left;
    border-top:1px solid #ccc;
    text-align:left;
  }

  .bordertable tbody th {
    border-right:1px solid #ccc;
  }

  tbody td {
    text-align: left;
  }

  .bordertable tbody td {
    border-right:1px solid #ccc;
  }
  
  .contenttable th,
  .contenttable td {
	  border-top: none;
  }

}

nav#nav {
	background: #EDEDED;
	height:51px;
	width:970px;
	border-bottom:2px solid #007A89;
}

ul#nav_main {
    margin:0;
    padding:0;
 	display:inline;
}

ul#nav_main li {
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	float:left;
	position:relative;
    border-top:1px solid #fff;
}

ul#nav_main li a {
	padding:0;
	color:#007A89;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #fff;
    border-left:1px solid #fff;
	border-top:0px solid #fff;

    padding: 5px 11px;
    height:40px;

	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}

ul#nav_main li a:hover {
	background:#f8f8f8;
	color:#282828;
}

ul#nav_main li:hover > a,
ul#nav_main li a.active {
	background:#007E8E;
    color:#fff;
}

/* Drop-Down nav_main */
ul#nav_main li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#nav_main ul, ul#nav_main ul li ul {
	list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
	visibility:hidden;
    position: absolute;
    z-index: 99999;
    width:290px;
	background:#f8f8f8;

   acity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
}

ul#nav_main ul {
  	border-left:1px solid #007E8E;
    border-right:1px solid #007E8E;
    border-bottom:1px solid #007E8E;
}

ul#nav_main ul li {
	clear:both;
	width:100%;
	border:0 none;
}

ul#nav_main ul li a {
	background:none;
	padding:17px 11px 17px 11px;
	color:#007A89;
    font-size:11px;
    line-height:20px;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	max-width:100%;
    /*height:20px; */
}

ul#nav_main li ul li a {
	height: auto;
	background:none;
	padding:7px 11px 7px 11px;
	color:#007A89;
    font-size:11px;
    line-height:20px;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:123px;
    /*height:20px; */
}

/* Erster/letzer Eintrag */
ul#nav_main li.link_78>a { border-left: 0 none; }
ul#nav_main li.link_1614>a { border-right: 0 none; }

/* Breite */
ul#nav_main li.link_78>a { width: 57px; }
ul#nav_main li.link_1402>a { width: 89px; }
ul#nav_main li.link_62>a { width: 66px; }
ul#nav_main li.link_1498>a { width: 92px; }
ul#nav_main li.link_52>a { width: 82px; }
ul#nav_main li.link_2476>a { width: 87px; }
ul#nav_main li.link_1569>a { width: 84px; }
ul#nav_main li.link_173>a { width: 67px; }
ul#nav_main li.link_1608>a { width: 53px; }
ul#nav_main li.link_1614>a { width: 55px; }

/* Dropdown rechts */
ul#nav_main li.link_173 ul { margin-left: -202px; }
ul#nav_main li.link_1608 ul { margin-left: -215px; }
ul#nav_main li.link_1614 ul { margin-left: -214px; }
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Horizontal list navigation "hlist"
 * (de) Horizontale Navigationsliste "hlist"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 */

@media all {

	.ym-hlist {
		/* (en) containing floats in IE */
		/* (de) Einfassen der Floats im IE */
		width:100%;
		overflow:hidden;
		/* (en|de) Bugfix:IE - collapsing horizontal margins */
		position:relative;
		line-height:1em;
        top:26px;
	}

	.ym-hlist ul {
		margin:0 0 0 32px;
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:left; /* LTR */
	}

	.ym-hlist ul#nav_top {
		margin:0;
	}

	.ym-hlist ul li {
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:left; /* LTR */
		font-size:1.0em;
		line-height:1em;
		list-style-type:none;
		margin: 0 ;
		padding:0;
	}

	.ym-hlist ul li a,
	.ym-hlist ul li strong {
		background:transparent;
		color:#007E8E;
		display:block;
		font-size:9.3px;
		line-height: 2em;
    	padding: 0 0.5em;
		font-weight:normal;
		text-decoration:none;
		width:auto;
	}

	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active  {
		color: #007E8E;
		text-decoration:underline;
		outline: 0 none;
	}

	.ym-hlist ul li .active {
        font-weight:bold;
	}

	/* search form -------------------------------------- */

	.ym-searchform {
	    font-size: 11px;
        position: absolute;
        right: 0;
        padding:30 0 0 0;
        width: 160px;
	}

    .ym-searchform_txt {
        background: none repeat scroll 0 0 #EEF6F6;
        border: medium none;
        height: 13px;
        padding: 2px;
        width:135px
    }

    .ym-searchform_img {
        background:transparent; border:none;
        height:12px;
        width:14px;
        margin:0px -2px -4px 0px;
        padding:2px;
    }


}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Vertical list navigation "vlist"
 * (de) Vertikale Navigationsliste "vlist"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 */

@media all {

	.ym-vlist {
	  background-color:#EDEDED;
      margin: 0;
	}

	.ym-vlist ul {
		list-style-type:none;
		margin:0;
		padding:0;
		width:170px;
		overflow:hidden;
	}

	.ym-vlist ul ul {
		border: 0 none;
	}

	.ym-vlist li {
		float:left; /* LTR */
		width:100%;
		margin:0;
    	padding:0 5px 0 5px;

	}

	.ym-vlist a,
	.ym-vlist strong,
	.ym-vlist span {
		display:block;
		padding:0;
		text-decoration:none;
	}

	.ym-vlist a,
	.ym-vlist a:visited {
		color:#007A89;
        font-size:11px;
	}

	.ym-vlist li span {
		display:block;
		font-weight:bold;
		border-bottom:1px #ddd solid;
	}

	/* active list element */
	.ym-vlist li.active {
		color:#fff;
		background-color:#444;
	}

	.ym-vlist li.active strong {
		font-weight:bold;
	}

	/* Level 1 */
	.ym-vlist li a,
	.ym-vlist li strong,
	.ym-vlist li span { width:100%; padding:2px 0 2px 10px; } /* LTR */

	.ym-vlist li a:focus,
	.ym-vlist li a:hover,
	.ym-vlist li a:active { background-color:#007A89; color:#fff; outline: 0 none; }

    .ym-vlist li .active {
        font-weight:bold;
        background-color:#007A89!important;
        color:#fff!important;
	}

	/* Level 2 */

    .ym-vlist li ul {
      margin: 5px 0 0 0;
    }

	.ym-vlist li ul li a,
	.ym-vlist li ul li strong,
	.ym-vlist li ul li span {
	  width:130px;
      padding:0 5px 0 5px;
      margin: 0 0 0 0px; /* LTR */
      border-bottom: 1px solid #EDEDED;
    }

	.ym-vlist li ul li a,
	.ym-vlist li ul li a:visited {
	  background-color:#fff;
      color:#007A89;
      background-image: url('../../../fileadmin/sportklinik.de/img/submenue-eck.jpg');
      background-position: 5px 7px;
      background-repeat: no-repeat;
      font-size: 10px;
      padding: 0 0 0 25px;

    }
	.ym-vlist li ul li a:focus,
	.ym-vlist li ul li a:hover,
	.ym-vlist li ul li a:active { background-color:#B5D1D1; color:#fff; }

    .ym-vlist li ul li .active {
        font-weight:bold;
        background-color:#B5D1D1!important;
        color:#fff!important;
	}

}
/**
 * Main Settings
 */
div.tx-powermail h3 {
  display: none;
}
div.tx-powermail {
  margin: 0 !important;
  padding: 0 !important;
}
.powermail_message {
  padding-left: 20px;
  min-height: 65px;
  background: #ccc;
  background-position: 98% 10px;
  background-repeat: no-repeat;
}
.powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
.powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
.powermail_message li {
  padding: 10px 50px 10px 0;
  font-weight: bold;
  color: #007A89;
}
.clear {
  clear: both;
}

/**
 * Form
 */
.powermail_form {
  position: relative;
}
.powermail_fieldset {
  clear: left;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.powermail_legend {
  font-weight: bold;
  color: #007A89;
  float: left;
  margin: 3px 10px 10px 0;
  font-size: 14px;
  white-space:normal;
}
.powermail_label {
  /* label */
  display: block;
  font-size: 11px;
  width: 200px;
  float: left;
  clear: left;
}
div.powermail_fieldwrap {
  margin: 0 0 0.5em 0;
  clear: both;
}
.powermail_field input,
.powermail_field select,
.powermail_field textarea {
  width: 400px;
  padding: 3px;
  border: 1px solid #ccc;
  color: #444;
}

.powermail_fieldwrap_type_check .powermail_field,
.powermail_fieldwrap_type_radio .powermail_field {
	margin-left: 200px;
}

.powermail_fieldwrap_type_check .powermail_field div.checkbox,
.powermail_fieldwrap_type_radio .powermail_field div.radio {
	margin-left: 25px;
	margin-bottom: 8px;
}

.powermail_field input.powermail_checkbox,
.powermail_field input.powermail_radio {
  width: 15px;
  margin-left: -25px;
}

.powermail_field input.powermail_checkbox,
.powermail_field input.powermail_radio {
  width: 20px;
}

.powermail_captcha {
  width: 392px;
}
.powermail_textarea {
  width: 408px;
  height: 80px;
}
.powermail_field select {
  width: 408px;
}
input.powermail_field:focus {
  background-color: #E5E5E5;
  border: 1px solid white;
  outline: none;
}
.powermail_field input.powermail_submit {
  margin: 10px 16px 10px 200px;
  border: 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: rgb(0,126,142); /* Old browsers */
  width: 408px;
}
.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.powermail_fieldwrap_radio fieldset legend,
.powermail_fieldwrap_check fieldset legend {
  padding: 0;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
  background-color: white;
  border: 1px solid #ccc;
  float: left;
  padding: 3px;
  width: 392px;
}
.powermail_radio_outer label,
.powermail_captcha_outer label,
.powermail_check_outer label {
  color: #444;
}
.powermail_captchaimage {
  width: 392px;
  margin-top: 10px;
}
div.error {
  background-color: #FFCA4B;
  border: 1px solid #FF8100;
}
.powermail_field_error {
  border: 1px solid #FF8100;
}
div.powermail_fieldwrap_file_inner {
  overflow: hidden;
  height: 26px;
  padding: 3px;
  width: 392px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/upload_bg.png');
}
input.powermail_file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
ul#powermail_tabmenu {
  list-style-type: none;
  width: 99.5%;
  height: 16px;
  padding: 10px 0;
  margin-left: 2px;
  background: #ccc; /* Old browsers */
}
ul#powermail_tabmenu li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #007A89;
}
ul#powermail_tabmenu li.act {
  text-decoration: underline;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  text-indent: -99999px;
  cursor: pointer;
}

/**
 * Confirmation
 */
.powermail_confirmation {
  clear: left;
  border: 0;
  margin-bottom: 20px;
}
.powermail_confirmation .powermail_all_label {
  width: 200px;
}
.powermail_confirmation .btn-group input {
  float: left;
  margin: 20px 5px;
  border: 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: rgb(0,126,142);
  width: 150px;
}
.powermail_confirmation .btn-group input.btn-primary {
  margin-left: 60px;
}

/**
 * Powermail All
 */
dl.powermail_all {
  padding: 5px 0;
}
dl.powermail_all dt {
  font-size: 11px;
  font-weight: bold;
  float: left;
  width: 150px;
  clear: left;
}
dl.powermail_all dd {
  font-size: 11px;
  float: left;
  width: 420px;
}

/**
 * Create
 */
.powermail_create {
  border: 0;
  margin-bottom: 20px;
}
.powermail_create table {
	width: auto;
}

/**
 * JS Form Validation
 */




/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  font-family: Calibri, Arial, sans-serif;
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}
.formError .formErrorContent {
  width: 100%;
  position:relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  padding: 4px 10px 4px 10px;
  background: rgb(0,126,142); /* Old browsers */
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  font-size: 0px;
  height: 1px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
  background: rgb(0,126,142); /* Old browsers */
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/**
 * Powermail_Frontend
 */
#powermail_frontend_search {
  margin: 0;
}
.powermail_frontend {
  clear: left;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  overflow: auto;
  background: #ccc;
}
.powermail_frontend_list {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #070708;
  margin-top: 15px;
}
.powermail_frontend_list th {
  color: white;
  font-weight: bold;
  padding: 3px;
  text-align: left;
  background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_list td {
  border-top: 1px solid #ccc;
  padding: 3px;
}
.powermail_frontend_filter {
  background: rgb(252,255,244); /* Old browsers */
  border: 1px solid #ccc;
  padding: 10px 0;
}
.powermail_frontend_search_container {
  padding: 5px 10px;
}
.powermail_frontend_search_container label {
  float: left;
  display: block;
  width: 150px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 3px;
}
.powermail_frontend_search_container input {
  width: 430px;
  padding: 3px;
}
.powermail_frontend_search_submit {
  width: 430px;
  padding: 3px;
  margin: 5px 0 0 170px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_abc,
.powermail_frontend_export {
  background: rgb(252,255,244); /* Old browsers */
  border: 1px solid #ccc;
  padding: 10px 0;
}
.powermail_frontend_abc_inner,
.powermail_frontend_export_inner {
  margin: 0 10px;
}
span.abc,
span.abc a {
  font-weight: bold;
  text-decoration: none;
}
.powermail_frontend dl {
  clear: both;
  padding: 5px 0;
}
.powermail_frontend dt {
  float: left;
  width: 150px;
  font-weight: bold;
  clear: left;
  margin-right: 10px;
}
.powermail_frontend dd {
  float: left;
}
.powermail_frontend_export_icon {
  float: right;
  margin: 0 8px;
  padding-top: 5px;
  height: 19px;
}
.powermail_frontend_export input {
  width: 17px;
  height: 16px;
  padding-top: 2px;
  cursor: pointer;
  text-indent: -99999px;
  border: 0;
  background: none;
  background-repeat: no-repeat;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif');
}
.powermail_frontend_export input.export_icon_xls {
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif');
}
/* TYPO3 Extensions */

@media all {

  /*--- TYPO3 ----------------------------------------------------------------------------------------- */

  dd.csc-textpic-caption {
    font-size: 75%;
    line-height: 14px;
    padding: 0;
  }
  
  /*--- TYPO3 Mailformular----------------------------------------------------------------------------- */

  form#mailform fieldset { font-size:80%; }
  
  fieldset.csc-mailform .csc-mailform-field input,
  fieldset.csc-mailform .csc-mailform-field textarea,
  fieldset.csc-mailform .csc-mailform-field select {
    padding:2px;
    font:1em Verdana, Arial, Helvetica, Sans-Serif;
    border:1px #ccc solid;
    color:#777;
  }
  fieldset.csc-mailform .csc-mailform-field input[type=text]:focus,
  fieldset.csc-mailform .csc-mailform-field textarea:focus,
  fieldset.csc-mailform .csc-mailform-field select:focus,
  fieldset.csc-mailform .csc-mailform-field input#mailformformtype_mail:hover {
    background-color: #f5f5f5;
    color: #333;
    border-color: #007A89;
  }

  
  fieldset.csc-mailform .csc-mailform-field {
    clear:both;
    margin-bottom:0.5em;
  }
  
  fieldset.csc-mailform .csc-mailform-field label {
    width:7em;
    float:left;
    text-align:left;
    padding:2px;
  }
  
  div.csc-mailform-field span.csc-mailform-label {
    line-height:30px;
  }
  
  fieldset.csc-mailform .csc-mailform-field input,
  fieldset.csc-mailform .csc-mailform-field select,
  fieldset.csc-mailform .csc-mailform-field textarea {
    background:#fff;
    width:25em;
    margin:0;
  }
  
  fieldset.csc-mailform .csc-mailform-field textarea { margin-bottom: 10px; }
  
  input#mailformformtype_mail {
    margin-left: 7.5em;
    width:20.5em;
    background:#fff;
    cursor:pointer;
  }
  
  /*--- EXT: indexed_search ----------------------------------------------------------------------------- */
  .tx-indexedsearch-res a { text-decoration: none; }
  .tx-indexedsearch-res h3 { font-size: 100%; font-weight: bold; }
  .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup { color:#007A89; }
  
  .tx-indexedsearch-searchbox fieldset legend { display:none; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form { float: left; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form label { display: none; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form input { height: 18px; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit { float: left; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input { height: 24px; width: 100px; margin-left: 5px; }
  .tx-indexedsearch-searchbox input {
    padding:2px;
    font:1em Verdana, Arial, Helvetica, Sans-Serif;
    border:1px #ccc solid;
    color:#777;
  }
  
  .tx-indexedsearch-res { margin-bottom: 2em; }
  .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
  .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
  
  .tx-indexedsearch-browsebox li { display:inline; margin-right:5px; }
  .tx-indexedsearch-browsebox a { text-decoration: none; }
  
  .searchbox_top input.ym-searchform_img {
	  background: transparent url('/fileadmin/sportklinik.de/img/pfeil.gif') 0 0 no-repeat;
	  width: 20px;
	}


  /*--- EXT: wt_gallery ----------------------------------------------------------------------------- */
  div.wtgallery_list {
    background-color: #eef6f6;
    height: 102px;
    margin: 1px;
    padding: 12px;
    width: 102px;
  }  

  
  /*--- EXT: felogin ----------------------------------------------------------------------------- */
  .tx-felogin-pi1 p { margin: 0 }
  
  	/* EXT: sr_feuser_register */
	p.tx-srfeuserregister-pi1-error {
		margin: 0 0 0 30%;
		color: #f00;
	}
	.ym-form dd {
		margin: 0 0 0.5em 0;
		padding: 0.1em 0.5em;
		border: 1px solid #eee;
	}


	/* EXT: rss_display */
	#c15570 .ym-g80,
	#c19626 .ym-g80 {
		width: 75%;
	}
	#c15570 .ym-g20,
	#c19626 .ym-g20{
		width: 25%;
	}		
	.tx-rssdisplay {
		width: 165px;
		border: 14px solid #eee;
	}
	.tx-rssdisplay-head {
		margin: 0 10px 20px 10px;
	}
	.tx-rssdisplay-head h2 {
		font-weight: bold;
	}
	.tx-rssdisplay-item {
		margin: 0 10px 20px 10px;
		border-top: 1px dotted #eee;
		padding-top: 20px;
	}
	.tx-rssdisplay-item a {
		text-decoration: none;
	}
	.tx-rssdisplay-item h3 {
		font-size: 12px;
		font-weight: bold;
	}
	.tx-rssdisplay-item img {
		max-width: 100%;
	}
	.tx-rssdisplay-item p {
		margin: 0 0 1em 0;
	}

}
/**
 * Formulare
 */
@media screen {
	.ym-form {
		border: none;
	}
	.ym-form fieldset {
		position: static;
	}
	.ym-form legend {
		display: none;
	}
	.ym-form label,
	.ym-form .ym-label {
		line-height: 1.5;
		padding-top: 0.25em;
	}
	.ym-form .ym-fbox {
		margin: 1em 0 0.5em 0;
	}
	.ym-form .ym-fbox-footer {
		background: #ececec;
		border-top: 1px #e0e0e0 solid;
		padding: 1.5em 1em;
		margin: 0;
	}
	.ym-form .ym-fbox + .ym-fbox {
		margin: 0.5em 0;
	}
	.ym-form .ym-fbox:last-child {
		margin-bottom: 1em;
	}
	.ym-form .ym-fbox + .ym-fbox-footer {
		margin: 1em 0 0 0;
	}
	.ym-form .ym-fbox :last-child,
	.ym-form .ym-fbox-footer :last-child {
		margin-bottom: 0;
	}
	.ym-form .ym-fbox-heading {
		font-size: 1em;
		font-size: 100%;
		color: #000;
		margin: 1em;
	}
	.ym-form .ym-fbox-check:focus + label {
		color: #000;
	}
	.ym-form .ym-gbox-left {
		padding: 0 4px 0 0;
	}
	.ym-form .ym-gbox-right {
		padding: 0 0 0 4px;
	}
	.ym-form .ym-gbox {
		padding: 0 2px 0 2px;
	}

	/**
	* @section styling form elements
	*
	*/
	.ym-form input,
	.ym-form textarea,
	.ym-form select {
		border: 1px solid #ddd;
		line-height: 1em;
		font-family: Arial, Helvetica, sans-serif;
	}
	.ym-form input,
	.ym-form textarea {
		padding: 4px 0.3em;
	}
	.ym-form select {
		padding: 3px 2px 3px 1px;
	}
	.ym-form input:focus,
	.ym-form select:focus,
	.ym-form textarea:focus,
	.ym-form input:hover,
	.ym-form select:hover,
	.ym-form textarea:hover,
	.ym-form input:active,
	.ym-form select:active,
	.ym-form textarea:active {
		border: 1px #888 solid;
		background: #fff;
	}
	.ym-form optgroup {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
	}
	.ym-form .ym-fbox-check input,
	.ym-form input[type="radio"],
	.ym-form input[type="checkbox"] {
		border: 0 none !important;
		background: transparent !important;
	}
	.ym-form .ym-message {
		color: #666;
		margin-bottom: 0.5em;
	}
	.ym-form .ym-required {
		color: #800;
		font-weight: bold;
	}
	.ym-form input:valid,
	.ym-form textarea:valid {
		background-color: #fff;
	}
	.ym-form input:invalid,
	.ym-form textarea:invalid {
		background-color: #fdd;
	}
	.ym-form .ym-error label {
		color: #800;
		font-weight: normal;
	}
	.ym-form .ym-error input,
	.ym-form .ym-error select,
	.ym-form .ym-error textarea {
		border: 1px #800 solid;
	}
	.ym-form .ym-error input:hover,
	.ym-form .ym-error input:focus,
	.ym-form .ym-error select:hover,
	.ym-form .ym-error select:focus,
	.ym-form .ym-error textarea:hover,
	.ym-form .ym-error textarea:focus {
		border: 1px #800 solid !important;
	}
	.ym-form .ym-error .ym-message {
		color: #800;
		font-weight: bold;
		margin-top: 0;
	}

	/**
	* @section Buttons
	* inspired from: Catalin Rosu (http://www.red-team-design.com/just-another-awesome-css3-buttons)
	*/
	.ym-button,
	.ym-form button,
	.ym-form input[type="button"],
	.ym-form input[type="reset"],
	.ym-form input[type="submit"] {
		display: inline-block;
		white-space: nowrap;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
		background: -webkit-linear-gradient(top, #eeeeee, #cccccc);
		background: -moz-linear-gradient(top, #eeeeee, #cccccc);
		background: -ms-linear-gradient(top, #eeeeee, #cccccc);
		background: linear-gradient("to bottom", #eeeeee, #cccccc);
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC');
		zoom: 1;
		border: 1px solid #777;
		border-radius: .2em;
		-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
		color: #333 !important;
		cursor: pointer;
		font: normal 1em/2em Arial, Helvetica;
		margin: 0 0.75em 0 0;
		padding: 0 1.5em;
		overflow: visible;
		/* removes extra side spacing in IE */
		text-decoration: none !important;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	}
	.ym-button:hover,
	.ym-form button:hover,
	.ym-form input[type="button"]:hover,
	.ym-form input[type="reset"]:hover,
	.ym-form input[type="submit"]:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
		background: -webkit-linear-gradient(top, #fafafa, #dddddd);
		background: -moz-linear-gradient(top, #fafafa, #dddddd);
		background: -ms-linear-gradient(top, #fafafa, #dddddd);
		background: linear-gradient("to bottom", #fafafa, #dddddd);
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFDDDDDD');
		zoom: 1;
	}
	.ym-button:active,
	.ym-form button:active,
	.ym-form input[type="button"]:active,
	.ym-form input[type="reset"]:active,
	.ym-form input[type="submit"]:active {
		-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
		background: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
		background: -moz-linear-gradient(top, #cccccc, #bbbbbb);
		background: -ms-linear-gradient(top, #cccccc, #bbbbbb);
		background: linear-gradient("to bottom", #cccccc, #bbbbbb);
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
		zoom: 1;
		position: relative;
		top: 1px;
	}
	.ym-button:focus,
	.ym-form button:focus,
	.ym-form input[type="button"]:focus,
	.ym-form input[type="reset"]:focus,
	.ym-form input[type="submit"]:focus {
		outline: 0;
		background: #fafafa;
	}

	/* removes extra inner spacing in Firefox */
	.ym-form button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	/* If line-height can't be modified, then fix Firefox spacing with padding */
	.ym-form input[type=button]::-moz-focus-inner,
	.ym-form input[type=reset]::-moz-focus-inner,
	.ym-form input[type=submit]::-moz-focus-inner {
		padding: .4em;
	}

}

/*
*  CSS-Datei für individuelle Anpassungen
*/

#siegel_left {
	margin-top: 25px;
}

#siegel_left .siegel img {
	display: block;
	width: 100px;
	margin: 0 auto 25px auto;
}

#siegel_focus {
	margin-bottom: 20px;
	overflow: hidden;
}

#siegel_focus .siegel img {
	float: left;
	display: block;
	width: 69px;
	margin: 0 10px;
}

/* Rundgang */
#c15713 .csc-textpic-image {
	border: 10px solid #eef6f6;
}

/* Cookie Banner */
.cc-window.cc-banner {
	border-top: 2px solid #007E8E;
	font-family: Verdana,'Trebuchet MS',Helvetica,Arial,sans-serif;
	font-size: 14pt;
}
.cc-btn.cc-dismiss {
	text-decoration: none;
}

/* Migration space before/after */
.csc-space-before-10 { margin-top: 10px !important; }
.csc-space-before-15 { margin-top: 15px !important; }
.csc-space-before-20 { margin-top: 20px !important; }
.csc-space-before-25 { margin-top: 25px !important; }
.csc-space-before-30 { margin-top: 30px !important; }
.csc-space-before-35 { margin-top: 35px !important; }
.csc-space-before-40 { margin-top: 40px !important; }
.csc-space-before-43 { margin-top: 43px !important; }
.csc-space-before-50 { margin-top: 50px !important; }
.csc-space-before-60 { margin-top: 60px !important; }
.csc-space-before-75 { margin-top: 75px !important; }
.csc-space-before-90 { margin-top: 90px !important; }
.csc-space-before-100 { margin-top: 100px !important; }
.csc-space-before-150 { margin-top: 150px !important; }
.csc-space-before-160 { margin-top: 160px !important; }
.csc-space-before-200 { margin-top: 200px !important; }
.csc-space-before-400 { margin-top: 400px !important; }
.csc-space-before-500 { margin-top: 500px !important; }
.csc-space-before-510 { margin-top: 510px !important; }
.csc-space-before-550 { margin-top: 550px !important; }

.csc-space-after-10 { margin-bottom: 10px !important; }
.csc-space-after-15 { margin-bottom: 15px !important; }
.csc-space-after-20 { margin-bottom: 20px !important; }
.csc-space-after-30 { margin-bottom: 30px !important; }
.csc-space-after-40 { margin-bottom: 40px !important; }
.csc-space-after-45 { margin-bottom: 45px !important; }
.csc-space-after-50 { margin-bottom: 50px !important; }
.csc-space-after-70 { margin-bottom: 70px !important; }
