/*
 * orange:			#ed822a
 * darkblue:		#142b75
 * cyanblue:		#57b1e3
 * grey border:		#d0d0d0
 *
*/ /*	Layout
-------------------------------------------------- */
html,body {
	margin: 0;
	padding: 0;
	background: #fff url(../gfx/bg_gradient-site.png) repeat-x top;
}

body {
	height: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background: transparent no-repeat center 140px;
}

body.homepage {
	background-position: top;
}

.wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	top: 30px;
	text-align: left;
	/*background: #fff;*/
	background: url("../gfx/bg_wrapper.png") no-repeat scroll 0 40px #FFFFFF
		;
}

.main-content {
	float: right;
	overflow: hidden;
}

.homepage .main-content { /* home */
	float: left;
}

.asides {
	float: left;
	width: 260px;
	margin: 0 20px;
	background: #dff0fa;
}

.footer {
	clear: both;
	overflow: hidden;
}

.line {
	position: relative;
	overflow: hidden;
	padding: 0 0 15px 0;
}

.article .line {
	padding: 0 0 15px;
}

.article {
	float: left;
}

.size1of1 {
	float: none;
}

.size1of2 {
	width: 50%;
}

.size1of3 {
	width: 33.33333%;
}

.size2of3 {
	width: 66.66666%;
}

.size1of4 {
	width: 25%;
}

.size3of4 {
	width: 75%;
}

.size1of5 {
	width: 20%;
}

.size2of5 {
	width: 40%;
}

.size3of5 {
	width: 60%;
}

.size4of5 {
	width: 80%;
}

.size1of6 {
	width: 16.66666%;
}

.size5of6 {
	width: 83.33333%;
}

/* Links
-------------------------------------------------- */
a:link,a:visited {
	color: #57b1e3;
}

a.more {
	color: #57b1e3;
	text-decoration: none;
	padding-right: 12px;
	font-size: 1.2em;
	background: url(../gfx/icon_arrow-orange.png) no-repeat right;
}

a.video {
	padding-right: 20px;
	background: url(../gfx/icon_video_klein.png) no-repeat right;
}

a.more-objects {
	color: #57b1e3;
	text-decoration: none;
	padding-right: 12px;
	background: url(../gfx/icon_arrow-orange.png) no-repeat right;
}

a.back,a.next {
	float: left;
	padding-left: 32px;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background: url(../gfx/sprite_buttons.png) no-repeat left -260px;
}

a.next {
	float: right;
	padding: 0 32px 0 0;
	background: url(../gfx/sprite_buttons.png) no-repeat right -260px;
}

a.back:hover {
	background-position: left -280px;
}

a.back:focus {
	background-position: left -300px;
}

a.next:hover {
	background-position: right -280px;
}

a.next:focus {
	background-position: right -300px;
}

a:hover {
	color: #ed822a;
	text-decoration: underline;
}

a:hover * {
	cursor: pointer;
}

/* Header / Branding
-------------------------------------------------- */
.header {
	margin: 0 20px;
}

.branding {
	height: 135px;
	margin: 0 20px -25px;
}

span.hidden {
	display: none;
}

.branding table.logo {
	padding-top: 12px;
	padding-bottom: 15px;
	float: left;
	border-spacing: 0px;
}

.branding table.logo td {
	padding: 0px;
	vertical-align: middle;
}

.branding table.logo td .logo-text {
	color: grey;
}

.branding table.logo td img {
	display: inline;
	border: none;
	margin-right: 20px;
	margin-left: 5px;
}

div.weather {
	position: absolute;
	text-align: right;
	top: -35px;
	right: 16px;
}

div.weather a,div.weather a:visited {
	color: #57b1e3;
	text-decoration: none;
}

div.weather a:hover {
	color: #ed822a;
}

div.weather img {
	margin: 4px 0 -16px;
}

div.weather span {
	font-size: 1.3em;
}

div.weather span strong {
	font-size: 1.3em;
}

/* Segment navigation
-------------------------------------------------- */
.segment-nav {
	position: absolute;
	left: 20px;
	top: -20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style: none;
}

.segment-nav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	font-size: 1.1em;
}

.segment-nav a,.segment-nav span {
	float: left;
	height: 20px;
	text-decoration: none;
	background: url(../gfx/bg_tabs-segments.png) no-repeat right top;
}

.segment-nav li span {
	color: #fff;
	margin-right: 10px;
	padding-left: 10px;
	background-position: left top;
}

.segment-nav a.active,.segment-nav a:hover {
	text-decoration: none;
	background-position: right bottom;
}

.segment-nav a.active span,.segment-nav a:hover span {
	color: #57b1e3;
	background-position: left bottom;
}

/* Global navigation
-------------------------------------------------- */
.global-nav {
	position: absolute;
	right: 205px;
	margin: 15px 0 0;
	padding: 0.4em 0 0;
	font-size: 1.1em;
	line-height: normal;
	overflow: hidden;
	list-style: none;
}

.global-nav li {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	border-left: solid 1px #c9e6ee;
}

.global-nav a,.global-nav a:visited {
	color: #142b75;
	text-decoration: none;
}

.global-nav a:hover,.global-nav a.active {
	color: #ed822a;
}

.global-nav a:hover {
	text-decoration: underline;
}

/* Language navigation (extends: faux-dropdown)
-------------------------------------------------- */
#language-nav .select {
	background: none;
	border: none;
	border-right: solid 1px #d0d0d0;
	width: 120px;
	margin-top: -1px;
}

#language-nav .select span {
	background: url("../gfx/sprite_buttons.png") no-repeat scroll right
		-503px transparent;
}

span.language-nav {
	position: absolute;
	right: 268px;
	width: 185px;
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

#language-nav {
	position: absolute;
	top: -24px;
	right: 150px;
	width: 160px;
	font-size: 1.1em;
}

#language-nav .info {
	position: absolute;
	white-space: nowrap;
	right: 175px;
	font-weight: bold;
	margin-top: 1px;
	color: #909090;
}

#language-nav .select {
	color: #57B1E3;
	font-weight: bold;
}

#language-nav .options {
	width: 120px;
}

#language-nav .options a {
	color: #666;
}

#language-nav .options a:hover {
	color: #fff;
}

/* Site navigation
-------------------------------------------------- */
.nav {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	font-size: 1.3em;
	line-height: 35px;
	z-index: 5;
}

.nav ul {
	position: absolute;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	width: 860px;
	background: top left repeat-x url(../gfx/bg_gradient-nav.png);
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav a,.nav a:visited {
	color: #142b75;
	text-decoration: none;
	background: url("../gfx/bg_tabs-nav-border.png") no-repeat left 12px
		transparent;
}

.nav li:first-child a {
	background: none;
}

.nav a:hover,.nav a.active,.nav a.active:visited {
	color: #ed822a;
}

.nav li a.active {
	background: url(../gfx/bg_tabs-nav-active.png) no-repeat right top;
}

.nav li a.active span {
	background: url(../gfx/bg_tabs-nav-active.png) no-repeat left top;
}

.nav li a.active:hover span {
	background: none;
}

.nav li a,.nav li a span {
	float: left;
	display: block;
	padding: 0 15px 0 0;
}

.nav li a span {
	padding: 0 0 0 13px;
}

.nav li:hover a,.nav li:hover span,.nav li.hover a,.nav li.hover span {
	color: #ed822a;
	text-decoration: none;
	background: url(../gfx/bg_tabs-nav.png) no-repeat right top;
}

.nav li:hover span,.nav li.hover span {
	background-position: left top;
}

/* dropdown */
.nav li ul {
	left: -9999px;
	top: 35px;
	width: 170px;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 12px 15px 3px;
	line-height: normal;
	background: url(../gfx/bg_tabs-nav.png) no-repeat left bottom;
}

.nav li:hover ul,.nav li.hover ul {
	left: 0;
}

.nav li li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
}

.nav li li a {
	padding: 5px 8px;
	margin: 0 2px;
	background-image: none;
}

.nav li:hover li a,.nav li.hover li a {
	float: none;
	display: block;
	background: none;
}

.nav li:hover li a,.nav li.hover li a,.nav li:hover li a:visited,.nav li.hover li a:visited
	{
	color: #1c4993;
}

.nav li:hover li a.active,.nav li.hover li a.active,.nav li:hover li a.active:visited,.nav li.hover li a.active:visited
	{
	color: #ed822a;
}

.nav li:hover li a:hover,.nav li.hover li a:hover,.nav li:hover li a.active:hover,.nav li.hover li a.active:hover
	{
	color: #fff;
	background: #ed822a;
}

/* Global Content
-------------------------------------------------- */
h1,h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 3em;
	margin: 0;
	line-height: normal;
}

h2 {
	font-size: 2em;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
	margin: 10px 0 0;
}

