/************************************************************
 * HTML
 ************************************************************/
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	
	background-image: url(../beelden/bck.gif);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
}

td {
	vertical-align: top;
}

form {
	padding: 0px;
	margin: 0px;
}

/************************************************************
 * ID
 ************************************************************/
div#container_kaart {
	left: 0px;
	top: 0px;
	
	width: 270px;
	height: 330px;
	
	position: relative;
}
 
div#image_container {
	left: 0px;
	top: 0px;
	
	width: 571px;
	height: 195px;
	
	position: relative;
}

div#image_container div {
	left: 0px;
	top: 0px;
	
	width: 571px;
	height: 195px;
	
	position: absolute;
}

div#kaart {
	left: 0px;
	top: 0px;
	
	width: 270px;
	height: 330px;
	
	position: absolute;
	z-index: 10;
}

div#map {
	left: 0px;
	top: 0px;
	
	width: 560px;
	height: 400px;
	
	position: relative;
}

div#object1 {
	position:absolute; 
	background-color: #FFFFFF;
	color: black;
	border-color: 1px solid #999999;
	visibility:show; 
	padding: 5px;
	font-size: 11px;
	left:25px; 
	top:-100px;
	z-index:300
}
 
div#submenu {
	left: 0px;
	top: 0px;
	
	width: 843px;
	height: 26px;
	
	position: relative;
}

div#submenu_1 {
	left: 0px;
	top: 0px;
	
	width: 596px;
	height: 26px;
	
	position: absolute;
}

div#submenu_2 {
	left: 582px;
	top: 0px;
	
	width: 155px;
	height: 26px;
	
	position: absolute;
	
	text-align: center;
}

div#submenu_3 {
	left: 738px;
	top: 0px;
	
	width: 105px;
	height: 26px;
	
	position: absolute;
	
	text-align: center;
}

/************************************************************
 * CLASS
 ************************************************************/
.bck_menu {
	background-image: url(../beelden/bck-menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
 
 .bg_blauw {
	background-color: #0066B3;
}

.bg_grijs {
	background-color: #E6E6E6;
}

table.case {
	left: 0px;
	top: 0px;
	
	width: 285px;
	height: 118px;
	
	position: relative;
	
	display: block;
	float: left;
	
	background-image: url(../beelden/bck_case.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	
	color: #000000;
}

div.case_image {
	left: 169px;
	top: 1px;
	
	width: 105px;
	height: 105px;
	
	overflow: hidden;
	position: absolute;
	
	background-color: #CCCCCC;
}

div.case_more {
	left: 10px;
	top: 90px;
	
	width: 150px;
	height: 20px;
	
	overflow: hidden;
	position: absolute;
	
	text-align: right;
}

div.case_text {
	left: 10px;
	top: 20px;
	
	width: 150px;
	height: 60px;
	
	overflow: hidden;
	position: absolute;
}

div.case_title {
	left: 10px;
	top: 2px;
	
	width: 160px;
	height: 13px;
	
	overflow: hidden;
	position: absolute;
}

span.datum {
	color: #999999;
}

.inp_zoek {
	border: none;
	width: 105px;
	height: 18px;
	
	background-color: #FFFFFF;
	
	padding: 1px;
}

.locatie {
	width: auto;
	height: auto;
	
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	
	position: absolute;
	z-index: 30;
	
	visibility: hidden;
}

.more_black a, div.case_more a {
	text-decoration: none;
	color: #000000
}

.more_black a:hover, div.case_more a:hover {
	text-decoration: none;
	color: #0066B3;
}

img.png {
	behavior: url("css/pngstijl.htc");
}

div.submenu_btn, div.submenu_btn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

div.submenu_btn {
	left: 0px;
	top: 0px;
	
	display: block;
	float: left;
	
	margin-right: 15px;
	margin-top: 5px;
	
	padding: 0px;
	
	text-align: left;
}

div.submenu_btn a {
	color: #000000;
	text-decoration: none;
}

div.submenu_btn a:hover {
	color: #ED1C2A;
	text-decoration: none;
}

div.submenu_btn2 {
	margin-top: 5px;
}

div.submenu_btn2 a {
	color: #CCCCCC;
	text-decoration: none;
}

div.submenu_btn2 a:hover {
	color: #ED1C2A;
	text-decoration: none;
}

.txt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

.txt h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

.txt h1 a {
	color: #999999;
	text-decoration: none;
}

.txt h1 a:hover {
	color: #0066B3;
	text-decoration: none;
}

.txt h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #0066B3;
	padding: 0px;
	margin: 0px;
}

.txt a {
	color: #0066B3;
	text-decoration: none;
}

.txt a:hover {
	color: #000000;
	text-decoration: none;
}

td.image {
	width: 240px;
	height: 180px;
	
	background-color: #CCCCCC;
}

.txt_list strong {
	color: #0066B3;
}

.txt_list a {
	color: #000000;
	text-decoration: none;
}

.txt_list a:hover {
	color: #0066B3;
	text-decoration: none;
}

.txt_news {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

.txt_news a {
	color: #FFFFFF;
	text-decoration: none;
}

.txt_news a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.zoek {
	background-color: #BFD8EC;
}

.zoek td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
