/**
 @section Warengruppenteaser WarengruppenUebersichtsseite
 **/
.produktgruppenliste {
    width: 590px;
    margin: 10px 0 0 5;
    background: #fff url(bg_wg_teaser2.gif) bottom repeat-x;
    border: 1px solid #d1d1d1;
    clear: right;
}

#produktgruppenliste {
	width:600px;
	margin:10 0 0 0;
}
#produktgruppenliste h2 {
	text-align:center;
	background:#fff;
	border: 1px solid #D1D1D1;
}

.seitenueberschrift h1 {
	 font-size: 14px;
	 color: #fff;
	 padding: 3px;
	 background-image: url(bg_headline.gif);
	 background-repeat: repeat-x;
	 background-position: center left;
	 border: 1px solid #000066;
	 margin: 0;
}

.produktgruppenliste h2 {
    background: #ccc url(bg_wg_teaser1.gif) repeat-x;
    padding: 3px;
    margin-top: 0px;
    color: #000;
    font-size: 12px;
}
/*
 teaser bild ,text fuer warengruppe
 */
.teaserimage {
    float: left;
    /* width: 105px; */
	/* padding: 15px 0; */
	width: 75px;
    padding: 15px 0 0 15px;
    text-align: center;
}

.teasertext {
    float: left;
    width: 480px;
    padding: 5px 0 0 15px;
}

.teasertext a {
	display: inline;
	padding: 0;
}
	
/*wrapper um alle pg-teaser*/
.pgwrapper {
    width: 250px;
    float: right;
    padding-right: 10px;
    margin-top: 4px;
}

.pgteaser h3 {
    font-weight: bold;
    font-size: 11px;
    background: #fc0 url(bg_wg_topseller1.gif) repeat-x;
    color: #c00;
    margin: 0px 0px 3px 0px;
    padding: 3px 0 3px 3px;
}

.pgteaser {
    background: #fffffd url(bg_wg_topseller2.gif) bottom repeat-x;
    width: 240px;
    float: right;
    margin: 1px 0px 8px 3px;
    padding: 0px 0 3px 0;
    border: 1px solid #f90;
    font-size: 11px;
}

.pgteaser .inhalt {
    margin: 2px 3px 1px 3px;
    padding: 0px 0 3px 3px;
}

.pgteaser .image {
    float: left;
    border: 0px solid #ff0;
    padding: 3px 0 0;
}

.pgteaser .inhalttext {
    float: right;
    border: 0px solid #fcc;
    padding: 0px 0 3px 3px;
    font-size: 9px;
    width: 175px;
}

.pgteaser .inhalttext b {
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
}

.produktgruppenliste p {
	padding-left: 16px;
}

.produktgruppenliste ul {
    list-style-type: none;
    background:  url(bg_wg_ruler_grey.png) 14px bottom no-repeat;
    padding-bottom: 2px;
	line-height: normal;
}

* html .produktgruppenliste ul {
    padding-bottom: 2px;
}


.produktgruppenliste ul li {
    background:  url(bg_wg_linkruler_grey.png) 0px 0px no-repeat;
    padding: 0px 0 0px 15px;
	margin-bottom: -1px;
	vertical-align: bottom; 
}

* html .produktgruppenliste ul li {
	line-height: 12px;
	padding-top: 0px;
	margin-bottom: 1px;
	height: 12px
}
.produktgruppenliste ul li a:link ,
.produktgruppenliste ul li a:visited ,
.produktgruppenliste ul li a:hover,
.produktgruppenliste ul li a:active,
.produktgruppenliste ul li a {
 	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
	margin: 0;
}
.produktgruppenliste ul li a:link b,
.produktgruppenliste ul li a:visited b,
.produktgruppenliste ul li a:hover b,
.produktgruppenliste ul li a:active b,
.produktgruppenliste ul li a b {
	color: #009;
	text-decoration: underline;
	font-weight: normal;
}
.produktgruppenliste ul li a span {
	color: #000;
}

