@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------- einde reset --------------------- */

html,body {
	height:100%; 
	background: #FFF;
	font-family:arial,sans-serif;
	font-size: 14px;
	color:#000;
	background: url(../images/layout/body-background.png) top repeat-x #b9bfbf;
}

div#container {
	position:relative;
	margin:0 auto; 
	width:736px;
	background: #FFF url(/images/layout/back.png) left repeat-y;
	height:auto !important;
	height:100%;
	min-height:100%;
}

/* ------------------- Header Rules ------------------- */

div#header {
	height: 60px;
	padding-top: 126px;
	background: #FFF url(/images/layout/header.png) top no-repeat    ;

}
	div#header h1 {
		font-style:italic;
		font-size:1.1em;
		padding:0  0 0 200px;
	}
	div#header h2 {
		font-style:italic;
		font-size:1.1em;
		padding:0 0 0 225px;
	}

/* ------------------- Menu Rules ------------------- */


#menu {
	width: 137px;
	float: left;
	padding: 25px 0 0 5px;
	color: #F00;
	}
	
	#menu li {
		padding: 0 0 8px;
		}
	
	#menu a {	
			text-decoration: none;
			color: #F30;
			display: block;
			background: #000099;
			line-height: 20px;
			padding: 2px 5px;
			border: solid #ccc;
			border-width: 1px 2px;
			}
		
	#menu a:hover {
		background: #0000CC;
		}
		
		#menuhome #menu1{
			background: #0000CC;
			}
		
		#menugeschiedenis #menu2{
			background: #0000CC;
			}
			
		#menuboeken #menu3{
			background: #0000CC;
			}
		
		#menucontact #menu10 {
			background: #0000CC;
			}
			
		#menuedelstenen #menu7 {
			background: #0000CC;
			}
		
		#menuformulier #menu9 {
			background: #0000CC;
			}
			
		#menukantoor #menu4 {
			background: #0000CC;
			}
		
		#menuschatkist #menu8 {
			background: #0000CC;
			}
			
		#menuspeelgoed #menu5 {
			background: #0000CC;
			}
		
		#menuwenskaarten #menu6 {
			background: #0000CC;
			}
			
/* ------------------- Content Rules ------------------- */

#floatdiv { 
	padding-bottom: 30px;	
	padding-right: 10px;
	}

	#content {
		padding: 25px 0 0 160px;
		text-align: center;
		}
		
	div#content p {
		text-align:left;
		padding:0 1em;
		}

/* ------------------- Footer Rules ------------------- */

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	clear: left;


}
	div#footer p {
		padding:1em 1em .3em 160px;
		font-size: .9em;
		margin:0;
	}


/* ------------------- General Rules ------------------- */

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}
h2 {
	font:1.3em georgia,serif bold; 
	margin:0 0 0.5em;
	text-align: left;
}
h3 {
	font:1.3em georgia,serif bold; 
	margin:0 0 0.5em;
	text-align: left;
	color: #FF0000;
	}
h4 {
	font:1.0em georgia,serif; 
	font-weight: bold;
	margin:0 0 0.5em;
	text-align: left;
	}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

img {
	padding-bottom: 10px;
}

ul {
	text-align: left;
	padding: 0 0 10px 1em;
}

a {	
	color: #C00;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #FF0000;
		}
	a:active {
		color: #00FF00;
		}

/* ---------------- Layout Classes ------------- */

.important {
	text-decoration: underline;
	}

.bold {
	font-weight: bold;
	}

.year {
	font-style: italic;
	color: #660000;
	}

.underline {
	text-decoration: underline;
	}

.extrarow {
	height: 32px;
	}

.extrabigrow {
	height: 48px;
	}

#articles {
	height: 170px;
	}
	
	#articles dt {
		float: left;
		width: 180px;
		text-align: right;
		padding-right: 3px;
		font-weight: bold;
		}
	
	#articles dd {
		font-style: italic;
		float: right;
		width: 380px;
		text-align: left;
		}

	
#contact {
	height: 40px;
}
	
	#contactleft {
		float: left;
		width: 260px;
		height: 150px;
		}	

	#contactright {
		float: left;
		width: 280px;
		height: 150px;
		}	
	
		#contact dt {
			float: left;
			width: 70px;
			padding-left: 1em;
			text-align: left;
			}
				
		#contact dd {
			font-weight: bold;
			float: left;
			width: 150px;
			text-align: left;
			}
			
		#times dt {
			float: left;
			width: 70px;
			padding-left: 1em;
			text-align: left;
			}
			
		#times dd {
			font-weight: bold;
			float: left;
			width: 190px;
			text-align: left;
			}

#list {
	padding-left: 45px;
	text-align: left;
	}

	#list li {
		list-style: disc;
		padding-bottom: 16px;
		}
	
#speelgoedlijst {
	padding: 10px 0 10px 45px;
	display: inline-table;
	}
	
	#speelgoedlijst li {
		float: left;
		width: 170px;
		padding-bottom: 8px;
		text-align: left;
		list-style: disc;
		}

.leftimput{	
	float: left;
	padding: 0 0 10px 10px;
	text-align:left;
	margin: 0;
	width: 100px;
	height: 20px;
	}
	
	.leftlastimput{	
		float: left;
		padding: 0 0 63px 10px;
		text-align:left;
		margin: 0;
		width: 100px;
		height: 20px;
		}

.rightimput{
	padding: 0 0 10px 0;
	width: 400px;
	height: 20px;
	text-align:left;
	float:right;
	}

	.rightlastimput{
		padding: 0 0 10px 0;
		width: 400px;
		height: 110px;
		text-align:left;
		float:right;
		}

#form {
	height: 280px;
	}

	#bigform {
		height: 430px;
		}
	
.rightfloat {
	float: right;
	margin: 0 10px;
}
.leftfloat {
	float: left;
	margin: 0 10px;
}

img {
	margin: 0 20px;
}
