@charset "UTF-8";
/**
 * Dieses Stylesheet wurde von der KLW GmbH (Deutschland) (c) 2008 entwickelt und unterliegt einem Kopierschutz.
 * This stylesheet was created by KLW GmbH (Germany) (c) 2008 and is subject to a copyright.

 * http://www.klw.de/
 */
@media all

{
    
    
/* Navigation Box */
  
.Nav_Category_Main, #SubmenueBox
{
  width:100%;
  clear:both;
  margin:0 0 20px 0;
  font-family: "Lucida Sans", Verdana, Tahoma, Arial, Sans-Serif;
}

.TopMarke
{
  overflow:auto;
}
  
.Nav_Category_Main ul
{
    list-style-type:none;
    list-style-position:outside;
}

.Nav_Category_Main ul li
{
    padding:0;
    margin:0;
}

  
/* Navigation Item */
  
.Nav_Category_Main_Item 
{
  clear:both;
  color:#fff;
}

.CategoryLabel
{
  color:#333;  
  padding:5px 0 5px 0;
}


.CategoryItem a, .CategoryItem a:visited
{
    background:transparent url(/Templates/d675ab5e-2b46-4/Images/Css/nav_arrow.gif) no-repeat 5px 8px;
    font-size:1em;
    color:#444;
    text-decoration:none;
    padding:2px 5px 2px 20px;
    display:block;
}

.CategoryItem a:hover
{
    color:#999;
    text-decoration:underline;
}

/* Layer 1 */
.layer1 
{
    font-size:1.1em;
    padding:7px 5px 7px 20px;
    margin:1px 0 0 0;
    border-bottom:1px solid #ddd;
    /* background:transparent url(../../Images/Css/nav_arrow.gif) no-repeat 5px 10px; */
    background:white url(/Templates/d675ab5e-2b46-4/Images/Css/td_bg.gif) repeat-x;
}
.layer1:hover
{
    background:#fbf0c5 url(/Templates/d675ab5e-2b46-4/Images/Css/td_bg_active.gif) repeat-x;
}
/* Layer 1 Links */
.layer1 a
{
    color:#896e2d;
    font-weight:bold;    
    text-decoration:none;
}
.layer1 a:visited
{
    color:#896e2d;
}
.layer1 a:hover
{
    color:#896e2d;
    font-weight:bold;
    text-decoration:underline;
}

    /* Layer 2 */
    .layer2
    {
        font-size:1.1em;
        padding:3px 5px 2px 20px;
        margin:1px 0 0 5px;
    }
    .layer2:hover
    {
    }
    /* Layer 2 Links */
    .layer2 a
    {
        color:#666;
    }
    .layer2 a:visited
    {
        color:#666;
    }
    .layer2 a:hover
    {
        color:#333;
    }

        /* Layer 3 */
        .layer3 
        {
            padding:0 0 0 20%;
            font-size:.9em;
            margin:1px 0 0 10%;
        }
        .layer3:hover
        {
            background:#ff0000;
        }
        /* Layer 3 Links */
        .layer3 a
        {
        }
        .layer3 a:visited
        {
        }
        .layer3 a:hover
        {
        }

            /* Layer 4 */
            .layer4 
            {
                padding:0 0 0 40%;
            }
            .layer4:hover
            {
                background:red;
            }
            /* Layer 4 Links */
            .layer4 a
            {
            }
            .layer4 a:visited
            {
            }
            .layer4 a:hover
            {
            }
  
/* Even Row */
.Nav_Category_Main_Item .even 
{
}

/* Odd Row */
.Nav_Category_Main_Item .odd 
{
}

/* Active Menu Button */
.active
{
    font-weight:normal;
}
   

}
