body {
  background: url(../images/background.png) #ffffff left top repeat-x;
  padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

hr {
  margin: 0 0 10px 0;
	height: 0px;
  border-bottom: 1px solid #93bd41;
}

iframe {
  border: none;
}

#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background: url(../images/background-container.png) repeat-y;
	padding: 0 9px 40px 9px;
}

#header {
  position: relative;
	height: 66px;
	background: url(../images/background-header.png) repeat-x;
}

/**
 * #slogan
 */

#slogan {
  position: absolute;
  bottom: 8px;
  left: 10px;
}

#slogan,
#slogan a {
  font-size: 32px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #ffffff;
}

#slogan a:hover {
  text-decoration: none;
}

#slogan span {
  color: #5d9607;
}

/**
 **
 ** MENU
 **
 **/
 
#menu{
  position: absolute;
  left: 300px;
  bottom: 0;
}

#menu li {
	float: left;
	margin: 0 2px 0 0;
}

#menu li a {
	display: block;
  background: #5e9506;
	padding: 3px 10px;
	color: #ffffff;
	font-size: 16px;
}

#menu li a:hover,
#menu li a.selected {
  background: #ffffff;
  color: #5e9506;
}

/**
 * nb-banners
 */

#nb-banners {
  position: absolute;
  bottom: -8px;
  right: 0;
  background: url(../images/nb-banners.png) no-repeat;
  height: 35px;
  padding: 25px 35px 3px 34px;
}

#nb-banners img {
  display: inline;
}

/**
 * Breadcrumb
 */

#breadcrumb {
  margin: 10px 0 0 20px;
}

/* SIDEBAR */
#sidebar {
  width: 260px;
  float: left;
}

#sidebar .box {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/menu-middle.png) bottom repeat-y;
	width: 254px;  
}

#sidebar .box-title {
  position: relative;
	padding: 25px 25px 0 25px;
	margin: 0;
	height: 23px;
  font-size: 15px;
  background: url(../images/menu-top.png) no-repeat;
	color: #333333;
}

#sidebar #day-out .box-title {
	color: #999999;
}

#sidebar #stay .box-title {
	color: #93bd41;
}

#sidebar #small-search .box-title {
  height: 0;
}

#sidebar .box-title ul {
  position: absolute;
  top: -38px;
  width: 230px;
  margin: 0 -5px;
}

#sidebar .box-title ul li {
  float: left;
  margin: 0 -5px;
}

#sidebar .box-title ul li a {
  width: 115px;
  height: 29px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  padding: 20px 0 0 0;
  display: block;
  background: url(../images/search-tabs.png) no-repeat;
}

#sidebar .box-title ul li a:hover,
#sidebar .box-title ul li a.current {
  background: url(../images/search-tabs.png) 0 -49px no-repeat;
}

#sidebar .menu-bottom {
	margin: 0;
	padding: 0;
	background: url( ../images/menu-bottom.png ) no-repeat;
	border: 0;
	height: 23px;
}

#sidebar .box-content {
  margin: 0 25px 0 25px;
  padding: 0;
	border-top: 1px solid;
	border-color: #93bd41;
}

#sidebar #small-search .box-content {
  border: none;
}

#sidebar #day-out .box-content,
#sidebar #stay .box-content {
	border-color: #999999;
	overflow: hidden;
}

#sidebar #small-search {
  margin: 40px 0 0 0;
}

#sidebar #small-search label {
  display: block;
  padding: 0 0 5px 0;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
	border-bottom: 1px solid #999999;
}

#sidebar #small-search input {
	width: 190px;
	font-size: 12px;
	padding: 5px;
}

#sidebar #small-search select {
	width: 200px;
	font-size: 16px;
}

#sidebar #small-search #search-submit {
  background: url(../images/search-bg.png) no-repeat center left;
  padding: 0 0 0 20px;
  border: none;
  width: 130px;
  font-size: 14px;
  float: right;
  margin: 10px 0;
  cursor: pointer;
}

