div#header div#banner div#locationselector {
	width: 350px;
	float: left;
	display: block;
	position: absolute;
	z-index: 1000;
	background: #6F2A00;
	top: 245px;
	padding: 2px 2px 2px 5px;
	margin-left: 85px;
	line-height: 20px;
	border: 1px solid #E7A700;
}

div#header div#banner div#locationselector strong {
	color: #E7A700;
	font-size: 0.9em;
	float: left;
	margin-right: 5px;
	display: block;
}

form#frm_location {
	float: left;
}

form#frm_location p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

select#location {
	background: #DDAA00;
	border: 0px none;
	width: 120px;
	font-weight: bold;
	color: #6F2A00;
}


div#crumbs {
	position: absolute;
	z-index: 1000;
	margin: 25px 0px 0px 140px;
}

div#crumbs br {
	display: none;
}

div#crumbs h1 {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 167px;
	height: 29px;
	background: url(../images/h_informatie_over.gif) top left no-repeat;
	float: left;
}

div#crumbs h1 span {
	visibility: hidden;
}

div#crumbs a.crumb {
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
}

div#crumbs a.crumb span {
	visibility: hidden;
}

div#crumbs a.winkels {
	width: 126px;
	height: 29px;
	background: url(../images/but_winkels.gif) top left no-repeat;
}

div#crumbs a.tearoom {
	width: 126px;
	height: 29px;
	background: url(../images/but_tearoom.gif) top left no-repeat;
}

div#crumbs a.lunchservice {
	width: 198px;
	height: 29px;
	background: url(../images/but_lunchservice.gif) top left no-repeat;
}

div#local_container {
	margin-top: 10px;
	position: relative;
	float: left;
}

div#local_container div.local {
	border: 1px solid #D39800;
	background: #F4C733;
	margin-bottom: 5px;
	width: 330px;
	/*line-height: 18px;*/
}


div#local_container div.local p {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	text-align: left;
}

div#local_container div.local p strong {
	font-size: 2em;
}

div#local_container div.local p img {
	border: 1px solid #794606;
	background: #C39300;
	padding: 5px;
	float: left;
	margin-right: 5px;
}

div#local_container div.localfull {
	border: 1px solid #D39800;
	background: #F4C733;
	margin-bottom: 5px;
	width: 600px;
}

	div#local_container div.localhalf {
		float: left;
		width: 390px;
		border: 1px solid #D39800;
		background: #F4C733;
		margin-bottom: 5px;
		margin-right: 10px;
		padding: 5px;
	}
	
	div#local_container div.localsmall {
		float: left;
		width: 190px;
		border: 1px solid #D39800;
		background: #F4C733;
		margin-bottom: 5px;
		padding: 5px;
	}

div#local_container div.localfull p {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	text-align: left;
}

div#local_container div.localfull p strong {
	font-size: 2em;
}

div#local_container div.localfull p img {
	border: 1px solid #794606;
	background: #C39300;
	padding: 5px;
	float: left;
	margin-right: 5px;
}

div#sub {
	position: relative;
	float: left;
	border-left: 1px solid #702A00;
	margin: 10px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	width: 274px;
}

div#sub h2 {
	display: block;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 5px 0px;
	background: #702A00;
	color: #EAB400;
	font-size: 1.2em;
}

div#sub .offer {
	background: url(../images/bkg_offer.gif) #D19300 top left repeat-x;
	border: 1px solid #702A00;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
	min-height: 85px;
	height: auto !important;
	height: 85px;
}

div#sub div.offer p {
	margin: 0px;
	padding: 0px;
}

div#sub div.offer a {
	font-weight: bold;
	color: #702A00;
	text-decoration: none;
}

div#sub div.offer a:hover {

	text-decoration: underline;
}

div#sub div.offer p strong {
	font-weight: bold;
	color: #A82610;
	font-size: 1.2em;
}

div#sub div.offer p img {
	float: left;
	padding: 5px;
	background: #CF9F00;
	border: 1px solid #763100;
	margin-right: 5px;
}