a { 
	color: #dccc35; 
}

a:hover, a:active { 
	color: #f0de3b; 
}

::selection {
	background: #f0de3b;
}

::-moz-selection {
	background: #f0de3b;
}

h1 {
	color: #f0de3b;
}

h2 {
	color: #f0de3b;
}

h1 a, h2 a {
	color: #f0de3b;
}

.underlined {
	border-bottom: 1px solid #f0de3b;
}

.lead {
	color: #f0de3b;
}

.bg-color {
	background: #f0de3b;
}

.color {
	color: #f0de3b;
}

.color a {
	color: #f0de3b;
}

a.button {
	background: #f0de3b;
}

header #mainNav ul li.current, header #mainNav ul li:hover {
	border-top: 2px solid #f0de3b;
}

header #mainNav ul li a:hover, header #mainNav ul li.current a {
	color: #f0de3b;
}

header #subNav ul li.current a {
	font-size: 1.250em;
	color: #f0de3b;
}

header #subNav ul li a:hover {
	color: #f0de3b;
}

.tx-felogin-pi1 fieldset input[type=text],
.tx-felogin-pi1 fieldset input[type=password],
#multishop_products_searchform input[type=text] {
	border-bottom: 1px solid #f0de3b;
}

.tx-felogin-pi1 fieldset input[type=submit],
#multishop_products_searchform input[type=submit] {
	background: #f0de3b;
}

div.bonshop-item .bonshop-price input, .bonshop-shoppingcart input[type=text] {
	border-bottom: 1px solid #f0de3b;
}

#ajax_add_to_cart { 
	background: #f0de3b;
}

#ajax_add_to_cart:after {
      border-color: transparent transparent transparent #f0de3b;
}

.updatebutton {
	background: #f0de3b;
}

.checkout-button {
	background: #f0de3b;
}

.error_msg {
	background: #f0de3b;
}

.account-field input {
	border-bottom: 1px solid #f0de3b;
}

#customer_comments {
	border-bottom: 1px solid #f0de3b;
}

.bonshop-promo, .bonshop-aktion {
	background: #f0de3b;
}

span.spinner > .sub:hover,
span.spinner > .add:hover {
  background: #f0de3b;
}

@media (max-width: 1020px) {
	#ajax_add_to_cart:before {
	      border-color: #f0de3b transparent transparent transparent;
	}
}