/* stylesheet */
html, body{
}
html {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
	color: #fff;
	text-align: left;
}
#bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	z-index: 0;
}
#bg img{
	position: absolute;
	top: 0;
	right: 0;
}
#content{
	position: relative;
	margin: 0px auto;
	width: 994px;
	z-index: 1;
}
#top{
	width: 964px;
	float: left;
	margin: 30px 0 0 30px;
}
#main{
	width: 964px;
/*	float: left;*/
	margin: 0 0 0 30px;
}
#top a{
	float: left;
	margin-right: 20px;
}
#top #logo{
	float: right;
}
#top #logo a{
	margin-right: 10px;
}
#intro, #txt{
	width: 532px;
	height: 140px;
	padding: 24px 24px 24px 24px;
	background: url(../images/bg_trans.png) top left;
}
#probeer{
	position: relative;
	float: right;
	margin: -48px 0 0 0;
}
#txt{
	height: auto;
	width: 532px;
	padding: 24px;
}
.ticket{
	float: left;
	margin: -190px 0 0 450px;
}
#uitgaanstips, #reisinfo{
	display: inline;
	padding: 20px 24px 0 24px;
	float: left;
	width: 230px;
	height: 168px;
	background: url(../images/bg_trans.png) top left;
	margin: 18px 24px 0 0;
	overflow: hidden;
}
div select{
	width: 230px;
}
#txt .link{
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #828382;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin: 0 10px 10px 0;
}
img.right{
	float: right;
	margin: 0 0px 10px 10px;
}

a.next, a.next_light{
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
	background: url(../images/next.png) top right no-repeat;
}
a.next_light{
	font-weight: normal;
}
#reisinfo a, #uitgaanstips a, b a{
	text-decoration: none;
}
#reisinfo a:hover, #uitgaanstips a:hover{
	text-decoration: underline;
}
#loc{
	display: none;
}
.reisroute{
	margin-bottom: 24px;
}
.spacer{
	height: 5px;
	overflow: hidden;
	display: block;
}
.clr{
	clear: both;
}
h1, h2{
	display: none;
}
h3{
	font-size: 8pt;
	color: #ff00cc;
	margin: -4px 0 10px 0;
	padding: 0;
}
th{
	line-height: 16px;
	width: 63px;
	font-weight: normal;
	color: #ff00cc;
	border-bottom: 1px solid #999;
}
th, td{
	padding-left: 4px;
	border-right: 1px solid #999;	
}
th.noright, td.noright{
	border-right: none;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #ff00cc;
}
a:hover {
	color: #ff00cc;
	text-decoration: none;
}
p{
	margin: 0;
	display: inline;
}
.hr{
	width: 100%;
	height: 1px;
	background-color: #999;
	overflow: hidden;
}
form{
	margin: 0;
	padding: 0;
}
/* popup */
#bg_popup {
	cursor: pointer;
	background-color: #000000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	z-index: 20;
	filter:alpha(opacity=0); 
	opacity: 0; 
	-moz-opacity: 0;
}
#photo_popup{
/*	cursor: pointer;*/
	z-index: 30;
	margin: 0 auto;
	position: fixed;
	display: none;
	background-color: #fff;
	padding: 10px;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	margin-left: 17px;
}