* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	font-size: 11px;
	text-align: center;
}

/* ----------------------------------------------------------------------- */
/* algemene teksten
/* ----------------------------------------------------------------------- */

a {
	color: #343D4C;
}
a:hover {
	color: #4377A4;
}
acronym {
	color: #CC3300;
	text-decoration: none;
	cursor: help;
}
p {
	margin: 10px 0px 5px 0px;
}
h1, h2 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #4377a4;
}
h2 {
	font-size: 13px;
 	font-weight: bold;
	padding: 2px 2px 3px 0px;
	margin-bottom: 3px;
}
h3 {
	font-size: 11px;
 	font-weight: bold;
	padding: 4px 0px 2px 0px;
	color: #343D4C;
}
table {
	text-align: left;
	vertical-align: top;
}
th {
	font-size: 11px;
	text-align: left;
	color: #000000;
}
td {
	font-size: 11px;
	color: #000000;
}

/* ----------------------------------------------------------------------- */
/* general
/* ----------------------------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	text-align: center;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	padding: 3px;
	width: 1000px;
	w\idth: 996px;

}

/* ----------------------------------------------------------------------- */
/* header
/* ----------------------------------------------------------------------- */

#header {
	padding: 0 10px 0 10px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 2px;
}
	#header .wrapper {
		padding-bottom: 5px;
		padding-top: 20px;
		margin-bottom: 2px;
	}
	#header h1 {
		padding-top: 36px;
	}
	#header .sub {
		padding-top: 18px;
	}
	#header .zoek {
		border: 1px solid #ccc;
		background-color: #efefef;
		padding: 5px 5px 5px 8px;
		margin-top: 20px;
		font-size: 12px;
	}
	#header .zoek input {
		padding: 2px;
		margin-left: 4px;
	}

	
/* ----------------------------------------------------------------------- */
/* content
/* ----------------------------------------------------------------------- */

.column {
	width: 100%;
	padding: 0;
	margin: 0;
}
.foto {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 20px 20px 20px 0px;
}
.demo {
	text-align: left;
	margin-top: 15px;
	display: block;
	text-decoration: none;
	padding: 0;	
}
.subtitle {
	color: #666;
	font-size: 26px;
	font-weight: bold;
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
}
.title {
	font-size: 40px;
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
}
.film {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background: #fff url(../yt-logo.png) no-repeat;
	padding-left: 86px;
	margin-left:2px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
.film:hover {
	color: #4377a4;
}

/* ----------------------------------------------------------------------- */
/* footer
/* ----------------------------------------------------------------------- */

#footer {
	height: 70px;
	padding: 10px;
	border-top: 2px dotted #ccc;
	margin-top: 2px;
	color: #4377a4;
}
	#footer a {
		color: #4377a4;
	}
	#footer .wrapper {
		border: none;
		text-align: right;
	}
	#footer .copy {
		margin-top: 7px;
	}

#popup-alert {
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px 10px 8px 48px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #6688cc;
	background: #dfe3ee url(../info_button_32.png) no-repeat 8px 10px;
	color: #333;
	text-align: left;
	width: 280px;

	/*
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	*/
}	


/* ----------------------------------------------------------------------- */
/* all the maps
/* ----------------------------------------------------------------------- */

.panel {
	border-top: 2px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#map {
  width: 100%;
  height: 550px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  top:0;
  left:0;
}
#map_obl {
  width: 493px;
  height: 540px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
}
#map_ov {
	width: 240px;
	height: 170px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
}
#db_res {
	width: 240px;
	height: 170px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	overflow: auto;
}
	#db_res table {
		width: 100%;
	}
	#db_res th, #db_res td {
		padding: 4px 3px 4px 3px;
		border-bottom: 1px solid #ccc;
	}
	#db_res th {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	#db_res th.firstcol {
		border-left: none;
		text-align: right;
	}
	#db_res th.heading {
		border-left: none;
		border-right: none;
	}	
#heading_res {
	width: 493px;
	height: 30px;
	background-color: #fff;
	margin: 0;
}
	.buttonHeading {
	  border: 1px solid #ccc;
	  background-color: #D7E4F4;
	  cursor: pointer;
	  /*width: 30px;*/
	  float: left;
	  margin-right: 5px;
	  padding: 5px;
	  text-align: center;
	  line-height: 20px;
	  font-size: 15px;
	  font-weight: bold;
	}

/* ----------------------------------------------------------------------- */
/* general rules
/* ----------------------------------------------------------------------- */

.none {
	display:none;
}
/* float rules */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearleft {
	clear: left;
}
.center {
	text-align: center;
	display: block;
}
.alignleft {
	text-align: left;
}
