* {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #ffffff;
}
img {display: block}

.warning {
	color: #ff0000;
}

form {
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url('/headerimage.php');
	background-position: 0% 0%;
	background-repeat: repeat-x;
	height: 100px;
}
#headerlogo {
	width: 600px;
	height: 100px;
	position: relative;
	float: right;
}/* IE hack voor png */
html > body #headerlogo {
	background: transparent url('/images/logo.png') no-repeat;
}/* end hack */
#navigationbar {
	height: 24px;
	background-image: url('/images/white-shadow.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#navigationbar td {
	color: #888888;
	font-weight: bold;

}
.navigationlink {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
.navigationlink:hover {
	color: #ff9900;
	text-decoration: underline;
}

#bigmap {
	height: 400px;
	border: 1px solid #006699;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}

#smallmap {
	width: 240px;
	height: 240px;
	/*border: 1px solid #006699;*/
	overflow: hidden;
}

.mainbar {
	background-image: url('/images/mainbar-back.gif');
	height: 24px;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
.mainbar a {
	color: #ffffff;
}
.mainbar td {
	color: #ffffff;
}

#pagetable {
	width: 100%;
	background-color: #42B4FF;
}
#pagetable .column {
	padding: 4px;
	width: 240px;
}
.contentbox {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
}
#contentdiv {
	background-color: #DDEEFF;
	padding: 4px;
}
.contentbottom {
	position: relative;
	height: 14px;
	background-color: #DDEEFF;
}
#copyright {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	height: 16px;
}
.subbar {
	/* background-color: #DDEEFF; */
}
.box {
	position: relative; /* otherwise in IE div's disappear */
	margin-bottom: 8px;
	background-color: #DDEEFF;
	background-image: url('/images/mainbar-shadow.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.box .title {
	background-color: #006699;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.box .content {
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	
}
.buttonlink {
	background-color: #000077;
	height: 16px;
	color: #ffffff;
	display: block;
	/*margin-bottom: 4px;*/
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: baseline;
	text-decoration: none;
}
.buttonlink:hover {
	text-decoration: underline;
}
.buttonlinkrelated{
	background-color: #FFFA73;
	height: 16px;
	color: #000000;
	display: block;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: baseline;
	text-decoration: none;
	border: 1px solid #F2BF24;
}
.buttonlinkrelated:hover {
	text-decoration: underline;
}
.listlength {
	background-color: #006699;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
}

.listtable {
	background-color: #ffffff;
}
.listtable td{
	border-bottom: 2px solid #DDEEFF;
}

#locatediv {
	padding-bottom: 4px;
}
#typediv {
	padding-bottom: 4px;
}
#criteriadiv {
	padding-bottom: 4px;
}

#description_short {
	font-weight: bold;
}
#description_longer {

}
#directions_length {
	font-weight: bold;
}
#directions_level {}
#directions_description {}

#contact_name {}
#contact_phone{}
#contact_email {}
#contact_website {}

#location_street{}
#location_zipcode{}
#location_city{}
#location_province{}

#region{}

#costs_pricerange {}
#costs_description {}

#popup {
	position: absolute;
	text-align: center;
	display: none;
	left: 50%;
	top: 50px;
	margin-left: -324px;
	z-index: 2000;
	width: 648px;
}
#popupcontent {
	padding: 4px;
}
.mediumphoto {
	text-align: center;
	margin-bottom: 8px;
}
.criteriarating{
	background-color: #666666;
	width: 100px;
}
.review {
	border-top: 2px dashed #42B4FF;
	padding-bottom: 8px;
}
.reviewratingtable td {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.reviewmotivation {
	font-style: italic;
	padding-bottom: 4px;
}

.reviewrate {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 16px;
	width: 32px;
}
.reviewratered {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 16px;
}

.toplisttitle {
	color: #ffff00;
	text-transform: uppercase;
}
.relatedobject {
	margin-bottom: 0px;
}
