@charset "utf-8";
/* CSS Document */
@import 'reset.css';

body{
	width:100%;
	height:auto;
	background-color:#88898B;
	background-image:url(/images/mainbg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #dddddd;
}

/*-- Footer --*/

#footer{
	width:100%;
	height:50px;
	text-align:center;
	color:#DDDDDD;
	font-size:12px;
	float:left;
	margin-top:20px;
}

#footer a{
	text-decoration:none;
	color:#DDDDDD;
}

#footer a:hover{
	color:#3B3B3B;
	text-decoration:underline;
}

/*-- End Footer --*/

#masterContent{
	width:100%;
	height:auto;
	text-align:center;
}

#mainContent{
	width:836px;
	height:auto;
	margin:5px auto;
}

/* THIS ONE CAN BE REMOVED */
#flashOverMenu{
	width:836px;
	height:135px;
}

#headerEpic {
	width:836px;
	height:328px;
	margin-left: -44px;
}


#flashBottomMenu{
	width:836px;
	height:120px;
}

#masterColums{
	width:838px;
	height:auto;
	text-align:left;
	margin:7px auto;
	font-size:13px;
}

/*-- Left Colum --*/
#leftColum, #centerColum, #rightColum{
	height:auto;
	float:left;
}

#leftColum{
	width:180px;
}

#leftColum .title {
	background-color: #3B3B3B;
	width:99%;
	font-weight:bolder;
	height:auto;
	padding:3px 0 2px 4px;
	color: #fff;
}

#lastMinute{
	width:180px;
	height:150px;
	overflow:scroll;
	/*overflow-y:scroll;*/
	overflow-x:hidden;	
	margin:5px 0;
	/* Only for IE*/
	scrollbar-face-color: #3B3B3B;
	scrollbar-shadow-color: #F5F5F5;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-3dlight-color: #3B3B3B;
	scrollbar-darkshadow-color: #3B3B3B;
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #FFFFFF;
	/* ----- */
}

#lastMinute a {
	color: #333;
}

#lastMinute .news{
	background-image:url(/images/left_top_corner.gif);
	background-position:left 3px;
	background-repeat:no-repeat;	
	padding-left:11px;
	margin-bottom:5px;
	font-size:11px;
}

#lastMinute .news h5{
	font-size:13px;
}


.itemsLeft{
	width:180px;
	height:auto;
}

.itemsLeft a, .itemsLeft a:hover, .itemsLeft img, .itemsLeft img:hover{
	text-decoration:none;
	background:none;
	border:0;
}

#subscribe, #tellFriend{
	width:180px;
	height:auto;
}

#subscribe img, #tellFriend img{
	margin:5px 0;
}

#subscribe form, #tellFriend form{
	text-align:right;
	
}
#subscribe input, #tellFriend input, .tell-friend-input{
	width:170px;
	background:#3B3B3B;
	color:#FFFFFF;
	border:1px solid #3B3B3B;
	margin:3px 10px 3px 0;
	font-size:12px;
	height:18px;
	.padding:1px 0 0;		
}

#subscribe .bottom, #tellFriend .bottom, .tell-friend-button{
	background:#EE2D24;
	color:#FFFFFF;
	border:none;
	width:auto;
	padding:0 5px 3px;
	.padding:0 5px 1px;
	margin:0 8px 0 0;
}

.divider{
	background-image:url(/images/divider.gif);
	background-position:left center;
	background-repeat:no-repeat;
	width:180px;
	height:10px;	
}

/*--- Start CountDown ---*/

#countDown{
	background-image:url(/images/countdown_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:180px;
	height:80px;
	position:relative;
	margin:5px 0;
}

#countDown div{
	position:absolute;
	top:31px;
}

#num1{
	left:17px;
}

#num2{
	left:35px;
}

#num3{
	left:52px;
}

#colon1{
	left:70px;
}

#num4{
	left:80px;
}

#num5{
	left:97px;
}

#colon2{
	left:117px;
}

#num6{
	left:127px;
}

#num7{
	left:144px;
}

/*--- End Start CountDown ---*/

/*-- End Left Colum --*/


/*-- Center Colum --*/

#centerColum{
	color:#FFFFFF;
	width:492px;
	padding-left:6px;
	_padding-left:4px;	
}


#centerColum .title{
	background-color:#3B3B3B;
	font-weight:bolder;
	height:auto;
	margin-top:20px;
	padding:3px 0 2px 4px;
	width:490px;
	font-variant: small-caps;
}

* html #centerColum .title {
	width: 495px;
	font-variant: small-caps;
}

#centerColum .first{
	margin-top:0px;
}

#centerColum .content{
	background-image:url(/images/bg_tekst.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	background-color:#717375;
	width:482px;
	font-size:11px;
	height:auto;
	margin-top:5px;
	padding:12px 6px 6px;
	width:482px;	
}

* html #centerColum .content{
	width: 487px;
}

#centerColum p{
	font-size: 10pt;
	font-weight: normal;
}


#centerColum h1 {
	font-size: 16px;
	font-weight: bold;
}

#centerColum h2 {
	font-size: 13px;
	font-weight: bold;
}

#centerColum h3 {
	font-size: 11px;
	font-weight: bold;
}


#centerColum img{
	border-style: solid;
	border-color: #FFFFFF;
	margin:3px 0;
}

#centerColum .banner{
	width:100%;
	text-align:center;
	height:auto;
	margin:15px 0; 
}

/*-- End Center Colum --*/


/*-- Right Colum --*/

#rightColum{
	width:144px;
	padding-left:6px;
	_padding-left:4px;	
}

#sponsors{
	width:144px;
	height:auto;
	margin:2px 0 0;
	padding:2px;
	padding-left:0px;
	background-color: transparent;
	
}
#sponsors p {
	padding-bottom:10px;
}

/*-- End Right Colum --*/


/*---- START MENU -----*/

#mainMenu{
	width:787px;
	height:16px;
	margin:3px auto 12px 10px;
}


#language_flag_en{
	background:transparent url(/images/menu/flag_en_off_over.gif) no-repeat left top;
	width:26px;
}

#language_flag_nl{
	background:transparent url(/images/menu/flag_nl_off_over.gif) no-repeat left top;
	width:26px;
}

/*---- END MENU -----*/

/* I Amsterdam banner */
#banner_iAmsterdam {
	width: 100%;
	clear: both;
	text-align: right;
	background-color: #fd000d;
	margin-bottom: 24px;
}

#banner_iAmsterdam a {
	display: block;
}

/* Supporting CSS for FAQ in Ticket order page */
.faq { font-weight: bold; text-decoration: none; color: #000; padding-bottom: 6px; display: block;}
.invisible-faq { display: none; }
.visible-faq { display: block; padding-top: 4px; margin-bottom: 12px; padding-bottom: 4px; border-bottom: 1px #bbb dotted;}
.visible-faq a { color: #000; }

/* Supporting CSS for Ticket order page */
.input-desc {
	float: left;
	clear: left;
	width: 128px;
	height: 20px;
	margin-bottom: 2px;
	border:0;
}
.input-box {
	float: left;
	width: 280px;
	height: 20px;
	margin-bottom: 2px;
	border:0;
}

.alleen-lezen {
	background-color: transparent;
	border:0;
	font-weight: bold;
	color: #fff;
}
.scheiding {
	width: 366px;
}


