@charset "utf-8";

body  {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #00261b;}

h2 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 12px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
a {text-decoration: none;}
a:link {color: #00261b}
a:visited {color: #00261b}
a:hover {color: #888888; text-decoration: underline}
a:active {color: #00261b}	

a.bullet { display: block; text-align: left; font-weight:bold; background: transparent url(img/arrow.gif) 1px 5px no-repeat; padding: 0px 0 1px 13px; }
a.download.pdf { display: block; text-align: left; font-weight:bold; background: transparent url(img/download-pdf.gif) 1px 5px no-repeat; padding: 4px 0 1px 20px; }

q:before { content: ""; }
q:after { content: ""; }

#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;} 
	
#header {
	background: #31422D;
	height: 110px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
} 

#leftTop {
	width: 190px;
	color: #ffffff;
	padding: 20px 0 0 0;}

#rightTop {
	float: right;
	color: #ffffff;
	padding: 0 15px 0 0;}
	
#rightBottom {
	position: relative;
	top: 34px;
	left: 745px;
	padding: 0 0 0 0;
	height: 15px;
	width: 15px;}	
	
#header a {text-decoration: none;}
#header a:link {color: #ffffff}
#header a:visited {color: #ffffff}
#header a:hover {color: #cccccc; text-decoration:underline}
#header a:active {color: #ffffff}

#header2 {
	height: 25px;
	margin: 0;
	padding: 0;
	background: #eeeeee url(img/quote.jpg) no-repeat right;} 

#sidebar1 {
	float: left;
	width: 158px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #eeeeee;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;}
	
#sidebar1 ul {
	list-style:none;
	padding: 0;
	margin: 0 5px 0 5px;
	font-size: 1.3em;
	line-height: 30px;}

#sidebar1 h1 {
	font-size: 16px;
	font-weight:normal;}	

#sidebar1 a {text-decoration:none;}
#sidebar1 a:link {color: #00261b}
#sidebar1 a:visited {color: #00261b}
#sidebar1 a:hover {color: #666666; text-decoration:underline}
#sidebar1 a:active {color: #000000}

#mainContent {
	float: left;
	width: 442px;
	margin: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
} 
	
#mainContent h1{ 
	margin-top: 0em;
	margin-bottom: 0.1em;
	padding: 0;
	color: #00261b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;} 

#mainContent .intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;

	line-height: 25px;
	margin:0;
	padding:0;}

#sidebar2 {
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	padding: 20px 0px;
	background-color: #FFFFFF;
	}

#sidebar2 p {
	margin-top: 0;
	}
	
#footer { 
	padding: 0 10px 0 0px;
	background:#ffffff;
	text-align: center;
	color: #888888;} 
	
#footer p {
	margin: 0;
	padding: 10px 0;}

#footer a {text-decoration: none;}
#footer a:link {color: #888888}
#footer a:visited {color: #888888}
#footer a:hover {color: #cccccc; text-decoration:underline}
#footer a:active {color: #888888}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

#av {
		line-height: 1em;}

#av ol {
	padding: 0 0 0 20px;}

#av ol li{/*de artikelen*/
	list-style-type:decimal;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#31422D;
	font-weight: bold;
	padding-bottom:10px;}

#av ol li ol {
	padding: 0 0 0 20px;}

#av ol li ol li{/*de leden van de artikelen*/
	list-style-type:decimal;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	font-weight: normal;
	margin: 0px;
	padding:0px;}
	
#av ol li ol li  ol li{/*subsecties van de leden*/
	list-style-type:decimal;
	font-size:10px;}
