@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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.01%; }

 /**
  * (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, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Myriad-Roman, sans-serif;
    font-size: 75.00%;
    color: #000000;
  }

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

  #vereinsname_content { 
  font-size: 28px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
  font-weight: bold;
  color: #000000;
  }
  #title_content{ 
  font-size: 32px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
  font-weight: bold;
  color: #000000;
  }
  
  #footer {
  color: #ffffff;
  }


  h1,h2,h3,h4,h5,h6 {
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    color:#000000;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 167%; }          /* 20px */
  h2 { font-size: 150%; }          /* 18px */
  h3 { font-size: 133%; }          /* 16px */
  h4 { font-size: 117%; }          /* 14px */
  h5 { font-size: 100%; }          /* 12px */
  h6 { font-size: 100%; }          /* 12px */

#col1_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col2_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col3_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2AA6DA;
}

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

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }
  /* Fix fuer OTRS */
  li.Customer { list-style: none outside none; }
  ul#Metadata li  { list-style: none outside none; }


  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  /* Fuer ol von 0.8em auf 1.5em erhoeht, damit bei nummerierten Listen auch groessere Zahlen angezeigt werden */
  li { margin-left: 0.8em; line-height: 1.5em; }
  ol li { margin-left: 1.5em; line-height: 1.5em; }
  li.news-amenu-item-year { list-style-type: none; font-weight: bold;}

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }
  
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; }
  #col3_content p.frame-1 { background-color: #fdf4e7; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col2_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col1_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  p.frame-2 { padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  p.align-left { text-align: left; }
  p.align-center { text-align: center; }
  p.align-right { text-align: right; }
  p.align-justify { text-align: justify; }
  p.indent-1 { margin-left: 2em; }
  p.indent-2 { margin-left: 4em; }
  p.narrow { margin-bottom: 0; }
  span.blue { color: #3399cc; }
  span.red { color: #e11152; }
  span.orange { color: #f1a149; }

  }

  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }
  
  q {quotes:"\201E" "\201C" "\201A" "\2018";}
  q:before   {content:open-quote;}
  q:after    {content:close-quote;}

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

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

  sub, sup { font-size: 91.6667%; }

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

  /*--- Links ----------------------------------------------------------------------------------------- */
  
  a { color: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

    #footer a { color: #ffffff; text-decoration:none; }
    #footer a:link { color: #ffffff; text-decoration:none; }
    #footer a:visited { color: #ffffff; text-decoration:none; }
    /* #footer a:focus, #footer a:hover, #footer a:active   { color: #ffffff; text-decoration:none; font-weight: bold;} */
    #footer a:focus, #footer a:hover, #footer a:active   { color: #f1a149; text-decoration:none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }
  
  /* --- images in news neben text bei Listenansicht --- */
  div[class=news-list-item] { clear:left; }
  div[class=news-list-item] a  img { float:left; margin-right: 10px; margin-bottom: 10px; }
  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: auto; 
    border-collapse:collapse; 
    margin-bottom: 0.5em;
    text-align: center;
  }
  
  #col3_content table {
    border-top: 2px #2AA6DA solid; 
    border-bottom: 2px #2AA6DA solid;
  }
  
  #col1_content table, #col2_content table {
    border-top: 2px #3399cc solid; 
    border-bottom: 2px #3399cc solid;
  }
  table.test2 { border: none;} 
 
  table caption { 
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    font-size: 117%;
    color:#000000;
    caption-side: top; 
    margin-bottom: 1.0em; 
  }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }
  #col1_content table.frame-1, #col1_content table.frame-2, 
  #col2_content table.frame-1, #col2_content table.frame-2, 
  #col3_content table.frame-1, #col3_content table.frame-2 {
    margin-left: 1px; /* wie border einstellen */
    border: 1px solid #333333;
    empty-cells: show;
  }
  #col3_content table.frame-1 { background-color: #fdf4e7; }
  #col2_content table.frame-1, #col1_content table.frame-1 { background-color: #ffffff; }
  
  th,td { padding: 0 0.5em 0 0.5em; /*margin: 0.5em;*/ }
  #col3_content  thead th { color: #000; border-bottom: 2px #2AA6DA solid; }
  #col1_content  thead th, #col2_content thead th { color: #000; border-bottom: 2px #3399cc solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }
  table.frame-1 th, table.frame-2 th { border: 1px solid #333333; }

  tbody th { border-bottom: 1px solid #333; }
  tbody td { border-bottom: 1px solid #333; }
  #col1_content  table.frame-1 td, #col1_content  table.frame-2  td, 
  #col2_content  table.frame-1 td, #col2_content  table.frame-2  td, 
  #col3_content  table.frame-1 td, #col3_content  table.frame-2  td, 
  #col1_content  table.frame-1 th, #col1_content  table.frame-2  th, 
  #col2_content  table.frame-1 th, #col2_content  table.frame-2  th, 
  #col3_content  table.frame-1 th, #col3_content  table.frame-2  th 
  { border: 1px #333333 solid; }

  /*tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }*/
  
  td p, th p { margin: 0.5em 0 0.5em 0; }
  td.indent-1 p { margin-left: 2em; }
  td.indent-2 p { margin-left: 4em; }
  td.narrow { padding-top: 0.5em; padding-bottom: 0.5em; }
  td.narrow  p { margin-top:0; margin-bottom: 0; }
  td {text-align: left;} /* Default fuer Tabellenzellen */
  th {text-align: center; } /* Default fuer Kopfzellen */
  th.align-left, td.align-left { text-align: left; }
  th.align-center, td.align-center { text-align: center; }
  th.align-right, td.align-right { text-align: right; }
  th.align-justify, td.align-justify { text-align: justify; }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Mailform
  *
  */


.mf-formular legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

.mf-formular fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.mf-radiolayout {
width:40%;
padding-top:15px;
padding-bottom:15px;
}

.mf-formular {
/*width:100%;*/
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right: 10px;
border: 1px solid #C0C0C0;
margin: 0 0 0.25em 0;
}

.mf-labelwrap { max-width: 350px; }

.mf-labelwrap label, .mf-radiolayout legend { font-weight:bold; }

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border: 1px solid #C0C0C0;
}
.mf-select option {
  padding-left: 10px;
  padding-bottom: 4px;
  padding-right: 10px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit, .mf-reset {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
font-weight:bold;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
white-space: normal;
}

.mf-req .mf-input, .mf-req .mf-text { background-color: #fdf4e7 }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */
  
  /* Google Search API und user_darc_google_search extension */
  #searchResults .gsc-control { width: 100%; }
  #searchResults .gs-visibleUrl-short { display: none; }
  #searchResults .gs-visibleUrl-long { display: block; }
  .gsc-search-button  { width: 48px; height: 17px; }
  
  .user-darcgooglesearch-pi1 button {
  cursor: pointer;
  }
  
  .googlesearch-resulttabs {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
  margin: 0 0 1em;
  }

  .googlesearch-resulttabs ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    /*display: inline;*/
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
  margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resulttabs ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
  width: 8.5em;
  height: 2em;
  margin: 0px;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding: 0px;
  /*padding-top: 2px;*/
  }
  
  .googlesearch-resulttabs ul li.widebutton {
  width: 100%;
  }

    .googlesearch-resulttabs ul li button{
    background-color: #3399cc;
    color: #FFFFFF;
    border-width: 0;
    padding: 3px;
    font-family: Myriad-Roman, sans-serif;
    font-weight: bold;
    width: 8em;
    cursor: pointer;
    -moz-box-sizing: content-box;
  }
  
  .googlesearch-resulttabs ul li button.active {
    background-color: #f1a149;
    cursor: default;
  }
  
  .googlesearch-resulttabs button.widebutton {
    width: 100%;
  }
  
  .googlesearch-resultpages {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
  margin: 0 0 1em;
  }

  .googlesearch-resultpages ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
  margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resultpages ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
  width: 2.5em;
  height: 2em;
  margin: 0px;
  margin-right: 0.3em;
  padding: 0px;
  /*padding-top: 2px;*/
  }

    .googlesearch-resultpages ul li button{
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0;
    padding: 3px;
    font-family: Myriad-Roman, sans-serif;
    font-weight: normal;
    /*font-size: 100%;*/
    text-decoration: underline;
    -moz-appearance: none;
    -moz-box-sizing: content-box;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size-adjust: none;
    -x-system-font: none;
    cursor: pointer;
  }
  
  .googlesearch-resultpages ul li button.active {
    background-color: #FFFFFF;
    color: #e11152;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
  }
  
  .googlesearch-resultpages a {
    top: 12px;
    position: relative;
  }

  /* OTRS Survey */
  .otrssurvey table {
    font-family: Myriad-Roman, sans-serif;
    color:#000000;
  }
  
  .otrssurvey  tbody th { border-bottom: 0px none #333; }
  .otrssurvey tbody td { border-bottom: 0px none #333; }

  
  td.mainhead {
    font-weight:bold;
    margin: 0 0 0.25em 0;
    font-size: 167%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #2AA6DA;
  }
  
  td.contenthead {
    font-size: 18px;
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    color:#000000;
    margin: 0 0 0.25em 0;
  }
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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.01%; }

 /**
  * (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, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Myriad-Roman, sans-serif;
    font-size: 75.00%;
    color: #000000;
  }

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

  #vereinsname_content { 
  font-size: 28px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
  font-weight: bold;
  color: #000000;
  }
  #title_content{ 
  font-size: 32px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
  font-weight: bold;
  color: #000000;
  }
  
  #footer {
  color: #ffffff;
  }


  h1,h2,h3,h4,h5,h6 {
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    color:#000000;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 167%; }          /* 20px */
  h2 { font-size: 150%; }          /* 18px */
  h3 { font-size: 133%; }          /* 16px */
  h4 { font-size: 117%; }          /* 14px */
  h5 { font-size: 100%; }          /* 12px */
  h6 { font-size: 100%; }          /* 12px */

#col1_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col2_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col3_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f1a149;
}

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

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }
  /* Fix fuer OTRS */
  li.Customer { list-style: none outside none; }
  ul#Metadata li  { list-style: none outside none; }


  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  /* Fuer ol von 0.8em auf 1.5em erhoeht, damit bei nummerierten Listen auch groessere Zahlen angezeigt werden */
  li { margin-left: 0.8em; line-height: 1.5em; }
  ol li { margin-left: 1.5em; line-height: 1.5em; }
  li.news-amenu-item-year { list-style-type: none; font-weight: bold;}

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }
  
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; }
  #col3_content p.frame-1 { background-color: #fdf4e7; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col2_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col1_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  p.frame-2 { padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  p.align-left { text-align: left; }
  p.align-center { text-align: center; }
  p.align-right { text-align: right; }
  p.align-justify { text-align: justify; }
  p.indent-1 { margin-left: 2em; }
  p.indent-2 { margin-left: 4em; }
  p.narrow { margin-bottom: 0; }
  span.blue { color: #3399cc; }
  span.red { color: #e11152; }
  span.orange { color: #f1a149; }

  }

  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }
  
  q {quotes:"\201E" "\201C" "\201A" "\2018";}
  q:before   {content:open-quote;}
  q:after    {content:close-quote;}

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

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

  sub, sup { font-size: 91.6667%; }

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

  /*--- Links ----------------------------------------------------------------------------------------- */
  
  a { color: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

    #footer a { color: #ffffff; text-decoration:none; }
    #footer a:link { color: #ffffff; text-decoration:none; }
    #footer a:visited { color: #ffffff; text-decoration:none; }
    /* #footer a:focus, #footer a:hover, #footer a:active   { color: #ffffff; text-decoration:none; font-weight: bold;} */
    #footer a:focus, #footer a:hover, #footer a:active   { color: #f1a149; text-decoration:none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }
  
  /* --- images in news neben text bei Listenansicht --- */
  div[class=news-list-item] { clear:left; }
  div[class=news-list-item] a  img { float:left; margin-right: 10px; margin-bottom: 10px; }
div[class=news-single-img] img {float:left; margin-right: 10px; margin-bottom: 10px; }
  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: auto; 
    border-collapse:collapse; 
    margin-bottom: 0.5em;
    text-align: center;
  }
  
  #col3_content table {
    border-top: 1px #2AA6DA solid; 
    border-bottom: 1px #2AA6DA solid;
  }
  
  #col1_content table, #col2_content table {
    border-top: 2px #3399cc solid; 
    border-bottom: 2px #3399cc solid;
  }
  
  table caption { 
    font-family: Myriad-Roman, sans-serif;
    font-weight:normal;
    font-size: 100%;
    color:#000000;
    caption-side: top; 
    margin-bottom: 1.0em; 
  }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }
  #col1_content table.frame-1, #col1_content table.frame-2, 
  #col2_content table.frame-1, #col2_content table.frame-2, 
  #col3_content table.frame-1, #col3_content table.frame-2 {
    margin-left: 1px; /* wie border einstellen */
    border: 1px solid #333333;
    empty-cells: show;
  }
  #col3_content table.frame-1 { background-color: #fdf4e7; }
  #col2_content table.frame-1, #col1_content table.frame-1 { background-color: #ffffff; }
  
  th,td { padding: 0 0.5em 0 0.5em; /*margin: 0.5em;*/ }
  #col3_content  thead th { color: #000; border-bottom: 1px #2AA6DA solid; }
  #col1_content  thead th, #col2_content thead th { color: #000; border-bottom: 2px #3399cc solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }
  table.frame-1 th, table.frame-2 th { border: 1px solid #333333; }

  tbody th { border-bottom: 1px solid #333; }
  tbody td { border-bottom: 1px solid #333; }
  #col1_content  table.frame-1 td, #col1_content  table.frame-2  td, 
  #col2_content  table.frame-1 td, #col2_content  table.frame-2  td, 
  #col3_content  table.frame-1 td, #col3_content  table.frame-2  td, 
  #col1_content  table.frame-1 th, #col1_content  table.frame-2  th, 
  #col2_content  table.frame-1 th, #col2_content  table.frame-2  th, 
  #col3_content  table.frame-1 th, #col3_content  table.frame-2  th 
  { border: 1px #333333 solid; }

  /*tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }*/
  
  td p, th p { margin: 0.5em 0 0.5em 0; }
  td.indent-1 p { margin-left: 2em; }
  td.indent-2 p { margin-left: 4em; }
  td.narrow { padding-top: 0.5em; padding-bottom: 0.5em; }
  td.narrow  p { margin-top:0; margin-bottom: 0; }
  td {text-align: left;} /* Default fuer Tabellenzellen */
  th {text-align: center; } /* Default fuer Kopfzellen */
  th.align-left, td.align-left { text-align: left; }
  th.align-center, td.align-center { text-align: center; }
  th.align-right, td.align-right { text-align: right; }
  th.align-justify, td.align-justify { text-align: justify; }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Mailform
  *
  */


.mf-formular legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

.mf-formular fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.mf-radiolayout {
width:40%;
padding-top:15px;
padding-bottom:15px;
}

.mf-formular {
/*width:100%;*/
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right: 10px;
border: 1px solid #C0C0C0;
margin: 0 0 0.25em 0;
}

.mf-labelwrap { max-width: 350px; }

.mf-labelwrap label, .mf-radiolayout legend { font-weight:bold; }

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border: 1px solid #C0C0C0;
}
.mf-select option {
  padding-left: 10px;
  padding-bottom: 4px;
  padding-right: 10px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit, .mf-reset {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
font-weight:bold;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
white-space: normal;
}

.mf-req .mf-input, .mf-req .mf-text { background-color: #fdf4e7 }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */
  
  /* Google Search API und user_darc_google_search extension */
  #searchResults .gsc-control { width: 100%; }
  #searchResults .gs-visibleUrl-short { display: none; }
  #searchResults .gs-visibleUrl-long { display: block; }
  .gsc-search-button  { width: 48px; height: 17px; }
  
  .user-darcgooglesearch-pi1 button {
  cursor: pointer;
  }
  
  .googlesearch-resulttabs {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
  margin: 0 0 1em;
  }

  .googlesearch-resulttabs ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    /*display: inline;*/
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
  margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resulttabs ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
  width: 8.5em;
  height: 2em;
  margin: 0px;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding: 0px;
  /*padding-top: 2px;*/
  }
  
  .googlesearch-resulttabs ul li.widebutton {
  width: 100%;
  }

    .googlesearch-resulttabs ul li button{
    background-color: #3399cc;
    color: #FFFFFF;
    border-width: 0;
    padding: 3px;
    font-family: Myriad-Roman, sans-serif;
    font-weight: bold;
    width: 8em;
    cursor: pointer;
    -moz-box-sizing: content-box;
  }
  
  .googlesearch-resulttabs ul li button.active {
    background-color: #f1a149;
    cursor: default;
  }
  
  .googlesearch-resulttabs button.widebutton {
    width: 100%;
  }
  
  .googlesearch-resultpages {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
  margin: 0 0 1em;
  }

  .googlesearch-resultpages ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
  margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resultpages ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
  width: 2.5em;
  height: 2em;
  margin: 0px;
  margin-right: 0.3em;
  padding: 0px;
  /*padding-top: 2px;*/
  }

    .googlesearch-resultpages ul li button{
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0;
    padding: 3px;
    font-family: Myriad-Roman, sans-serif;
    font-weight: normal;
    /*font-size: 100%;*/
    text-decoration: underline;
    -moz-appearance: none;
    -moz-box-sizing: content-box;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size-adjust: none;
    -x-system-font: none;
    cursor: pointer;
  }
  
  .googlesearch-resultpages ul li button.active {
    background-color: #FFFFFF;
    color: #e11152;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
  }
  
  .googlesearch-resultpages a {
    top: 12px;
    position: relative;
  }

  /* OTRS Survey */
  .otrssurvey table {
    font-family: Myriad-Roman, sans-serif;
    color:#000000;
  }
  
  .otrssurvey  tbody th { border-bottom: 0px none #333; }
  .otrssurvey tbody td { border-bottom: 0px none #333; }

  
  td.mainhead {
    font-weight:bold;
    margin: 0 0 0.25em 0;
    font-size: 167%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2AA6DA;
  }
  
  td.contenthead {
    font-size: 18px;
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    color:#000000;
    margin: 0 0 0.25em 0;
  }
.error {z-index:10000 !important;}

.tx-yagooglesearch-pi2 {
    margin-bottom: 20px;
}


/* Redesign 2016 */
#headerwrapper {
  /*min-height: 430px;*/
  background-image: url(/fileadmin/config/Resources/Public/Images/darc-welle-transparenz.png), url(/fileadmin/config/Resources/Public/Images/darc-welle_grau.jpg);  
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-color: #e8e8e8;
  background-position: 0 110px, 0 0;
}
#header2016 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  /*overflow: hidden;*/
  min-height: 350px;

  text-align: left;
  font-family: 'Open Sans', verdana, sans-serif; 
  font-size: 16px;
  line-height: 18px;
  color: #485a63;
}
#header_img IMG { 
	/*margin-top: 34px; */
	position: absolute;
	left: 20px;
	top: 30px;
	padding: 0;
	margin: 0;
	height: auto;
}
#header_right { 
  float: right; 
  width: 685px;
  position: relative:
}
#header_right #banner {
  position: absolute;
  top: 30px;
  right: 23px;
}
#header_right #banner #title_content {
	color: #273d5e;
	text-align: right;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
}
#header_right #zoom {
  /*border: 1px solid #2aa6da;*/
  float: left;
  width: 50px;
  padding: 0 10px 0 0;
  /*background: #ffffff;*/
  color: #2aa6da;
  font-size: 12px;
  margin: 30px 0 24px 0;
}
#header_right #zoom .zoomsmall { 
  font-size: 10px; 
  margin-right: 7px;
}
#header_right #zoom .zoombig { 
  font-size: 14px; 
  margin-left: 7px;
}
#header_right #zoom SPAN { cursor: pointer; }
#header_right #search { clear: both;}
#header_right #headertitle {
	float: left;
	clear: both;
	margin-top: 61px;
}
#header_right #headertitle H1 {
	font-weight: normal;
	color: #273d5e;
}
.tx-yagooglesearch-pi2 INPUT[type="text"],
.searchinput {
  font-family: 'Open Sans', verdana, sans-serif; 
  font-size: 10px;
  color: #485a63;
  border: 1px solid #2aa6da;
  width: 132px;  
  padding: 2px 3px;
  height: 14px;
  float: left;
}
.tx-yagooglesearch-pi2 INPUT[type="submit"],
.searchbutton {
  width: 20px;
  height: 20px;
  background: url(/fileadmin/config/Resources/Public/Images/Button-Suche.png) no-repeat;
  border:none;
  font-size: 1px;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  float: left;
}
#header_right #lang { 
  float: left;
  margin: 29px 0 0 50px; 
}
#header_right #lang A {
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #2aa6da;
  border: 1px solid #2aa6da;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

