@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	height:					100%;
	padding:				0;
	margin:					0;
	border:					0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				1px;
	background-color:		#ba0c2b;
	background-attachment: 	scroll;
	background-image: 		url(../interface/bg-repeat-x.jpg);
	background-repeat: 		repeat-x;
}

html {
	height:				100%;
	padding:			0;
	margin:				0;
	border:				0;
}

#container {
	position: 			relative;
	float: 				left;
	width: 				1100px;
	height: 			100%;
	margin: 			0 auto;
	
	background-image:	url(../interface/bg-vorm.jpg);
	background-repeat:	no-repeat;
	background-position:-90px top;
	
}

#ts-logo {
	position: 			absolute;
	float: 				left;
	left:				648px;
	top:				87px;
	width: 				auto;
	height: 			auto;
	z-index:			99;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT CONTAINER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#middle {
	position: 			relative;
	float: 				left;
	width: 				100%;
	min-height: 		525px;
}

#bottom {
	position: 			relative;
	float: 				left;
	bottom: 			0px;
	height: 			75px;
	margin-left:		281px;
	margin-top:			25px;
}

#logo {
	position: 			absolute;
	float: 				left;
	top:				75px;
	left:				650px;
	background-color:	#FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HOMEPAGE COLUMNS  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#hp-left {
	position:     		relative;
	float:        		left;
	width:        		180px;
	height:		  		100%;
	margin-left:  		35px;
	margin-right: 		55px;
	margin-top:   		160px;
}

#hp-gutter{
	position: 			relative;
	float: 				left;
	width: 				26px;
	height: 			100%;
	margin-top: 		160px;
}

#hp-gutter-right {
	position: 			relative;
	float: 				left;
	width: 				26px;
	height: 			100%;
	margin-top:			170px;
	top:				0px;
}

#hp-gutter-right .label-highlight-counter {
	position:			relative;
	float:				left;
	margin-bottom:		2px;
	height:				12px;
	width:				10px;
	cursor:				pointer;
	
	padding:			6px;
	padding-left:		8px;
	
	color:				#FFFFFF;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			11px;
	
	background-image:	url(../interface/label-empty.gif);
	background-repeat:	no-repeat;
	background-position:left top;
}

#hp-gutter-right .label-highlight-counter:hover, #hp-gutter-right .label-highlight-counter-active {
	background-image:	url(../interface/label-empty-gold.gif);
	background-repeat:	no-repeat;
	background-position:left top;
	
	color:				#000000;
}

#hp-center {
	position:			relative;
	float:				left;
	width:				513px;
	height:				100%;
	margin-top:			10px;
	margin-left:		25px;
}

.hp-center-block {
	position:			relative;
	float:				left;
	width:				503px;
	height:				100%;
	min-height:			150px;

	background-image:	url(../interface/bg_cnt_repeative.png);
	background-repeat:  repeat;
}

#hp-right {
	position:			relative;
	float:				left;
	width:				198px;
	margin-top:			10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT COLUMNS  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.cnt-content-block {
	position:			relative;
	float:				left;
	width:				473px;
	height:				100%;
	min-height:			150px;
	margin-top:			150px;
	padding-left:		15px;
	padding-top:		15px;
	padding-right:		15px;
	*padding-bottom:	20px;

	background-image:	url(../interface/bg_cnt_repeative.png);
	background-repeat:  repeat;
}

.cnt-center-block {
	position:			relative;
	float:				left;
	width:				503px;
	height:				100%;
	min-height:			150px;
	margin-top:			10px;

	background-image:	url(../interface/bg_blck_repeative.png);
	background-repeat:  repeat;
}

.cnt-content-block a {
	color:				#8a0820;
	text-decoration:	underline;
}
.cnt-content-block a:hover {
	color:				#000000;
	background-color:	#ba903c;
	text-decoration:	none;
}

.cnt-content-block h1.content {
	display:			block;

	width:				auto;
	
	font-weight:		600; 
	font-size:			23px;
	line-height:		30px;
	
	color: 				#620518;
	
	margin-bottom:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
	
	margin-top:			0px;
	*margin-top:		20px;
	*margin-bottom:		20px;	
	
	background-image:none; 
	background-color: none; 
	
}

