@CHARSET "ISO-8859-1";


h3 { 
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
}

label
	{
	float: left;
	width: 150px;
	}

#bookingForm label{
	float: left;
	width: 150px;
	}
	
#bookingForm .simple
	{
	padding: 2px;
}

#booking
{
	width: 100%;
}

.booktable {
width: 550px;
}

a.leftlink {
	display: block;
	height:25px;
	padding-top: 5px;
	padding-left: 25px;
	background-image: url("../images/vorige.jpg");
	background-repeat: no-repeat;
	}
a.rightlink {
	display: block;
	height:25px;
	padding-top: 5px;
	padding-right: 25px;
	background-image: url("../images/volgende.jpg");
	background-repeat: no-repeat;
	background-position: right;
	}

.prijstabelbg {
width: 550px;
height: 100px;
padding: 5px;
padding-left: 6px;
padding-bottom: 20px;
background-image: url("../images/boekingstabel.png");
background-repeat: no-repeat;

}
.priceTable {
width: 540px;
border: 0px solid gray;
padding-top: 2px;


}

a.button {
	display: block;
	width: 78px;
	height: 18px;
	text-decoration: none;
	padding: 3px;
	background-position:left top;
	background-image: url("../images/boekingbutton.png");	
	background-repeat: no-repeat;
	background-position: 5px 0px;
	}
#booking {
	float:left;
	width:550px;
	padding-right: 5px;
}

.foto {  
	float:left;
    padding: 10px;  
    border:  1px solid #ccc;  
    background-color: #fff;  
    width:  280px; 
    height: 210px; 
    top:  0; 
    left: 0;
    margin: 2px;
}
.specificaties li
	{
		list-style-type: none;
	}
#rechterkant
	{
		float:left;
		padding-left: 10px;
		width: 300px;
	}

.Header_Top {
	font-weight:bold;
	font-size: 12px;
	padding: 2px;
		border-bottom: 1px solid gray;
}
.BodyType {
	width: 150px;
	font-size: 12px;
	}
.BodyPrice {
	text-align:center;
	font-size: 12px;
	width: 70px;
	}

.priceTable  tr{
	border-bottom: 1px solid blue;
	
}
