@charset "UTF-8";
/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: basemod.css 995 2011-06-26 15:40:38Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 *
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting YAML's  basic layout elements
  * (de) Gestaltung des YAML Basis-Layouts
  */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: /*#626263*/#D9DADC; padding: 10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align:left; }

  /* (en) Standard für Popup .contentpane */
  /* (de) Default for Popup .contentpane */
  body.contentpane {
   background:#fff;
   max-width:none;
   min-width:inherit;
   width: auto;
   text-align:left;
   padding:1em;
  }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { /*min-width: 740px; max-width: 80em; */ width: 960px;margin: 0 auto; border-bottom: 1px #fff solid;  }
  #page{ background: #fff; border-top:1px #fff solid; border-right:1px #fff solid; border-left: 3px solid #D80043;position:relative; }

  /* (en) adjustment of skip links using tab navigation */
  /* (de) Anpassung der Skip-Links für Tab-Navigation */
 .skip:focus, .skip:active {
   position: absolute;
   left:2px;
   top:2px;
   background:#eee;
   padding: 3px 6px;
   border: 1px solid #ccc;
   outline: none;
   z-index: 20;
   font-size:1.16em;
   font-weight:bold;
 }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
   background: transparent url(../../../images/default/page_images/header.png);height: 150px ;background-repeat: no-repeat;
    padding: 0px 2em 0px 240px;
  }

  #header #topnav { color: #000; background: transparent; position: absolute; top:120px; right:10px; }
  #header #topnav ul { margin:0; padding:0; overflow:hidden; list-style:none; list-style-type:none; }

  /* (en) Using item seperator with create seperator in menu direktly (e.g. |) */
  /* (en) Benutzen Sie Platzhalter (z.B. |), indem Sie direkt im Menü einen Seperator einfügen */
  #header #topnav ul li { float:left; padding:0 6px; margin:0; border-left:1px solid #ccc; }
  #header #topnav ul li.first_item { border:0; }
  #header #topnav ul li#current a { color:#D80043; }

  #breadcrumbs { margin-bottom:10px; padding-left:20px; border-top:1px solid #efefef; border-bottom:1px solid #efefef; }

  #main { background: transparent url(../../../images/default/page_images/main.png) ;background-repeat: repeat-y;
          padding:0px 0 0 0; margin: 10px 0 0 1px; }

  #footer {
    color:#666;
    background: #D9DADC;
border-top: 1px solid #fff;
    padding: 25px 15px 15px 240px;margin-top: -10px;
    
  }

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

  /**
  * (en) Formatting content container
  * (de) Formatierung der Inhalts-Container
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 25%     | flexible  | 25%     |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */


  #col1 { width: 25% ; }
  #col1_content { padding: 10px 0px 0px 10px; }

  #col2 { width: 25% }
  #col2_content { padding: 10px 20px 0px 20px; border-left: 1px solid #D9DADC;}

  #col3 { margin:33px  25% 0px  25% ; border-top: 1px solid #D9DADC;}
  #col3_content { padding:10px 20px 10px 20px; }

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

  /**
  * (en) Formatting of Joomla! sezific elements
  * (de) Gestaltung von Joomla! Spezifischen Elementen
  */
  .moduletable, .moduletable_text, .moduletable_menu,
  .module, .module_text, .module_menu { margin-bottom:2em; }

  .leading_separator, .row_separator, .article_separator, .column_separator {
    display:block;
    width:100%;
    clear:both;
    line-height:0;
    height:0;
    overflow:hidden;

    margin:1em 0;
    border-top:1px solid #efefef;
  }
  .article_separator { display:none; }
  .row_separator { border:0; }

  .article_column {  }
  .article_column_content { }
  .article_column_inner { /* background:#f5f5f5; border:1px solid #e5e5e5; padding:5px; */ }

  /**
  * (en) Joomla! System messages (Output for type: Message)
  * (de) Joomla! System Nachrichten (Ausgabe für Type:Message)
  */
  #system-message { }
  #system-message dt { }
  #system-message dd { }
  #system-message dd ul { }
  /* System standard messages */
  #system-message dd.message ul { }
  /* System error messages */
  #system-message dd.error ul { }
  /* System notice messages */
  #system-message dd.notice ul { }

}