/* lists */
.two-cols,.two-cols li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}

.two-cols li {
	width: 40%;
	padding-left: 15px;
	background: url(../gfx/bullet_blue.png) no-repeat left;
}

/* images  */
img {
	border: none;
}

.figure,.figure img {
	float: left;
	display: inline;
}

.figure {
	overflow: hidden;
	margin-bottom: 5px;
}

.figure.shadow {
	background: #fff;
	padding: 4px 4px 5px 5px;
	background: url(../gfx/bg_img-shadow.png) left bottom;
	margin-right: 5px;
}

/* IE6 */
.size1of4 .figure img {
	max-width: 175px;
}

.size1of4 .shadow img {
	max-width: 165px;
}

/*404*/
.pageerror {
	margin: 0 auto;
	padding: 100px 0;
	width: 50%;
}

.pageerror div {
	float: left;
	margin: 0 0 0 20px;
	padding: 4px 0 90px 0;
	width: 310px;
}

.pageerror img {
	float: left;
}

.pageerror h1 {
	font-family: Verdana, Times New Roman, Serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #57b1e3;
	margin-bottom: -6px;
}

.pageerror p {
	font-size: 1.2em;
}

/* Media (Flash, Google maps)
-------------------------------------------------- */
object {
	outline: none;
}

.media {
	position: relative;
	width: 860px;
	margin: 18px 0 0 20px;
}

.media img {
	display: block;
}

.media.map {
	display: none;
	height: 360px;
}

.hasJS .media.map {
	display: block;
}

.media.flash-banner {
	margin-bottom: 20px;
}

div.banner {
	text-align: center;
}

/*flash */
#carouselholder{
	position:relative; 
	margin: 0;
	height: 380px;
	width: 880px;
	background-position:20px  20px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

 #carousel{
	position: absolute;
	top:2px;
	left:0px;
	margin-bottom: 0;
	height: 360px;
	width: 860px;
}

#carousel,#flash-banner,object#flash-banner {
	height: 360px;
	width: 860px;
	margin-bottom: 0;
	zposition: relative;
	display: block;
}

#flash-banner h3,#flash-banner ul {
	position: absolute;
}

#flash-banner h3 {
	top: 40px;
	left: 20px;
	padding: 2px 10px 2px 10px;
	background-color: #FFF;
	color: #142b75;
}

#flash-banner ul {
	bottom: 10px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	width: 100%;
	text-align: center;
}

#flash-banner ul li {
	margin: 0;
	float: left;
	list-style: none;
}

#flash-banner ul li a {
	font-weight: bold;
	font-size: 1.2em;
}

#flash-banner ul li a,#flash-banner ul li a:visited {
	color: #142b75;
	text-decoration: none;
}

#flash-banner ul li a:hover,#flash-banner ul li a.active,#flash-banner ul li a.active:visited
	{
	color: #ed822a;
}

object#verticaltext {
	position: absolute;
	top: 0px;
	right: -80px;
}

object#footercurl {
	position: absolute;
	height: 165px;
	bottom: -6px;
	right: -256px;
}

/* content height flash ter voorkoming "knipperen" flash */
.flashcontent-moodselector {
	min-height: 200px;
}

.flashcontent-moodscloud {
	min-height: 360px;
}

.flashcontent-destinationchart {
	min-height: 292px;
}

.hasJS .coverflow {
	min-height: 360px;
}

.hasJS object#coverflow {
	height: 360px;
}

.hasJS .flashcontent-coverflow {
	min-height: 360px;
}

/*flash*/ /* Breadcrumbs
-------------------------------------------------- */
.breadcrumbs ul,.breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ul {
	margin: 15px 0 15px 20px;
}

.breadcrumbs li {
	display: inline;
	padding: 0;
}

.breadcrumbs,.breadcrumbs a,.breadcrumbs a:visited {
	color: #8d8d8d;
}

/* Articles / Asides
-------------------------------------------------- */
.aside .mod {
	margin: 10px;
	padding: 10px 20px;
	background: #fff;
}

.aside .mod .header h2,.aside .mod .header h3 {
	color: #57b1e3;
	font-size: 1.8em;
	font-weight: normal;
}

.aside .orange {
	background: #ed822a url(../gfx/bg_gradient-orange-top.png) repeat-x left
		top;
}

.aside .orange .header h3 {
	color: #fff;
}

/* Sitemap homepage
-------------------------------------------------- */
.sitemap {
	clear: both;
	padding-bottom: 20px;
}

.sitemap .line {
	padding: 10px 0 0;
}

.sitemap .line+.line .linklist {
	padding-top: 10px;
	background: url(../gfx/bg_dots-grey.png) repeat-x top;
}

.sitemap .linklist .header h4 {
	font-weight: bold;
}

/* Sitemap content
-------------------------------------------------- */
.sitemappage {
	
}

.sitemappage .header {
	margin-top: 0;
	margin-bottom: 0;
}

#sitemap {
	width: 98%;
}

#sitemap  h2 {
	padding: 10px 0 10px 0;
	margin-left: 20px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
}

#sitemap  .linklist {
	padding-top: 10px;
	background: none;
}

#sitemap .linklist .header {
	margin-bottom: 10px;
}

/* Article Basic
-------------------------------------------------- */
.article.basic {
	float: none;
	margin: 0;
}

.article.basic .header {
	overflow: hidden;
	margin: 0 20px 10px;
	position: relative;
}

.article.basic .header h1 {
	clear: left;
	position: relative;
	margin-right: 120px;
}

.article.basic .header .date {
	color: #8e8e8e;
}

.header p {
	font-size: 1.2em;
}

/* bodytext class gekopieerd van content class */
.bodytext {
	font-size: 1.2em;
	margin: 10px 0;
}

.bodytext ul,.bodytext ol {
	clear: both;
	padding-left: 0;
	margin-left: 15px;
}

.bodytext ol {
	margin-left: 20px;
}

.bodytext h2,.bodytext h3 {
	font-family: inherit;
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px 0 0;
	line-height: normal;
}

.article.basic .bodytext {
	position: relative;
	clear: both;
	margin: 0 20px;
}

.article.basic .mod .bodytext {
	margin: 0;
}

.content h2,.content h3 {
	font-family: inherit;
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px 0 0;
	line-height: normal;
}

.content-iframe {
	padding: 0 0 0 20px;
}

.content h3 {
	font-size: 1.2em;
}

.content p,.content ul,.content ol,.content table {
	font-size: 1.2em;
	margin: 10px 0;
}

.content ul,.content ol {
	clear: both;
}

li p {
	font-size: 1.0em !important;
	margin: 0 !important;
}

.content ul,.content ol {
	padding-left: 0;
	margin-left: 15px;
}

.content ol {
	margin-left: 20px;
}

.article.basic .figure {
	margin-right: 10px;
}

.article.basic .content {
	position: relative;
	clear: both;
	margin: 0 20px;
}

.article.basic .mod .content {
	margin: 0;
}

.article.basic .footer {
	margin: 15px 20px 0;
	padding-top: 15px;
	background: url(../gfx/bg_dots-black.png) repeat-x top;
}

.article.basic .footer h3 {
	margin: 0 0 5px;
}

.article.basic .footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Downloads */
.downloads ul,.downloads li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.downloads li a {
	text-decoration: none;
	padding: 5px 0 5px 24px;
	display: inline-block;
	background: #fff no-repeat left 8px;
}

.downloads li a span,a.download span {
	display: block;
	color: #999;
	font-size: 0.92em;
	text-decoration: none;
}

.downloads li a.pdf {
	background-image: url(../gfx/icon_file-pdf.png);
}

a.download {
	text-decoration: none;
	padding: 10px 0 5px 20px;
	display: inline-block;
	background: #fff no-repeat left 9px;
}

a.pdf {
	background-image: url(../gfx/icon_file-pdf.png);
}

.downloads li a.doc {
	background-image: url(../gfx/icon_file-doc.png);
}

a.doc {
	background-image: url(../gfx/icon_file-doc.png);
}

.downloads li a.xls {
	background-image: url(../gfx/icon_file-xls.png);
}

a.xls {
	background-image: url(../gfx/icon_file-xls.png);
}

.downloads li a:hover span {
	text-decoration: none;
}

