@charset "utf-8";
/* CSS Document */


/* hoofdtitels in hoofdletters FORUM MARKTOVERZICHT
hoofdtitels zijn steeds in #000000 */

#hoofdtitel
{
color:#000000;
font-family: 'Nobile', arial, serif;
text-transform:uppercase;
font-size:11px;
}

/* de kleur van paragrafen zijn steeds in #666666 */
p
{
font-family: 'Nobile', arial, serif;
font-size:11px;
color:#666666;
line-height:1.7em;
}

p.speciaal
{
font-family: 'Nobile', arial, serif;
font-size:11px;
}

ol
{
font-family:arial;
font-size:13px;
color:#666666;
}

h1,h2, h3
{
font-family: Arial, sans-serif;
color:#3399cc;
font-weight:normal;
}


/*LINKS*/

a
{
font-family: Arial, sans-serif;
font-size:13px;
color:#3399cc;
text-decoration:none;
}

a img
{
border:none;
}

/* Formulieren */

th
{
font-family: Arial, sans-serif;
font-size:13px;
color:#333333;
}

/*rounded courners voor input fields */
.rounded
{
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border-bottom-left-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-color:#DADADA;
border-width:thin;
}

.docuTitel1
	{
	color:#333333;
	font-size:2.2em;
	margin-top:150px;
	font-weight:bold;
	}
	
	.docuTitel2
	{
	color:#666666;
	font-size:1.5em;
	line-height:1.5;
	font-weight:bold;

	}
	
	.docuTitel3
	{
	color:#333333;
	font-size:1.3em;
	line-height:1.5;
	font-weight:bold;
	}
	
	.docuTekst
	{
	color:#333333;
	font-size:14px;
	line-height:1.5;
	}
	
	.docuAfbeelding
	{
	width:600px;
	border:thin #999999 solid;
	margin-top:20px;
	
	}
	
	.docuAfbeeldingKlein
	{
	width:300px;
	border:thin #999999 solid;
	margin-top:20px;
	
	}
	
	.docuIndex
	{
	color:#333333;
	font-size:10px;
	line-height:1.5;
	margin-bottom:15px;
	font-style:italic;
	}
	
	/* De list box in de linkse kolom op documentation.php */
	.docuLijst
	{
	color:#666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
	
	
	
	.docuLijst
	{
	line-height:1.5;
	font-size:1.1em;
	list-style-image: url(img/bullet.jpg);
	}