.cnt-content-block h2 {
	display:			block;

	width:				auto;
	font-size:			16px;
	font-weight:		400;
	margin-bottom:		0;
	padding-bottom:		0;
	padding:			0;
	color:				#000000;
}

.cnt-content-block {
	position:			relative;
	float:				left;
	width: 				476px;
	
	font-size:			12px;
	line-height:		16px;
	
	*margin-top:		15px;
}

.cnt-content-block p:first-child {
	margin-top:			-20px;
}

#cnt-right {
	position:			relative;
	float:				left;
	width:				198px;
	margin-top:			160px;
}

#cnt-left {
	position:     		relative;
	float:        		left;
	width:        		180px;
	height:		  		100%;
	margin-left:  		35px;
	margin-right: 		29px;
	margin-top:   		160px;
}

#cnt-gutter{
	position: 			relative;
	float: 				left;
	width: 				26px;
	height: 			100%;
	margin-top: 		160px;
}

#cnt-gutter-right {
	position: 			relative;
	float: 				left;
	width: 				26px;
	height: 			100%;
	margin-top:			170px;
	top:				0px;
}

#cnt-gutter-right .label-highlight-counter {
	position:			relative;
	float:				left;
	margin-bottom:		2px;
	height:				12px;
	width:				10px;
	cursor:				pointer;
	
	padding:			6px;
	padding-left:		8px;
	
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	
	background-image:	url(../interface/label-empty.gif);
	background-repeat:	no-repeat;
	background-position:left top;
}

#cnt-gutter-right .label-highlight-counter:hover, #cnt-gutter-right .label-highlight-counter-active {
	background-image:	url(../interface/label-empty-gold.gif);
	background-repeat:	no-repeat;
	background-position:left top;
	
	color:				#000000;
}

#cnt-center {
	position:			relative;
	float:				left;
	width:				513px;
	height:				100%;
	margin-top:			10px;
	*margin-top:		145px;
	margin-left:		25px;
}

.cnt-share-button {
	position:			relative;
	float:				left;
	width:				auto;
	padding:			5px;
	margin-left:		15px;
	margin-bottom:		15px;
	margin-top:			0px;
	
	font-size:			11px;
	
	background-image:	url(../interface/label-bottom-horizontal.png);
	background-repeat:	repeat-x;
}

.cnt-back-button {
	position:			relative;
	float:				left;
	width:				auto;
	padding:			6px;
	padding-left:		10px;
	padding-right:		10px;
	margin-left:		15px;
	margin-bottom:		15px;
	margin-top:			0px;
	
	font-size:			11px;
	
	background-image:	url(../interface/label-bottom-horizontal.png);
	background-repeat:	repeat-x;
}
.cnt-content-bottom {
	position:			relative;
	float:				left;
	width:				503px;
}
.cnt-back-button a {
	color:				#FFFFFF;
	text-decoration:	none;
}

