/* CSS Document */

#detail #titel
{
	width: 594px;
}

#detail #titel .plaats
{
	float: left;
	width: 450px;
}

#detail #titel .prijs
{
	float: right;
	font-size: 15px;
	color: #791764;
	font-weight: bold;
	line-height: 22px;
	margin: 35px 0px 25px 0px;
}

#detail #afbeeldingen
{
	width: 594px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#detail #foto
{
	width: 450px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#detail #foto .foto
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#detail #thumbs
{
	width: 131px;
	height: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
}

#detail #thumbs .thumb
{
	width: 131px;
	height: 98px;
	margin-bottom: 5px;
	cursor: pointer;
}

#detail #thumbs .thumb img
{
	height: 98px;
}	

#detail .slider_buttons
{
	width: 905px;
	height: 19px;
	float: left;
	margin-bottom: 20px;
	background: url(../images/template/slider_buttons_bg.gif) repeat-x left center;
	position: relative;
}

#detail #prev
{
	width: 20px;
	height: 19px;
	position: absolute;
	left: 503px;
	top: 0px;
	background: url(../images/template/prev.gif);
	cursor: pointer;
}

#detail #next
{
	width: 20px;
	height: 19px;
	position: absolute;
	left: 529px;
	top: 0px;
	background: url(../images/template/next.gif);
	cursor: pointer;
}

#detail #kenmerken
{
	width: 190px;
	height: auto;
	float: left;
}

#detail #omschrijving
{
	width: 385px;
	height: auto;
	float: left;
	margin-left: 20px;
}

#detail #locatie
{
	width: 292px;
	height: auto;
	float: right;
	position: relative;
}

#detail #map_bg
{
	width: 292px;
	height: 339px;
	background: url(../images/template/map_bg.gif) bottom no-repeat;
	position: relative;
}

#detail #map
{
	width: 292px;
	height: 328px;
	overflow: hidden;
}

#toolbox {
	width: 292px;
	height: 360px;
	background: url(../images/template/toolbox.jpg);
	float: right;
	margin-top: 32px;
	position: relative;
}
#toolbox.tour {
	background: url(../images/template/toolbox-tour.jpg);
}
#toolbox .buttons {
	width: 208px;
	height: auto;
	position: absolute;
	left: 43px;
	top: 102px;
}
#toolbox.tour .buttons {
	top: 82px;
}
#toolbox .buttons a {
	display: block;
	width: 208px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-indent: 50px;
	text-decoration: none;
}

#toolbox .buttons a:hover
{
	text-decoration: underline;
}

#popup {
	position: absolute;
	left: 0px;
	top: 0px;
}

#popup.position {
	width: 100%;
	z-index: 100;
}

.popup {
	position: absolute;
	height: auto;
	width: 725px;
	margin-left: -362px;
	margin-top: 0px;
	top: 0%;
	left: 50%;
	background: #ffffff;
	z-index: 110;
}

.popup .close
{
	width: 14px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/template/close.gif);
	cursor: pointer;
}

.popup .form
{
	padding: 25px;
}

.popup .input
{
	width: 210px;
	height: 21px;
	background: url(../images/template/input_bg.gif);
	margin-bottom: 9px;
}

.popup img
{
	margin-bottom: 30px;
}

.popup table td
{
	width: 225px;
	text-align: left;
}

.popup input
{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: italic;
	width: 200px;
	margin-left: 5px;
	height: 21px;
	background: none;
	border: none;
	color: #212121;
}

.popup .textarea
{
	width: 210px;
	height: 50px;
	background: url(../images/template/textarea_bg.gif);
}

.popup textarea
{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: italic;
	width: 200px;
	margin-left: 5px;
	height: 48px;
	background: none;
	border: none;
	color: ##212121;
	overflow: auto;
}

.popup .button
{
	width: 87px;
	height: 21px;
	background: url(../images/template/button_verzenden.gif);
	border: none;
	cursor: pointer;
}

.popup .verzenden
{
	float: right;
	width: 87px;
	height: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
}

