﻿
#site {
	width:			990px;		/* Site breedte minus de vrije ruimte in de content links en rechts */
	height:			auto;
	position:		relative;	
	text-align:		left;
	padding-top:	0px;
	background: 	url('../images/interface/content_AC.png') 50% 0%;
	}


#content {
	width:			770px;
	float:			left;	
	}
	

#content P	{
	margin-left:	5px;
	margin-right:	5px;
	padding-bottom:	10px;			/* vrije ruimte onder de paragraaf zodat er echt tekstblokken onstaan */
	font-family:	Arial;
	font-size:		11px;
	font-style:		normal;
	color:			#333333;	
	}
	

#contentauto table	{
	margin-left:	5px;
	margin-right:	5px;
	padding-bottom:	10px;			/* vrije ruimte onder de paragraaf zodat er echt tekstblokken onstaan */
	font-family:	Arial;
	font-size:		11px;
	font-style:		normal;
	color:			#333333;	
	text-align:		left;
	}
	
#contentauto a:link, #contentauto a:visited  {						/* opmaak van een link in de content */
	font-family:	Arial;
	font-size:		11px;
	font-style:		normal;
	color:			#333333;
	text-decoration:	underline;
	}
	
#contentauto a:hover, #contentauto a:active {						/* opmaak van een link in de content bij mouseover*/
	font-family:	Arial;
	font-size:		11px;
	font-style:		italic;
	color:			#000000;
	text-decoration:	underline;
	}

#contentauto img{
	text-align:		center;
	}

.leeg {
	font-family:	Arial;
	font-size:		11px;
	font-weight:	bold;
	color:			#333333;
	background:		#E3E3E3;
	}

.leegBold {
	font-family:	Arial;
	font-size:		11px;
	font-weight:	bold;
	color:			#333333;
	background:		#E3E3E3;
	}

.tabelcelKopBold {
	font-family:	Arial;
	font-size:		11px;
	font-weight:	bold;
	color:			#333333;
	background:		#E3E3E3;
	}

.tabelCelOpties {
	font-family:	Arial;
	font-size:		10px;
	font-weight:	normal;
	color:			#333333;
	}

