/*------------------------ ALGEMEEN ------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 15px;
}
H1 {
  font-size: 18px;
}
a {
	color: #00A2ED;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 18px;
}
.prijs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #099DD9;
	letter-spacing: 0.1em;
}


.siteTitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 14px;
	color: #000000;
}

.tableHeader {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

A.buttonTextBlack {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

A.buttonTextBlack:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.buttonTextWhite {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

A.buttonTextWhite {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

A.buttonTextWhite:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.buttonTextColor {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.tableHeaderSmall {
	font-size: 13px;
	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: #000000;
}

A.highlightText {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.button
{
	background-color: #5CB4ED;
	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;
}


.benamingen {
	font-size: 12px;
  	color: #003399;
  	text-decoration: none;
	background-color: #ffffff;
}


.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.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;
}
.tussenkopjes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: #66CC99;
	font-weight: bold;
}.rood {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.panel
{
 width:660px;
 background-color:#FFFFFF;
 margin-bottom:5px;
}
.pnHide {
 visibility:hidden;
 height:0px;
}

.pnShow {
 visibility:visible;
 height:30px;
 background-color:#FFFFFF;
 color:#000000;
 margin-bottom:5px;
} .stippels {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #F39;
	border-bottom-color: #F39;
}
