.nieuwstitel a{
  font-size: 14px;
	color: #0000AA;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

table  { /* default cellspacing="0" border="0" */
   border-collapse: collapse; 
	 border-spacing: 0; 
}

/* infotable is a table for displaying information on the page, whe this info is 
   the main objective of the page */ 
.infotable{
 border-top:1px solid blue;
 border-bottom:1px solid blue;
 padding:0px;
 margin:0px;
}

.infotable th {
 padding:0px;
 margin:0px;
 padding-right:5px;
 padding-left:3px;
 background-color:#faff69; /*#f8fd75;  /*#f7fb8b; /*yellow;*/ 
 color:blue; 
 border-top:2px solid blue; 
 border-bottom:1px solid blue;
 text-weight: bold;
 text-align: left;
}
.infotable .bottom {
 /*  border-top:1px solid blue;*/
 font-size:smaller;
 padding:0px;
 margin:0px;
}

.infotable td {
 padding:0px;
 margin:0px;
 padding-right:5px;
 font-family: Arial, Helvetica, sans-serif;
/* background-color:#d5e5ff;*/
}

.infotable.hlines td {
	border-bottom:1px solid blue;
}

.infotable.lines td {
	border-bottom:1px solid blue;
	border-right:1px solid blue;
	padding:0 2px 0 2px;
}

.infotable.lines th {
	border-bottom:1px solid blue;
	border-right:1px solid blue;
	padding:0 2px 0 2px;
}

.infotable.lines tr{
	border-left:1px solid blue;
}

.infotable.vlines td {
 border-left:1px solid blue; 
 border-right:1px solid blue;
}

.headertable {
 border-top:2px solid blue; 
 border-bottom:2px solid blue;
}

.headertable th {
 font-weight:bold;
 text-align: left;
}


/* simple table is a table with no color etc. and with a smaller fontsize */
.simpletable {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  padding-right:2px;
  padding-left:3px;
}

.simpletable th{
	border:0px;
	font-size: 9pt;
	color: #000000;
  background-color:white; 
  text-weight: bold;
  padding-right:2px;
  padding-left:3px;
  text-align: left;
}

.simpletable td{
  padding-right:2px;
  padding-left:3px;
}

.simpletable .spacer {
  border-bottom:1px solid blue;

	height:5px;
  padding-right:2px;
  padding-left:3px;
}

.simpletable .bottom {
 /*  border-top:1px solid blue;*/
 font-size:smaller;
 padding:0px;
 margin:0px;
}

.smalltext{
  font-size:8pt;
}

tr.highlight td{
	 background-color: #faff69;
}

tr.highlight td.no-highlight{
	 background-color: white;
}

span.highlight {
	background-color: #faff69;
}

/* older stuff */
.menutext {
	font-size: 8pt;
	color: #ffffcc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px; 
}
.menulink {
	font-size: 8pt;
	color: #ffff88;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px; 
}

.menulink:hover {
	font-size: 8pt;
	background-color : #ffff88;
	color: #0000FF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration: none; 
	padding-left: 2px;
	padding-right: 6px;
	margin-bottom: 4px; 
}

.menutitle {
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px; 
}

.ContentTitelMenuText {
	font-size: 8pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.ContentTitelMenuLink {
	font-size: 8pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.ContentTitelMenuLink:hover {
	font-size: 8pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.ContentText {
	font-size: 9pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ContentTextTitelLink {
	font-size: 10pt;
/*	color: #0000AA;*/
	color: blue;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

.ContentTextBold {
	font-size: 9pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.ContentTextSmall {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.ContentTextLink {
	font-size: 9pt;
/*	color: #0000AA;*/
	color: blue;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}


.ContentTextLink:hover {
	font-size: 9pt;
/*	color: #0000AA;*/
	color: blue;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

h1 ,.ContentTitel {
  font-size: 18px;
  color: #0000AA;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
}

h2 {
  font-size: 14px;
	color: #0000AA;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.whitemenutitle {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px; 
}

.whitemenutext {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.whitemenulink {
	font-size: 8pt;
	color: #0000AA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.whitemenuheadertext{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.disclaimertext {
	font-size: 8pt;
	color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


a {
  color: #0000AA;
	font-weight: bold;
	text-decoration: underline;
}

a.simple {
	color:#0000AA;
  font-weight: normal;
	text-decoration: none;
}
a.simple:hover {
  text-decoration: underline;
  color: #0000AA;				 
}

INPUT , FILE, BUTTON, SELECT, TEXTAREA {
	border-width : 1px;
	border-color: #8F92B2;
	
	font-size : 8pt; 
	font-family : Tahoma, Arial, Helvetica, sans-serif; 
	font-weight : normal; 
	font-style : normal; 
  color: blue;
}


.clubvan50persoon{
	width:195px;
	margin-right: 5px;
	padding: 2px 2px 2px 2px ;
	float:left;
	font-size: 1.1em;
	font-weight: bold;
}
