/*======== TAG STYLES ========*/

body	{
	background-color: #f8f3ed;
	margin:0px;
	padding:0px;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	line-height:15px;
	}

img	{
	border: 0px;
	}	


p	{
	padding:0px;
	margin:0px;
	}

/*======== LAYOUT STYLES ========*/

	
#borderwrapper	{
	width:752px;
	background-color: #000000;
	margin:20 0 0 20px;
	}
	
#pagewrapper	{
	width: 750px;
	}

#logobalk	{
	border-bottom: 1px solid #000000;
	}	

#menu	{
	width:162px;
	float:left;
	border-right:1px solid #000000;
	}
	
#contentframe	{
	margin:0px;
	width:587px;
	height:496px;
	float:right;
	background-color:#f8f3ed;
	}
	
#footer	{
	height:25px;
	padding-right:10px;
	border-top:1px solid black;
	background-image:url(images/overige/voetlogo.jpg); 
	background-position:left top; 
	background-repeat:no-repeat; 
	text-align:right;
	clear:both;
	}

#contentholder	{
	margin:0px;
	width:587px;
	background-color:#f8f3ed;
	}

/*======== FONT STYLES TEKST========*/

.titel	{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	padding-bottom: 10px;
	}

.introtekst	{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.bodytekst	{
	font-style: italic;
	padding-bottom:7px;
	}
	
.bodytekstvet	{
	font-weight: bold;
	font-style: italic;
	padding-bottom:7px;
	}


/*======== FONT STYLES LINKS========*/

a.print	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
	
a.print:hover	{
	color: 852703;
	}
	
a.bodylink	{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
	
a.bodylink:hover	{
	color: #852703;
	}