.cnt-back-button:hover {
	background-color:	yellow;
}
.prg-yeardate {
	position:			relative;
	float:				left;
	width:				100%;
	margin:				10px;
	margin-left:		0px;
	margin-top:			30px;
	*margin-top:		10px;
}
.prg-yeardate:first-child {
	margin-top:			10px;
}
.prg-yeardate h2.prg-year {
	position: 			relative;
	float:				left;
	color: 				#666666;
	font-size:			24px;
	margin:				0;
	margin-top:			0px;
	margin-left:		10px;
}
h1.prg-month {
	display:			inline;

	font-size:			23px;
	font-weight:		400;
	line-height:		30px;
	
	margin-bottom:		0px;
	
	*margin-top:		-3px;
	*margin-bottom:		20px;
}
.prg-month {
	position:			relative;
	float:				left;
	margin:				0;
	height:				25px;
}
.prg-row {
	position:			relative;
	float: 				left;
	width:				100%;
	height:				36px;
	
	cursor:				pointer;
	
	margin-bottom:		-1px;
	padding-bottom:		2px;
	padding-top:		2px;
	
	border-bottom: 		1px solid #C9C9C9;
	border-top: 		1px solid #C9C9C9;
}
.prg-line {
	position: 			relative;
	float: 				left;
	height:				1px;
	background-color:	#c9c9c9;
	width:				482px;
	margin-top:			2px;
	margin-bottom:		4px;
}
.prg-thumb {
	position:			relative;
	float:				left;
	width:				42px;
	height:				30px;
	padding-right:		1px;
	padding:			3px;
	overflow:			hidden;
	border:				0;
	
	cursor:				pointer;
	
	border-right:		1px solid #c9c9c9;
	
/*	background-image: 	url(../interface/bg-programma-row.png);
	background-repeat:	repeat; */
}
.prg-thumb a {
	margin:				0;
	padding:			0;
}
.prg-thumb-mask {
	width:				42px;
	height:				30px;
	overflow:			hidden;
	border:				0;
	padding:			0;
	margin:				0;
}
.prg-thumb-mask a {
	margin:				0;
	padding:			0;
}
.prg-date {
	position:			relative;
	float:				left;
	width:				75px;
	height:				31px;
	margin-right:		1px;
	
	padding-top:		5px;
	
	/*border-right:		1px solid #c9c9c9;*/
	
	cursor:				pointer;
}
.prg-desc {
	position:			relative;
	float:				left;
/*	width:				222px;*/
	width:				215px;
	height:				36px;
	margin-right:		1px;
	
	/*border-right:		1px solid #c9c9c9;*/
	
	cursor:				pointer;
}
.prg-genre {
	position:			relative;
	float:				left;
	width:				65px;
	height:				31px;
	margin-right:		3px;
	color:				#767676;
	font-size:			9px;
	text-align:			center;
	padding-top:		5px;
	text-decoration:	none;
	
	font-family:		Georgia, "Times New Roman", Times, serif;
	
	/*border-right:		1px solid #c9c9c9;*/
}
.prg-bestel {
	position:			relative;
	float:				left;
	width:				63px;
	height:				36px;
	margin-right:		1px;
	text-align:			center;
	
}
.prg-soledout {
	position:			relative;
	float:				left;
	width:				63px;
	height:				36px;
	margin-right:		1px;
	text-align:			center;
	
	background-image: 	url(../interface/soledout.png);
	background-repeat:	repeat;
	
	cursor:				default;
}
.prg-cancelled {
	position:			relative;
	float:				left;
	width:				63px;
	height:				36px;
	margin-right:		1px;
	text-align:			center;
	
	background-image: 	url(../interface/cancelled.png);
	background-repeat:	repeat;
	
	cursor:				default;
}
.prg-free{
	position:			relative;
	float:				left;
	width:				63px;
	height:				36px;
	margin-right:		1px;
	text-align:			center;
	
	background-image: 	url(../interface/free.png);
	background-repeat:	repeat;
	
	cursor:				default;
}
.prg-bestel label {
	cursor:				pointer;
}

	.prg-date-cijfer {
		postion:		relative;
		float:			left;
		
		font-size:		30px;
		font-weight:	400;
		color:			#4c4c4c;
		text-transform:	uppercase;
		
		margin-left:	6px;

		cursor:			pointer;
	}
	.prg-date-dag {
		postion:		relative;
		float:			left;
		
		font-size:		14px;
		font-style:		italic;
		color:			#919191;
		margin-left:	2px;
		width:			20px;
		cursor:			pointer;
	}
	.prg-date-tijd {
		postion:		relative;
		float:			left;
		
		font-size:		11px;
		color:			#000;
		margin-left:	2px;
		margin-top:		2px;
		*margin-top:	0px;
		cursor:			pointer;
	}
	.prg-desc-titel {
		position:		relative;
		float:			left;
		
		color:			#bd1220;
		font-size:		11px;
		font-weight:	bold;
		width:			100%;
		
		margin-top:		5px;
		margin-left:	10px;

		cursor:			pointer;		
	}
	.prg-desc-artiest {
		position:		relative;
		float:			left;
		
		color:			#303030;
		font-size:		12px;
		text-transform: uppercase;
		margin-top:		4px;
		*margin-top:	0px;
		margin-left:	10px;

		cursor:			pointer;
	}
	.prg-desc-tickets {
		position:		relative;
		float:			left;
	
		font-family:	Georgia, "Times New Roman", Times, serif;	
		color:			#ba903c;
		font-size:		10px;
		text-transform:	uppercase;
		
		margin-left:	7px;
	}
	.prg-desc-bestellen {
		position:		relative;
		float:			left;
		
		font-family:	Georgia, "Times New Roman", Times, serif;
		
		color:			#000000;
		font-size:		9px;
		text-transform:	uppercase;

		margin-top:		5px;		
		margin-left:	10px;
	}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* NAVIGATION  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nav {
	position:			relative;
	float:				left;
	width:				100%;
	margin:				0;
	padding:			0;
	margin-bottom:		25px;
}

