/* CSS Document */

#subMenu {
	width: 135px;
	height: auto;
	position: relative;
	float: left;
	margin-right: 0px;
	}
	
#linkerKolom {
	width: 495px;
	height: auto;
	position: relative;
	float: left;
	padding-top: 10px;
	min-height: 650px;
	}

#rechterKolom {
	width: 500px;
	height: auto;
	position: relative;
	float: right;
	margin-right: 2px;
	padding-top: 10px;
	}





/* vrstDetail */

#vrstDetail {
	width: 495px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	position: relative;
	visibility: hidden;
	background-image: url(../images/frame.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.vrstWrap {
	margin: 0px;
	position: relative;
	padding: 2px;
	}

	
#vrstDetail .img_250 {
	height: 250px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}

#vrstDetail .uitverkocht {
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	}

#vrstDetail .vervallen {
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	}
	
#vrstDetail .bellen {
	color: #C00;
	font-size: 12px;
	font-weight: normal;
	}
	
#vrstDetail .diner {
	color: #C00;
	font-size: 12px;
	font-weight: normal;
	}
	
#vrstDetail #img_koffie {
	position: absolute;
	top: 216px;
	left: 447px;
	width: 25px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}
	
#vrstDetail #img_diner {
	position: absolute;
	top: 216px;
	left: 415px;
	width: 25px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}
	
#vrstDetail .genre {
	color: #070;
	font-size: 11pt;
	margin-top: 20px;
	font-style: italic;
	}

#vrstDetail .titel {
	color: #B00;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 8px;
	width: 470px;
	}

#vrstDetail .subtitel {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1px;
	}

#vrstDetail .prijs {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	float: right;
	}
	
#vrstDetail .omschr {
	color: #000;
	font-size: 9pt;
	margin-top: 8px;
	margin-right: 10px;
	width: 470px;
	}

#vrstDetail #cursief {
	color: #222;
	font-style: italic;
	font-size: 9pt;
	margin-top: 10px;
	padding: 0px;
	width: 470px;
	}

#vrstDetail .bestelknop {
	margin-left: 5px;
	cursor: pointer;
	display: inline;
	color: #666;
	}

#vrstDetail .aantal {
	vertical-align: middle;
	width: 25px;
	margin-left: 10px;
	margin-top: 2px;
	}
	
#vrstDetail #gegevens {
	position: absolute;
	top: 180px;
	left: 270px;
	height: 55px;
	width: 200px;
	padding: 5px;
	font-weight: normal;
	}
	
	
#vrstDetail .S {
	background-image: url(../images/gegevensS.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}

#vrstDetail .W, #vrstDetail .K {
	background-image: url(../images/gegevensW.png);
	background-repeat: no-repeat;
	color: #000000;
	}
	
#vrstDetail #gegevens h3 { /*datum*/
	font-size: 9pt;
	margin: 12px 0px 3px;
	padding: 0px;
	font-weight: bold;
	}

#vrstDetail #gegevens h4 { /*genre*/
	font-size: 9pt;
	font-style: italic;
	margin-top: 3px;
	padding: 0px;
	font-weight: normal;
	}
	
#vrstDetail #gegevens h5 { /*theater*/
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0px 3px;
	padding: 0px;
	}

#vrstDetail #site {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#vrstDetail #site a:link {
	text-decoration: none;
	color: #00B;
	}

#vrstDetail #site a:visited {
	text-decoration: none;
	color: #00B;
	}

#vrstDetail #site a:hover {
	text-decoration: underline;
	color: #00B;
	}

#vrstDetail #bestellen {
	position: absolute;
	color: #000;
	left: 330px;
	top: 1px;
	width: 150px;
	overflow: hidden;
	font-weight: normal;
	text-align: right;
	}
	
#vrstDetail #bestellendiner {
	position: absolute;
	color: #000;
	left: 330px;
	top: 25px;
	width: 150px;
	overflow: hidden;
	font-weight: normal;
	text-align: right;
	}
	
#vrstDetail #bestellen input {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#vrstDetail #bestellendiner input {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#vrstDetail #mijnselectie {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 380px;
	top: 130px;
	width: 100px;
	color: #000;
	text-align: right;
	}


#vrstDetail #extra {
	color: #777;
	margin-bottom: 10px;
	width: 470px;
}

#vrstDetail .fototabs {
	width: 120px;
	height: 20px;
	}
	
.fototab {
	display: inline-block;
	text-align: center;
	width: 47px;
	height: 17px;
	background-image: url(../images/fototab.gif);
	background-repeat: no-repeat;
	}
	
.fototab a:link {
	text-decoration: none;
	color: #333;
	}

.fototab a:visited {
	text-decoration: none;
	color: #333;
	}

.fototab a:hover {
	text-decoration: none;
	color: #C00;
	}

.fototab a:active {
	text-decoration: none;
	color: #C00;
	}

	

