/* CSS Document */
body {
	margin: 0;
	background-color: #FFFFFF;
}
form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color:#796158;
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	color:#796158;
	font-weight: normal;
	text-decoration:underline;
}
#Container {
	position:relative;
	width: 780px;
	/*margin-left: 0px;*/
	margin: 0 auto;
}
#Header {
	width: 780px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	margin: 0px;
	color: #000000;
	clear:right;
	background-color:#f8ebf4;
}
#HeaderLogo {
	position: relative;
	width: 238px;
	height: 64px;
	float: left;
	clear: none;
}
#HeaderNav {
	position: relative;
	width: 480px;
	float: right;	
	clear: right;
}
#HeaderNav ul{
	margin: 0px;
	padding-left: 0px;
	padding-top: 20px;
	text-align: left;
}
#HeaderNav li {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 10px;
	display:inline;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#3e2714;	
}
#HeaderNav li a:link, #HeaderNav li a:visited, #HeaderNav li a:active{
	font-weight:bold;
	color:#3e2714;
	text-decoration: none;
}
#HeaderNav li  a:hover {
	color: #3e2714;
	text-decoration: underline
}
#HeaderNavActive {
	font-weight:bold;
}
#Main {
	position: relative;
	float: left;
	width:780px;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	background-image:url('../images/back_main.jpg');
	background-repeat:repeat-y;
}
#ContentLeft {
	position: relative;
	float: left;
	clear: both;
	width:300px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding: 0px 0px 0px 0px;	
	text-align:left;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 1.8;
	text-decoration:none;
}
#ContentLeft a {
	color:#FFFFFF;
	text-decoration:none;	
}
#ContentRight {
	width:470px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;		
	font-size:11px;
	text-align:justify;	
	letter-spacing: 1px;
	color: #000000;
	line-height: 1.8;
}
#Tekst, #Inleiding {
	position:relative;
	width:470px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;	
	color: #000000;
	letter-spacing: 1px;	
	line-height: 1.8;
	clear: right
}
#vorige {
	position:static;
	width:235px;
	text-align:left;
	float: left;
	clear:none;	
}
#volgende {
	position:static;
	width:235px;
	text-align:right;
	float: right;
	clear:right;
}
#Footer { 
	position: static;
	width: 480px;
	float: center;
	clear: both;
}
.FooterTekst {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:10px;
	line-height: 1.8;
	color:#887b61;
}
.FooterTekst a:link, .FooterTekst a:visited, .FooterTekst a:active {
	color:#887b61;
	text-decoration:none;
}
.FooterTekst a:hover {
	color:#887b61;
	text-decoration: underline;
}
h1, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e484b6;
	font-weight: bold;
	font-size: 32pt;
	font-style:italic;
	margin: 0px;
	text-decoration:none;	
}
h2, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e484b6;
	font-weight: bold;
	font-size: 12pt;
	font-style:italic;
	margin: 0px;
	text-decoration:none;	
}
#afbeelding {
	/*padding: 0px 0px 6px 6px;*/
	background-color:#FFFFFF;
	padding: 6px;
	border:#d0d0d0 solid 1px;
	float:right;
	margin-left: 15px;
}
.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 128px;
}
.ZoekKnop {
	background-color:#796158; 
	border: 0px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#FFFFFF; 
	font-size: 11px; 
	font-weight:bold;
}
.ArtikelInfo {
	font-weight:bold;	
}
.comment {
	/* background-image: url('/images/back_form_input.gif');
	background-attachment: fixed;
	border: 1px solid #1e1e1e;	
	background-color: #ececec;*/
	width: 126px;
	height: 16px;
	padding-left: 3px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.reactie_form {
	/*border: 1px solid #1e1e1e;	*/
	/* background-color: #ececec;	*/
	width: 460px;
	height: 150px;	
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textarea {
	/*background-image: url('/images/back_comment.gif');*/
	width: 430px;
	height: 150px;	
	font-size: 11px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}