#nav ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}

#nav ul li {
	position: 			relative;
	float: 				left;
	margin-right: 		40px;
	padding-right: 		5px;
	height: 			24px;
	padding-top:		3px;
	margin-bottom:		1px;
	cursor:				pointer;
	width:				auto;
	
	background-color:	#000000;
}

#nav ul li:hover {
	background-color:	#ba903c;
}

#nav ul li a {
	font-family:		Arial, Helvetica, sans-serif;
	margin-left:		5px;
	color: 				#FFFFFF;
	text-decoration: 	none;
	font-size: 			17px;
	font-weight:		normal;
	text-transform:		uppercase;
}

#nav ul li.active {
	background-color:	#ba903c;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HIGHLIGHT BANNERS  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#hp-highlight {
	position:			relative;
	float:				left;
	width: 				710px;
	height:				175px;
	margin-top:			160px;
	
	background-image:	url(../interface/bg_blck_repeative.png);
	z-index:			0;
}
#hp-highlight img {
	height:			175px;
	width:			710px;
}
#hp-highlight-title {
	position:			absolute;
	float:				left;
	top:				10px;
	left:				0px;
	height:				29px;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		9px;
	
	color:				#FFFFFF;
	font-size:			20px;
	font-weight:		normal;
	
	background-image:	url(../interface/bg-highlight-title.png);
	background-repeat:	repeat-x;
}

#hp-highlight-bestel {
	position:			absolute;
	float:				left;
	top:				53px;
	left:				0px;
	height:				24px;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		9px;
	
	color:				#000;
	font-size:			16px;
	font-weight:		normal;
	
	background-image:	url(../interface/bg_highlight_date_labl_2.png);
	background-repeat:	repeat;
	cursor:				pointer;
}

	#hp-highlight-bestel:hover {
		color: 				#FFF;
		background-image:	url(../interface/bg_cnt_repeative.png);
		background-repeat:	repeat;
	}
	
	#hp-highlight-bestel a {
		color: 				#000;
		text-decoration:	none;
	}

