@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) CSS-component for creating vertical forms
 * (de) CSS-Baustein zur Erstellung von Formularen mit untereinander angeordneten Elementen
 *
 * @note            Many thanks to Ansgar Hein (http://www.anatom5.de) for contribution
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 9527 $
 * @lastmodified    $Date: 2010-08-26 12:14:04 +0200 (Do, 26 Aug 2010) $
 */

@media all {
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
      border: none;
  }

  /**
   *  YAML Forms - visual styling
   *
   *  (en) visual form styling area
   *  (de) Festlegung des optischen Erscheinungsbildes
   */

  .yform {
    margin: 0;
    padding: 0;
  }

  .yform fieldset {
    border:1px #ddd solid;
    background: #ebebeb
                url(/application/hze/artwork/layout/gradient.png)
                repeat-x
                top left;
    margin: 0 0 1em 0;
    padding: 8px 10px 8px 20px;
  }

  .yform legend {
    font-size: 1.2em;
    font-weight: bold;
    background: transparent;
    color: #333;
    border: none;
  }

  .yform label {
    color: #333;
    font-size: 1.2em;
  }

  .yform input,
  .yform textarea,
  .yform select,
  .yform optgroup {
    font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
    font-size: 13px;
    border: 1px solid #d9d9d9;
  }

  /* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus */

  form.yform div input:focus,
  form.yform div select:focus,
  form.yform div textarea:focus,
  form.yform div input:hover,
  form.yform div select:hover,
  form.yform div textarea:hover,
  form.yform div input:active,
  form.yform div select:active,
  form.yform div textarea:active {
    border: 1px #666 solid;
    background: #fff;
  }

  /* Styling of custom styled buttons | Gestaltung von individuell gestalteten Buttons */
  .yform .type-button {
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                repeat-x
                0px -114px;
    line-height: 14px;
    height: 24px;
    border: none;
    overflow: visible !important;
    margin: 8px 6px 8px 0;
    position: relative;
    width: auto;
  }

  .yform .type-buttonGrey {
    background-position: 0px 0px;
  }

  .yform .type-button A.cssButton,
  .yform .type-button A:focus.cssButton,
  .yform .type-button A:hover.cssButton,
  .yform .type-button A:active.cssButton {
    display: block;
    font-size: 13px;
    margin-top: 4px;
  }

  .yform .type-button input,
  .yform .type-button A.cssButton {
    color: #f4f4f4;
    background: transparent;
    padding: 0 6px 2px 12px;
    line-height: 14px;
    border: none;
    text-align: left;
    height: 18px;
    white-space:nowrap;
  }

  .yform .type-button input {
    height: 22px;
    padding-top: 1px;
  }

  .yform .type-buttonGrey input,
  .yform .type-buttonGrey A.cssButton {
    color: #202020;
  }

  .yform .type-button DIV.cssButtonRight {
    position: absolute;
    right: -6px;
    top: 0px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                -494px -114px;
    width: 6px;
    height: 24px;
  }

  .yform .type-buttonGrey DIV.cssButtonRight {
    background-position: -494px 0px;
  }

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  .yform .type-button input:focus,
  .yform .type-button input:hover,
  .yform .type-button input:active,
  .yform .type-button A:focus.cssButton,
  .yform .type-button A:hover.cssButton,
  .yform .type-button A:active.cssButton {
    color: #f4f4f4;
    background: transparent;
    padding: 0 6px 2px 12px;
    line-height: 14px;
    border: none;
    text-align: left;
  }

  .yform .type-button input:focus,
  .yform .type-button input:hover,
  .yform .type-button input:active {
    padding-top: 1px;
  }

  .yform .type-buttonGrey input:focus,
  .yform .type-buttonGrey input:hover,
  .yform .type-buttonGrey input:active,
  .yform .type-buttonGrey A:focus.cssButton,
  .yform .type-buttonGrey A:hover.cssButton,
  .yform .type-buttonGrey A:active.cssButton {
    color: #202020;
  }

  .yform .type-button INPUT.cssButtonWithArrow,
  .yform .type-button A.cssButtonWithArrow,
  .yform .type-button A:focus.cssButtonWithArrow,
  .yform .type-button A:hover.cssButtonWithArrow,
  .yform .type-button A:active.cssButtonWithArrow{
    padding: 0 6px 2px 20px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -320px;
  }

  .yform .type-button INPUT.cssButtonWithArrow {
    background-position: 0 -316px;
    padding-top: 2px;
  }

  .yform .type-button INPUT.cssButtonWithExternalURL,
  .yform .type-button A.cssButtonWithExternalURL,
  .yform .type-button A:focus.cssButtonWithExternalURL,
  .yform .type-button A:hover.cssButtonWithExternalURL,
  .yform .type-button A:active.cssButtonWithExternalURL{
    padding: 0 6px 2px 26px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -909px;
  }

  .yform .type-buttonGrey INPUT.cssButtonWithArrow,
  .yform .type-buttonGrey A.cssButtonWithArrow,
  .yform .type-buttonGrey A:focus.cssButtonWithArrow,
  .yform .type-buttonGrey A:hover.cssButtonWithArrow,
  .yform .type-buttonGrey A:active.cssButtonWithArrow{
    padding: 0 6px 2px 20px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -826px;
  }

  .yform .type-buttonGrey INPUT.cssButtonWithCrossHair,
  .yform .type-buttonGrey A.cssButtonWithCrossHair,
  .yform .type-buttonGrey A:focus.cssButtonWithCrossHair,
  .yform .type-buttonGrey A:hover.cssButtonWithCrossHair,
  .yform .type-buttonGrey A:active.cssButtonWithCrossHair{
    padding: 0 6px 2px 26px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -1192px;
  }

  .yform .type-buttonGrey INPUT.cssButtonWithSocialIcon,
  .yform .type-buttonGrey A.cssButtonWithSocialIcon,
  .yform .type-buttonGrey A:focus.cssButtonWithSocialIcon,
  .yform .type-buttonGrey A:hover.cssButtonWithSocialIcon,
  .yform .type-buttonGrey A:active.cssButtonWithSocialIcon{
    padding: 0 6px 2px 26px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -1218px;
  }

  .yform .type-buttonWithSpecialIcon INPUT,
  .yform .type-buttonWithSpecialIcon A,
  .yform .type-buttonWithSpecialIcon A:focus,
  .yform .type-buttonWithSpecialIcon A:hover,
  .yform .type-buttonWithSpecialIcon A:active {
    padding: 0 6px 2px 6px;
  }

  .yform .type-buttonWithSpecialIcon A SPAN.cssIcon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: transparent
                url(/application/hze/artwork/layout/imageLibrary.png)
                no-repeat
                0 0;
  }

  .yform .type-buttonWithSpecialIcon A.cssRSS,
  .yform .type-buttonWithSpecialIcon A:focus.cssRSS,
  .yform .type-buttonWithSpecialIcon A:hover.cssRSS,
  .yform .type-buttonWithSpecialIcon A:active.cssRSS {
    padding: 0 6px 2px 4px;
  }

  .yform .type-buttonWithSpecialIcon A.cssRSS SPAN.cssIcon {
    background-position: -64px -465px;
  }

  form.yform .type-text input,
  form.yform .type-text textarea {
    padding: 2px 0 3px;
  }

  /* spezielle Eingabefelder */
  .yform .type-text.cssTypeTextWithBackground {
    margin: 0 6px 0 0;
    padding: 0 5px;
    position: relative;
    height: 23px;
    border: none;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                0 -341px;
  }

  .yform .type-text.cssTypeTextWithBackground input,
  .yform div.type-text.cssTypeTextWithBackground input:focus,
  .yform div.type-text.cssTypeTextWithBackground input:hover,
  .yform div.type-text.cssTypeTextWithBackground input:active {
    border: none;
    background: transparent;
    padding: 2px 0 3px 0;
    width: 100%;
  }

  .yform .type-text.cssTypeTextWithBackground input::-moz-selection {
    background: #aeaeae;
  }

  .yform .type-text.cssTypeTextWithBackground DIV.cssInputRight {
    position: absolute;
    right: -6px;
    top: 0px;
    background: transparent
                url(/application/hze/artwork/layout/controls.png)
                no-repeat
                -494px -341px;
    width: 6px;
    height: 23px;
  }

  .columnar .type-radio {
    position: relative;
  }

  .columnar .type-radio LABEL.cssRadioLabel {
    display: block;
    position: absolute;
  }

  .columnar .type-radio INPUT {
    margin: 0 4px 8px 0;
  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | fieldset                      |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /fieldset                     |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* General form styling  | Allgemeine Formatierung des Formulars */
  .yform { overflow:hidden; }
  .yform fieldset { overflow:hidden; }
  .yform label { display:block; cursor:pointer; padding: 0 0 8px 0; }
  .yform legend { background:#fff; border:0; padding:0; }
  .yform .message { display:block; margin-bottom:8px; color:#666; }

  /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. häßliche Lücken im Firefox) */
  .yform input[type=hidden] { display:none !important; }

  /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
  .yform div.type-select,
  .yform div.type-check {
    margin:8px 0;
    position:relative;
    overflow:hidden;
  }

  /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite */
  .yform .type-text textarea {
    display:block;
    position:relative;
    padding:0.3em 0.3em;
    width:58.5%;
  }

  .yform .type-select select {
    display:block;
    position:relative;
    padding: 0.3em 2px 0.3em 1px;
    width:60%;
    cursor:pointer;
  }
  .yform .type-select select optgroup {
    font-style:normal;
    font-weight:bold;
  }

  .yform .type-check input { cursor:pointer; }
  .yform .type-check label { display:inline; }

  /* Styling of buttons | Gestaltung von Buttons */
  .yform .type-button input {
    cursor:pointer;
    overflow:visible;  /* Fixes IE7 auto-padding bug */
    width:auto;
  }

  /* Styling of error-messages | Fehlermeldungen */
  .yform div.error,
  .yform ul.errors {
    border:1px #a00 dashed;
    background:#faf4f4;
    padding:8px;
  }

  .yform div.error label { color:#333; font-weight:bold; }
  .yform div.error .message { color:#800; }

  /* avoid jumping checkboxes & radiobuttons in IE8 */
  .yform div.type-check input:focus,
  .yform div.type-check input:hover,
  .yform div.type-check input:active { border:0 none; }

 /*------------------------------------------------------------------------------------------------------*/

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */

  .full div.type-text input,
  .full div.type-text textarea { width:97%; margin-right: -3px; }
  .full div.type-select select { width:98.5%; margin-right: -3px; }

  .full .subcolumns div.type-text input,
  .full .subcolumns div.type-text textarea { width:94%; margin-right: -3px; }
  .full .subcolumns div.type-select select { width:97.0%; margin-right: -3px; }

  /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
  * html .full div.type-text input,
  * html .full div.type-text textarea { width:97%; }
  * html .full div.type-select select { width:98.5%; }
  * html .full div.button { width:97%; }

  * html .full .subcolumns div.type-text input,
  * html .full .subcolumns div.type-text textarea { width:94%; }
  * html .full .subcolumns div.type-select select { width:97.0%; }
  * html .full .subcolumns div.buttont { width:97.0%; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Columnar forms display - technical base (optional)
  *
  * |-------------------------------------------|
  * | fieldset                                  |
  * |-------------------------------------------|
  * |                                           |
  * |   label   |   input / select / textarea   |
  * |                                           |
  * |-------------------------------------------|
  * | /fieldset                                 |
  * |-------------------------------------------|
  *
  * (en) Styling of forms where label floats left of form-elements
  * (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* Columnar display | Spalten-Darstellung */
  .columnar .type-text label,
  .columnar .type-select label {
    float:left;
    width:30%; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
    padding-top: 6px;
  }

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */
  .columnar div.type-check input { margin-left:30%; }
  .columnar div.error .message { margin-left:30%; }

  .columnar div.type-text input,
  .columnar div.type-text textarea { float:left; width:65.8%; margin-right: -3px; }
  .columnar div.type-select select { float:left; width:67.4%; margin-right: -3px; }

  /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
  * html .columnar div.type-text input,
  * html .columnar div.type-text textarea { width:65.2%; }
  * html .columnar div.type-select select { width:66.8%; }

 /*------------------------------------------------------------------------------------------------------*/

}
