@import url("aankomst_kalender.css");

.content_links {
	width: 504px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 25px;
}

.content_links p.inleiding {
	font-weight: bold;
	color: #353535
}

.content_links a {
}

.content_rechts {
	position: relative;
	float: right;
	width: 336px;
	height: 268px;
	background: url(../images/template/bg_content_rechts.jpg) no-repeat;
	padding-bottom: 30px;
}

#aangenaam {
	position: relative;
	float: right;
	width: 336px;
	height: 294px;
	background: url(../images/template/bg_aangenaam.jpg) no-repeat;
	cursor: pointer;
}

#aangenaam #tekst {
	position: absolute;
	top: 81px;
	left: 26px;
	width: 283px;
	height: 184px;
	color: #ffffff;
	font-size: 11px;
	line-height: 19px;
}

#nieuws {
	width: 897px;
	height: 173px;
	float: left;
	position: relative;
	background: url(../images/template/bg_nieuw.jpg) no-repeat;
	padding-left: 40px;
	overflow: hidden;
}

.nieuwnavigatie {
	width: 78px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../images/template/bg_nieuw_nav.jpg) no-repeat;
	z-index: 100;
}

.nieuwnavigatie .links {
	width: 39px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
}

.nieuwnavigatie .rechts {
	width: 39px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 110;
}

.verlooplinks {
	width: 24px;
	height: 123px;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 100;
}

.verlooprechts {
	width: 24px;
	height: 123px;
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 100;
}

#items {
	width: auto;
	height: 173px;
	float: left;
	position: relative;
	z-index: 90;
}

.nieuwitem {
	width: 267px;
	height: 89px;
	float: left;
	position: relative;
	margin: 50px 32px 0 0;
	cursor: pointer;
}

.foto {
	width: 120px;
	height: 89px;
	float: left;
	position: relative;
}

.foto .fotorand {
	width: 120px;
	height: 89px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.foto img {
	width: 120px;
	height: 89px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.plaats, .personen, .prijs, .prijs_tot, .prijs_gelijk{
	width: 130px;
	height: 25px;
	float: left;
	overflow: hidden;
	color: #98010a;
	margin-left: 14px;
}

.personen {
	color: #6a6a6a;
}

.prijs {
	height: 18px;
	line-height: 19px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	float: left;
	margin-bottom: 5px;
}

.prijs_tot {
	height: 18px;
	line-height: 19px;
	font-size: 16px;
	font-weight:bold;
	position: relative;
	float: left;
}

.prijs_gelijk {
	height: 21px;
	line-height: 19px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 120px;
}

.prijs em {
	line-height: 11px;
	font-size: 10px;
	color: #999;
}

.prijs_tot em {
	line-height: 11px;
	font-size: 10px;
	color: #999;
}

.prijs_gelijk em {
	line-height: 11px;
	font-size: 10px;
	color: #999;
}

.bgrood {
	background: #98010a;
	padding: 25px;
	color: #ffffff;
	margin-bottom: 50px;
}

#contact_melding {
	background: #EAEAEA;
	padding: 10px;
	border: 1px #C0C0C0 solid;
	margin: 15px 0px 10px 0px;
}

#frm_contact input, textarea {
	width: 150px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #454444;
	margin: 2px 0px;
	border: 1px #C0C0C0 solid;
}

#frm_contact input.verzenden {
	width: 100px;
	background: #EAEAEA;
	border: 1px #C0C0C0 solid;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}

#frm_contact input.disabled, textarea.disabled {
	background: #EAEAEA;
}

#frm_contact textarea {
	width: 200px;
	overflow: auto;
}

