/*** dutch flag implementation ***/
#top div.right ul.infobar li.languages ul li.dutch a {
    background-image: url(../img/icon-dutch.gif);
}

/*** generic inline style replacements ***/
div.margin10left {
	margin-left: 10px;
}

div.margin-190top {
	margin-top: -190px;
}

div.paddingvideo {
	padding: 1px 5px 12px 6px;
}

div.paddingvideo .button {
	margin-bottom: 17px;
	margin-right: 12px;
}

ul.sub, ul.list {
	padding-bottom: 10px;
}

#content div.box .margin12bottom {
	margin-bottom: 12px;
}

.max-width {
	width: 100%;	
}

/*** group no header page version right line fix ***/
#group.low #content div.padding-group-low {
	margin-top: 51px;
}

/*** form in normal content page extra css ***/
.page-notabs .fullform {
	margin: 10px;
}

.page-notabs .listitem{
	display: block;
	margin: 2px 5px 2px;
	height: 100%;
}

.page-notabs .listitem input {
	margin-right: 2px;
}

.page-notabs select {
	margin: 2px 5px 2px;
}

.page-notabs .inputfile {
	margin-right: 2px;
	float: left;
	height: 23px;
}

#content div.page-notabs ul.tabs-internal a {
	text-decoration: none;
}

#content div.page-notabs div.page {
	background: #ffffff;
	padding:18px 10px 50px;
}
/* end */

.postit {
	width: 30em; /* 300px */
	position: absolute;
	border: 1px solid #21466c;
	background: #dfe9f4;
	margin: 0 0 0 6px;
	padding: 0.8em 1.5em 0.8em 0.8em; /* 8px 15px 8px 8px */
	display: none;
	color: #000;
	line-height: 1.4em; /* 14px */
	cursor: pointer;
	font-weight: normal !important;
}

.postit strong {
	display: block;
	color: #000;
	padding-right: 18px;
}
/*
.postit_icon {
	display: inline;
	margin: 0 0 0 6px;
	cursor: pointer;
	position: relative;
	z-index: 5000;
	vertical-align: text-bottom;
}
*/
.postit_close {
	width: 11px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
	display: block;
	text-indent: -1000em;
	background: url("../img/icn.postit-close.gif") no-repeat;
}

.postit_close:hover {
	background: url("../img/icn.postit-close.gif") bottom left no-repeat;
}


/*** dropdown bug FF overrule ticketordering homepage ***/
.booking-select, .booking-select option {
	background-color: #fff;
}


/*** datepicker one textfield ***/
div.box dl.date dd input.text-date {
	padding: 3px 5px;
	width: 95px;
}

div.search dl dd a.dp-choose-date, div.box dl.date dd a.dp-choose-date {
    display: block;
    width: 14px;
    height: 14px;
    float: right;
    text-indent: -1000em;
    background: url(../img/calendar.png) no-repeat;
    margin-top: 2px;
}

div.search dl dd.publicationdate a.dp-choose-date {
    float:none;
    left:81px;
    position:absolute;
    top:2px;
    height:14px;
    margin-top:2px;
    text-indent:-1000em;
    width:14px;
    background:transparent url(../img/calendar.png) no-repeat scroll 0 0;
    display:block;
}

/*
#content .overflow .page ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	padding-left:20px;
}

.overflow em {
	font-style: italic;
}
*/

/* CANVAS */
ol.canvas {
	list-style-position: outside;
	list-style-image: none;
	padding-left: 25px;
}

.canvas li {
	zoom: normal;
}

ul.canvas {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

em.canvas {
	font-style: italic;
}

/* IE SPECIFIC: */
* html div.ie6-marginbottom-21 {
	margin-bottom: -21px;
}

* html div.ie6-margintop-23 {
	margin-top: -23px;
}

* html div.box-news div.box-content div.ie6-leftfix {
	left: -7px;
}

* html div.notabslarge div.box-content div.ie6-leftfix,
* html div.notabslarge div.box-content div.ie6-rightfix {
	margin-left: 0px;
	margin-bottom: -22px;
}