#sidebar .box .submenu > li {
  padding: 6px 0;
  background: url(../images/menu-bg.png) no-repeat;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #ffffff;
}

#sidebar #day-out .submenu > li,
#sidebar #stay .submenu > li {
	border-bottom: 1px solid #999999;
}

#sidebar .box .submenu > li a {
	color: #333333;
	padding: 0 0 0 5px;
  font-weight: bold;
  height: 19px;
}

#sidebar #stay .submenu > li > span,
#sidebar #day-out .submenu > li > span {
  cursor: pointer;
  display: block;
  float: right;
  height: 19px;
  width: 19px;
  overflow: hidden;
  text-indent: 19px;
  background: url(../images/minimizer.png) 0px -38px no-repeat;
}

#sidebar #stay .submenu > li > span.selectedMenu,
#sidebar #day-out .submenu > li > span.selectedMenu {
  background: url(../images/minimizer.png) 0px -19px no-repeat;
}

#sidebar .box .submenu > li > ul {
	padding: 0;
	margin: 0;
	background: #ffffff;
}

#sidebar .box .submenu > li > ul > li {
  padding: 3px 0;
}

#sidebar #community li img {
  float: left;
  margin: 2px 10px 0 0;
}

/**
 **
 ** OVERALL
 **
 **/

/* BOX */

.box {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

.box .box-title {
	padding: 25px 25px 0 25px;
	margin: 0;
	height: 23px;
  font-size: 15px;
  background: url( ../images/menu-top.png ) no-repeat;
	color: #333333;
	text-transform: uppercase;
}

.box .box-content {
	padding: 10px 10px 0 10px;
}

.box .box-content ul li span a {
	font-size: 10px;
}

.box .box-title span.icon-verblijf {
  background: url(../images/icon-stay.png) 0 -3px;
  width: 25px;
  height: 20px;
  overflow: hidden;
  text-indent: 25px;
  display: block;
  float: right;
  margin: 0;
}

.box .box-title span.icon-dagjeuit {
  background: url(../images/icon-dayout.png) 0 -3px;
  width: 25px;
  height: 20px;
  overflow: hidden;
  text-indent: 25px;
  display: block;
  float: right;
  margin: 0;
}

.box .box-title .icon-vvv,
.box .box-title .icon-uitpunt {
  float: right;
  margin: -5px 0 0 0;
}

/* MAIN */

.show-all {
  float: right;
}

#main {
  width: 650px;
  margin: 0 55px 0 0;
  float: right;
	background: #ffffff;
}

#main .box {
	border-bottom: 0;
	width: 650px;
	margin: 0 0 40px 0;
}

#main .box-title {
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0 10px;
  color: #666666;
}

#main .box-title.highlight {
  background: #93bd41;
  display: inline;
  color: #ffffff;
  padding: 5px;
}

#main #best-of-brabant .box-title.highlight {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  background: url(../images/background-title.png) no-repeat;
  padding: 0 10px;
  margin: 0 10px;
}

#main #best-of-brabant .box-title.highlight .show-all {
  color: #ffffff;
  margin: 5px 0;
}

#main #best-of-brabant li {
  width: 200px;
  float: left;
  margin: 0 5px;
}

#main .article-info {
  margin: 5px 0;
  line-height: 11px;
}

#best-of-brabant h2 {
  text-transform: none;
}

#main .date {
  font-size: 11px;
  color: #666666;
}

#main .category {
	font-size: 11px;
	color:#631926;
}

#main a {
  color: #eb8437;
}

#main h2,
#main h2 a {
  color: #999999;
  font-size: 20px;
}

#main a.read-more {
  color: #999999;
}

/**
 **
 ** Editorial tips
 **
 **/

#editorial-tips .box-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#editorial-tips .box-content > ul > li {
  position: relative;
  height: 24px;
  overflow: hidden;
}

#editorial-tips .box-content > ul >  li.selected {
  height: 240px;
}

#editorial-tips .box-content > ul >  li img {
  position: absolute;
}

