/* CSS Document */
/* --------------------------------------------------------------------------- Overall styles */
body,html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	height: 100%; width: 100%;
	scrollbar-face-color: #591516; 
  scrollbar-shadow-color:#FFCC34;
  scrollbar-highlight-color: #591516;
  scrollbar-3dlight-color: #FFCC34;
  scrollbar-darkshadow-color: #FFCC34;
  scrollbar-track-color:#FFFFCC ;
  scrollbar-arrow-color: #FFCC34;
	}
html.menu {
	background: url(../images/img_menubotspace.gif) left repeat-y;
}
html.menu body {
  background: url(../images/bg_menu.jpg) left top no-repeat;
	overflow: hidden;
}
body ::selection {
	color: #990000;
	background: #FFFFCC;
	}
body ::-moz-selection {
	color: #990000;
	background: #FFFFCC;
	}
div.divScroll {
	background: url(../images/bg_inhoudkrul.gif) right top no-repeat fixed;
	overflow: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 5;
	}
/* --------------------------------------------------------------------------- Menu styles */
div#subAccomm,div#subInfo {
	position: absolute;
	z-index: 10;
	}
div#subAccomm {
	top: 60px;
	right: 20px;
	}
div#subInfo {
	top: 176px;
	right: 20px;
	}
a.webdesign,a.webdesign:visited { position:absolute; bottom:5px; display:block; width:75%;
	font-size:11px; color:#FFF; font-family:Arial, Helvetica, sans-serif; text-align:center;}
a.webdesign:hover,a.webdesign:visited:hover { text-decoration:none;}
/* --------------------------------------------------------------------------- Inhoud styles */
h1 {
  width: 360px;
  height: 55px;
  margin: 0 0 20px 0;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 14px;
  color: #990000;
  margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
  margin: 0 0 5px 0;
}
th#tableHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	}
p,div.inhoud,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
p#inhoud,div#inhoud,p.inhoud,div.inhoud {
	margin-left: 55px;
	}
div#inhoud {
	margin-bottom: 10px;
	}
p#flashHead {
	margin-left: 35px;
	}
div#flashHeadPrint { display: none;}
tr#colHead{
	font-weight: bold;
	color: #FFFFCC;
	background-color: #990000;
	}
td#colHead {
	font-weight: bold;
	color: #990000;
	}
div#ligature {
	position: absolute;
	top: 20px;
	left: -5px;
	z-index: 1;
	float: left;
	}
a:link,a:visited {
	text-decoration: underline;
	color: #591516;
	font-weight:bold;
	}
a:hover,a:visited:hover {
	text-decoration: none;
	}
.header {
	background: url(../images/bg_spacer.gif);
	}
td.header {
	background: url(../images/img_header.gif) no-repeat top left;
	width: 524px;
	}
table.header {
	height: 153px;
	width: 100%;
	border: 0px;
	padding: 0px;
	background: url(../images/bg_header_spacer.gif) bottom repeat-x;
	}

table.menu {
	height: 100%;
	width: 100%;
	border: 0px;
	}
.welkom {
	background: url(../images/bg_inhtopspacer.gif) repeat-x top #FFFFCC;
	}
td.inhTop {
	height: 40px;
	/*background: url(../images/bg_inhtopspacer.gif) repeat-x top;*/
	}
div.leftTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 74px;
	height: 34px;
	background: url(../images/img_inhlefttop.gif) no-repeat left top fixed;
	z-index:10;
	}
table.inhoud {
	padding: 0px;
	width: 80%;
	margin-bottom: 10px;
	/*background: url(../nl/images/bg_welkom.gif) left 40px no-repeat;*/
	}
	
div.pagebreak { display: none;}
/* --------------------------------------------------------------------------- Forms */
.frmVeld {
  border: 1px #FFCC33 solid;
	background-color: #FFFFEA;
	}
.frmVeldError {
  border: 1px solid RED;
	}
input#button {
	background: #591516;
	color: #FFCC34;
	border: 1px #FFCC33 solid;
	font-weight: bold;
	}
.asterisk {
	color: red;
	}
/* PNG behavior */
img.png {
/*  behavior: url("../js/pngbehavior.htc");  */
}

div#allparken, 
div#lastminutes {
  width: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
  margin-top: 20px;
	border: 2px solid #FFCC33;
}
div#lastminutes {
  width: 238px;
}
div.divSubtitelContainer {
  position: relative;
  width: 200px;
  height: 20px;
}
div.divSubtitel {
  position: absolute;
  left: -20px;
  top: -20px;
}
