/* Stijl voor achtergrond van de contentpages */
body.content
{
  background-color:#FFFFFF;
}
body.home
{
  background-color:#FFFFFF;
}
/* Style for table cells */
td
{
  vertical-align: top;
}
/* Style for tags in forms */
td.formulier
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}

/* Style for table cells in the center */
td.center
{
 	 background-color:#ffffff;
	 /** background-image:url('images/Trackvaag.jpg') ;*/

}

/* Style for hyperlinks in de left side */
a.link
{
  color:#666699;
	font-family:century gothic, verdana;
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;
}

a.linkleft
{
  	color:#FFFFFF;
	text-align:left;
  	font-family:century gothic, verdana;
  	font-weight:bold; 
	font-size: 18px;
	text-decoration:none; 
}

a.fotolink
{
  color:#666699;
	font-family:century gothic, verdana;
	font-size:12px;
	font-weight:bold; 
	text-decoration:none;
}
/* Stijl voor de headers van de lijsten */
p.header
{
  color:#666699;
	font-size:18px; 
	text-align:left;
  font-weight:bold;
  font-family:century gothic, verdana;

}
/* Stijl voor de gewone tekst op de contentpages */
p.content
{
  color:#000000;
	text-align:left;
  font-family:century gothic, verdana;
	font-size: 14px; 
}

p.contentmid
{
  color:#000000;
	text-align:center;
  font-family:century gothic, verdana;
	font-size: 16px; 
}

p.contentKlein
{
  color:#000000;
	text-align:left;
  font-family:century gothic, verdana;
	font-size: 11px; 
}

p.contentFoto
{
  color:#000000;
  font-family:century gothic, verdana;
	font-size: 12px; 
}

/* Stijl voor de tekst op de contactpagina */
li.content
{
  color:#000000;
	text-align:left;
  font-family:century gothic, verdana;
	font-size: 14px; 
}

/* Stijl voor de lijsten op de contentpages */
ul.content
{
  color:#000000;
	text-align:left;
  font-family:century gothic, verdana;
	font-size: 14px; 
}


/* Style for IFrame left */
iframe.left
{
	width:250; 
	height:1225;
}

/* Style for IFrame content */
iframe.content
{
	width:675; 
	height:100%;
}
/* Stijl voor de tabelcellen in de contentpages */
td.content
{
	color:#000000;
	text-align:left;
  font-family:century gothic, verdana;
	font-size: 14px; 
}



