/* *************************************************/
/*
/*		Farbe des Mouseovers
/*
/* *************************************************/

.over_link:active {
 COLOR: #F29400; 
 TEXT-DECORATION: none;
}
.over_link:hover {
 color: #F29400; 
 text-decoration: none;
}
.content a.vfontColor, .vfontColor {
  color:#F29400;
  text-decoration: none;
}

/* *************************************************/
/*
/*		Farbe des ersten Eintrags im obersten Menue
/*
/* *************************************************/

.topMenueEintrag1_aktiv {
	color:#F29400;
}
/* *************************************************/
/*
/*		Das Bild neben dem Logo
/*
/* *************************************************/

.bannerPic {
	background-color: #F29400;
}

/* *************************************************/
/*
/*		Farbe der Schrift unter dem Einkaufswagen
/*
/* *************************************************/

.bannerCartText {
	color: #F29400;
}

/* *************************************************/
/*
/*		Farbe der Einträge im Sub- Menue
/*
/* *************************************************/

.subMenueEintrag_aktiv {
	color: #F29400;
}

.subMenueEintrag1_aktiv {
	color: #F29400;
}

/* *************************************************/
/*
/*		Farbe des Zurück-Buttons
/*
/* *************************************************/


.contentRightTop {
	background:url("../pix/Seitenelemente/geschenksets/back.gif") no-repeat;
}

/* *************************************************/
/*
/*		Farbe der Linie unter dem Bild
/*
/* *************************************************/

.contentLeftBottom {
	background-color: #560101;
}

/* *************************************************/
/*
/*		Farbe der untersten Linie
/*
/* *************************************************/

.bottomLine {
	border-top:8px solid #F29400;
}

/* *************************************************/
/*
/*		Farbe der Textüberschriften
/*
/* *************************************************/


h1 {
	color:#F29400;
}
.contentTextHeadline {
	color:#F29400;
}

/* *************************************************/
/*
/*		Farbe der Texte im color-encoding
/*
/* *************************************************/

.fontColor {
	color:#F29400;
}

/* *************************************************/
/*
/*		"+" und "-" Knöpfe
/*
/* *************************************************/

.more{
	background:url("../pix/Seitenelemente/geschenksets/more.gif") no-repeat;
}

/* *************************************************/
/*
/*		Hintergrundfarben
/*
/* *************************************************/

.background-color_full {
	background-color:#F29400;
}
.background-color_light {
	background-color:#FFEBCC;
}
.background-color_grey {
	background-color:#F2F2F2;
}