#editorial-tips .box-content > ul >  li .info {
  position: absolute;
  bottom: 0;
  background: #9fd448;
  width: 610px;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ffffff;
}

#editorial-tips .box-content > ul > li.selected .info {
  background: #ffffff;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  padding: 10px;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#editorial-tips .box-content > ul > li .info a {
  color: #93bd41;
}

#editorial-tips .box-content > ul > li .info .title {
  font-size: 14px;
  color: #ffffff;
}

#editorial-tips .box-content > ul > li.selected .info .title {
  width: 100%;
  line-height: 20px;
  padding: 3px;
  background: #93bd41;
  color: #ffffff;
  display: inline;
}

#editorial-tips .box-content > ul >  li .info .description {
  display: none;
  padding: 2px 0px;
}

#editorial-tips .box-content > ul >  li.selected .info .description {
  display: block;
}

#editorial-tips .box-content > ul >  li .info .description a {
  text-decoration: underline;
}

#results-map {
  position: relative;
  overflow: hidden;
  height: 35px;
}

#results-map-slider {
  text-align: right;
  background: url(../images/show-on-map.png) no-repeat;
  height: 35px;
  text-transform: uppercase;
}

#results-map-slider a {
  float: right;
  color: #ffffff;
  line-height: 35px;
  padding: 0 10px 0 0;
}

/**
 **
 ** Article & Blogposts list
 **
 **/

#main .rss {
  color: #000000;
	float: right;
	padding: 0 0 0 22px;
	background: url(../images/rss.jpg) no-repeat 0 2px;
}

#main .articles ul > li,
#main .blogposts ul > li {
	border-bottom:1px dotted #666666;
  padding: 5px 0;
}

#main .articles ul > li .info,
#main .blogposts ul > li .info {
  float: left;
  width: 157px;
  display: block;
}

#main .articles ul > li img,
#main .blogposts ul > li img {
	display: normal;
	margin: 5px 0;
}

#main .articles .content,
#main .blogposts .content {
  float: right;
  width: 342px;
}

#main .blogposts .content {
  width: 452px;
}

#main .articles .extra,
#main .blogposts .extra {
	border-left:1px dotted #666666;
  float: right;
  width: 90px;
  height: 90px;
  padding: 10px 0 0 10px;
  margin: 0 0 0 10px;
}

/**
 * Article
 */
 
#main #article {
  margin: 20px 0 0;
}

#article .zoover-add-testimonal-link {
  text-align: right;
  float: right;
}

#article .watch-reviews {
  float: right;
  margin: 0 0 0 10px;
}

#article .body a {
  color: #eb8437;  
}

#article .intro {
  font-weight: bold;
  margin: 0 0 10px 0;
}

#article .btn {
  float: right;
  margin: 0 10px 0;
}

#article .sidebox {
  float: right;
  margin: 6px 0 8px 20px;
  background: #ededed;
  width: 320px;
}

#article .sidebox hr {
	border-bottom: 1px solid #ffffff;
}

#article .sidebox p ,
#article .sidebox ul {
	margin: 5px 10px;
}

#article .sidebox p.till {
  margin: -5px 10px;
  font-weight: bold;
}

#main .info p.till {
  margin: 0;
  font-weight: bold;
}

#article .extra {
  border-top: 1px dotted #666666;
  padding: 10px 5px;
  color: #666666;
  clear: both;
}

#article .extra .print,
#article .extra .share-this {
  display: block;
  float: right;
}

#article a.print {
  background: url(../images/print.jpg) no-repeat 0 4px;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}

#article a.share-this {
  background: url(../images/sharethis.jpg) no-repeat 0 2px;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}

#legenda {
  margin: 20px 0 0 0;
}

#articles #legenda ul,
#legenda ul {
  list-style: none;
  overflow: hidden;
}

#articles #legenda ul > li,
#legenda ul > li {
  float: left;
  width: 315px;
}

#articles #legenda ul li,
#legenda ul li {
  padding: 3px 0 0 0;
}

