/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #a2ab70;
	color: #556614;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p, div {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;	
}


a {
	font-weight: bold;
	text-decoration: none;	
	color: #556614;	
}

img{
	border-width: 0px;
}

div.afmcertified{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 800px;
	height: 1000px;
	overflow: hidden;
	text-align: center;
	font-size: 72px;
	padding-top: 20px;
	background-color: #ffffe1;
	border-width: 3px;
	border-color: #556614;
	border-style: solid;
}
div.popup {
	display: none;
	position:absolute;
	background-color: #ffffe1;
	border-width: 3px;
	border-color: #556614;
	border-style: solid;
}

div.popuptopbar {
	height: 16px;
	width: 100%;
	color: #ffffe1;
	background-color: #556614;
}
p.popupclosebutton {
	padding: 1px 3px;
	float: right;
}

p.popuptitle {
	font-weight: bold;
	padding: 1px 3px;
	float: left;
}

div.container {
    margin: 26px 0px 0px 0px;
}

div.nav {
	width: 753px;
	padding: 86px 0px 24px 52px;
	margin-left: 26px;
	background-image:  url(img/headernieuw.jpg);
	background-repeat: no-repeat;		
}
	 body.navigatie {
		padding: 2px 0px 10px;
		background-color: #556614;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;	

		font-weight: bold;		
	}

	a.navbutton, a.navbutton:visited{
		margin-right: 10px;
		color: #ffffe1;	
	}

div.content {
	width: 674px;
	padding: 0px 50px;
	margin-left: 26px;
	background-image: url(img/content.jpg);
	background-repeat: repeat-y;	
	overflow: auto;
}
	div.paragraph {
		clear: both;
		text-align: justify;
		font-size: 12px;
		padding: 0px 0px 18px 0px;
		margin: 0px;
	}
	ul.vraag {
		margin-bottom: 20px;
	}
	ol.spelregels {
		padding: 0px 0px 5px 30px;;
	}
	li.spelregels {
		padding-top: 5px;
	}	
	div.paragraphtitle {
		height: 20px;
	}	
	
	div.paragraphtitlespecial {
		height: 20px;
		padding-top: 6px;

	}
	
	p.paragraphtitle, img.paragraphtitle {
		font-weight: bold;
		text-decoration: underline;
		background-repeat:no-repeat;
		height: 20px;
	}	
	
	p.paragraphtitlespecial {
		height: 20px;
		background-repeat:no-repeat;
		float: left;
		width: 420px;
		margin-bottom: 6px;
	}
	
	ul.paragraphtext {
		margin: 6px 0px 0px 20px;
	}
	

	
	p.paragraphtext{
		margin-top: 6px;
	}
	
	img.paragraphimageleft {
		float: left;
		margin: 8px 8px 8px 0px;
		font-size: 10px;
		font-style: italic;	
		border-width: 2px;
		border-style: solid;
		border-color: #556614;	
	}
	
	img.paragraphimageright {
		float: right;
		margin: 8px 0px 8px 8px;
		font-size: 10px;
		font-style: italic;	
		border-width: 2px;
		border-style: solid;
		border-color: #556614;	
	}
	
	p.specialimage {
		border-width: 0px;
		margin: 2px;
		background-repeat: no-repeat;
	}
		
	div.download {
		margin: 15px 10px 10px 0px;
		float:left;
	}	
	
	p.downloadtitle {
		text-align: center;
		margin-bottom: 3px;
		font-style: italic;
		font-weight: bold;
	}
	
	p.downloadimage {
		border-width: 2px;
		border-style: solid;
		border-color: #556614;	
		cursor: none;
	}
	
	a.downloadpdf{
		float: left;
		font-size: 10px;
		font-style: italic;	
		background-image: url('img/plaatjes/rambutan/pdf.gif');
		background-repeat: no-repeat;
		padding: 3px 0px 12px 20px;
		margin-left: 25px;
		display: inline;
		width: 100px;
	}
div.footer{
z-index: -1;
	width: 708px; 
	height: 262px;	
	padding: 30px 50px 0px 76px;
	margin-left: 7px;
	background-image: url(img/footer.jpg);	
}