#menu{
  padding: 0;
  margin: 0;
}

nav {
  width: 700px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 110px;
  z-index: 10;
}
#menu {
  padding: 0;
  margin: 0;
}
nav a {
  font-size: 13px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
}
nav a:hover { text-decoration: none; }
nav #main-nav-list>li {
  float: left;
  margin: 0 9px 0 0;
  list-style: none;
  background-color:#2aa6da;
}
nav #main-nav-list>li.last { 
	margin:0; 
	/*float: right;*/
}
nav #main-nav-list>li>a { 
	padding: 5px 6px; 
	color: #ffffff;
}
nav #main-nav-list>li.open { 
	background-color: #273d5e; 
	padding-bottom: 11px;
}
nav #main-nav-list>li:hover { 
	background-color: #273d5e; 
}
nav #main-nav-list>li:first-child:hover { padding: 0; }
nav #main-nav-list>li.active { background-color:#273d5e; }
NAV #main-nav-list{ margin: 0; }
nav #main-nav-list>li.referate { width: 111px; }

.dropdown-menu.sec-menu.level1 { width: 602px; }
.dropdown-menu.level2 { margin:0 0 0 10px; }
.dropdown-menu.level2:empty {margin-top: 10px;}

NAV .sec-menu { 
  display: none;
  position:absolute;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#273d5e), to(#0076b5));
  background: -moz-linear-gradient(top, #273d5e, #0076b5);  
  background: -ms-linear-gradient(top, #273d5e 0%, #0076b5 100%);
  background-color: ##0076b5;
  margin: 0;
  height: 241px;
  left: 0;
  top: 30px;
  column-count: 3;
  column-fill: auto;
  -moz-column-count: 3;
  -moz-column-fill: auto;
  -webkit-column-count: 3;
  -webkit-column-fill: auto;
  padding: 20px 40px 10px 40px;
} 
NAV .sec-menu A { 
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}
NAV .sec-menu .level2 A { 
	font-weight: normal; 
	line-height: 18px;
}
NAV .level3 A { margin-left: 10px; }
NAV #main-nav-list li.open .sec-menu { display: block !important; }
NAV .sec-menu li {   
  height: auto;
  position: relative;
}
NAV .level1 LI { 
	list-style: none; 
	margin-left: 0;
}
NAV .level2 LI { 
	list-style: none; 
	color: #ffffff;
	line-height: 15px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
NAV .level2 li:last-child {
    padding-bottom: 10px;
}
NAV .sec-menu li a { 
  text-align: left !important;
  line-height: 18px;
  color: #ffffff;
}
NAV .sec-menu li.divider { display: none; }
NAV .sec-menu .menuimage { 
	/*float: right; */
	position: absolute;
	right: 40px;
	bottom: 5px;
}
.main-nav .mobile-menu-toggle { display: none; }

#login {
  width: 215px;
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: 14px;
}
#login .tx-felogin-pi1 H1 {
  font-size: 15px;
  font-weight: bold;
  color: #485a63;
  margin-bottom: 5px;
  line-height: 28px;
  font-family: 'Open Sans', verdana, sans-serif; 
}
#login .tx-felogin-pi1 INPUT {
  font-family: 'Open Sans', verdana, sans-serif; 
  font-size: 10px;
  color: #485a63;
  border: 1px solid #2aa6da;
  padding: 3px;
  width: 97px;
}
#login .tx-felogin-pi1 INPUT[type="submit"] {
  color: #ffffff;
  background-color: #2aa6da;
  font-weight: bold;
  font-size: 13px;
  width: 105px;
  float: left;
  margin: 0 5px 5px 0;
  cursor: pointer;
  border: none;
  line-height: 12px;
  height: 20px;
}
#login .tx-felogin-pi1 .mitgliedwerden {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  background-color: #f7a900;
  text-align: center;
  text-decoration: none;
  width: 105px;
  height: 40px;
  padding-top:5px;
  float:right;
  line-height: 17px;
}
#login .meinedaten {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  background-color: #2aa6da;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 105px;
  height: 20px;
  float:left;
  line-height: 20px;
}
#login .mdloggedout { opacity: 0.5; }
	
