/*** styles for "Standorte" ***/

.images {
	width:640px;
	height:480px;
	position:relative;
}

.images img {
	top:0;
	left:0;
	position:absolute;
}

#info {
	padding-top:1em;
	overflow:auto;
	width:640px;
	overflow-x:hidden;
}

#info_text {
	clear:both;
	padding-top:0.5em;
	color:#781d0e;
}

table#opening_hours, table#seats {
	float:left;
}

table#opening_hours {
	margin-right:14px;
}

table#opening_hours caption, table#seats caption {
	background:#be2d18;
	padding:3px 0;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	color:#fff;
}

table#opening_hours th, table#seats th {
	color:#781d0e;
	background:#fee6c2;
}

table#opening_hours td, table#opening_hours th, table#seats td, table#seats th {
	padding:3px 10px;
	background:#fee6c2;
	border:2px solid #fff;
}

.openingWeekday {
	width:125px;
}

.openingSaturday {
	width:80px;
}

.openingSunday {
	width:125px;
}

.seats_inside {
	width:90px;
}

.seats_outside {
	width:90px;
}
