/************************************************************************************/
/* FONTSTYLES.CSS
/*
/* Versie						:1.8.0
/* Datum laatst gewijzigd		:27-01-08
/* Theme						:drp
/*
/* Dit bestand bepaalt de typografie van de website en kan in principe ook voor sites
/* gebruikt worden die op basis van een andere theme zijn ontwikkeld.
/************************************************************************************/
body,td,th {
	color:#000;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
/************************************************************************************/
/* Links															                */
/************************************************************************************/
a:link,
a:visited, 
a:active {
	text-decoration:none;
	color:#FE4D01;
}
a:hover  {
	text-decoration:underline;
	color:#FE4D01;
}
/* Een formulier heeft standaard een kleine marge. Deze wordt hier overschreven */
form{
	margin:0px;
}
/************************************************************************************/
/* Headings															                */
/************************************************************************************/
h1{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FE4D01;
	font-size:15px;
	margin-bottom:0px;
	font-weight:bold;
}
h1 a:link,
h1 a:visited,
h1 a:active{
	color:#FE4D01;
}
h1 a:hover{
	text-decoration:underline;
	color:#FE4D01;
}
/* De tekst boven het submenu bevindt zich tussen de h2 tag */
h2 {
	padding:0 0 5px 0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	text-transform:capitalize;
	border-bottom:1px solid #666;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:12px;
}
h5{
	font-size:12px;
}
h6{
	font-size:12px;
}
/************************************************************************************/
/* Tekst grottes in te voeren in de editor											*/
/************************************************************************************/
span.font-xx-small{
	font-size:10px;
	line-height:14px;
}
span.font-x-small{
	font-size:12px;
	line-height:16px;
}
span.font-small{
	font-size:15px;
	line-height:19px;
}
span.font-medium{
	font-size:18px;
	line-height:22px;
}
span.font-large{
	font-size:22px;
	line-height:26px;
}
span.font-x-large{
	font-size:30px;
	line-height:34px;
}
span.font-xx-large{
	font-size:42px;
	line-height:46px;
}
/************************************************************************************/
/* Horizontale regel													            */
/************************************************************************************/
hr{
	padding:0;
	margin:0;
	color:#666;
	background-color:#666;
	height:1px;
	border:0;	
}
/************************************************************************************/
/* Paragraaf tekst														            */
/************************************************************************************/
p{
	margin:10px 0;
}
/* Wordt gebruikt voor het markeren van tekst. Na het zoeken bijvoorbeeld. */
.highlight{
	background:#EAEAEA;
}