#login .tx-felogin-pi1 #user { margin-bottom: 5px; }
#login .tx-felogin-pi1 P { margin: 0 !important; }
#login .tx-felogin-pi1 P A {
  color: #2aa6da;
  font-size: 10px;
}
#login .tx-felogin-pi1 .permalogin LABEL,
#login .tx-felogin-pi1 .statusmessage { font-size: 10px; }
#login .tx-felogin-pi1 .statusmessage { display: none; }
#login .tx-felogin-pi1 #permalogin { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  height: 6px;
}
#login .tx-felogin-pi1 .permalogin LABEL { 
	color: #2aa6da;
    line-height: 11px;
    margin-left: 24px;
    padding-bottom: 6px;
    position: relative;
}

/* graceful degradation for ie8 */
#login input[type='checkbox'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

#login input[type='checkbox']:checked,
#login input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

#login input[type='checkbox'] + label { cursor: pointer; }
#login input[type='checkbox']:checked + label::before,
#login input[type='checkbox']:not(:checked) + label::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/fileadmin/config/Resources/Public/Icons/icon_checkbox-off.png);
    background-size: 20px 20px;
    padding-left: 20px;
    height: 20px;
    left: -24px;
    top: calc(50% - 10px);
}
#login input[type='checkbox']:not(:checked) + label::before {
	background-image:url(/fileadmin/config/Resources/Public/Icons/icon_checkbox-on.png);
}
.tx-felogin-pi1 .memberinfo {
	padding: 5px;
	width: 95px;
	background-color: #ffffff;
	color: #2aa6da;
	border: 1px solid #2aa6da;
	margin: 10px 0 5px 0;
	font-size: 10px;
	line-height: 12px;
}
.tx-felogin-pi1 H2 { 
	font-size: 13px; 
	color: #2aa6da;
  font-family: 'Open Sans', verdana, sans-serif; 
  line-height: 20px;
  margin: 0;
}

