@charset "utf-8";
/* CSS Document */
@import url(menu1.css);

html { 
scrollbar-arrow-color:#5b2306; 
scrollbar-track-color:#fadcb1; 
scrollbar-face-color:#fadcb1; 
scrollbar-highlight-color:#686f45; 
scrollbar-3dlight-color:#fadcb1; 
scrollbar-darkshadow-color:#5b2306; 
scrollbar-shadow-color:#400000; 
}
body {
	background-image: url(../afbeeldingen/achtergrond3.jpg);
}
h1 {
	font-family: "Script MT Bold";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Script MT Bold;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	text-decoration: underline;
}
.Text {
	font-family: "Script MT Bold";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	text-align: center;
	
}
.Text2 {
	font-family: "Script MT Bold";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	text-align: left;
	width: 250px;
	right: 25px;
	position: relative;
	left: 25px;
	}
.Text3 {
	font-family: "Script MT Bold";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	text-align: center;
	}
.Text4 {
	font-family: "Script MT Bold";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #5b2306;
	text-align: left;
	width: 140px;
	right: 25px;
	position: relative;
	}
.Boek {
	height: 100px;
	width: 200px;
	position: relative;
	top: 5px;
	background-position: top;
	padding: 2px;
}