/* inline downloads
------------------------------------------------ */
span.download {
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

span.pdf {
	background: transparent url(../gfx/icon_file-pdf.png) no-repeat scroll
		left;
}

span.doc {
	background: transparent url(../gfx/icon_file-doc.png) no-repeat scroll
		left;
}

span.xls {
	background: transparent url(../gfx/icon_file-xls.png) no-repeat scroll
		left;
}

/* Page nav
-------------------------------------------------- */
.page-nav {
	margin: 0 20px 20px;
	overflow: hidden;
	position: relative;
}

.page-nav.bottom {
	margin-top: 20px;
}

.page-nav .page-nav-right {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}

.page-nav .page-nav-right a {
	float: left;
	margin-left: 20px;
	display: inline;
}

/* Modules
-------------------------------------------------- */
.article .mod {
	margin: 0 20px;
}

.mod .header {
	margin: 0;
}

.mod .header h2,.mod .header h3 {
	font-size: 2em;
	color: #ed822a;
	margin: 0 0 10px;
	line-height: normal;
}

.mod .header h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}

.mod .header a,.mod .header a:visited {
	color: #ed822a;
	text-decoration: none;
}

.mod .header a:hover {
	text-decoration: underline;
}

.content.fix-height {
	margin-bottom: 10px;
}

.content.fix-height p {
	margin-bottom: 0;
}

.mod .footer a,.mod .footer a:visited {
	color: #57b1e3;
}

/* Module: Top 3 list
-------------------------------------------------- */
.top3list ol,.top3list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top3list ol {
	position: relative;
	top: -10px;
	overflow: hidden;
}

.top3list li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 -1px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
}

.top3list .figure {
	float: left;
	margin-top: 5px;
}

.top3list .figure img {
	width: 40px;
	height: 40px;
}

.top3list h3,.top3list p {
	font-size: 1em;
	margin: 0 0 0 55px;
}

.top3list h3 a,.top3list h3 a:visited {
	color: #142b75;
	text-decoration: none;
}

.top3list h3 a:hover {
	text-decoration: underline;
}

.line .top3list .footer {
	position: static;
	bottom: auto;
}

/* Module: Events
-------------------------------------------------- */
.events ol,.events li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.events ol {
	position: relative;
	top: -10px;
	overflow: hidden;
}

.events li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 -1px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
}

.events .figure {
	float: left;
	margin-top: 5px;
}

.events .figure img {
	width: 40px;
	height: 40px;
}

.events h3,.events p {
	font-size: 1em;
	margin: 0 0 0 55px !important;
}

.events h3 a,.events h3 a:visited {
	color: #142b75;
	text-decoration: none;
}

.events h3 a:hover {
	text-decoration: underline;
}

.events .date {
	font-size: 0.92em;
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 4px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	background: url(../gfx/bg_events-date.png) no-repeat;
}

.events .date .day {
	display: block;
	padding-top: 2px;
	font-size: 1.6em;
	color: #57b1e3;
	font-weight: bold;
}

/* Module: Destination selector (Flash/JS)
-------------------------------------------------- */
	/* Uitgeschakeld i.v.m. issue NBTHC-468
.hasJS .destination-selector .no-flash {
	display: none;
}
*/
#moodselector {
	width: 240px;
	margin-left: -20px;
	margin-right: -20px;
}

#destinationchart {
	width: 240px;
	margin-left: -20px;
	margin-right: -20px;
	display: block;
}

.destination-selector {
	overflow: hidden;
}

.destination-selector .header h3 {
	margin-bottom: 0;
}

.destination-selector h4 {
	clear: both;
	margin-bottom: -0.7em;
}

.destination-selector a.more {
	float: right;
}

.destination-selector .faux-dropdown {
	margin-top: 10px;
}

.destination-selector .faux-dropdown .select {
	font-size: 1.2em;
}

ul.markers { /*ie6 */
	list-style-type: none;
	overflow: hidden;
	margin-left: 0;
	min-height: 5.5em;
}

ul.markers li {
	float: left;
	width: 48%;
	padding-right: 2%;
	padding-bottom: 5px;
	line-height: normal;
}

ul.markers li.odd {
	float: right;
}

ul.markers a {
	text-decoration: none;
	color: #142B75;
	font-size: 0.9em;
}

ul.markers a.highlighted {
	color: #ed822a;
}

/* Module: Diversity tool
-------------------------------------------------- */
.diversity .content {
	position: relative;
	overflow: hidden;
}

.diversity ul,.diversity li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diversity .carousel {
	margin: 0 20px;
}

.hasJS .diversity .carousel {
	height: 175px;
	overflow: hidden
}

.diversity li {
	float: left;
	width: 33.333%; /*175px;*/
	height: 175px;
	overflow: hidden;
}

.diversity img {
	display: block;
	width: 100%;
	height: 115px;
}

.diversity a {
	text-decoration: none;
}

.diversity li a span {
	color: #333;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	max-height: 3em;
}

.diversity a:hover,.diversity a:hover span {
	color: #ed822a;
	text-decoration: none;
}

.diversity a.next,.diversity a.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 115px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../gfx/icon_arrow-large.png) no-repeat 0 0;
}

.diversity a.prev:hover {
	background-position: 0 bottom;
}

.diversity a.next {
	left: auto;
	right: 0;
	background-position: -20px 0;
}

.diversity a.next:hover {
	background-position: -20px bottom;
}

/* Module: Imageviewer
-------------------------------------------------- */
.imageviewer .content {
	position: relative;
	height: 350px;
	width: 100%;
	overflow: hidden;
	background: #f7fcfe url(../gfx/bg_gradient-togglelist-active.png)
		repeat-x bottom;
}

.imageviewer .content img {
	position: relative;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.imageviewer .content img.hidden {
	display: none;
}

.imageviewer .prev,.imageviewer .next {
	position: absolute;
	height: 40px;
	bottom: 25px;
	left: 0;
	padding: 0;
	width: 60px;
	cursor: pointer;
	color: #57B1E3;
	line-height: 40px;
	font-size: 1.5em;
	text-decoration: none;
	background: #fff url(../gfx/sprite_buttons.png) no-repeat 0 -320px;
}

.imageviewer .next {
	right: 0;
	left: auto;
	width: auto;
	padding: 0 60px 0 10px;
	background-position: 100% -320px;
}

.imageviewer .prev:hover,.imageviewer .prev:visited:hover {
	background-position: 0 -360px;
}

.imageviewer .next:hover,.imageviewer .next:visited:hover {
	background-position: 100% -360px;
}

.imageviewer a:hover,.imageviewer a:visited:hover {
	color: #ed822a;
	text-decoration: none;
}

/* Module: Linklist
-------------------------------------------------- */
.linklist ul,.linklist li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	clear: both;
}

.linklist .header h3,.linklist .header h4 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
}

.linklist ul {
	font-size: 1.1em;
}

.linklist a {
	text-decoration: none;
}

.linklist .header a,.linklist .header a:visited {
	color: #142b75;
}

.linklist a:hover {
	text-decoration: underline;
}

.linklist li img {
	position: absolute;
	right: 0;
}

/* Module: Related (extends Linklist)
-------------------------------------------------- */
.related li {
	margin: 10px 0;
}

.related .hidden {
	display: none;
}

.related a,.related a:visited {
	color: #ed822a;
	text-decoration: underline;
}

.related a:hover {
	color: #57b1e3;
}

.related li a img {
	position: relative;
	float: left;
	display: inline;
	margin-right: 5px;
}

/* Module: Top 5 list
-------------------------------------------------- */
.top5list {
	background: #DFF0FA;
	padding: 10px 20px 20px;
}

.top5list ol,.top5list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.domainpage .top5list .header{background-color: #DFF0FA;}

.top5list .header h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #57B1E3;
	position: relative;
	bottom: -10px;
	padding-bottom: 15px;
	background: url(../gfx/bg_gradient-top5list.png) repeat-x bottom;
}

.top5list li {
	width: 100%;
	padding: 15px 0;
	background: url(../gfx/bg_gradient-top5list.png) repeat-x bottom;
}

.top5list .rank {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin: -5px 0;
	padding-right: 5px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #ed822a;
	font-size: 1.2em;
	background: url(../gfx/bg_toplist-rank.png) no-repeat;
}

.top5list a {
	text-decoration: none;
}

.top5list a:hover {
	text-decoration: underline;
}

/* Module: Tour
-------------------------------------------------- */
.tour {
	padding: 10px 20px 20px;
	background: #DFF0FA url(../gfx/bg_gradient-mod-blue.png) repeat-x top;
}

.tour ul,.tour li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tour ol {
	margin: 0 20px;
}

.tour .header h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #57B1E3;
}

.tour li {
	clear: left;
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
}

.tour li .figure {
	margin: 0 10px 10px 0;
}

.tour li .date {
	font-size: 1em;
	font-weight: bold;
}

.tour li h3 {
	margin: 0 0 10px;
}

.tour li h3 a,.tour li h3 a:visited {
	color: #ed822a;
	text-decoration: none;
}

.tour li a:hover {
	text-decoration: underline;
}

/* Module: Toggler
-------------------------------------------------- */
.toggler .content {
	border-bottom: solid 1px #c6e4f5;
}