#sectionmenu {
	/*position: absolute;
	left: 255px;
	bottom: 30px;*/
    float: right;
    height: 148px;
    width: 685px;	
}
#sectionmenu UL { 
  margin: 0;
  width: 685px;
}
#sectionmenu A {
  text-decoration: none;
  color: #273d5e;
}
#sectionmenu LI { 
	float: left; 
	width: 215px;
	margin: 0 20px 20px 0;
	list-style: none;
	min-height: 41px;
}
#sectionmenu LI:nth-child(3n+3) { margin-right: 0; }
#sectionmenu LI .csc-sectionIcon {
	display: block;
	float: left;
	margin-right: 9px;
}
#sectionmenu IMG {
    display: block;
    float: left;
    margin-right: 9px;
}
#sectionmenu .subheader {
   float: left;
	font-size: 13px;
	font-weight: bold;
}
#sectionmenu .subheader A {
	background-image: url(/fileadmin/config/Resources/Public/Icons/icon_back.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0 2px;
	padding-left: 18px;
}
/*#sectionmenu .item {
    clear: both;
	display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}*/
#sectionmenu .header {
    background-image: url(/fileadmin/config/Resources/Public/Icons/icon_anchor.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    width: 342px;
    word-wrap: break-word;
}
#breadcrumb {
	float:left;
	margin-bottom: 5px;
}
#breadcrumb Li {
	display: block;
	float: left;
	margin-left: 0;
}
h2.ui-accordion-header {
    color: #2aa6da;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 4px 0px 4px 0px;
    position:relative;
	cursor: pointer;
}
h2.ui-accordion-header:focus { outline: 0; }
h2.ui-accordion-header .ui-accordion-header-icon {
    content: "";
    position: absolute;
	width: 34px;
	height: 14px;
	background-image: url(/fileadmin/config/Resources/Public/Icons/icon_mehr.png);
	background-size: 34px 14px;
    right: 0;
    top: 4px;
    background-repeat: no-repeat;
}
h2.ui-accordion-header-active .ui-accordion-header-icon {
    content: "";
    position: absolute;
	width: 48px;
	height: 14px;
    background-image: url(/fileadmin/config/Resources/Public/Icons/icon_weniger.png);
	background-size: 48px 14px;
    right: 0;
    top: 4px;
    background-repeat: no-repeat;
}

#sectionmenu > div {
    float: left;
    width: 50%;
}
#districtback {
	position: absolute;
	left: 255px;
	bottom: 12px;
    font-size: 13px;
    font-weight: bold;
}
#districtback A {
	background-image: url(/fileadmin/config/Resources/Public/Icons/icon_back.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0 2px;
	padding-left: 20px;
}
#districtback .subheader, #districtback .header { display: block; }