@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Variation of screen layout (basemod.css) - graphic layout border "3col_gfxborder"
 * (de) Variation des Screenlayouts (basemod.css) - Grafische Layoutumrandung "3col_gfxborder"
 *
 * @version         $Id: basemod_gfxborder.css 423 2008-07-01 11:44:05Z 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: 423 $
 * @lastmodified    $Date: 2008-07-01 13:44:05 +0200 (Di, 01. Jul 2008) $
*/

@media screen, projection
{
  #page_margins {
    border: 0 none;
    padding-top: 0;
    margin-top: 0;
  }

  #page {
    border: 0 none;
    margin: 0 0 0 0; padding: 0 0 0 0;
  }

  #topfunkt {
    background: #073C06 url('../../../images/default/tpl_ebk/line_top.gif') repeat-x bottom;
  }

  #innertopfunkt {
  	background: transparent url('../../../images/default/tpl_ebk/logo_top.jpg') no-repeat center center;
  	height: 67px;
  }

  #jflanguageselection{ position: relative; top: 0; left: 0; }


  #header { 
    text-align: center;
    background: #0C600A url('../../../images/default/tpl_ebk/header_bg.gif') repeat-x top;
    padding: 0;
    margin: 0;
    border-left: 2px solid #E8E58B;
    border-right: 2px solid #E8E58B;
    border-bottom: 2px solid #E8E58B;
  }

  
  #topnav { position: relative; color: #aaa; background-color: transparent; top:5px; text-align: right !important; }
  #topnav ul { margin:0 0 0 170px; 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 { border: 0 none; padding: 5px 0; margin: 0; background: #073C06; }


  #nav_main{
    background: transparent url('../../../images/default/tpl_ebk/nav_bg.gif') repeat-x ; }

  #topnav li{ float: left; }

 #jflanguageselection img {margin: 10px 10px 0 0; width: 24px; height: 15px;}
 
 #subheader {background: #073C06; }
 .search{ text-align: right; }
  .hidden {display: none;}
}