/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Custom Style - zuchtbedarf.de ]***********/
/******************************************/

.welcome-msg	{
	padding:7px 12px 2px 0;
	float:right;
	font-size:11px;
	color:#ffffff;
	text-align:right; 
	width:220px;
	}
	
.teaser-startseite {	
	background:url(../images/media/teaser_startseite.jpg) no-repeat;
	height:323px;
	width:429px;
	font-size:11px;
	padding:40px 20px 20px 20px;
	line-height:16px;
	}

#recently-viewed-items {
	padding:0 0 20px 0;
	}	
#recently-viewed-items li {
	background:none;
	padding:7px 10px 6px 10px;
	border-bottom:1px solid #fff;
	display:block;
	}
	
#cart-sidebar li {
	padding:0;
	display:block;
	}
#wishlist-sidebar li {
	padding:0;
	display:block;
	}
#wishlist-sidebar .price			{font-size:11px;}
#wishlist-sidebar .link-cart		{margin:0 0 5px 0;}

.nu-breadcrumb	{
	position:absolute;
	margin:72px 0  0 10px;
	color:#fff;
	}

.nu-breadcrumb a	{color:#fff;}

.inkl-mwst	{
	float:left;
	line-height:10px;
	font-size:9px;
	color:#a4a4a4;
	margin:0 0 10px 0;
	}
.inkl-mwst a {color:#a4a4a4;}


	/* Controls featured items on home page */
.home-page-cntr{
    width: 445px;
    float: right;
    margin: 0 0 0 15px;
    border: 1px solid #ccc;
    }
.home-page-cntr a{
    text-decoration: none;
    font-weight: normal;
    }
.home-page-cntr a:hover {
    color: #000000;}
.home-page-cntr h3 {
    padding: 2px 5px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;}
.home-page-item, .home-page-item1{
    float: left;
    width: 120px;
    height: 170px;
    padding: 8px;
    border-right: 1px solid #ccc;
    margin: 5px 5px 10px 5px;
    line-height: 16px;
    }
.home-page-item1{
    border-right: none;
    }
.home-page-img{
    }
.home-page-txt{
    font-size: 11px;
    font-weight: bold;
    }
/* /Controls featured items on home page */