@charset "utf-8";

/* Hintergrundfarbe Seite */
BODY,
IMG#dropshadow,
DIV#htmlzone {
	background:#ebebeb;
}
/*DIV#fader {
	background:#000;
}*/
/* Hintergrundfarbe Navigationsbereich */
DIV#controller {
		background-image:url(img/tortissimo_head2.jpg);
	background-repeat:no-repeat;
	/*background:#fff;*/
	
}
/* Logobild 235x110 px */
A#logo {
	background-image:url(img/tortissimo_head.jpg);
}
/* ######################################### */
/* #               Navigation              # */
/* ######################################### */

/* Hautpnavigationspunte Farbe */
DIV#navigation,
DIV#navigation P A,
INPUT.searchfield {
	color:#000;
}
/* Aktivierter Hauptnavigationspunkt */
DIV#navigation P A.selected,
INPUT.searchfield:focus {
	color:#bb2c8d;
	font-weight:bold;
}
/* Farbe Inhalt der aufklappenden Navigation */
DIV.scrollarea * {
	color:#686868;
}
/* Hintergrund der aufklappenden Navigation */
DIV.scrollarea {
	background-color:#f0f6fb;
}
/* Linie unter den Sub-Navigationspunkten */
DIV.scrollarea UL LI {
	border-bottom-color:#e5e4d3;
}
/* Mouseover Sub-Navigationspunkt (nicht IE 6) */
DIV.scrollarea UL LI:hover {
	background:#fbe1f3;
}
/* Aktivierter Sub-Navigationspunkt: Hintergrund */
DIV.scrollarea UL LI.selected { 
	background:#fbe1f3;	
}
/* Aktivierter Sub-Navigationspunkt: Schrift */
DIV.scrollarea UL LI.selected SPAN {
	color:#000;
	font-weight:bold;
}

/* ######################################### */
/* #              Suchergebnis             # */
/* ######################################### */

/* Keyword im Header */
DIV#searchheader STRONG.highlight {
	color:#056eb1;
}
/* Seitennavigation aktive Seite */
DIV.pageNavContainer A.activePage {
	color:#fff;
	background:#b81d23
}
/* Seitennavigation weitere Seiten */
DIV.pageNavContainer A.nextPage {
	color:#585858;
}
/* Trefferüberschrift */
DIV.itemBox H1,
DIV.itemBox H1 A {
	color:#b81d23;
}
DIV.itemBox H2 {
	color:#a6a6a6;
}
/* Treffer Links */
DIV.descriptionLinks A {
	color:#b81d23;
}

/* ######################################### */
/* #                Detail                 # */
/* ######################################### */

/* Rubrik */
DIV#textContainer H2 {
	color:#a6a6a6;
}
/* Preis */
DIV#priceContainer H1 {
	color:#b81d23;
}
/* Warenkorb Link */ 
DIV#priceContainer A {
	color:#b81d23;
}
/* Bezeichnung */ 
DIV#textContainer H1,
H1#detailzoomheader {
	color:#b81d23;
}