#articles #legenda ul li img,
#legenda ul li img {
  float: left;
  margin: -3px 10px 0 0;
}

.source img {
  display: inline;
  margin: 0 5px -3px 0;
}

/* THEMES */

#main .themes ul {
  display: block;
  width: 100%;
}

#main .themes ul > li {
  padding: 0 5px;
  float: left;
  margin: 0 0 10px 0;
}

/* RELATED MEDIA */
.related-photo ul,
.related-video ul {
	margin: 0 -5px;
}

.related-photo ul li {
  position: relative;
	float: left;
	margin: 0 5px;
	width: 100px;
	height: 100px;
	display: block;
	text-align: center;
}

.related-video ul li {
  position: relative;
	float: left;
	margin: 5px;
  width: 110px;
  height: 80px;
	display: block;
	text-align: center;
}

.related-video ul li img {
  width: 110px;
  height: 80px;
	display: block;
}

.related-video ul li .playbutton {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 110px;
  height: 80px;
  background: url(../images/playbutton.png) no-repeat 38px 24px;
  text-indent: 110px;
  line-height: 80px;
  overflow: hidden;
}

/* RELATED LIST */
.related-list .box-content {
  padding: 0;
}
.related-list ul li {
  padding: 5px 10px;
}
.related-list ul li img {
  margin: 0 10px 0 0;
  float: left;
}

/* SEARCH RESULT */

#main div.search-select,
#main #suggestions {
  padding: 10px 0;
  border-bottom: 1px dotted #000000;
}

#main div.search-refine {
  padding: 10px 0;
}

#main div.search-select ul li {
  padding: 0;
  border-bottom: none;
  float: left;
  width: 300px;
}

#main #suggestions ul li {
  width: 30%;
	float: left;
	border-bottom: none;
	padding: 0;
  margin: 0 3% 0 0;
}

#main .box-content #suggestions ul label {
  padding: 0 0 0 10px;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 10px 0;
  font-size: 12px;
}

#results-header {
	padding: 5px;
  background: #ededed;
  line-height: 30px;
  margin: 0 0 10px 0;
}

#results-header a {
  background: url(../images/close.png) top right no-repeat;
  padding: 7px 14px 0 0;
}

#search-result .box-title {
  background: none;
  border-bottom: 1px solid #999999;
  padding: 0px 10px 4px 10px;
}

#search-result .box-title a {
  padding: 10px;
  color: #999999;
}

#search-result input[type=text] {
	font-size: 14px;
	padding: 5px;
}

#search-result label {
  padding: 0 0 10px 0;
  margin: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}

#search-result select {
	font-size: 16px;
	margin: 7px 0;
}

#search-result .box-title a.current {
  background: #ffffff;
  font-weight: bold;
  color: #eb8437;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border: 1px solid #999999;
  border-bottom: none;
}

#search-result input#search-submit {
	font-size: 16px;
  float: right;
  font-size: 14px;
  line-height: 26px;
  padding: 5px 0 5px 25px;
  text-transform: uppercase;
  border: none;
  display: block;
  background: url(../images/search-bg.png) no-repeat left center;
}

#search-result input#search-submit:hover {
  text-decoration: underline;
  cursor: pointer;
}


/* REACTIONS */
#reactions .box-content ul li {
  border-bottom: 1px dotted #666666;
  padding: 5px;
}

#reactions .box-content ul li .name-date {
	color: #666666;
}

#reactions .box-content ul li .name-date {
	color: #666666;
}

#reactions .box-content form ul li {
  border-bottom: none;
  clear: both;
}

#reactions .box-content form ul li label {
  float: left;
  width: 200px;
}

#reactions .box-content form ul li textarea {
  float: left;
  width: 300px;
  height: 100px;
}

#reactions .box-content form ul li input {
  float: left;
  width: 300px;
}

#reactions .box-content form ul li a {
  float: left;
  width: 135px;
}