.toggler .toggle {
	position: relative;
	overflow: hidden;
	padding: 0 5px 10px;
	border-top: solid 1px #c6e4f5;
	background: #fff url(../gfx/bg_gradient-togglelist.png) repeat-x bottom;
}

.toggler .open {
	background: #f7fcfe url(../gfx/bg_gradient-togglelist-active.png)
		repeat-x bottom;
}

.toggler .toggle .header {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
}

/* overschrijf float:left van .toggler voor brochure */
.toggler .toggle .brochure .header {
	float: none;
}

/* default: blauw, open: oranje */
.toggler .header h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
}

.toggler .header a,.toggler .header a:visited {
	display: block;
	color: #57b1e3;
	width: 100%;
}

.toggler .open .header h3 {
	font-size: 1.8em;
}

.toggler .open .header a,.toggler .open .header a:visited {
	color: #ed822a;
	text-decoration: none;
}

.toggler .header .icon {
	position: absolute;
	right: 10px;
	font-size: 0.7em;
	padding-right: 20px;
	background: url(../gfx/icon_expand.png) no-repeat right;
}

.toggler .open .header .icon {
	display: none;
}

.toggler .panel {
	clear: left;
	padding: 0;
	border: none;
	overflow: hidden;
}

.hasJS .toggle .panel {
	position: absolute;
	left: -9999px;
}

.toggler .figure {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
}

.toggler .figure img {
	width: 175px;
	height: 110px;
}

.toggler .intro {
	margin-top: 10px;
	margin-right: 200px;
}

/* Fix height */
.toggler.fixed .intro p {
	height: 7.5em;
	overflow: hidden;
}

/* Module: Toggler FAQ
-------------------------------------------------- */
.article.faq .header h1 {
	margin-right: 0;
}

.toggler ul.faq {
	font-size: 1em;
	margin: 0 0 20px 0;
}

.toggler ul.faq li.toggle {
	padding: 0;
	border-top: none;
	background: none;
}

.toggler ul.faq h4 a,.toggler ul.faq h4 a:visited {
	background: url(../gfx/icons_faq-arrows.gif) left 8px no-repeat;
	color: #ed822a;
	display: block;
	margin-bottom: 4px;
	padding-left: 15px;
	text-decoration: none;
}

.toggler ul.faq h4 a:hover {
	text-decoration: underline;
}

.toggler ul.faq .closed h4 a,.toggler ul.faq .closed h4 a:visited {
	background-position: left -586px;
	color: #57b1e3;
}

.toggler ul.faq .content {
	background-color: #fff;
	margin-left: 15px;
	padding: 5px 10px;
}

.toggler ul.faq .content p {
	font-size: 1.2em !important;
}

/* Module: Tabpanel
-------------------------------------------------- */
.tabs {
	overflow: hidden;
	border-bottom: solid 5px #bce0f4;
}

.tab-nav,.tab-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-nav li {
	float: left;
	margin-right: 1px;
	font-size: 1.1em;
	line-height: 35px;
}

.tab-nav a,.tab-nav span {
	color: #fff;
	float: left;
	text-decoration: none;
	background: url(../gfx/bg_tabs-panel.png) no-repeat right top;
}

.tab-nav li span {
	color: #fff;
	margin-right: 20px;
	padding-left: 20px;
	background-position: left top;
}

.tab-nav a:hover,.tab-nav .active a,.tab-nav a.active,.tab-nav .ui-state-active a
	{
	text-decoration: none;
	background-position: right bottom;
}

.tab-nav a:hover span,.tab-nav .active a span,.tab-nav a.active span,.tab-nav .ui-state-active a span
	{
	color: #333;
	text-decoration: none;
	background-position: left bottom;
}

.tab-panel {
	position: relative;
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	float: left;
	width: 100%;
	background: #FFF;
}

.tab-panel .article.size1of3,.tab-panel .article.size1of3.last {
	width: 185px;
}

.tab-panel .article .mod {
	margin: 0 10px;
}

.tab-panel .figure img {
	width: 155px;
}

/* show map */
.tab-panel #show-map {
	float: right;
	clear: none;
}

.tab-panel .show-all,.tab-panel .show-first {
	display: none;
	background: #FFF url(../gfx/bg_show-all.png) 15px 9px no-repeat;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 -20px;
	border-top: solid 1px #bce0f4;
}

.tab-panel .show-first {
	background: #FFF url(../gfx/bg_show-first.png) 15px 9px no-repeat;
}

.tab-panel .show-all a.more,.tab-panel .show-first a.first {
	float: left;
	display: inline;
	margin-left: 50px;
	font-size: 12px;
}

.tab-panel .show-all a.more,.tab-panel .show-all a.more:visited,.tab-panel .show-first a.first,.tab-panel .show-first a.first:visited
	{
	background: none;
	color: #a4a4a4;
	padding-right: 0;
	float: left;
	text-decoration: none;
}

.tab-panel .show-all a.more:hover,.tab-panel .show-first a.first:hover {
	text-decoration: underline;
}

.tab-panel .show-all a.more strong,.tab-panel .show-first a.first strong
	{
	color: #57b1e3;
	font-weight: normal;
	text-decoration: underline;
}

/* Article map */
.toggle .tabs {
	border-bottom: none;
}

.toggle .tab-nav {
	margin: 10px 20px 0;
	width: 510px;
}

.toggle .tab-panel {
	margin: 0 20px;
	width: 510px;
	padding: 0;
}

.tab-panel .map {
	width: 510px;
	height: 400px;
}

#mapPictures {
	position: absolute;
	right: 0;
}

#mapPictures-right {
	height: 20px;
	position: relative;
}

/* Module: POI map (contentpage)
-------------------------------------------------- */
.poi-map {
	padding-bottom: 20px;
	border-bottom: solid 1px #bce0f4;
}

.toggler .poi-map {
	padding-bottom: 0;
}

.poi-map #poi-map {
	height: 320px;
}

.poi-map h3 { /*margin-left: 20px;*/
	
}

.poi-map .options {
	overflow: hidden;
}

.toggler .poi-map .options {
	margin: 0 -20px;
}

.poi-map .options label {
	font-size: 1.2em;
}

.poi-map .form-item {
	margin: 10px 20px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
}

.poi-map fieldset.searchForm .form-item {
	margin: 10px 0;
}

#map-categories .form-item {
	clear: none;
	float: left;
	display: inline;
	width: 230px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
	height: 30px;
}

.toggle .poi-map .form-item,.toggle #map-categories .form-item {
	background: none;
}

#map-categories label {
	font-size: 1.2em;
	padding: 0 0 5px 25px;
	background: transparent no-repeat left 0;
}

#routeError {
	padding: 10px 0 0;
	color: red;
	font-weight: bold;
}

#streetviewWrap object {
	margin: -15px 0 0;
	top: 0;
	display: block;
}

.toggle .poi-map .tab-panel {
	margin: 0 20px;
	padding: 0px;
	background: none;
}

#mapTabsWrap,#mapDetailWrap {
	display: none;
}

.hasJS #mapTabsWrap,.hasJS #mapDetailWrap {
	display: block;
}

#routeToolbarWrap,#directions,#routeControls,#streetviewWrap {
	display: none;
}

#routeMapWrap {
	margin-top: 20px;
}

#mapWrapOuter .hidden {
	position: absolute;
	left: -9999px;
}

/* route overlay */
#route-overlay {
	width: 980px;
	min-height: 550px;
	background: #fff;
}

#route-overlay #directions,#route-overlay #poi-map {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

#route-overlay #directions {
	top: 20px;
	width: 460px;
	overflow: auto;
	height: 520px;
	float: left;
	background: #fff;
}

#route-overlay .print {
	z-index: 1;
	position: absolute;
	top: 3px;
	left: 10px;
	padding-left: 15px;
	text-decoration: none;
	background: url(../gfx/icon_page-print.png) no-repeat left;
}

/* Module: Sub nav
-------------------------------------------------- */
.sub-nav .header a,.sub-nav .header a:visited {
	color: #000;
}

.sub-nav ul,.sub-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-nav li {
	font-size: 1.167em;
}

.aside .sub-nav .header h3 {
	color: #000;
}

.sub-nav li a,.sub-nav li span {
	display: block;
	color: #142b75;
	text-decoration: none;
}

.sub-nav li a {
	padding: 5px 0;
	border-top: solid 1px #e5e5e5;
	font-size: .9em;
}

.sub-nav li a.active,.sub-nav li a.active span {
	background: url(../gfx/bg_subnav.png) no-repeat bottom;
}

.sub-nav li a.active {
	position: relative;
	border: none;
	padding: 7px 0 0;
	margin: -2px -10px -7px;
	background-position: top;
	z-index: 1;
}

