/* Default elements
-------------------------------------------------------------- */

html, body {
	font-family: 'Verdana';
	font-size: 10px;
}

body.body-small {
	font-size: 10px;
}

body.body-medium {
	font-size: 11px;
}

body.body-large {
	font-size: 12px;	
}

/* Main layout
-------------------------------------------------------------- */

#header {
	background: url('../images/dot_horizontal.png') repeat-x bottom left;
}

#header_title {
	/*background: url('../images/logo.png') no-repeat;*/	
	width: 135px;
	height: 31px;
	/*text-indent: -2000px;*/	
}

#secondmenu {
	float: right;
}

#secondmenu ul li {
	display: inline;
	padding-left: 8px;
	color: #00929d;
}

#mainmenu {
	float: left;	
}

#mainmenu ul li {
	display: inline;
	padding-right: 8px;
}

#secondmenu  ul li a {
	color: #00929d;
}

#secondmenu ul li a:hover {
	color: #5cb4b7;	
}

#fontsize {
	float: right;	
}


body.body-small #fontsize {
	background: url('../images/fontsize-small.png') no-repeat;
	background-color:#fff;
}

body.body-medium #fontsize {
	background: url('../images/fontsize-medium.png') no-repeat;
	background-color:#fff;
}

body.body-large #fontsize {
	background: url('../images/fontsize-large.png') no-repeat;
	background-color:#fff;
}

#submenu {
	margin-top: 22px;	
}

#submenu ul {
	background: url('../images/dot_horizontal_grey.png') repeat-x bottom left;
}

#submenu ul li {
	background: url('../images/dot_horizontal_grey.png') repeat-x top left;
	padding: 5px 0px;
}

#submenu > ul > li.active {
	background: url('../images/dot_horizontal_active.png') repeat-x top left;
	padding: 5px 0px;
}

#submenu ul li a {
	padding-left: 16px;
	background: url('../images/arrow.gif') no-repeat 0px 2px;	
}

#submenu ul li.active > a {
	padding-left: 16px;
	background: url('../images/arrow_active.gif') no-repeat 0px 2px;	
}

#submenu ul li ul {
	background: none;
}

#submenu ul li ul li {
	padding-left: 16px;
	background: none;
}

#breadcrumbs {

}	

#breadcrumbs,
#breadcrumbs a {
	color: #5e5d5d;
}

#breadcrumbs a {
	text-decoration: underline;	
}

#breadcrumbs a:hover {
	color: #000;	
}

#right .block {
	margin-bottom: 20px;	
	*margin-bottom:0px !important;
}

#location {
	background: url('../images/teaserImageOverlay.png') no-repeat;
	width: 275px;
	height: 225px;
	
}


#banner-right {
	width: 275px;
}

#offers {
	background: url('../images/aanbiedingen.png') no-repeat;
	width: 274px;
	height: 341px;
	padding: 28px 8px 0px ;
	font-size: 9px;
	position:relative;
}

#offers p {
	width: 260px;
}

#offers h3 {
	font-weight: bold;	
}

#offers div.item {
	height:55px;
}
#offers div.item h4 {
	_margin-bottom:0 !important;
	_padding-bottom:0 !important;
}
#offers div.offer_link {
	position:absolute;
	left:25px;
	top:296px;
	
}
#offers div.offer_link a {
	color:#ffffff;
	text-decoration:underline;
}
#contact {
	background: url('../images/contact.png') no-repeat;
	width: 274px;
	height: 72px;
	*height: 100px;
	padding: 28px 8px 0px ;
	font-size: 9px;
	}
	
	
	
#footermenu {
	float: right;	
}

#footermenu ul li {
	display: inline;
	padding-left: 8px;
	color: #5e5d5d;
}

#footermenu ul li a {
	color: #5e5d5d;	
}

#footermenu ul li a:hover {
	color: #000;	
}



.tx-indexedsearch-searchbox input {
  border: 1px solid #ccc;
  padding: 3px;
  color: #000;
  height: 12px;
  font-size:1em;
  width: 200px;
}

input.tx-indexedsearch-searchbox-button {
	padding: 0px 0px 0px 16px;
	padding-left: 16px;
	margin-left: 8px;
	border: none;
	background: transparent url('../images/arrow_active.gif') no-repeat 0px 2px;
	color: #000;
	width: 40px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}