/* RSS */
#rss .box-content {
  padding: 10px 0 0 0;
}
#rss ul li {
  padding: 5px 10px;
  clear: both;
}
#rss ul li img {
  margin: 0 10px 0 0;
  float: left;
}
#rss ul li a {
  color: #000000;
  float: left;
}
#rss ul li select {
	float: right;
	width: 100px;
}

/* BUTTONS*/
a.btn,
#main a.btn {
  display: block;
  color: #ffffff;
  background: #999999;
  -webkit-border-radius: 3px;
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  padding: 0 6px;
  text-decoration: none;
}

/* PAGINATOR */
.pagination {
  text-align: center;
  color: #cccccc;
}
.pagination span ,
.pagination a {
  color: #000000;
	margin: 0 3px;
	line-height: 13px;
	padding: 0 0 0 3px;
}
.pagination .page {
  border-left: 1px solid #666666; 
}
.pagination .spacer ,
.pagination .selected {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/**
 **
 ** FOOTER
 **
 **/

#footer {
	margin: 0 auto;
	margin-top: 20px;
}

#footer-content {
	background: #ffffff;
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
}

#footer-content hr {
	clear: both;
	border-bottom: 1px dotted #000000;
	margin: 10px 0;
}

#footer-content > ul li {
	float: left;
	padding: 5px;
}

#footer-content ul.links {
  width: 690px;
  float: left;
}

#footer-content ul.links li {
  width: 220px;
  padding: 0 5px;
}

#footer-content #partners {
  float: right;
  width: 250px;
  text-align: right;
  font-weight: bold;
}

#footer-content #partners li {
  padding: 5px 0;
}

#footer-content p {
	color: #000000;
}

#sitemap a {
  text-decoration: underline;
}

#sitemap > li,
#sitemap > li a {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

#sitemap > li > ul > li,
#sitemap > li > ul > li a {
  font-size: 12px;
  color: #eb8437;
  margin: 0 0 0 10px;
}

#partners {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#partners li {
  position: relative;
  float: left;
  width: 200px;
  margin: 0 5px;
}


/* Calendar */
#main #calendar-month {
  overflow: hidden;
}

#main #calendar-month ul {
  position: relative;
  width: 630px;
  clear: both;
}

#main #calendar-month th{
  width: 96px;
  height: 40px;
  position: relative;
}

#main #calendar-month ul li {
  background: #999999;
  float: left;
  width: 85px;
  height: 64px;
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin: 1px 0 0 0;
  border: none;
}

#main #calendar-month ul li.day {
  float: right;
  height: 20px;
  line-height: 20px;
}

#main #calendar-month ul li.week {
  width: 34px;
  margin: 1px 1px 0 0;
}

#main #calendar-month ul li.week a {
  display: block;
  width: 34px;
  height: 64px;
  line-height: 64px;
}

#main #calendar-month ul li.week a:hover {
  background: #eb8437;
  text-decoration: none;
}

#main #calendar-month ul li.pre,
#main #calendar-month ul li.post {
  background: #dedede;
}

#main #calendar-month ul li img {
  width: 85px;
  height: 64px;
  padding: 0;
  margin: 0;
}

#main #calendar-month ul li span {
  font-size: 10px;
  position: absolute;
  background: #eb8437;
  padding: 2px 5px 2px 3px;
  color: #ffffff;
  top: 3px;
  left: 3px;
  height: 15px;
  line-height: 10px;
}

#main #calendar-month ul li.pre span,
#main #calendar-month ul li.post span {
  background: #999999;
}

#main #calendar-month ul li a,
#main #calendar-month ul li a {
  color: #ffffff;
}

#main #calendar-month ul li div.calendar-info {
  display: none;
  color: #ffffff;
}

.agenda-overlay {
  display: none;
}

.qtip-wrapper p.date {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 4px 0;
  margin: 0 0 10px 0;
}

.qtip-wrapper .title {
  color: #eb8437;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.qtip-wrapper .description {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 4px 0;
  margin: 0 0 10px 0;
}

.qtip-wrapper .read-more {
  display: block;
  color: #eb8437;
  padding: 4px 0;
}

.fhInputClear {
  color: #999999;
}