body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
iframe {
	padding-left: 20px;
	padding-right: 20px;
	background: #402E25;
}
.museum #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #402E25;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.museum #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 568px;
	width: 754px;
	float: left;
	background: #402E25;
}
.museum #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}
.museum #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	line-height: 100%;
}
.museum #mainContent li {
	padding-left: 10px;
	padding-right: 20px;
}
.museum #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
.museum #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.museum #kolomrechts {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	float:right;
	height: 568px;
	width: 250px;
	background: #FFAA00;
}
.museum #kolomrechts p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #402E25;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}
.museum #kolomrechts h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #402E25;
	padding: 10px;
}
.museum #kolomrechts img {
	border: none;
	padding: 0px;
}
.museum #header {
	background: #CCCCCC;
	width: 1004px;
	height: 100px;
	margin: 0;
}
.museum #header img {
	border: none;
	padding: 0px;
}
.museum #menu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	width: 1004px;
	height: 100px;
	margin: 0;
}
.museum #menu img {
	border: none;
	padding: 0px;
}
.museum #amsagenda {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 1004px;
	float: left;
	background: #402E25;
}
.museum #amsagenda p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}
.museum #amsagenda h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
.museum #amsagenda h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.autodatabase #container {
	width: 570px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 770px;
	background: #402E25;
	background-image: url(images/auto_beschrijving.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0;
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.autodatabase #merk {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 33px;
	width: 300px;
	top: 243px;
	left: 212px;
}

