@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Basic screen layout
 * (de) Basis Bildschirmlayout
 *
 * @version         $Id: basemod.css 454 2008-07-21 17:02:08Z hieblmedia $
 * @copyright       Copyright 2005-2008, 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: 454 $
 * @lastmodified    $Date: 2008-07-21 19:02:08 +0200 (Mo, 21. Jul 2008) $
*/

@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-color:#1A350E;
    background-image: url(../../../images/default/body.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 0 0 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 { width: 950px; margin: 0 auto; border: 0px #889 solid; }
  #page{ background: transparent; border: 0 none; 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 repeat-x top left;
    padding: 0;
    height:120px;
    overflow: hidden; 
  }

  #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 */
  #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; }
  
  #breadcrumbs { margin-bottom:10px; padding-left:20px; border-top:1px solid #efefef; border-bottom:1px solid #efefef; }

  #main { 
    background-color: #fff;
    background-image: url(../../../images/default/main_shadow.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding:15px 0; 
    z-index: 300;
  }

  #footer { 
    color:#666; 
    background: #000;
    padding: 15px; 
  }
  * html #footer .subcolumns { z-index:0;}  
  
  #footerpannel { 
    text-align:right;
    clear:both;
    padding-top:5px;
    padding-right:5px;
    height:25px;
    background-color: #ccc;
    background-image: url(../../../images/default/copyrightBg.gif);
    background-position: top left;
    background-repeat: repeat-x; 
    position:relative; /* z-index adjustment for IE */
    z-index:2;
  }
  
  #copy { background: #000; padding:5px 0; font-size: 70%; color:#fff; clear:both; width: 100%; }

	#advert1 {
    padding:5px; 
    border:2px solid #000; 
    background-position: center; 
    height: 90px; 
    width: 250px;
    position:absolute; 
    /*float:right;*/ 
    top:10px; 
    right:30px; 
    background-color:#fff;  
    font-size:90%;
  }
  
  #lang { position:absolute; top:130px; right:12px;}

  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting content container
  * (de) Formatierung der Inhalts-Container
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 25%     | flexible  | 25%     |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */


  #col1 { width: 18% }
  #col1_content { padding-bottom:0.8em; margin-left: -15px; margin-right: 0.8em; color: #444; background:inherit; }

  #col2 { width: 199px }
  #col2_content { padding-bottom:0.8em; margin-left: 0.8em; margin-right: 0.4em; padding-right: 5px; }

	#col3 { margin-left: 18%; margin-right: 199px; }
  #col3_content { padding-bottom:0.8em; margin-left: 0; margin-right: 0.8em; z-index:400; /* For Docman --- position:relative; z-index:3; */ }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
  * (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 { }

  /* Module formatting with rounded corners | Module Formatierung mit Runden Ecken */
  
	div.module h3 {
		border-bottom:0px dotted #D7AE27;
		padding:0;
		color:#D7AE27;
		font-size:1em;
		font-weight:bold;
		text-align:right;
		padding-right: 10px;
	}
	
	div.module {
		background: url(../../../images/default/rounded_corners_mod/top_left.gif) 0 0 no-repeat;
		margin: 0;
		padding: 0;
		margin-bottom:1em;
	}
	
	div.module div { 
    background: url(../../../images/default/rounded_corners_mod/top_right.gif) 100% 0 no-repeat;
  }
  
  div.module div div { 
    background: url(../../../images/default/rounded_corners_mod/bottom_left.gif) 0 100% no-repeat;
  }

	div.module div div div {
			background: url(../../../images/default/rounded_corners_mod/bottom_right.gif) 100% 100% no-repeat;
			padding: 10px 10px 10px 10px;   
			width:auto;
			overflow:hidden; /* Clearing */
	}

	* html div.module div div div {height:1%;}
	* html div.module div div { height:1%; }
	* html div.module div { height:1%; }
 	
	div.module div div div div { background-image:none; padding:0;}
	
	
	#col2_content div.module {
	 background: url(../../../images/default/rounded_corners_mod/top_left_right.gif) 0 0 no-repeat;
  }
  
  #col2_content div.module img { max-width: 150px; }	
	#col2_content div.module h3 { color:#1A350E; }		
	#col2_content div.module div { background: url(../../../images/default/rounded_corners_mod/top_right_right.gif) 100% 0 no-repeat;}	
	#col2_content div.module div div { background: url(../../../images/default/rounded_corners_mod/bottom_left_right.gif) 0 100% no-repeat;}
	
	#col2_content div.module div div div { background: url(../../../images/default/rounded_corners_mod/bottom_right_right.gif) 100% 100% no-repeat; padding-bottom:20px; }
	#col2_content div.module div div div div { background:none;}
	* html #col2_content div.module div div div {height:1%;}
	* html #col2_content div.module div div div {height:1%;}
	* html #col2_content div.module div div { height:1%; }
	* html #col2_content div.module div { height:1%; }	
	
	#col2_content div.module { font-size: 11px !important; }
	
	

}
