/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
Overrides
hier werden alle Formatierungen untergebracht, die abweichend vom Standard alle
anderen Einstellungen überschreiben sollen.
Ausnahme: Module, die eine eigene .css mitbringen und separat formatiert werden
sollen, z.B. invoice.css für das Rechnungsformular
*/


/**
 * designnode
 */
.designnode {
  text-align: center;
}
   
/*
.icon_row:empty {
	display: none;
        margin-top:0px;
        margin-bottom:0px;
	}
 */
 
.icon_row{
  margin-top:20px;
  margin-bottom:50px;
 /* empty-cells:hide;
 */
}

.art_panel_body_text {
  text-align: center;
  margin-top:50px;
  margin-bottom:50px;
  font-size:120%;
}

h2.page-title-without-tabs {
  text-align: center;
}

/**
 * Cart Symbol im Block
 */
#block-ec_cart-0 h2 a,
#block-ec_cart-0 .title a {
  background: url(../garland_mod/images/cart_KorbRot.png) no-repeat scroll right center;
  background-color:#b0c4de;
  display: block;
}


/* cart-link bei der Node
*/
.cart-link {
 background: url(../garland_mod/images/cart_KorbRot.gif) no-repeat scroll right center;
 background-color:#b0c4de;
 position: absolute;
 width:70px;
 padding:10px;
 border:0px solid gray;
 margin-top:-10px;
}

/* Überschriften bei views */
.views-titel {
    color: gray;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

/*Linkformatierung der Filterausgabe*/
a.path-mod-filter-link {
    color:green;
    font-weight:bold;
}

div.views-design-suchergebnis{
    text-align: center;
}

div.views-design-suchergebnis div.views-field-title{
    color: gray;
    font-size: 10pt;
    font-weight: bold;
 }
