/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

body {
    background-image:none;
    background-color:#3A7910;
}
html  {height:100.1%;margin-bottom:1px}

/**** HEADER ****/
div.header {border:none;}
div.header div.header-top-container {background:url(../images/gls_header.jpg) top center no-repeat;height:150px;border:none;}
div.header h1#logo {display:none;}
div.header .user-nav {width:940px;margin:0px auto;padding:5px;background-color:#0D2131}
div.header .user-nav ul {padding-left:20px;}
div.header .user-nav li {display:inline;font-weight:bold;padding-right:5px;}
div.header .user-nav li a {color:white;text-decoration:none;}
div.header .user-nav li a:hover {text-decoration:underline;}
.quick-access {display:none}
.shop-access {display:none;}

/**** SUCHE ****/
div.header div.mini-search {top:152px;right:0px;background:none}

/**** MAIN CONTENT ****/
.middle-container {
    background-color:transparent;
    background-image:none;
}
.middle {background-color:white;background-image:none;}

/**** SIDEBAR LEFT ****/
.side-col #left-nav #nav li {float:none}
.side-col #left-nav #nav {padding:0}
.side-col #left-nav #nav li a {color:white;background-color:#2c6d1d;display:block;float:none;border-bottom:1px solid white;line-height:1.8em;
padding:0pt 0pt 0pt 0.8em;}
.side-col #left-nav #nav li.active a {background-color:#8EB132}

/**** FOOTER ****/
.footer .informational li.nobg {background:none;}
.footer-container {border-top:none}
.footer {background-color:#0D2131;}

/**** SONSTIGES ****/
span.add-or {display:none}
p.artNo {font-size:10px;}






