/*------------------------ ALGEMEEN ------------------------------*/

BODY {
background-image: url('bg.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
scrollbar-face-color: #000;
scrollbar-highlight-color: #000;
scrollbar-shadow-color: #000;
scrollbar-3dlight-color: #ea1912;
scrollbar-arrow-color: #ea1912;
scrollbar-track-color: #000;
scrollbar-darkshadow-color: #ea1912;
}

H1 {
  font-size: 18px;
}

A {
	color: #31302f;	
	text-decoration: underline;
}

A:hover {
	color: #31302f;	
	text-decoration: none;
}

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: #31302f;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 16px;
	color: #31302f;
}

.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea1912;
	font-weight: bold;
}

.tableHeaderWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea1912;
	font-weight: bold;
}

A.tableHeaderWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea1912;
	font-weight: bold;
	text-decoration: none;
}

A.tableHeaderWhite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea1912;
	font-weight: bold;
	text-decoration: underline;
}

.links-groepen {
	font-size: 14px;
	color: #31302f;
	text-decoration: none;
}

A.links-groepen:hover {
	font-size: 14px;
	color: #e23d00;
	text-decoration: none;
	background; #ea1912;
}

.buttonTextBlack {
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}

A.buttonTextBlack {
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}

A.buttonTextBlack:hover {
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}

.buttonTextWhite {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

A.buttonTextWhite {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

A.buttonTextWhite:hover {
	font-size: 14px;
	color: #ea1912;
	text-decoration: none;
}

.buttonTextColor {
	font-size: 14px;
	color: #9f9999;
	text-decoration: none;
}

A.buttonTextColor {
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}

A.buttonTextColor:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color:#ea1912;
}

A.subgroepen {
	font-size: 14px;
	color: #ea1912;
	text-decoration: none;
}

A.subgroepen:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color:#ea1912;
}

.tableHeaderSmall {
	font-size: 12px;
	color: #ea1912;
	font-weight: bold;
}

.priceText {
	font-size: 16px;
	font-weight: bold;
  	color: #31302f;
}
.tekstkleur {
	font-size: 12px;
  	color: #31302f;
}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 12px;
  color: #31302f;
}

A.highlightText {
  font-size: 12px;
  color: #31302f;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.button
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ea1912;
	border-color: #6d6966;
	color: #ffffff;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}