@charset "utf-8";
a:link {
	color: #FF6600;
}
a:visited {
	color: #667;
}
a:hover {
	color: #000;
}

BODY
{
	font: 12px Verdana, Geneva, sans-serif;	
}

.afbeeldingen01 
{
	border-style: none;
}

.main
{
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	background: #E4E4E4;
}

.bg-licht
{
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	vertical-align: top;
	background: #EDEDED;
	/*background: #D3D3D3;*/
}

.toprechts
{
	text-align: right;
}

.tabel
{
	text-align:left;
	vertical-align: top;
}

.tabel-01
{
	/* oranje border */
	text-align:center;
	vertical-align: top;
	border:dotted 2px;
	border-color: #FF6600;
}

.tabel-02
{
	/* groene border */
	text-align:center;
	vertical-align: top;
	border:dotted 2px;
	border-color: #006600;
}

.tabel-03-noborder-topleft
{
	text-align:left;
	vertical-align: top;
	border:none;
}

.tabel-04-topleft-oranje
{
	/* oranje border en de tekst links boven*/
	text-align:left;
	vertical-align: top;
	border:dotted 2px;
	border-color: #FF6600;
}

.Kop1{
	
}

.small{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
}

.kop-a
{
	font-size : 16px;
	font-weight : bold;
}

.kop-b
{
	font-size : 14px;
	font-weight : bold;
}

.kop-c-oranje
{
	font-size : 14px;
	font-weight : bold;
	color:#F30;
}

.tekst-centreren
{
	text-align:center;
}

hr {
	border: 1px dotted;
	border-color: #999;
}

#top-left
{
	position: absolute;
	height: 65px;
	width:145px;
	left: 5px;
	top: 5px;
	background: #FF6600;
}

#top
{
	position: absolute;
	height: 60px;
	width:83%;
	left: 150px;
	top: 5px;
	background: #FF6600;
	padding-top: 5px;
	padding-left: 20px;
}

#menu-left
{
	position: absolute;
	top:71px;
	width:144px;
	min-height:100%;
	background-color:#FFFFFF;
	left: 5px;
	text-align:left;
}

#content
{
	top: 71px;
	left: 150px;
	position: absolute;
	width:83%;
	min-height:100%;
	background: #E4E4E4;
	padding-top: 20px;
	padding-left: 20px;
}