h1.blocks {
	display:			inline;

	font-size:			23px;
	font-weight:		400;
	line-height:		30px;
	
	margin-left:		10px;
	margin-bottom:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
	
	*margin-top:		20px;
	*margin-bottom:		20px;	
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HIGHLIGHT BLOCKS (BINNENKORT) */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.hp-highlight-block {
	position:			relative;
	float:				left;
	width:				150px;
	min-height:			165px;
	margin:				8px;	
	overflow:			hidden;
	text-decoration:	none;
}

	.hp-highlight-block a {
		text-decoration: 	none;
	}
	
	.hp-highlight-block .subtitle a {
		text-decoration: 	none;
		color:				#ba0c2b;
	}
	
	.hp-highlight-block .maintitle a {
		text-decoration: 	none;
		color:				#000000;
	}
	
	.hp-highlight-block label a {
		color:				#000000;
	}

.cnt-highlight-block {
	padding-bottom: 	20px; 
	height: 			160px;
	*margin-top:		20px;
}

.hp-highlight-block h2.genre {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#666666;
	font-size:			10px;
	margin:				0;
	margin-bottom:		4px;
}

.hp-highlight-block h2.subtitle {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#ba0c2b;
	font-size:			11px;
	margin:				0;
	margin-bottom:		4px;
}

.hp-highlight-block h2.maintitle {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#000000;
	font-size:			12px;
	margin:				0;
	margin-bottom:		4px;
}

.hp-highlight-block label {
	position:			absolute;
	float: 				left;
	left:				0;
	top:				85px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			11px;
	color:				#000000;
	width: 				147px;
	padding-top:		3px;
	padding-right:		3px;
	height:				16px;
	text-align:			right;

	background-image:	url(../interface/bg_highlight_date_labl_2.png);
	background-repeat:	repeat;
}

.hp-highlight-block img {
	position: 			relative;
	float:				left;
	margin-bottom:		5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* NEWS BLOCKS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.hp-news-block {
	position:			relative;
	float:				left;
	margin:				10px;
	*padding-bottom:	20px;
	margin-left:		0px;
}

.hp-news-date {
	position:			relative;
	float:				left;
	width:				30px;
	height:				40px;
	margin-left:		-40px;
	*left:				0px;
	
	background-image:	url(../interface/label-datum-repeat.gif);
	background-repeat:	repeat-y;
}

.hp-news-date .day {
	position:			relative;
	float:				left;
	clear:				right;
	font-size:			22px;
	font-family:		Arial, Helvetica, sans-serif;
	color: 				#FFFFFF;
	margin:				0px;
	font-weight:		normal;
	margin-left:		3px;
	margin-top:			3px;
}

.hp-news-date .month {
	position:			relative;
	float:				left;
	clear:				left;
	font-size:			10px;
	font-family:		Arial, Helvetica, sans-serif;
	color: 				#FFFFFF;
	margin:				0px;
	margin-left:		3px;
	margin-bottom:		3px;
}

.hp-news-image {
	position:			relative;
	float:				left;
	width:				65px;
	height:				65px;
	overflow:			hidden;
	margin-left:		0px;
}

.hp-news-text {
	position:			relative;
	float:				left;
	width:				400px;
	margin-left:		15px;
}

.hp-news-text a {
	color:				#000000;
	text-decoration:	underline;
}

.hp-news-text a:hover {
	text-decoration:	none;
}

.hp-news-text h3 {
	font-size:			14px;
	color:				#000000;
	margin:				0px;
	font-weight:		bold;
}

.hp-news-text p {
	font-size:			12px;
	margin-top:			8px;
	color:				#373737;
}

.blocks-center p {
	font-size:			12px;
	line-height:		16px;
	padding-left:			10px;
	padding-right:			10px;
}
.blocks-center h2 {
	font-size:			16px;
	padding-left:		10px;
	padding-right: 		10px;
}
.hp-more-button {
	position:			relative;
	float:				right;
	display:			block;
	width:				auto;
	padding:			6px;
	padding-left:		10px;
	padding-right:		10px;
	margin-right:		20px;
	margin-bottom:		10px;
	
	font-family:		Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	font-size:			11px;
	text-decoration:	none;

	background-image:	url(../interface/label-bottom-horizontal.png);
	background-repeat:	repeat-x;
}

.hp-more-button:hover {
	background-color:	#FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* INFORMATION BLOCKS  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.blck-left {
	position: 			relative;
	float: 				left;
	margin-bottom:		10px;
	width:				163px;
	padding: 			8px;
	
	font-family:		Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	font-size:			11px;
	line-height:		16px;
	
	background-image:	url(../interface/bg_blck_repeative.png);
	background-repeat: 	repeat;
}

.blck-left h4 {
	color:				#FFFFFF;
	margin:				0;
	padding:			0;
	font-size:			16px;
}

.blck-left a {
	color:				#FFFFFF;
	font-size:			11px;
}

.blck-left a:hover {
	color:				#000000;
	background-color:	#ba903c;
	text-decoration:	none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* LABELS  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#label-highlight-white {
	position:			relative;
	float:				right;
	width:				26px;
	height:				28px;
	padding-top:		3px;
	padding-bottom:		6px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#bd1220;
	text-align:			center;
	
	background-image:   url(../interface/bg-label-white.gif);
	background-repeat:  repeat-y;
	background-position:top right;
}

#label-highlight-white .day {
	font-size:			22px;
}

#label-highlight-white .month {
	font-size:			10px;
}

