/* CSS Document */
html {
	overflow: hidden;
}
body {
	background-color: #d5eaa7;
}
#background {
	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	color: white;
	width:1024px;
	height: 768px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -384px;
}
#page {
	position: absolute;
	color: black;
	width:760px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -200px;
	overflow: hidden;
	
}

#content {
	position: absolute;
	width:727px;
	height: 333px;
	left: 50%;
	top: 50%;
	margin-left: -373px;
	margin-top: -178px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #292A39;
	overflow: auto;
	
}

.paginatitel {
	font-size: 1.8em;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	color: #7F695B;
	line-height: 200%;
}
.paragraaftitel
{
	font-size: 1.5em;
	font-variant: normal;
	text-align: left;
	color: #525573;
	line-height: 150%;
}

.subparagraaftitel
{
	font-size: 1.2em;
	font-variant: normal;
	text-align: left;
	color: #7B7FAC;
	line-height: 125%;
}

#content p{
	text-indent: 1.5em;
}

#content p.noindentation{
	text-indent: 0em;
}

#content ul{
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
}

#content ul ul{
	list-style-type: disc;
	list-style-image: url(none);	
}

#content ul ul ul{
	list-style-type: circle;
	list-style-image: url(none);
}
#content ul ul ul ul{
	list-style-type: square;
	list-style-image: url(none);
}

.lijstNiveau1{
	font-size: 1.5em;
	font-variant: small-caps;
	line-height: 2.1em;
}

.lijstNiveau2{
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.9em;
}
.lijstNiveau3{
	font-size: 1.2em;
	text-decoration: underline;
	line-height: 1.8em;
}
.lijstNiveau4{
	font-size: 1.1em;
	font-variant: small-caps;
	line-height: 1.7em;
}
ol{
	list-style-type: decimal;
}
ol ol{
	list-style-type: lower-alpha;
}
ol ol ol{
	list-style-type: lower-roman;
}
ol ol ol ol{
	list-style-type: upper-alpha;
}

a{
	color: #7B7FAC;
	text-decoration: underline;
}

a:hover{
	color: #DAEFAB;
	text-decoration: none;
	background-color: #7B7FAC;
}

.nadruk{
	font-size: 1.0em;
	font-weight: bold;
}

.inlinefotokaderrechts{
	position:relative;
	float:right;
	padding: 5px 5px 5px 5px;
}

.inlinefotokaderlinks{
	position:relative;
	float:left;
	padding: 5px 5px 5px 5px;
}

.inlinefotokaderlinksnopadding{
	position:relative;
	float:left;
	padding: 0px 10px 0px 0px;
}

.fotokader{
	padding:2px 2px 2px 2px;
	border: #7F695B 1px solid ;
}

.bijschrift{
	padding:2px 2px 2px 2px;
	font-size:0.8em;
}

.centercontent{
	margin-left:auto;
	margin-right:auto;
}

.centerfotokader{
	margin-left:auto;
	margin-right:auto;
	padding:2px 2px 2px 2px;
	border: #7F695B 1px solid ;
}

.tableheader{
	font-size: 1.2em;
	text-decoration: underline;
	line-height: 1.8em;
}