#altvrst {
	margin-top: 10px;
	width: 470px;
	}

#altvrst .alt {
	width: 470px;
	/*background-color: #F9F9F9;*/
	height: 40px;
	margin: 5px;
	cursor: pointer;
	}
	
#altvrst .alt img {
	width: 50px;
	height: 40px;
	float: left;
	}

#altvrst .alttekst {
	float: left;
	margin: 5px 0px 0px 5px;
	color: #888;
	font-size: 8pt;
	width: 410px;
	height: 40px;
	}

#wachtlijst {
	margin-top: 30px;
	}
	
#bestellen .wachtlijst a:link{
	color: #070;
	text-decoration: none;
	}

#bestellen .wachtlijst a:visited{
	color: #CCC;
	text-decoration: none;
	}

#bestellen .wachtlijst a:hover{
	color: #070;
	text-decoration: underline;
	}






/*winkelwagen*/

#winkelWagen {
	width: 495px;
	float: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	z-index: 100;
	font-weight: normal;
	}
	
#wwkop {
	background-image: url(../images/ww_head.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	color: #B00;
	padding-left: 5px;
	padding-top: 2px;
	}
	
#wwbody {
	width: 495px;
	background-image: url(../images/ww_body.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 15px;
	color: #000;
	overflow: auto;
	height: auto;
	}
	
#wwkop #titel {
	float: left;
	margin: 2px;
	}
	
#wwkop #bestelknop {
	/*background-color: #000;*/
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	color: #FFF;
	margin-right: 14px;
	margin-top: 1px;
	text-align: right;
	}
	
#wwbody .aantal {
	width: 20px;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	float: left;
	height: 35px;
	margin-right: 5px;
	}

#wwbody .titel, #wwbody .titel a:link {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	width: 400px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 35px;
	cursor: pointer;
	text-decoration: none;
	}

#wwbody .titel a:visited {
	color: #000;
	text-decoration: none;
	}
	
#wwbody .titel a:hover {
	color: #B00;
	text-decoration: underline;
	}

#wwbody .knop, #wwbody .knop A:link {
	font-size: 9pt;
	font-weight: normal;
	width: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 35px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	}

#wwbody .knop a:visited {
	color: #000;
	text-decoration: none;
	}
	
#wwbody .knop a:hover {
	color: #B00;
	text-decoration: underline;
	}
	
.wwitem {
	margin-bottom: 2px;
	height: 35px;
	}

#wwtoelichting {
	padding: 3px 10px 7px;
	text-align: right;
	display: none;
	}
	
#bestelknop a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#bestelknop a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

#bestelknop a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
#bestelknop a:active {
	text-decoration: none;
	color: #FFFFFF;
	}









/* tab */

.vrstTab {
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: bold;
	color: #B00;
	padding-right: 18px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 2px;
	height: 15px;
	/*background-image: url(../images/tab_bg2.gif);*/
	}

.tabRegel {
	list-style: none;
	margin-bottom: 20px;
	}
	
.tab {
	color: #000;
	cursor:pointer;
	margin-bottom: 4px;
	padding-right: 18px;
	white-space: nowrap;
	text-align: right;
	}	

.tab a:link {
	text-decoration: none;
	color: #000;
	}
	
.tab a:visited {
	color: #000;
	text-decoration: none;
	}
	
.tab a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.tab a:active {
	text-decoration: none;
	padding-right: 3px;
	background-color: #FFF;
	
	}
	
.tab.aktief {
	background-image:url(../images/pijl.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #B00;
	font-weight: bold;
	}
	
#zoektekst {
	width: 90px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
#itemTop {
	width: 355px;
	height: 48px;
	font-size: 11px;
	margin-top: 0px;
	padding-left: 5px;
	background-image: url(../images/itemtop.png);
	background-repeat: no-repeat;
	float: left;
	z-index: 2;
	position: relative;
	}
	
#itemTop label {
	color: #000;
	font-weight: normal;
	}
	
.aantalvoorstellingen {
	color: #AAA;
	margin-top: 15px;
	margin-left: 5px;
	font-size: 8pt;
	}

.highlight {
	color: #B00;
	font-weight: bold;
	}
	
#huidige {
	color: #080;
	font-size: 14pt;
	}
	
#banner {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: -12px;
	}
	
.loading {
	background-image: url(../images/ajax-loader.gif);
	/*background-repeat: no-repeat;
	background-position: 700px 240px;*/
}

#loading {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 700px;
	top: 200px;
	height: 100px;
	width: 100px;
	visibility: hidden;
}

#tip {
	color: #666;
	margin-left: 5px;
	}
	
#vergroting {
	position: absolute;
	left: -645px;
	top: 2px;
	width: 200px;
	z-index: 2000;
	}
	
#aboperiode {
	margin-left: 7px;
	margin-bottom: 4px;
	color: #C00;
	}