/* 
	BODY
*/

html, body
{
	/*30-05-2007 height: 100%;*/
	width: 100%;
	background-color:#9bc6d9;
}

body, div, td, tr, p, span, img
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, div, span
{
	margin: 0;
	padding: 0;
	border: none;
}

/*
	TABLES
*/

table
{
	padding: 0;
	margin: 0;
}

td
{
	padding: 0 10px 2px 0;
}

/* 
	SITEMAP
*/

div.sitemap ul
{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

div.sitemap img
{
	display: none;
}

/* 
	IMAGES
*/

img
{
	border:0;
}

img.left
{
	float: left;
	padding-right: 14px;
}

img.right
{
	float: right;
	padding-left: 14px;
}

img.baseline
{
	vertical-align: baseline;	
}

img.bottom
{
	margin: 0 2px;
	vertical-align: bottom;	
}

img.middle
{
	vertical-align: middle;
}
  
/* 
	HEADER
*/

div.header
{	 
	background-color: #9bc6d9;
	background-image: url(../img/header/header_bg.gif);
	height: 133px;
	width: 100%;
	border-bottom: 1px solid white;	
}

div.header div.logo
{
	background-image: url(../img/header/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
}

div.header div.building
{	
	background-image: url(../img/header/header_building.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 100%;
}

/* 
	WRAPPER
*/

div.wrapper
{
	background: #87b6ca url(../img/wrapper_bg.gif) repeat-y;
	margin: auto;
	width: 970px;
	position: relative;
}

div.clearfix
{
	clear:both;
	height: 0;
	margin-top: -100000px;
}

/* 
	CONTENT 
*/

div.content
{	
	position:relative;
	float:left;
	padding: 10px;
	width:580px;	
	background-color: white;
	min-height:800px;
	overflow:hidden;
}

div.page_main{
	position:relative;
	float:left;
}

/*
	HACK to make the wrapper center in IE5
*/

body
{
	text-align: center; /* centers wrapper div in IE 5.5 */	
}

div.wrapper
{	
	text-align: left; /* undo center wrapper div in IE 5.5 (otherwise all nested elements will have centered text */
}

/* 
	BREADCRUMBS
*/

div.breadcrumbs
{	
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;	
	color: #ff8600;
	margin: -8px 0 10px 0;
}

div.breadcrumbs a.breadcrumb
{
	color: #ff8600;	
	text-decoration: none;
}


div.search_results
{
	clear: both;
	border-top: 1px dashed #000000;
	margin: 10px 0;
	padding: 10px 0;
}


/* footer */

div.footer
{
	clear: both;
	text-align: center;
	position: relative;
	top: 20px;
	clear: both;
	/* 30-05-2007 
	width: 100%;
	margin: 10px; */
}

div.footer a
{
	text-decoration: none;
	color: black;
}

div.footer a:hover
{
	text-decoration: underline;
}

/* headings */

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #ff8600;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 130%;
}

h4
{
	font-size: 120%;	
}

h5
{
	font-size: 110%;
}

h6
{
	font-size: 100%;
}

/* alignment */

.right
{

	text-align: right;
}

td.right,
td.left
{
	padding: 0;
	margin: 0;
}

.left
{
	text-align: left;
}

.hidden
{
	display: none;
	width: 0;
	height: 0;
}

marquee
{
	width: 95%;
	overflow: hidden;
	padding: 0 2px;
	font-size: 11px;
	color: #FFFFFF;
	border: 2px solid #0A73AF; 
	background-color: #0066A5;
}

marquee div.hr
{
	clear:both;
	border-top:solid 1px #0A73AF;
	padding-bottom:10px;
	margin-top: 10px;
}

ul.faq
{
	padding: 4px;
	margin: 0;
}

li.faq
{
	padding: 0;
	margin: 0 0 0 12px;
	list-style: square;
}

/*
	LISTS
*/

li
{
	padding-bottom: 4px;
}

/*
	ERROR, used for validation
*/

.error
{
	border: 1px solid red;
}

th
{
	text-align: left;
}

/* 31-05-2007*/
div.content a.meerinfo
{
	color: #ff8600;	
	text-decoration: none;
	font-weight:bold;
	
}

select,
textarea
{
font-size:95%;
}
/* 31-05-2007*/


#pvmtickets
{
text-align:left; 
background-color:#FFFFFF; 
padding-left:20px; 
padding-top:10px;  
}

div.fckeditor iframe
{
  display: block;
  clear: both;
  float: none;  
}
