@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Basic screen layout
 * (de) Basis Bildschirmlayout
 *
 * @version         $Id: basemod.css 302 2008-03-09 17:41:45Z hieblmedia $
 * @copyright       Copyright 2005-2007, Reinhard Hiebl
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  JYAML-C (http://www.jyaml.de/en/license-conditions.html),
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 302 $
 * @lastmodified    $Date: 2008-03-09 18:41:45 +0100 (So, 09 Mrz 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: #6F0000; 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;
	}


  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width:964px; margin: 0 auto; border: 0px #889 solid;  background: #6F0000 url(../../../images/purestampdesign/backgroundnav.jpg)  no-repeat scroll;}
  #page{ 

   /* border: 10px #fff solid; */
    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: #fff repeat-x top left; */
background: transparent;
    padding: 20px 2em 12px 20px; 
  }

  #topnav { color: #aaa; background: transparent; top:5px; right:5px; }
  #topnav ul { margin:0; padding:0; width:100%; 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 */
  #topnav ul li { float:left; padding:0 6px; margin:0; border-left:1px solid #ccc; }
	#topnav ul li.first_item { border:0; }
	#topnav ul li#current a { color:#222; }
  
  #breadcrumbs { 
margin: 0px 9px 4px 8px; padding-left:20px; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
#nav {
	 margin: 0px 9px 0px 8px;
}
  #nav ul {
	margin-left: 60px; }
  #nav_main {}

  #main { background: transparent;padding:10px 0; }

  #footer { 
    color:#fff;

/* height: 30px; */
    padding: 15px 80px 0px 80px;
 /*border-top: 5px #efefef solid; */
background:  url(../../../images/purestampdesign/backgroundsub.jpg)  no-repeat scroll;
background-position: bottom;
  }
#footermenu {
	margin:0px 0px 0px 0px;
border-top: 1px solid #fff;
padding-top: 10px;

height: 30px;
}

#footermenu ul li  {
    list-style: none;
    display: inline;
    margin: 0px 5px 0px 5px; padding-bottom: 10px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting content container
  * (de) Formatierung der Inhalts-Container
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 25%     | flexible  | 25%     |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */


  #col1 { width: 20% }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25% }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin-left: 20%; 
position:relative;
 /* left:0px;
top:0px; 
width:600px; */
min-height:280px;
max-height: 450px;
 overflow:auto; overflow-x:hidden; margin: 0 80px 0 20px }
  #col3_content { padding:10px 20px; background: url(../../../images/purestampdesign/raster.gif)  repeat-x fixed; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
  * (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 { }

}