/* CSS Document */
/* 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;
}

.paginatitel {
	font-size: 2em;
	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;
}

.inlinefotokaderrechts{
	position:relative;
	float:left;
	padding: 5px 5px 5px 5px;
}

.inlinefotokaderrechtsnopadding{
	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;
}





#noscriptmenu {
	position: relative;
	float: left;
	width: 120px;
	padding: 3px;
	background-color: #bf9d88;
	color: white;
	vertical-align: top;
	text-align: left;
	overflow: auto;
}
#noscriptmenu ul{
	background-color: #bf9d88;
	color: white;	
}
#noscriptmenu ul li{
	list-style-position: inside;
	margin-left: -40px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}
#noscriptmenu ul li:hover{
	background-color: #DAEFAB;
	color: #7F695B;
}

#noscriptmenu ul li a{
	color: white;
}

#noscriptmenu ul li:hover a{
	background-color: #DAEFAB;
	color: #7F695B;
}

#content {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #292A39;
	overflow: auto;
}