.label-highlight-blue {
	position:			relative;
	float:				right;
	width:				26px;
	height:				28px;
	padding-top:		3px;
	padding-bottom:		6px;
	margin-top:			10px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#ba0c2b;
	text-align:			center;
	
	background-image:   url(../interface/bg-label-blue.gif);
	background-repeat:  repeat-y;
	background-position:top right;
}

.label-highlight-blue .day {
	font-size:			20px;
}

.label-highlight-blue .month {
	font-size:			10px;
}

.label-highlight-grey {
	position:			absolute;
	float:				right;
	width:				25px;
	height:				auto;
	padding-top:		3px;
	padding-bottom:		6px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT PANELS (HEADERS + CONTENT)  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.right-header {
	position:			relative;
	float: 				left;
	width:				189px;
	height:				15px;
	padding-top:		6px;
	padding-left:		9px;
	
	background-color:	#ba903c;
	font-size:			11px;
	color:				#000000;
	font-weight:		600;
	text-transform:		uppercase;
}

.right-block {
	position: 			relative;
	float:				left;
	width:				100%;
	
	background-image:	url(../interface/bg_blck_repeative.png);
	background-repeat:	repeat;
}

.right-block form {
	*margin:			0px;
	*padding:			0px;
	*margin-bottom: 	10px; 
	*padding-bottom: 	10px;
}

.right-block-thumb {
	float: 				left;
	position:			relative;
	width: 				64px;
	height:				64px;
	margin-left:		1px;
	margin-bottom:		1px;
	overflow:			hidden;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT SEARCH PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#right-search-form {
	position: 			relative;
	float:				left;
	width: 				174px;
	*width:				172px;
	height:				17px;

	border: 			0;
	
	font-size:			10px;
	color:				#464646;
	font-family:		Georgia, "Times New Roman", Times, serif;
	
	text-indent:		5px;
	margin-top:			10px;
	margin-bottom:		10px;
	*margin-bottom:		20px;
	margin-left:		0px;
	margin-right:		3px;
	*margin-right:		0px;
}

#right-search-button {
	position:			relative;
	float:				left;
	width:				19px;
	height:				19px;
	margin-top:			10px;
	margin-bottom:		10px;
	
	color:				#000000;
	font-weight:		bold;
	font-size:			14px;
	
	background-color:	#ba903c;
	border:				none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT AGENDA PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#right-agenda-month {
	position:			relative;
	float:				left;
	width:				100%;
	height:				20px;
	padding-top:		2px;
	
	color: 				#FFFFFF;
	font-size:			11px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	
	border-bottom:		1px solid #000000;
}

.right-agenda-day {
	position:			relative;
	float:				left;
	width:				27px;
	height:				18px;
	margin-top:			3px;
	margin-right:		0px;
	padding-right:		1px;
	
	color: 				#FFFFFF;
	font-size:			11px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	
	border-bottom:		1px solid #000000;
}

.right-agenda-date {
	position:			relative;
	float:				left;
	width:				27px;
	height:				20px;
	padding-top:		7px;
	
	color: 				#FFFFFF;
	font-size:			11px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	text-decoration:	none;
		
	border-bottom:		1px solid #73071a;
	border-left:		1px solid #73071a;
}

.calender-switch-button {
	font-size:			14px;
	color:				#FFFFFF;
	text-decoration:	none;
}

.right-agenda-event {
	background-color:	#33030c;
	cursor:				pointer;
	text-decoration:	none;
}

