HTML, Body {
	width: 2900px;
	font-family: Courier New, Courier, serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

#contact {
	float: left;
	width: 440px;
	margin-left: 20px;
}

#contacttekst {
	position: absolute;
	top: 140px;
	font-size: 36px;
	font-family: Helvetica, Arial, Tahoma sans-serif;
	font-weight: bold;
	line-height: 50px;
}

#contacttekst a, #contacttekst a:hover {
	color: black;
	text-decoration: none;
}

.contactgegevens {
	display: inline;
	border-bottom: 4px solid black;
}

#contactbeeld {
	position: relative;
	width: 0px;
	top: 22px;
	left: 10px;
	z-index: 2;
}

#contactverhaal {
	position: relative;
	top: 400px;
	z-index: 1;
}

.headers {
	position: relative;
	left: -20px;
	padding-left: 20px;
}

.kop {
	margin-top: 20px;
	height: 120px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.kop span {
	text-decoration: underline;
}

.koplink a {
	color: black;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

.koplink a:hover {
	text-decoration: underline;
}

.subkop, .subkop a {
	font-size: 12px;
	font-family: Helvetica, Arial sans-serif;
	font-weight: bold;
	color: black;
	line-height: 14px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#kolom1 {
	float: left;
	width: 800px;
}

#kolom2 {
	float: left;
	width: 800px;
}

#kolom3 {
	float: left;
	width: 800px;
}

.beeld {
	position: absolute;
	float: left;
	background-color: black;
	cursor: pointer;
	border: 1px solid white;
}

.beeld img {
	position: relative
	left: -1px;
	top: -1px;
}

.beeld:hover {
	background-color: inherit;
}

.beeld img, .beeld object {
	opacity: 0;
	filter: alpha(opacity=0);
}

.beeld img:hover, .beeld object:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}

.omschrijving {
	float: left;
	width: 250px;
}

.spacer {
	clear: both;
}

#smile {
	background: url(http://www.eslitapilatu.nl/img/smile.png);
	position: absolute;
	top: -11px;
	left: 1000px;
	display:block;
	width: 35px;
	height: 35px;
}

#hart {
	background: url(http://www.eslitapilatu.nl/img/hart.png);
	position: absolute;
	top: 350px;
	left: 1900px;
	display:block;
	width: 35px;
	height: 35px;
}

#verhaal {
	width: 350px;
}

#copyright {
	position: fixed;
	bottom: 10px;
	left: 27px;
}