.sub-nav li a.active span {
	color: #ed822a;
	padding: 0 10px 7px;
	margin: 0 0 5px;
}

.sub-nav li a:hover span {
	color: #ed822a;
}

/* Module: Zoover
-------------------------------------------------- */
.aside .zoover .header h3 {
	color: #999;
	font-size: 0.92em;
	text-align: center;
	margin: 10px 0 20px;
}

.aside .zoover .header h3 strong {
	display: block;
	color: #ed822a;
	font-size: 3em;
}

.zoover ul,.zoover li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../gfx/bg_dots-grey.png) repeat-x top;
}

.zoover li {
	position: relative;
	font-size: 0.92em;
	padding: 5px 2em 5px 0;
	overflow: hidden;
	background-position: bottom;
}

.zoover li strong {
	font-weight: normal;
	position: absolute;
	right: 0;
}

.zoover p {
	font-size: 0.92em;
}

.zoover .source {
	color: #999;
	margin-top: 20px;
	text-align: right;
}

.zoover .source img {
	position: relative;
	top: 5px;
}

/* Page tools
-------------------------------------------------- */
.page-tools,.page-tools li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-tools {
	display: none;
	clear: left;
	float: left;
	font-size: 1.1em;
	line-height: 16px;
}

.hasJS .page-tools {
	display: block;
}

.page-tools li {
	float: left;
	display: inline;
	margin-right: 10px;
}

.page-tools a,.page-tools a:visited {
	color: #59b3e4;
	text-decoration: none;
}

.page-tools a:hover {
	text-decoration: underline;
}

/* User rating 
-------------------------------------------------- */
.user-rating {
	position: relative;
	float: right;
	display: inline;
	height: 15px;
	line-height: 12px;
	margin: 15px 25px 0 0;
	width: 68px;
	padding: 0 3px 0 4px;
	background: url(../gfx/bg_rating.png) no-repeat 0 0;
}

.user-rating .label {
	position: absolute;
	top: -15px;
	left: 2px;
}

.user-rating .bar {
	display: block;
	height: 15px;
	float: left;
	background: url(../gfx/bg_rating.png) no-repeat right -15px;
}

.user-rating strong {
	position: absolute;
	top: -2px;
	right: -25px;
	color: #4ba058;
	font-size: 1.1em;
}

/* Book now
-------------------------------------------------- */
.book-now {
	position: relative;
	font-size: 1.2em;
	margin-top: 32px;
	clear: both;
	float: left;
	width: 100%;
}

.book-now .btn {
	display: none;
	position: absolute;
	top: -30px;
	right: 0;
}

.book-now.open .btn {
	background-position: right -410px;
}

.book-now.open .btn span {
	background-position: left -410px;
}

.book-now.open .btn:hover,.book-now.open .btn.hover {
	background-position: right -440px;
}

.book-now.open .btn:hover span,.book-now.open .btn.hover span {
	background-position: left -440px;
}

.book-now .booking-panel {
	padding: 10px;
	background: #eef7fc url(../gfx/bg_booking-panel.png) repeat-x top;
}

.hasJS .booking-panel {
	display: none;
}

.book-now h5 {
	font-size: 1em;
	margin: 0 0 5px;
	color: #142b75;
}

.article.basic .book-now ul,.article.basic .book-now li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

.article.basic .book-now li {
	display: inline;
	font-size: 0.92em;
	margin-right: 20px;
}

.book-now li a {
	text-decoration: none;
}

.book-now li a:hover {
	text-decoration: underline;
}

/* Search results
-------------------------------------------------- */ /* Search map */
#show-map {
	display: none;
	clear: left;
	position: relative;
	left: 0;
	font-size: 1.2em;
}

.article.basic .header .results-meta {
	position: relative;
	color: #999;
	font-size: 1.1em;
}

.results-meta em {
	font-style: normal;
	color: #000;
}

.results-meta span {
	position: absolute;
	top: 2em;
	right: 0;
}

.sort-results { /* IE6/7 */
	float: right;
	/*margin: -35px 0 20px;*/
}

.sort-results label {
	display: inline;
	padding-right: 5px;
}

.hasJS .sort-results .btn {
	position: absolute;
	left: -9999px;
}

.search-results {
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0 0 4px;
	background: url(../gfx/bg_dots-black.png) repeat-x bottom;
}

.search-results .result {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	background: url(../gfx/bg_dots-black.png) repeat-x top;
}

.search-results .result .content {
	margin: 0;
}

.search-results h3 {
	margin: 0;
}

.search-results h3 a,.search-results h3 a:visited {
	color: #ed822a;
	text-decoration: none;
}

.search-results h3 a:hover {
	text-decoration: underline;
}