.right-agenda-event:hover {
	background-color:	#ba903c;
	color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT GENRE PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.right-genre {
	position:			relative;
	float:				left;	
	width:				196px;
	height:				20px;
	padding-top:		5px;
	background-color:	#430c16;
	margin-bottom:		1px;
	margin-left:		1px;
	margin-right:		1px;
	
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#FFFFFF;
	font-size:			11px;
	text-indent:		7px;
}

.right-genre a {
	text-decoration:	underline;
	color:				#FFFFFF;
}

.right-genre a:hover {
	text-decoration:	none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT DOWNLOAD PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.right-download {
	position:			relative;
	float:				left;	
	width:				182px;
	height:				auto;
	padding:			7px;
	background-color:	#430c16;
	margin-bottom:		1px;
	margin-left:		1px;
	margin-right:		1px;
	
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#FFFFFF;
	font-size:			11px;
}

.right-download a {
	text-decoration:	underline;
	color:				#FFFFFF;
}

.right-download a:hover {
	text-decoration:	none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT SUBMENU PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.right-submenu {
	position:			relative;
	float:				left;	
	width:				196px;
	height:				17px;
	padding-top:		7px;
	background-color:	#600516;
	margin-bottom:		1px;
	margin-left:		1px;
	margin-right:		1px;
	
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#FFF;
	font-size:			11px;
	text-indent:		7px;
}

.right-submenu a {
	margin-top: 		5px;
	text-decoration:	none;
	font-weight:		normal;
	color:				#FFF;
}

.right-submenu a:hover {
	text-decoration:	underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT ORDER TICKETS PANEL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.right-bestel-button {
	position:			relative;
	float: 				left;
	width: 				100%;
	height:				31px;
	padding-top:		13px;
	margin-bottom:		1px;
	
	text-decoration: 	none;
	color:				#FFF;
	font-size:			20px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	font-weight:		bold;
		
	background-color:	#000;
}
.right-bestel-button:hover {
	background-color:	#ba903c;
}
.right-bestel-button a {
	color:				#FFF;
	text-decoration:	none;
}
.right-soled-button {
	position:			relative;
	float: 				left;
	width: 				100%;
	height:				31px;
	padding-top:		13px;
	margin-bottom:		1px;
	
	text-decoration: 	none;
	color:				#FFFFFF;
	font-size:			20px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	font-weight:		bold;
		
	background-image:	url(../interface/bg_nav_button_green.png);
	background-repat:	repeat;
}
.right-datum-block {
	position: 			relative;
	float:				left;
	width: 				107px;
	height:				16px;
	margin-bottom:		1px;
	padding-left:		5px;
	padding-top:		6px;
	
	color:				#FFFFFF;
	font-size:			11px;
	font-family:		Georgia, "Times New Roman", Times, serif;
		
	background-image:	url(../interface/order_blck_repeative.png);
	background-repeat:	repeat;
}
.right-prijs-block {
	position: 			relative;
	float:				right;
	width: 				85px;
	height:				32px;
	margin-bottom:		1px;
	padding-top:		13px;
	
	color:				#FFFFFF;
	font-size:			20px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-align:			center;
	
	background-image:	url(../interface/order_blck_repeative.png);
	background-repeat:	repeat;
}
.right-prijs-block label {
	font-size:			12px;
	font-weight:		bold;
}

.expand-button {
	position:			relative;
	float:				right;
	top: 				0;
	
	margin-top:			-6px;
	
	z-index:			60;
	
	*margin:0;
	*padding:0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTACT FORM */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contact_label {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	position: static;
}
.contact_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	position: static;
}
.contact_value input {
	height: 12px;
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value textarea {
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value select {
	height: 22px;
	font-size: 11px;
}

.video-overlay {
	position: absolute;
	float: left;
}

/* NEWSLETTER FORM */
.nieuwsbriefblock a:hover {
color: #FFF;
}

.nieuwsbriefblock input {
	position: 			relative;
	float:				left;
	width: 				160px;
	*width:				157px;
	height:				17px;

	border: 			0;
	
	font-size:			10px;
	color:				#464646;
	font-family:		Arial, Helvetica, sans-serif;
	
	text-indent:		5px;
	margin-top:			0px;
	margin-bottom:		10px;
	*margin-bottom:		20px;
	margin-left:		0px;
	margin-right:		5px;
}

.twitter-tweet {
	position:			relative;
	float:				left;
	width:				100%;
	padding:			10px 0 10px 0;
}
