body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
	overflow: hidden;
}
h1 {
	color: #FF3300;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 25px;
	padding-left: 25px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding-top: 0px;
	padding-left: 25px;
}
/*eerste tagline goed gegoten index.html*/
.stijl1 {
	color: #FF3300;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
}
/*tweede tagline*/
.stijl2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 13px;	
}
/*voor kleurplaten in content div*/
.kader {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #E7E0D8;
	height: 600px;
	margin-top: 20px;
}
#wrapper #header {
	height: 100px;
	background-repeat: no-repeat;
}
/*voor verwisselbare header image*/
#wrapper #header div {
	position: absolute;
	height: 100px;
	width: 407px;
	top: 0px;
	right: 0px;
}
#wrapper #menu {
	background-image: url(../images/images%20educatie/background-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 250px;
	height: 500px;
}
/*navigatie:het museum-collecties-kleurplaten*/
#wrapper #menu div img {
	margin-top: 30px;
	margin-left: 35px;
	-webkit-box-shadow: -3px 3px 5px 0 #333;
	moz-box-shadow: -3px 3px 5px 0 #333;
	box-shadow: -3px 3px 5px 0 #333;	
}
#wrapper #content {
	width: 650px;
	height: 500px;
	float: right;
	background-image: url(../images/images%20educatie/background-content.jpg);
	background-repeat: no-repeat;
}
/*div voor kleurplaten*/
#wrapper #content div {
	overflow: auto;
	height: 435px;
	width: 650px;
}
/*map images educatie foto1=egypte foto4=grieks foto7=romeins*/
#wrapper #content #foto1 {
	height: 150px;
	width: 100px;
	position: absolute;
	left: 650px;
	top: 470px;
}
#wrapper #content #foto4 {
	height: 150px;
	width: 100px;
	position: absolute;
	left: 450px;
	top: 410px;
}
#wrapper #content #foto7 {
	position: absolute;
	height: 150px;
	width: 100px;
	left: 350px;
	top: 380px;
	
}
