﻿@import url(reset.css);

#container, #footer
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
}

body
{
	/*background: #000088 url(../img/bg_body.png) repeat-x scroll top left;*/
	background: #CCCCCC none repeat-x scroll top left;
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	color: #222222;
}

#main p, .form
{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#main 
{
	padding-bottom: 1em;
}

a
{
	color: #000099;
}

a:hover
{
	color: #0000ff;
}

h1
{
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	margin: 0.7em 0 0.5em 0;
}


h3
{
	font-weight: bold;
	font-size: 120%;
	display: block;
	margin-bottom: 0.5em;
}


h5
{
	background-color:#FFEEEE;
	border:1px dotted #9999BB;
	color:#663333;
	font-family:trebuchet ms;
	font-size:1.3em;
	font-weight:bold;
	margin:1em 0 0.3em;
	padding:0.3em 0.2em;
}

.stationdetails
{
	width: 400px !important;
}

#container
{
	background: transparent url(../img/bg_content.png) repeat-y scroll top left;
	padding-top: 12px;
}

#footer
{
	background: transparent url(../img/bg_footer.png) no-repeat scroll top left;
	font-size: 1.2em;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#menucontainer
{
	background: transparent url(../img/titel.png) no-repeat scroll top left;
	padding-top: 30px;
	position: relative;
}

#menu
{
	background: #00C900 url(../img/bg_menu.png) repeat-x scroll top left;
	margin-bottom: 10px;
	height: 30px;
}

#menu li
{
	display: block;
	float: left;
	background-image: url(../img/bg_menu_divider.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 2px;
	height: 30px;
}

#menu li a
{
	display: inline-block;
	color: White;
	font-size: 1.6em;
	font-family: "Trebuchet MS", "Bitstream Vera", Sans-Serif;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
}

#menu li a.inactive
{
	color: #99bb99;
}

#menu li a:hover
{
	background: transparent url(../img/bg_menu_over.png) repeat-x scroll top left;
}

#landelijk
{
	float: right;
	width: 180px;
}

.blokrood, .blokblauw
{
	width: 190px;
	background: transparent url(../img/bg_blue.png) repeat-y scroll top right;
}

.blokrood
{
	width: 190px;
	background-image: url(../img/bg_red.png);
}

.cols .blokrood
{
	width: auto;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 0.2em;	
	margin-bottom: 0.1em;
	line-height: 1.3em;
}

.blokrood h2, .blokblauw h2
{
	background: transparent url(../img/kop3.png) repeat-x scroll top right;
	height: 20px;
	padding: 5px 5px 5px 5px;
	color: White;
	font-family: "Trebuchet MS", "Bitstream Vera", Sans-Serif;
	font-size: 1.4em;
	border: none;
}
.blokblauw h2
{
	background-image: url(../img/kop2.png);
}

.close
{
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.priceupdated
{
	font-style: italic;
	margin-bottom: 1em;
}

.pricetable, .pricetable table
{
	width: 100%;
}

.pricetable.stationdetails
{
	width: 296px !important;
}


.cols table tr.link
{
	cursor: pointer;
}

.pricetable
{
	margin-bottom: 1em;
	margin-top: 0.5em;
	border-bottom: dotted 1px #777777;
}

.pricetable td
{
	font-size: 1.2em;
	padding: 3px 10px 3px 2px;
	border-top: dotted 1px #777777;
	vertical-align: top;
}
.pricetable td a
{
	color: #333333;
	text-decoration: none;
}

.pricetable td.price
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

#landelijk td
{
	font-size: 1.1em;
}

tr.hover td
{
	background-color: #e0e0e0;
	background: #e0e0e0 url(../img/kop4.png) repeat-x scroll center center;
}

.atboard1
{
	margin-bottom: 10px;
}

.atboard2
{
	position: relative;
	top: 0px;
	/*border: solid 1px #bbbbbb;*/
	width: 730px;
	height: 120px;
	font-size: 90%;
	padding-top: 4px;
	text-align: center;
}

.atboard2 iframe
{
	position: absolute;
	left: 0px;
	top: 30px;
}

#mapcontainer
{
	position: relative;
	height: 350px;
	width: 920px;
	background: #000088 url(../img/bg_map.jpg) no-repeat scroll top left;
	clear: both;
	margin-top: 10px;
}

#selectie
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 1.2em;
	color: White;
}
#selectie > div
{
	float: left;
	margin-left: 20px;
}
#selectie input, #selectie select
{
	border: solid 1px #9999bb;
	vertical-align: baseline;
	margin-left: 4px;
	width: 140px;
	font-size: 100%;
}

#controls
{
	position: absolute;
	top: 40px;
	left: 15px;
	width: 40px;
}

#map
{
	margin: 35px 0px 5px 5px;
	height: 300px;
	width: 520px;
	float: left;
}

#loader
{
	position: absolute;
	width: 520px;
	height: 300px;
	background-color: White;
	opacity: 0.8;
	filter: alpha(opacity=80);
	top: 35px;
	left: 5px;
}

#loader img
{
	position: absolute;
	left: 250px;
	top: 150px;
}

.infoContainer
{
	float: left;
	margin-left: 5px;
	margin-top: 35px;
	height: 300px;
}

.infoContainer > div
{
	padding: 5px;
	font-size: 1.1em;
	line-height: 130%;
	height: 260px;
	overflow: auto;
}

.infoContainer > div.infoFullHeight
{
	padding: 0;
	height: 300px;
}

.infoContainer > div.infoFullHeight .pricetable
{
	width: auto;
}

a.stationinfo
{
	display: block;
	margin-bottom: 5px;
	color: #666666;
	padding: 3px;
	text-decoration: none;
}

a.stationinfo strong
{
	/*background: transparent url(../img/blank.gif) no-repeat scroll right top;*/
	/*padding-right: 16px;*/
}

a.stationinfo strong.p1 .pricebox
{
	/*background-image: url(../img/orange.png);*/
	background-color: #FFBB00;
}
a.stationinfo strong.p0 .pricebox
{
	/*background-image: url(../img/green.png);*/
	background-color: #55FF55;
}
a.stationinfo strong.p2 .pricebox
{
	/*background-image: url(../img/red.png);*/
	background-color: #FF7070;
}
a.stationinfo strong.p3
{
	background-image: none;
	padding-right: 0px;
}

.pricebox
{
	background-color: #FFFFFF;
	display: block;
	float: right;
	padding: 0px 3px 0px 3px;
	margin: 0 0px 0 3px;
	border: solid 1px #999999;
	vertical-align: bottom;
}

a.stationinfo strong.p3 .pricebox
{
}

a.stationinfo:hover
{
	padding: 2px;
	background-color: #ffffff;
	border: solid 1px #e0e0ff;
}

a.stationinfo strong
{
	font-weight: bold;
	color: #333333;
	display: block;
}

.legenda
{
	position: absolute;
	bottom: -20px;
	right: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.legenda img
{
	margin-right: 5px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

#stationinfo
{
}

#stationinfo strong
{
	display: block;
}

#stationinfo .pricetable td
{
	font-size: 1.1em;
}

#stationinfo .pricetable
{
	width: 160px;
}

.infoItem
{
	padding-left: 22px;
	background: transparent none no-repeat scroll left top;
	padding-bottom: 1em;
}

.infoOpen
{
	background-image: url(../img/icon_open.png);
}

.infoAddress
{
	background-image: url(../img/icon_address.png);
}

.leftCol
{
	clear: both;
	margin-right: 20px;
}

.middleCol
{
	width: 200px;
	min-height: 300px;
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

.pricetable table tr.p0 td
{
	background-color: #DDFFDD;
}
.pricetable table tr.p0 td.price
{
	background-color: #AAFFAA;
}

.pricetable table tr.p1 td
{
	background-color: #FFEEBB;
}
.pricetable table tr.p1 td.price
{
	background-color: #FFCC00;
}

.pricetable table tr.p2 td
{
	background-color: #FFDDDD;
}
.pricetable table tr.p2 td.price
{
	background-color: #FFAAAA;
}

.pricetable table tr.p3 td
{
	background-color: #EEEEEE;
}


a.info
{
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

#routeInfo2 a
{
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: Black;
	display: block;
	width: auto;
	padding: 5px 0px 5px 30px;
}

#routeInfo2
{
	
}

.opClose
{
	background-image: url(../img/icon_close.png);
}

.opPrint
{
	background-image: url(../img/icon_print.png);
}

.cols
{
	width: 340px;
	float: left;
	margin-top: 33px;
}

.leftCol
{
	clear: both;
	margin-right: 20px;
	float: left;
}

.leftCol2
{
	float: left;
	width: 47%;
	margin-right: 20px;
}

.leftCol3
{
	float: left;
	width: 540px;
	margin-right: 20px;
}

.rightCol
{
	float: right;
	width: 540px;
	text-align: justify;
}

.rightCol2
{
	float: right;
	text-align: justify;
}


.rightCol .ads, .leftCol3 .ads, .about .ads
{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: White;
}

.middleCol
{
	width: 200px;
	min-height: 300px;
	float: left;
	margin-right: 20px;
	margin-top: 27px;
}

.clear
{
	clear: both;
}

#overview td
{
	font-size: 1.1em;
	padding: 3px 15px 3px 3px;
	border-top: solid 1px #dddddd;
}

#overview td.city
{
	font-weight: bold;
}

#overview th
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: 6px 2px 6px 3px;
	background: #dddddd url(../img/kop4.png) repeat-x scroll center center;
}

#overview
{
	width: 920px;
}

#overviewContainer
{
	position: relative;
	clear: both;
}

#overviewLayer
{
	opacity: 0.75;
	background-color: White;
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

#overviewLayer img
{
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -15px;
}

.letters
{
	height: 30px;
}

.letters a
{
	margin-right: 2px;
	float: left;
	display: block;
	padding: 4px 0px 4px 0px;
	text-align: center;
	width: 38px;
	font-weight: bold;
	color: White;
	font-size: 120%;
	background: #dddddd url(../img/kop2.png) repeat-x scroll top center;
	text-decoration: none;
}

.letters a.selected, .letters a:hover
{
	background: #dddddd url(../img/kop3.png) repeat-x scroll top center;
}

#c1
{
	position: relative;
	z-index: 2;
}

#c2
{
	position: relative;
	display: none;
	z-index: 1;
}

#directions
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 290px;
	width: 380px;
	display: none;
	overflow: auto;
	z-index: 3;
	padding: 5px !important;
	background: #ffffff url(../img/bg_blue.png) repeat-y scroll top right;
}

p.form input
{
	border: solid 1px #ccccdd;
	margin: 5px 0 8px 0;
}

over
.jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #9999bb;
      padding: 0px;
      width: 300px;
      height: 150px;
      opacity: 0.95;
      background: transparent url(../img/prompt.png) no-repeat scroll center top;
}
div.jqi .jqiclose
{
		float: right;
		margin-top: -15px;
      cursor: pointer;
      background: transparent url(../img/prompt_close.png) no-repeat scroll center center;
      height: 29px;
      width: 31px;
      overflow: hidden;
      color: White;
      text-indent: -50px;
      font-size: 1px;
}
div.jqi .jqicontainer{
      padding: 5px;
      color: black;
      font-size: 1.2em;
      line-height: 1.4em;
      padding: 20px 10px 0px 10px;
      width: 280px;
      height: 130px;
}
div.jqi .jqimessage{
      padding: 10px;
      border-bottom: dotted 1px #9999bb;
}
div.jqi .jqibuttons{
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

div.jqi .prompt input
{
	width: 240px;
	padding: 2px;
	font: inherit;
}

.vb
{
	font-size: 80%;
}

.form
{
	width: 460px;
	padding: 15px;
	background-color: #eeeeff;
	padding-top: 5px;
	margin-bottom: 0;
}

.highlight
{
	float: right !important;
	width: 410px !important;
	height: 400px !important;
	position: relative;
	border: solid 1px #dddddd;
}

.highlight #map
{
	margin: 0;
	width: 410px !important;
	height: 400px !important;
	position: relative;
	z-index: 1;
}

.highlight-wide, .highlight-wide #map
{
	width: 510px !important;
}

.highlight #addresstext
{
	background-color: #EEEEEE;
	opacity: 0.85;
	color: White;
	color: Black;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	font-size: 1.1em;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 390px;
	line-height: 140%;
	border-top: solid 1px #cccccc;
	left: 0px;
}

.form h4
{
	border-bottom: dotted 1px #aaaacc;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	font-family: inherit;
	margin: 1em 0 0.75em 0;
}

.formrow
{
	margin-top: 0.5em;
}

.error
{
	font-size: 90%;
	font-style: italic;
	color: #dd0000 !important;
	clear: left;
}

.formrow label
{
	float: left;
	width: 120px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.formrow label.noline
{
	border: none;
}

.formrow input
{
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #333355;
	background-color: #fcf9f9;
	border: solid 1px #999999;
	padding: 1px;
	width: 280px;
	vertical-align: middle;
	opacity: 0.9;
}

.formrow input:focus
{
	background-color: #e9e9ff;
}

.formrow input.pc, .formrow input.bt
{
	width: 100px;
	padding: 1px;
}

.formrow input.cb, .formrow .cb input
{
	width: auto;
	border: none;
	margin-right: 5px;
	vertical-align: baseline;
	background-color: transparent;
}

.formrow input.bt, .logoff input.bt
{
	color: White;
	background: transparent url(../img/bg_menu.png) repeat-x scroll top left;
	border: outset 1px #999999;
	cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.back
{
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}

.logoff
{
	float: right;
}

#loginStatus
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 9px;
	font-size: 1.2em;
}

.rss
{
	padding-left: 70px;
	background-image: url(../img/rss.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.newsitem
{
	margin-bottom: 1em;
}

.newstitle
{
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.newstitle:hover
{
	text-decoration: underline;
}

.about-form input:focus
{
	border: solid 1px red;
}

.about-form .knop
{
	font-weight: bold;
}

#toplink
{
	display: block;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.about-info
{
	float: right;
	width: 300px;
	margin: 0 0 0 0px;
	font-size: 11px;
	background-color: #DDFFDD;
	padding: 10px;
}

.about-form
{
	background-color: #DDDDFF;
	width: 350px;
	padding: 10px;
}

.about-form, .about-info
{
	height: 225px;
}