@CHARSET "UTF-8";

/** ---------------------------------------------------------
 * @internal	CSS-Definitionen juwelier-weschke.de, zeit-werkstatt.de
 * @copyright	>KONTAKT EDV>Marketing>Medien (Inh. St. Stuhlemmer)
 * @copyright	tel.: +49 - 355 - 2890025
 * @copyright	www.neloh.de | info@neloh.de
 * @author		St. Stuhlemmer, R. Mahlo
 * @new 		2009-06-24 | StSt | 
 * ----------------------------------------------------------
 */

/* ----------------------------------------------------------
 * Allgemein
 * ---------------------------------------------------------- 
 */
 
body {
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
h1.top {
	color:rgb(0,115,83);
}
h1 {
	color:rgb(174,150,25);
}
h2 {
	/* color:rgb(174,150,25); */
	color:rgb(0,115,83);
	font-weight:bold;
}
p.stand {
	color:rgb(49,1,150);
}
td.navi {
	background-color:rgb(255,255,255);
}
a {
	color:rgb(0,0,0);
}
a:hover {
	color:rgb(174,150,25);
}
#eyecatcher {
	background-image:url(../images/blatt_juwelier.png);
}

/* ----------------------------------------------------------
 * Navigation
 * ---------------------------------------------------------- 
 */
 
a.navi1 {
	color:rgb(0,115,83);
}
a.navi2 {
	color:rgb(0,115,83);
}
a.navi1:hover, a.navi2:hover {
	color:rgb(174,150,25);
}

/* ----------------------------------------------------------
 * Container
 * ---------------------------------------------------------- 
 */
 
#back_01 {
	background-color:rgb(223,200,128);
	border-bottom:4px solid rgb(223,200,128);
}
#back_02 {
	background-color:rgb(255,255,255);
	border-bottom:4px solid rgb(255,255,255);
}
#back_head {
	background-color:rgb(255,231,125);
	color:rgb(255,255,255);
	border-top:2px solid rgb(255,255,255);
	border-bottom:2px solid rgb(255,255,255);
}

#back_content {
	background-color:rgb(255,255,255);
	border:2px solid rgb(174,150,25);
}
#back_content img {
	border:1px solid rgb(20,111,80);
}


#back_food {
	background-color:rgb(255,231,125);
	color:rgb(0,115,83);
	border-top:2px solid rgb(255,255,255);
	border-bottom:2px solid rgb(255,255,255);
}
#back_food a {
	color:rgb(0,115,83);
}
#back_food a:hover {
	color:rgb(0,0,0);
}