@charset "utf-8";

table.layout1 {
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.layout1 th {
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	background-color: #996633;
	background-image: url("/img/bg_table.gif");
	padding: 5px 3px;
	color: #330000;
	text-align: center;
}

table.layout1 td {
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	padding: 5px;
	vertical-align: top;
}

table th.dat_title {
	width: 120px;
}

table th.dat_address {
	width: 230px;
}

table th.dat_freespot,
table th.dat_bite,
table th.dat_parking {
}

table td img {
	margin: 0 5px;
}