/* Stijl voor de kolommen van alle contentpaginas. Dus eigenlijk de layout */
col.left
{
   width:200;
   height:auto;
}
col.center
{
   width:500;
}
col.right
{
   width:175;
   height:auto;
}

/* Stijl voor achtergrond van de contentpages */
body.content
{
  background-color:#FFCCFF;
}
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 left and right */
td.margin
{
 	/*  background-color:#FFCCFF; */
}
/* Style for table cells in the center */
td.center
{
 	 background-color:#ffffff;
	 /** background-image:url('images/Trackvaag.jpg') ;*/

}
/* Stijl voor de lijnen in de rechterkant */
hr
{
  background-color: #E56717;
	border-style: solid;
	height:1px;
	width:100%;
	color:#E56717;
}

/* Stijl voor de headers van de lijsten in de rechterkant */
p.rightheader
{
  color:#000066;
	font-size:12px; 
	text-align:left;
  font-weight:bold;
  font-family:verdana;
	line-height:0;
	margin-bottom:-0.2cm;
}
/* Stijl voor de linkjes in de rechterkant */
a.right
{
  color:#666666;
  font-family:verdana;
	font-weight:normal; 
	font-size:10px;
	text-decoration:none;
	text-align:right;
}
a.right:hover 
{
	color:#666666;
}
/* Stijl voor de lijsten in de rechterkant */
ul.right
{
  color:#000066;
	text-align:left;
	list-style-type:square;
	margin-left:0.5cm;
	margin-top: 0.5cm;
	margin-right:0cm;
}
/* Style for hyperlinks in de left side */
a.left
{
  color:#993366;
	font-family:verdana;
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}
a.left:hover 
{
	color:#FF33FF;
	font-weight:bold;
}
/* Style for list items left menu */
ul.left
{
  color:#993366;
	text-align:left;
	list-style-type:none;
	margin-left: 0cm;
	margin-top: 0cm;
	margin-right:0cm;
	line-height:1.6;
	text-decoration:none;
}
/* Stijl voor de gewone tekst op de contentpages */
p.contenttext
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}

p.verhaal
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 10px; 
}

p.archief
{
  color:#666666;
	text-align:center;
  font-family:verdana;
	font-size: 12px; 
}

p.contenttextroze
{
  color:#FF3399;
	text-align:left;
  font-family:verdana;
	font-size: 14px; 
}

.contentroze
{
  color:#FF3399;
	text-align:left;
  font-family:verdana;
	font-size: 10px; 
}

p.contentklein
{
  color:#666666;
	text-align:center;
  font-family:verdana;
	font-size: 11px; 
}

p.contentsubgroot
{
  color:#666666;
	text-align:left;
  font-family:verdana;
	font-size: 16px; 
}

p.contenttextphoto
{
  color:#333333;
	text-align:center;
  font-family:verdana;
	font-size: 12px; 
}

p.contenttext2
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}
/* Stijl voor de tekst op de contactpagina */
p.contacttext
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}
/* Stijl voor de kopjes op de contentpages */
p.contentheader
{
  color:#333333;
	font-size:18px; 
	text-align:center;
  font-weight:bold;
  font-family:verdana;
  background-color:#FFFFFF;
	margin-top:0.5cm;
}
p.contentheaderpink
{
  color:#FF3399;
	font-size:18px; 
	text-align:center;
	font-style:italic;
  font-family:verdana;
  background-color:#FFFFFF;
	margin-top:0.5cm;
}
p.contentsubheader
{
	color:#333333;
	font-size:18px; 
	text-align:center;
	font-style: italic;
  font-family:verdana;
	margin-top:0.5cm;
}
/* Stijl voor de linkjes op de contentpages */
a.content
{
  color:#FF3399;
  font-family:verdana;
	font-size: 12px;
	text-decoration:none; 
}
a.contentklein
{
  color:#FF3399;
  font-family:verdana;
	font-size: 10px;
	text-decoration:none;
}
a.contentkleinhome
{
  color:#FF3399;
  font-family:courier new, verdana;
	font-size: 12px;
	text-align:center;
	text-decoration:none;
}
a.content:hover 
{
	color:#FF33FF;
}
/* Stijl voor de linkjes op de contentpages met mouseover effect */
a.contentplain
{
  background-color:white;
  color:#E56717;
	text-align:center;
  font-family:verdana;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
}
a.contentplain:hover 
{
	text-decoration:none;
	color:black;
	font-weight:normal;
}
/* Stijl voor de lijsten op de contentpages */
ul.content
{
  color:#E56717;
	text-align:center;
  font-family:verdana;
	font-size: 12px; 
  background-color:white;
	list-style-type: square;
}

ol.content
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px;
	font-style:italic;
}

li.content
{
  color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}



/* Style for IFrame right */
iframe.right
{
	width:200; 
	height:1500;
}
/* Style for IFrame left */
iframe.left
{
	width:185; 
	height:1500;
}
/* Stijl voor de tabellen in de contentpages */
table.content
{
	
}

/* Stijl voor de tabelheaders in de contentpages */
th.content
{
	border-color:black;
	text-align:left;
	border-style:solid;
	border-width:1px;
  color:black;
  font-family:verdana;
	font-weight:bold; 
	font-size:12px;
}
/* Stijl voor de tabelcellen in de contentpages */
td.content
{
	color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
}
td.contentbold
{
	color:#333333;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
	font-weight:bold;
}
td.contentlinkjes
{
	color:#666666;
	text-align:left;
  padding-bottom: 3px;
  padding-top: 3px;
}

td.koptabel
{
	color:#666666;
	text-align:left;
  font-family:verdana;
	font-size: 12px; 
	font-weight:bold;
}
/* Stijl voor het IFrame op de foto pagina */
iframe.foto
{
	width:100%; 
}
iframe.extra
{
	height:1500; 
}
