/* TEMPLATE COLORS */

/* Text color */
a,
.news .set-title,
.news .header .title,
.news .header .title a,
.news a.view-details,
.news a.to-list,
.search .results .set-title,
.search .results .result a.title,
.catalogue .header .title,
.catalogue .price .price-text,
.catalogue .tilbod .tilbod-text,
div#category_at,
span.gbDags,
.color_text{
	color: #72946e;
}

/* Background color */
div.frame,
#CSSMenu1 ul,
#category ul,
div#search,
div#mailing-list,
#calander .current-day,
.catalogue .single div.buy,
.color_background {
	background-color: #72946e;
}

/* Background color (medium) */
div.frame .frame-content,
div#category_at,
.catalogue div.tilbod,
.catalogue .image,
.catalogue .footer div:hover.to-category,
div#shopping-cart div:hover#mysite {
	background-color: #cfd7ca;
}

/* Background color (lighter) */

div#middle,
.news .single {
	background-color: #e5eae3;
}

/* Text color over background */
div.frame .frame-header,
div#linkstop a.link,
div#footer,
div#footer a,
div#links a.home,
div#links a.mail,
#CSSMenu1 ul li a,
#category ul li a,
.mailing-list .form div.radio,
.today,
.catalogue .single div.buy div.quantity,
.color_text-inverse {
	color: white;
}

/* Border */
.catalogue .list,
.catalogue .single div.buy div.submit {
	border-color: #72946e;
}