.search-results p {
	width: 320px;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.search-results .no-image p {
	width: 445px;
}

.search-results .intro {
	margin-left: 125px;
}

.search-results .no-image .intro {
	margin-left: 0;
}

.search-results .meta { /* IE6 */
	overflow: hidden;
}

.search-results .category {
	float: left;
}

.search-results address,.search-results .address {
	clear: left;
	float: left;
	color: #999;
	font-style: normal;
}

.search-results .more {
	margin-top: 5px;
	float: left;
}

/* Meer objecten span*/
.search-results span.more-objects {
	display: none;
}

/* Book now */
.search-results .book-now { /* IE6/7 */
	margin: 0;
	bottom: -10px;
}

/* Keymatch */
.keymatch {
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: url(../gfx/bg_dots-black.png) repeat-x top;
}

.keymatch .sponsored {
	position: absolute;
	right: 0;
	top: 10px;
	color: #999;
}

.keymatch ul {
	margin: 0 0 0 15px;
}

.keymatch a,.keymatch a span {
	display: block;
}

.keymatch a,.keymatch a:visited {
	color: #333;
	text-decoration: none;
}

.keymatch .keymatchheader {
	color: #ED822A;
	font-weight: bold;
}

.keymatch a:hover .keymatchheader {
	text-decoration: underline;
}

/* New Search results Global template 13-10-2009
-------------------------------------------------- */
.search-results-global {
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0 0 4px;
	background: url(../gfx/bg_dots-black.png) repeat-x bottom;
}

.search-results-global .result {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	padding: 20px 0 0;
	min-height: 160px;
	background: url(../gfx/bg_dots-black.png) repeat-x top;
}

/*  Search result header */
.article.basic .search-results-global .header { /*position: relative;*/
	width: 400px;
	margin: 0 0 10px 15px;
	padding: 0; /* 0 30px;*/
	border-bottom: solid 1px #ccc;
}

.search-results-global .category {
	color: #8d8d8d;
	font-size: 1.1em;
}

.search-results-global .category a.more {
	font-size: 1em;
}

.search-results-global .category img {
	position: relative;
	bottom: -2px;
	width: 12px;
	height: 12px;
}

.search-results-global h3 {
	font-size: 1.3em;
	margin: 5px 0 0; /*20px*/
	height: 3em;
}

.search-results-global h3 a,.search-results-global h3 a:visited {
	color: #ed822a;
	text-decoration: none;
}

.search-results-global h3 a:hover {
	text-decoration: underline;
}

.search-results-global .meta {
	color: #8d8d8d;
	/*position: absolute;
	bottom: 5px;*/
	margin: 0 0 5px;
}

.search-results-global .meta .date {
	font-weight: bold;
}

/* Meer objecten span*/
.search-results-global span.more-objects {
	display: none;
}

/* Search result content */
.article.basic .search-results-global .content {
	position: relative;
	margin: 0 15px;
	margin-bottom: 45px;
}

.search-results-global .user-rating {
	position: absolute;
	top: 20px;
	right: 20px;
}

.article.basic .search-results-global .figure {
	position: relative;
	z-index: 1;
	float: right;
	margin: -50px 0 10px 0;
}

.search-results-global .intro {
	width: 400px;
	float: left;
	clear: left;
}

.search-results-global .content .intro * {
	font-size: 1.1em;
}

.search-results-global .intro p {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}

/*  Search result Book now */
.search-results-global .book-now {
	margin: 0px 0px 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.search-results-global .book-now .btn {
	position: relative;
	top: 0px;
	float: right;
}

.search-results-global .book-now .panel {
	position: absolute;
	top: 150px;
}

.search-results-global .book-now .booking-panel {
	margin-top: 23px;
}

/* Nieuws overzicht
-------------------------------------------------- */
.news-overview {
	clear: both;
	margin: 0;
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
}

.news-overview .news-item {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
	border-top: dotted 1px #ccc;
}

.news-overview .news-item .content {
	margin: 0;
}

.news-overview h3 {
	margin: 0;
}

.news-overview h4 {
	margin: 0;
	color: #1c4993;
}

.news-overview h3 a,.news-overview h3 a:visited,.news-overview .first h3 a,.news-overview .first h3 a:visited
	{
	color: #1c4993;
	text-decoration: none;
}

.news-overview h3 a:hover,.news-overview .first h3 a:hover {
	color: #ed822a;
	text-decoration: none;
}

.news-overview h3 a,.news-overview h3 a:visited {
	font-size: 1em;
}

.news-overview .first h3 a,.news-overview .first h3 a:visited {
	font-size: 1.4em;
}

.news-overview .intro p {
	margin: 0 0 10px;
	font-size: 1.2em;
}

.news-overview .intro {
	margin-left: 120px;
}

.news-overview .first .intro {
	margin-left: 275px;
}

.news-overview .meta {
	padding-bottom: 10px;
}

.news-overview span.address {
	color: #999;
	font-style: normal;
}

.news-overview .advert {
	padding-bottom: 0px;
}

/* Campaign page
-------------------------------------------------- */
.line-campaign {
	border: 1px solid #ff6600;
	overflow: auto;
}

.line-campaign .article-top {
	border: none;
}

.line-campaign .header h2 {
	margin-top: -22px;
	margin-bottom: 22px;
}

.article-top {
	border-bottom: 1px solid #ff6600;
	margin: 10px 20px 0px 20px;
	padding-bottom: 10px;
	text-align: right;
}

.banner-text {
	background-color: #FFF;
	position: absolute;
	width: 200px;
	min-height: 210px;
	margin: 13px 0 0 13px;
	padding: 18px 20px 0 20px;
}

.banner-text h3 {
	font: 250% Georgia, Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

/* Domain page
-------------------------------------------------- */
.domainpage .wrapper {
	background: none ;	
}


.domainpage .header{
	background-color: #FFF;
	} 
	
.domainpage table.logo td img {
	margin-left: 25px;
}

.domainpage .branding {
	margin: 0;
	height: 110px;
}

.domainpage .main-content {
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 20px 0;
	background: #fff;
	overflow: visible;
}

.domainpage .article .mod {
	height: 300px;
	overflow: hidden;
}

.domainpage .article .footer {
	position: absolute;
	width: 350px;
	bottom: 0;
	right: -240px;
	height: 144px;
	overflow: hidden;
	background: url(../gfx/bg_domain-bubble.png) no-repeat right top;
}

.domainpage .article .footer h3,.domainpage .article .footer p {
	margin: 0;
	font-weight: bold;
	width: 180px;
	float: right;
	font-size: 2em;
	margin: 0;
	padding: 5px 10px 0;
	line-height: normal;
}

.domainpage .article .footer a,.domainpage .article .footer a:visited {
	color: #000;
	text-decoration: none;
}

.domainpage .article .footer p,.domainpage .article .footer p a,.domainpage .article .footer p a:visited
	{
	color: #fff;
}

.domainpage .article .footer a:hover {
	text-decoration: underline;
}

.domain-nav {
	clear: both;
	width: 100%;
	margin: 0;
	background: #fff;
	z-index: 2;
}

.hasJS .domain-nav {
	position: fixed; /* IE6 */
	clear: none;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background: #fff;
	z-index: 2;
}

.toggle-btn {
	position: relative;
	top: -13px;
	display: block;
	width: auto;
	margin: 0 auto;
	height: 12px;
	padding-top: 20px;
	font-size: 1.2em;
	text-decoration: none;
	background: url(../gfx/btn_domain-toggle.png) no-repeat center top;
}

.toggle-btn:focus {
	outline: 0;
}

.domain-nav .active {
	color: #ed822a;
	background-position: center -50px;
}

.toggle-btn .close-txt {
	display: none;
}

.toggle-btn.active .open-txt {
	display: none;
}

.toggle-btn.active .close-txt {
	display: block;
}

.domain-nav .toggle-inner {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0 auto -10px;
	text-align: left;
	padding: 0 0 20px;
	background: url(../gfx/bg_shadow-site.png) no-repeat bottom;
}

.hasJS .domain-nav .toggle-inner {
	position: absolute;
	left: -9999px;
}

.domain-nav .diversity {
	position: relative;
	margin: 20px auto 0;
	width: 565px;
}

.domain-nav .diversity .content {
	background: none;
}

#domain-overlay {
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	background: #000;
	opacity: 0;
	display: none;
	cursor: pointer;
	z-index: 0; /* (IE6/7) fixed with JS for other browsers */
}

/* Brochures
-------------------------------------------------- */
.brochure .header h3 {
	text-align: center;
	font-size: 1.2em;
	color: #1c4993;
	font-weight: bold;
	height: 3em;
	overflow: hidden;
}

.open .brochure .header h3 {
	font-size: 1.2em;
}

.brochures .toggle .panel {
	padding: 10px 0 0;
}

.toggler .brochure .content {
	border: none;
}

.brochure .figure {
	position: relative;
	height: 120px;
	float: none;
	margin: 0 auto 20px;
	text-align: center;
	overflow: visible;
}

.brochure .figure img {
	float: none;
	display: block;
	margin: 0 auto;
	height: 120px;
	width: 90px;
}

.brochure input {
	clear: left;
	float: left;
	border: none;
	background: none;
}

.brochure label {
	margin-left: 20px;
}

.brochure .figure a,.brochure .figure a:visited {
	text-decoration: none;
}

/* voeg ook span toe als geen look inside: beter voor uitlijning*/
.brochure .figure span {
	position: relative;
	top: -15px;
	display: block;
	padding: 18px 25px 0 0;
	text-align: right;
	color: #4ba058;
	font-weight: bold;
	background: no-repeat right;
}

.brochure .figure a span {
	position: relative;
	top: -15px;
	display: block;
	padding: 18px 25px 0 0;
	text-align: right;
	color: #4ba058;
	font-weight: bold;
	background: url(../gfx/icon_arrow-curled.png) no-repeat right;
}

.brochure .figure a:hover,.brochure .figure a:hover span {
	color: #063;
}

.brochure .download {
	display: block;
	font-size: 1.1em;
	color: #ed822a;
	padding: 2px 0 2px 20px;
	background: url(../gfx/icon_acrobat.png) no-repeat 0 4px;
}

.brochure .download:hover {
	color: #57b1e3;
}

.brochures .btn {
	float: right;
	margin: 10px;
	display: inline;
}

/* Inpage nav */
.toggler .inpage-nav {
	margin: 0 0 20px;
}

/* .toggler .inpage-nav, */
.toggler .inpage-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toggler .inpage-nav li {
	display: inline;
	padding-right: 10px;
}

.inpage-nav a {
	padding-right: 12px;
	text-decoration: none;
	background: url(../gfx/icons_faq-arrows.gif) no-repeat right -588px;
}

.inpage-nav a.active,.inpage-nav a.active:visited {
	color: #ed822a;
	background-position: right 5px;
}

/* Mood page
-------------------------------------------------- */
html.moodpage { /* JS */
	background-position: center 500px;
}

body.moodpage {
	background-position: center top;
}

object#carousel {
	margin-left: 20px;
}

body.moodpage .header h1 {
	color: #57b1e3;
}

.moodpage .asides,.moodpage .main-content {
	margin-top: 20px;
}

.moodpage .media.carousel {
	height: 360px;
	background: #eee;
	margin-bottom: 20px;
}

.moodpage .figure {
	float: right;
	margin: 0 0 10px 10px;
}

/* Module moodselector
-------------------------------------------------- */
.aside .mood-selector {
	/*background: #E1F1FA url(../gfx/bg_gradient-mod-blue.png) repeat-x top;*/
	
}

.mood-selector ul,.mood-selector li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#moodselector ul {
	margin: 0 20px;
}

.mood-selector li a,.mood-selector li a:visited {
	color: #142b75;
	max-height: 2em;
	display: block;
	padding: 5px 20px 5px 0;
	text-decoration: none;
}

.mood-selector li a.active,.mood-selector li a.active:visited,.mood-selector li a:hover
	{
	position: relative;
	left: -10px;
	padding-left: 10px;
	color: #fff;
	background: url(../gfx/bg_mood-selector-active.png) no-repeat left;
}

/* Weather page
-------------------------------------------------- */
.weather-table {
	clear: both;
	padding-top: 20px;
	color: #8d8d8d;
}

.weather-table th {
	font-weight: normal;
	color: #333;
}

.weather-table tbody th,.weather-table tbody td {
	border-bottom: solid 1px #ccc;
}

/* Paging
-------------------------------------------------- */
.paging {
	position: relative;
	clear: both;
}

.paging,.paging li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article.basic .paging {
	font-size: 1.1em;
	text-align: center;
	margin: 20px 0 0;
}

.paging li {
	border-right: solid 1px #6dbbe7;
	padding-right: 5px;
	margin-left: 5px;
	display: inline;
}

