@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Basic screen layout
 * (de) Basis Bildschirmlayout
 *
 * @version         $Id: basemod.css 715 2010-03-15 19:29:47Z hieblmedia $
 * @copyright       Copyright 2005-2010, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php),
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 715 $
 * @lastmodified    $Date: 2010-03-15 20:29:47 +0100 (Mo, 15 Mrz 2010) $
*/

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #3b69ad; 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 {
  
   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 { 
  
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:transparent; 
	font-size:100.00%; /*min-width: 740px;*/ min-width:978px; width: 75em; margin: 0 auto; border: 0px #889 solid;
	min-height:100%; /* real browsers */
	padding:20px;
	}
	


	
  #page{ background: #fff; border:0px #fff solid; position:relative; }
  
  

  /* (en) adjustment of skip links using tab navigation */
  /* (de) Anpassung der Skip-Links für Tab-Navigation */
 #skiplinks a.skip:focus,
 #skiplinks a.skip:active { 
	color:#FFFFFF;
	background:transparent;
	border-bottom:none;
	padding:0 0;
	text-decoration:none;
	left: 31800px;
	top:-50px;
	width:100%;
	text-align:left;
}  
 
 #skiplinks {
	 width:20em;
 }
 
  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
 
/* #header {
    color: #000;
       padding: 20px 2em 1em 20px;
  }

/* von cg, bereits in yaml geregelt, daher geloescht */

/* #header #topnav { color: #aaa; background: transparent; top:5px; right:5px; } */
/* #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 */

/* **************** Aenderung bs */
/*  #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:#222; }
*/

  #breadcrumb { margin-bottom:10px; padding-left:20px; padding-top:10px;  clear:both;}

 /* #main { background: #fff;padding:10px 0; } */

 
/* #footer {
    color:#666;
    background: #f9f9f9;
    padding: 15px;
    border-top: 5px #efefef solid;
  }

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

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


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

  #col2 { width: 25% }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; max-width:800px;}
  #col3_content { padding: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 { }

}