@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CDD2D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#navigatie #buttonbar {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
} 
#mainContent {
	float: left;
	width: 960px;
	min-height: 500px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFF;
}
#toc {
	padding-top: 20px;
}

#navigatie {
	width: 230px;
	float: left;
	position: absolute;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
	top: 30px;
	z-index: 200;
	padding-left: 12px;
	overflow: auto;
	padding-bottom: 0px;
	top:140px;
	bottom: 0px;
}
#sitenav {
	background-color: #D2E1E7;
	float: none;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sitenav a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
}


#navigatie #toc ul {
	display: block;
	float: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#navigatie #toc li {
	background-color: #DADDE0;
	display: block;
	float: none;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navigatie #toc ul a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#navigatie #toc a {
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#navigatie a:hover {
	background-color: #E3E7EA;
}

#header {
	height: 119px;
	width: 935px;
	background-image: url(http://images.tercera-ro.nl/cssrepository/9928/header.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	z-index: 100;
	position: fixed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2BC07;
} 

#header .planinfo {
	float:left;
}
#header .planinfo td {
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.headerTitle {
	font-size: 12px;
	font-weight: bold;
}
#Content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 250px;
	float: right;
	width: 700px;
	position:absolute;
	top:140px;
	bottom:0px;
	overflow:auto;
	z-index:100;
	clear: both;
	background-color: #FFF;

} 
a {
	text-decoration:none;
	color:#009900;
}
.level1 {
	font-size:18px;
	text-align:left;
	line-height: 30px;
	font-weight: bold;
}
.level1 a {
	text-decoration:none;
	color:#D2B809;
}
.level2 {
	font-size:14px;
	text-align:left;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
.inhoudsopgave {
	text-decoration: none;
}

.level2 a {
	text-decoration:none;
	color:#D2B809;
}
.level3 {
	font-size:13px;
	text-align:left;
	line-height: 25px;
	font-weight: bold;
}
.pdf {
	background-image: url(http://images.tercera-ro.nl/cssrepository/9925/pdf.png);
	background-repeat: no-repeat;
	background-position: -20px;
}

.level3 a {
	text-decoration:none;
	color:#D2B809;
}
.level4 {
	font-size:12px;
	text-align:left;
	line-height: 20px;
	font-weight: normal;
}
.level4 a {
	text-decoration:none;
	color:#D2B809;
}
.level5 {
	font-size:11px;
	text-align:left;
	padding-top:4px;
	font-weight: normal;
}
.level5 a {
	text-decoration:none;
	color:#D2B809;
}


#ContentIndex ul {
	list-style-type: none;
}

#ContentText ul {
	list-style-type: disc;
}


.inhoudsopgave li.pdf {
	padding-left: 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://images.tercera-ro.nl/cssrepository/9925/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.H1 {
	font-size:18px;
	text-align:left;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	clear:left;
}
.H1 a
{
	text-decoration:none;
	color:#D2B809;
}
.H2 {
	font-size:14px;
	text-align:left;
	line-height: 25px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	clear:left;
}
.H2 a
{
	text-decoration:none;
	color:#D2B809;
}
.H3 {
	font-size:13px;
	text-align:left;
	line-height: 25px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	clear:left;
}
.H3 a
{
	text-decoration:none;
	color:#D2B809;
}
.H4 {
	font-size:12px;
	text-align:left;
	line-height: 20px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
	clear:left;
}
.H4 a
{
	text-decoration:none;
	color:#D2B809;
}
.H5 {
	font-size:11px;
	text-align:left;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	clear:left;
}
.H5 a
{
	text-decoration:none;
	color:#D2B809;
}
.H6 {
	font-size:11px;
	text-align:left;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	clear:left;
}
.H6 a
{
	text-decoration:none;
	color:#D2B809;
}
#ContentText span {
	clear: left;
}