.paging strong {
	color: #fff;
	padding: 2px 4px;
	font-weight: normal;
	background: #ee822a;
}

.paging .prev {
	margin-right: 50px;
}

.paging .next {
	margin-left: 50px;
}

.paging a {
	text-decoration: none;
}

.paging .next a {
	padding-right: 12px;
	background: url(../gfx/icon_arrow-orange.png) no-repeat right;
}

.paging .prev a {
	padding-left: 12px;
	background: url(../gfx/icon_arrow-orange-left.png) no-repeat left;
}

.paging a:hover {
	text-decoration: underline;
}

.paging .prev,.paging .next,.paging .last {
	border: none;
}

/* Forms
-------------------------------------------------- */
form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	color: #152b76;
	font-size: 1.4em;
}

.form-item,.form-action {
	position: relative;
	overflow: hidden;
	clear: both;
	padding: 0 0 10px;
}

.form-action {
	padding: 0;
}

label {
	display: block;
	font-size: 1.1em;
	cursor: pointer;
	padding-bottom: 2px;
}

input,select,textarea {
	padding: 3px 2px;
	font: 1.2em Verdana, Tahoma, Arial, sans-serif;
	border: solid 1px #d0d0d0;
	background: #fff url(../gfx/bg_gradient-inputs.png) repeat-x left top;
}

input[type=checkbox] {
	padding: 5px;
}

/* fix voor checkboxes in Opera NBTHC-657 */
input[type=checkbox] {
	padding: 5px;
}

input[type=hidden] {
	display: none;
}

form *:focus {
	border-color: #000;
}

/* Group */
.options .form-item {
	padding: 0 0 5px;
}

.options input {
	float: left;
	clear: left;
	border: none;
	background: none;
}

.options label {
	padding: 1px 0 0;
	margin-left: 20px;
}

/* Aside form items */
.aside select {
	width: 200px;
}

.aside input {
	width: 194px; /* 200 total */
}

.aside .options input {
	width: auto;
}

/* Event date fields */
.hasJS .eventdates {
	display: none;
}

.eventdates .form-item input {
	width: 170px !important;
}

.eventdates .datepicker-btn {
	display: none;
}

.hasJS .eventdates .datepicker-btn {
	display: inline;
}

/* Buttons
-------------------------------------------------- */
	/* http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/ */
.btn {
	position: relative;
	display: inline;
	border: 0;
	padding: 0;
	text-indent: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	overflow: visible; /* IE padding fix */
}

a.btn,a.btn span {
	float: left;
}

button::-moz-focus-inner { /* moz padding fix */
	padding: 0;
	border: none;
}

.btn span {
	position: relative;
	display: block;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* webkit margin fix */
	button span {
		margin-top: -1px;
	}
}

.btn {
	padding: 0 15px 0 0;
	background: url(../gfx/sprite_buttons.png) no-repeat right 0;
}

.btn span {
	padding: 0 0 0 15px;
	height: 23px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	background: url(../gfx/sprite_buttons.png) no-repeat left 0;
}

.btn:hover,.btn.hover,button.hover {
	text-decoration: none;
	background-position: right -30px;
}

.btn:hover span,.btn.hover span,button.hover span {
	background-position: left -30px;
}

.btn:active,.btn.active {
	background-position: right -60px;
}

.btn:active span,.btn.active span {
	background-position: left -60px;
}

/* .btn:focus {
	outline: 1px dotted;
} */ /* orange block */
.orange .btn {
	background-position: right -90px;
}

.orange .btn span {
	background-position: left -90px;
}

.orange .btn:hover,.orange .btn.hover {
	background-position: right -120px;
}

.orange .btn:hover span,.orange .btn.hover span {
	background-position: left -120px;
}

.orange .btn:active {
	background-position: right -150px;
}

.orange .btn:active span {
	background-position: left -150px;
}

/* Faux-dropdown
-------------------------------------------------- */
.faux-dropdown {
	position: relative;
	width: 200px;
	overflow: visible;
}

.faux-dropdown * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faux-dropdown a,.faux-dropdown a:visited {
	color: #666;
	text-decoration: none;
}

.faux-dropdown .select {
	position: relative;
	display: block;
	border: solid 1px #d0d0d0;
	background: #fff url(../gfx/bg_gradient-inputs.png) repeat-x left top;
}

.faux-dropdown .select span {
	overflow: hidden;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 30px 0 3px;
	background: url(../gfx/sprite_buttons.png) no-repeat right -199px;
}

.faux-dropdown.expand .select span {
	background-position: right -219px;
}

.faux-dropdown .options {
	position: absolute;
	z-index: -1;
	left: -9999px;
	width: 198px;
	border: solid 1px #000;
	border-top: none;
	background: #fff;
}

.faux-dropdown .options ul,.faux-dropdown .options li {
	margin: 0;
	padding: 0 0 1px;
	list-style: none;
}

.faux-dropdown .options li {
	padding: 0 1px;
}

.faux-dropdown .options a {
	display: block;
	padding: 2px;
}

.faux-dropdown .options a:hover {
	color: #fff;
	background: #ed822a;
}

.faux-dropdown:hover,.faux-dropdown.expand {
	z-index: 6;
}

.faux-dropdown:hover .select,.faux-dropdown.expand .select {
	border-color: #000;
	border-bottom: none;
	padding-bottom: 1px;
}

.faux-dropdown:hover .options,.faux-dropdown.expand .options {
	left: 0;
}

/* JS version */
.hasJS .faux-dropdown:hover .select {
	border-color: #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 0;
}

.hasJS .faux-dropdown.expand .select {
	border-color: #000;
	border-bottom: none;
	padding-bottom: 1px;
}

.hasJS .faux-dropdown .options /*,
.hasJS .faux-dropdown:hover .options */ {
	display: none;
}

.hasJS .faux-dropdown.expand .options {
	display: block;
}

/* Category Selector (Faux-dropdown IE6)
-------------------------------------------------- */
#category-selector {
	padding: 0 0 10px;
	margin-top: -10px;
	display: none;
}

#category-selector .select {
	font-size: 1.2em;
}

#category-selector .options {
	border: none;
	top: 21px;
	width: 625px;
	font-size: 1em;
	background: url(../gfx/bg_categories-top.png) no-repeat right top;
}

#category-selector:hover .options,#category-selector.expand .options {
	left: -9px;
}

.homepage #category-selector:hover .options,.homepage #category-selector.expand .options
	{
	left: auto;
	right: -8px;
}

#category-selector .options ul {
	overflow: hidden;
	margin-top: 15px;
	padding: 0 25px 40px 10px;
	background: url(../gfx/bg_categories-bottom.png) no-repeat right bottom;
}

#category-selector .options li {
	float: left;
	width: 270px;
	margin: -1px 0 0 20px;
	background: url(../gfx/bg_dots-grey.png) repeat-x bottom;
}

#category-selector .options a {
	display: block;
	padding: 5px 0;
}

#category-selector .options a.selected {
	font-weight: bold;
}

#category-selector .options a:hover,#category-selector .options a:focus
	{
	color: #000;
	background: none;
}

#category-selector .options img {
	float: left;
	display: inline;
	margin-right: 5px;
}

/* Module: Refine POI search
-------------------------------------------------- */
.refine-search .content { /*IE6*/
	overflow: hidden;
}

.refine-search legend {
	margin: 0 0 8px;
}

.refine-search fieldset {
	margin: 10px 0 20px;
}

.refine-search .more,.refine-search .less {
	background: none;
	padding: 0;
	font-size: 1.1em;
	text-decoration: underline;
}

.refine-search a,.refine-search a:visited {
	color: #ed822a;
}

.refine-search a:hover {
	color: #57b1e3;
}

/* Form: Newsletter
-------------------------------------------------- */
.newsletter input {
	width: 194px;
}

/* Form: Quick search 
-------------------------------------------------- */
.quick-search {
	position: absolute;
	right: 20px;
	top: 30px;
}

.quick-search label {
	padding: 3px 0 0;
	float: left;
}

.hasJS .quick-search label {
	display: none;
}

.quick-search input {
	color: #666;
	font-size: 1.1em;
	margin-left: 5px;
	padding-right: 30px;
	width: 280px;
	height: 16px;
	line-height: 16px;
}

.btn.search {
	position: absolute;
	right: 2px;
	top: 1px;
	background-position: right -535px;
}

.btn.search span {
	font-size: 0.8em;
	padding-right: 8px;
	background-position: left -535px;
}

.quick-search .btn:hover,.quick-search .btn.hover,.quick-search button.hover
	{
	text-decoration: none;
	background-position: right -535px;
}

.quick-search .btn:hover span,.quick-search .btn.hover span,.quick-search button.hover span
	{
	background-position: left -535px;
}

