/*------- aangepast voor de Henriette Faroche website van Anita's Bjoetiesjop -------*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #8a898f; /* kleur aangepast aan logo */
	SCROLLBAR-HIGHLIGHT-COLOR: #004400; /* was 00271a */
	SCROLLBAR-SHADOW-COLOR: #123456;
	SCROLLBAR-3DLIGHT-COLOR: #456789;
	SCROLLBAR-ARROW-COLOR: #004400;  /* kleur aangepast aan logo */
	SCROLLBAR-TRACK-COLOR: #ebebeb;  /* kleur aangepast aan logo */
	SCROLLBAR-DARKSHADOW-COLOR: #147258;
}

INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.siteTitle {
	font-size: 16px;
	color: #ffffff; /* was FFFFFF kleur veranderd zodat onzichtbaar in logo */
	font-weight: bold;
}
.siteSubTitle {
	font-size: 16px;
	color: #ffffff;  /* was FFFFFF kleur veranderd zodat onzichtbaar in logo */
}
.tableHeader {
	font-size: 13px; 
	color: #004400; /* was 000000 */
	font-weight: bold;
}
.buttonTextBlack {
	font-size: 14px; 
	color: #004400; /* was 00271a */
	text-decoration: none;
}
A.buttonTextBlack {  /* is ook buttons vooruit terug annuleren bij betsellen */
  font-size: 14px;
  color: #8a898f; /* was 95db10 */
  text-decoration: underline;
}
A.buttonTextBlack:hover { /* is bovenbalk kleur die je ziet */
  font-size: 14px;
  color: #004400;  /* was 00271a */
  text-decoration: none;
}
.buttonTextWhite {
	font-size: 14px;
	color: #8a898f;
	text-decoration: none;
}
A.buttonTextWhite {
  font-size: 14px;
  color: #004400; /* kleur verschijnt in topbalk en bij tekst aanbiedingen */
  text-decoration: underline;
}
A.buttonTextWhite:hover {
  font-size: 14px;
  color: #8a898f; /* was 000000 deze kleur verschijnt bij hover in topbalk en bij tekst onder aanbiedingen */
  text-decoration: none;
}
.buttonTextColor {
	font-size: 14px;
	color: #004400; /* was 00271a */
	text-decoration: none;
}
.tableHeaderSmall_1 {
	font-size: 14px;
	color: #004400; /* was 00271a */
	font-weight: bold;
}
.tableHeaderSmall_2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.priceText {
	font-size: 12px;
	font-weight: bold;
}
.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.highlightText {
  font-size: 12px;
  color: #FFFFFF; 
}
A.highlightText {
  font-size: 12px;
  color: #004400; /* was 00271a is tekst winkelwagen */
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #8a898f; /* is hover tekst winkelwagen */ 
  text-decoration: none;
}
.button
{
	background-color: #004400; /* kleur aangepast aan logo */
	border-left: 1px solid white;
	border-right: 1px solid #493C17;
	border-top: 1px solid white;	
	border-bottom: 1px solid #493C17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8a898f; /* kleur aangepast */
}
.dropdown
{
	border-left: 1px solid #C6A21B;
	border-right: 1px solid #C6A21B;
	border-top: 1px solid #C6A21B;	
	border-bottom: 1px solid #C6A21B;
	background-color: white;
	color: #13243A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
H1 {
  font-size: 18px;
}
A {
color: #004400; /* was 00271a */
text-decoration: underline;
}
A:hover {
color: #004400; /* was 00271a */
text-decoration: none;
}