@CHARSET "UTF-8";
html,body {
	height:100%;
}
body {
	margin:0;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	background-color: #121232;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
h1 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
}
.hoofdcontainer {
	width:875px;
	height:660px;
	margin:0 auto;
	position:relative;
	text-align: left;
	background-image: url("../beeld/museum4.jpg");
	background-repeat: no-repeat;
}
.hoofdcontainer2 {
	width:875px;
	height:660px;
	margin:0 auto;
	position:relative;
	text-align: left;
	background-image: url("../beeld/museum3.jpg");
	background-repeat: no-repeat;
}
#textarea {
	width:410px;
	position:absolute;
	top:350px;
	left:0;
	text-align: left;
	background-color: #f2eec1;
	padding: 15px 445px 15px 20px;
}
#leftcolumn {
	width:405px;
	height:130px;
	position:absolute;
	top:10px;
	left:10px;
	text-align: left;
}
#rightcolumn {
	width:395px;
	height:130px;
	position:absolute;
	top:15px;
	left:455px;
	text-align: left;
}
#adreslinks {
	width:305px;
	position:absolute;
	bottom:15px;
	right:115px;
	text-align: left;	
}
#adresrechts {
	width:175px;
	position:absolute;
	bottom:15px;
	right:10px;
	text-align: left;
}