/* Form: Google maps article page (in toggle)
-------------------------------------------------- */
#routeControls legend {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0 0;
}

#routeControls label {
	float: left;
	width: 150px;
}

#routeControls .btn {
	margin-left: 150px;
}

input.checkbox {
	border: none;
	padding: 0;
	background: none;
}

/* Tables
-------------------------------------------------- */
table th,table td {
	vertical-align: top;
}

.data {
	width: 100%;
}

.data th,.data td {
	text-align: left;
	padding: 0 0 5px;
}

/* Footer
-------------------------------------------------- */
.footer.site-wide {
	border-top: 20px solid #fff;
	font-size: 1.1em;
	width: 100%;
	background: url(../gfx/bg_shadow-site.png) no-repeat top;
}

.footer.site-wide a,.footer.site-wide a:visited {
	color: #8d8d8d;
	text-decoration: none;
}

.footer.site-wide a.active,.footer.site-wide a.active:visited {
	color: #ED822A;
}

.footer.site-wide a:hover {
	text-decoration: underline;
}

.footer.site-wide div,.footer.site-wide ul,.footer.site-wide li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../gfx/bg_shadow-footer.png) no-repeat right top;
}

.footer.site-wide div {
	margin-left: 20px;
	padding-right: 10px;
}

.footer.site-wide ul {
	line-height: 25px;
	padding: 0 5px 15px;
	background-position: left top;
}

.footer.site-wide li {
	list-style: none;
	padding: 0 10px;
	background: none;
}

/* Google Maps 
-------------------------------------------------- */
#map-menu {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 215px;
	height: 320px;
	padding: 10px 0;
	margin-top: 18px;
	font-size: 0.82em;
	background: url(../gfx/bg_map-menu.png) no-repeat;
}

#map-menu a {
	text-decoration: none;
}

#map-menu h2 {
	margin: 0;
	padding: 5px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#map-menu h2 a {
	display: block;
	padding-left: 15px;
	background: url(../gfx/icons_faq-arrows.gif) no-repeat -4px -588px;
}

#map-menu .active a {
	color: #eb822c;
}

#map-menu h2.active a {
	background-position: left 6px;
}

#map-menu ol { /* IE6 */
	position: relative;
	padding: 5px 10px;
	margin: 0 3px 0 0;
	list-style: none;
	font-size: 1.2em;
	max-height: 168px; /* 10 items */
	overflow: auto;
	border-top: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
}

#map-menu li {
	display: block;
	position: relative;
	padding: 0 0 2px 0;
	margin-left: 20px;
}

#map-menu li a {
	display: block;
}

#map-menu li span { /* IE */
	position: absolute;
	left: -20px;
	width: 20px;
}

/* Infowindow */
#infowindow { /* IE6*/
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#infowindow h2 {
	margin: 0 0 10px;
}

#infowindow .figure { /* ie6 */
	float: right;
	margin: 0 0 10px 10px;
}

#infowindow .description {
	font-size: 1.2em;
	margin: 0 0 10px;
}

#infowindow .btn {
	clear: left;
	font-size: 1.2em;
}

/* Tooltip */
.tooltip {
	background: #ffc;
	white-space: nowrap;
	padding: 2px 5px;
}

/* linkcollection in sidecolumn
-------------------------------------------------- */
.aside .mod .content ul.linkcollection {
	margin-left: 0px;
	list-style: none;
}

.aside .mod .content ul.linkcollection li {
	background: url(../gfx/icon_sidecolumn-li.png) left 5px no-repeat;
	color: #333333;
	display: block;
	margin-bottom: 4px;
	padding-left: 15px;
	text-decoration: none;
}

/* Adverts
-------------------------------------------------- */
.advert {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	clear: left;
	float: left;
}

.advert a {
	
}

.advert img {
	vertical-align: top;
}

.advert-separator {
	background: url(../gfx/bg_dots-black.png) repeat-x top;
}

.line-adverts {
	clear: both;
	width: 100%;
}

.line-adverts div {
	float: left;
}

.aside .advert {
	float: none;
}

/* Overlay
 * -------------------------------------------------- */
.overlay {
	display: none;
	z-index: 10000;
	background: #333;
	width: 600px;
	min-height: 200px;
	border: 1px solid #666;
	text-align: left;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.overlay .close { /* IE6 */
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 1;
	background: url(../gfx/icon_overlay-close.png) no-repeat;
}

/*map overlay */
#map-overlay {
	width: 860px;
	background: #fff;
}

#map-overlay h3,#map-overlay #show-photos {
	margin-left: 24px;
}

#map-overlay h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#map-overlay #poi-map {
	margin: 0;
	width: 860px;
	height: 360px;
}

#map-overlay #map-categories { /* IE6 */
	overflow: hidden;
	background: #fff;
	padding: 5px 0 10px;
}

/* Brochure overlay */
#brochure-overlay {
	width: 80%;
	height: 600px;
	background: #fff;
	padding: 20px 0 0;
}

.overlay iframe {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

#video-overlay {
	width: 580px;
	height: 350px;
	background: #fff;
	padding: 0;
	position: relative;
	text-align: center;
	padding: 40px 0 0 0;
}

#video-overlay .close { /* IE6 */
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 1;
	background: url(../gfx/icon_overlay-video-close.png) no-repeat;
}

.video .figure {
	position: relative;
}

.video .figure a span {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Cluetip
 * -------------------------------------------------- */
.cluetip-sendafriend {
	
}

#cluetip-outer {
	text-align: left;
	background: #fff;
	/*border: solid 1px #f60;*/
	border: solid 1px #ccc;
}

#cluetip-inner {
	color: #666;
	padding: 10px;
}

#cluetip-inner p {
	font-size: 1.1em;
	margin: 0 0 10px;
}

#cluetip-title {
	position: relative;
	margin: 0;
	padding: 5px 20px 5px 10px;
	font-size: 1.2em;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
}

#cluetip-close {
	position: absolute;
	right: 10px;
}

#cluetip-waitimage {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../gfx/spinner.gif);
}

#saf .form-item {
	padding: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	border-bottom: none;
}

#saf .form-action {
	padding-top: 10px;
	border-top: solid 1px #eee;
}

#saf label,#saf input {
	float: left;
	width: 45%;
}

#saf input {
	float: right;
	background: #fff;
}

#saf label.error {
	clear: both;
	width: auto;
	color: red;
	padding: 4px 0 10px;
}

/* congres capaciteit */
.capacity th span {
	display: block;
	height: 23px;
	margin-bottom: 4px;
	width: 46px;
}

.capacity td {
	padding-right: 20px;
	text-align: right;
}

.capacity td.cel_1 {
	padding-right: 0;
}

/* name of the room */
.capacity th.cel_1 {
	width: 200px;
}

/* align yes and no also to the right */
.capacity .cel_11,.capacity .cel_12 {
	text-align: right;
}

span.nb_srfmm {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-15px 0;
}

span.nb_ushma {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-65px 0;
}

span.nb_carma {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-115px 0;
}

span.nb_cabma {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-165px 0;
}

span.nb_thtma {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-215px 0;
}

span.nb_schma {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-265px 0;
}

span.pr_airco {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-310px 0;
}

span.pr_dayli {
	background: transparent url(../gfx/congresicons.gif) no-repeat scroll
		-355px 0;
}

.showOnPrint {
	display: none;
}

/*
 * More info block
 */
.moreinfo .content .article img {
	margin-top: 20px;
	margin-right: 5px;
}

.moreinfo .content .article ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.moreinfoblock {
	padding-left: 40px;
	min-height: 40px;
}

.moreinfoblock .more {
	font-size: 100%;
}

.moreinfoblock.articles {
	background: top left no-repeat
		url('/static/gfx/icon_moreinfo_article.jpg');
}

.moreinfoblock.downloads {
	background: top left no-repeat
		url('/static/gfx/icon_moreinfo_download.jpg');
}

.moreinfoblock.videos {
	background: top left no-repeat
		url('/static/gfx/icon_moreinfo_video.jpg');
}

#panel-generalinfo .two-cols li {
	background-position: left 2px;
}

#panel-prijzen td.amount {
	text-align: right;
}

#panel-prijzen td.breakfast {
	font-style: italic;
	color: grey;
	padding-left: 20px;
	width: 160px;
}

div.header h1 {
	margin-bottom: 10px
}

div.classifications {
	min-height: 20px;
	margin-bottom: 10px;
}

div.classifications span.rating {
	margin-right: 5px;
	display: block;
	float: left;
}

div.classifications .ratings .classificationlabel {
	color: grey;
}

div.header .book-now {
	margin-top: 0px;
}

div.header .book-now .btn {
	top: -23px;
}

div.header .user-rating {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 19px;
}

br.clear {
	clear: both;
}