/* <style> */

@import url("sitetools.css");

*, table, tr, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

body {
 	background-color: #E5E5E5;
	text-align: center;
}

a.refLink, a.refLink:active, a.refLink:link, a.refLink:visited {
	display: block;
	margin-bottom: 16px;
	margin-top: -6px;
	padding: 4px 7px;
	border: 1px solid #e0e0e0;
	background-color: #eeeeee;
	background-image:url(../assets/images/pattern_collection.gif);
	background-repeat:repeat;
	color: #717171;
}

a.refLink:hover {
	text-decoration: none;
	border-color: #009ee0;
}

#top-left {
	background-image: url(../assets/images/shade-top-left.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-top-left.png');
	_background-image: none;
	height: 51px;
	width: 222px;
}

#top-middle {
	height: 51px;
	background-image: url(../assets/images/shade-top.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-top.png');
	_background-image: none;
	background-repeat: repeat-x;
	vertical-align: middle;
}

#top-right {
	background-image: url(../assets/images/shade-top-right.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-top-right.png');
	_background-image: none;
	height: 51px;
	width: 15px;
}

#bottom-left {
	background-image: url(../assets/images/shade-bottom-left.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-bottom-left.png');
	_background-image: none;
	height: 31px;
	width: 20px;
	background-repeat: no-repeat;
}

#bottom-middle {
	background-image: url(../assets/images/shade-bottom.png);
	height: 31px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-bottom.png');
	_background-image: none;
}

#bottom-right {
	background-image: url(../assets/images/shade-bottom-right.png);
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-bottom-right.png');
	_background-image: none;
	background-repeat: no-repeat;
	height: 31px;
	width: 17px;
}


/* collecties */
#content {
  	background-color: #FFFFFF;
	margin: 15px;
}

#rightCollectionPane {
	font-family: Arial, Helvetica, sans-serif;
}

#leftCollectionPane {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

/* end collecties */

#titleFlashContent {
	width: 895px;
	height: 171px;
}

#siteLayer {
	width: 916px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px;
}

#r-line {
	background-image: url(../assets/images/shade-right.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-right.png');
	_background-image: none;
	min-width: 12px;
	width: 12px;
	max-width: 12px;
	overflow: hidden;
}

#l-line {
	background-image: url(../assets/images/shade-left.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.wharfinternet.nl/assets/images/shade-left.png');
	_background-image: none;
	min-width: 9px;
	width: 9px;
	max-width: 9px;
	overflow: hidden;
}

#main-td {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content-table {
	width: 895px;
	min-width: 895px; 
 	max-width: 895px;
}

#content-table td {
	vertical-align: top;
}

#content-left {
	background-image: url(../assets/images/menu-logo-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border-right: 1px solid #e5e5e5;
	width: 163px;
	min-width: 163px;
	max-width: 163px;
	padding-bottom: 80px;
}

#content-right {
	border-left: 1px solid #e5e5e5;
	width: 269px;
	min-width: 269px;
	max-width: 269px;
	padding-bottom: 9px; /* We want some space, thank you */
	background-image: url(../assets/images/collection-right-bg.png);
	background-repeat: repeat-y;
}

#lanch-menu {
	margin-top: 8px;
	margin-right: 10px;
	float: right;
}

#lanch-menu a {
	color: #8b2121;
 	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 8px;
}

#lanch-menu a.normalSuperItem:hover {
	text-decoration:underline;
}

#lanch-menu a.activeSuperItem {
	text-decoration:underline;
}

#menu-top {
	background-image: url(../assets/images/main-menu-bg.gif);
	background-repeat: repeat-x;
  	height: 27px;
}

.searchBox {
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
}

#menu-top #headerSearch {
	float: right;
	margin: -1px 0px 0px 0px;
	vertical-align: middle;
	line-height: 27px;
	padding: 0px;
}

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

.searchBox .zoekknop {
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	_margin-top: 1px;
	vertical-align: middle;
}

#menu-top a {
	color: #797979;
	float: left;
	text-align: left;
	line-height: 27px;
	padding: 0px 12px 0px 12px;
  	vertical-align: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	font-weight: normal;
 }

#menu-top a.normalItem {

}

#menu-top a.normalItem:hover {
	background-image: url(../assets/images/main-menu-over-bg.gif);
	background-repeat: repeat-x;
	background-color: #009ee0;
	color: white;
}

#menu-top a.activeItem {
	color: #009ee0;
}
 	
#menu-top a.homeItem {

}

#menu-top a.homeItem:hover {
	color: #FFFFFF;
}

#menu-sub {
	text-align: right;
	margin-right: 13px;
	margin-bottom: 25px;
}

#menu-sub-title {
	margin: 17px 0px 25px 0px;
	color: #8b8b5a;
} 

#menu-sub a {
	display: block;
 	padding: 0px 0px 2px 4px;
	line-height: 19px;
	font-weight: normal;
	color: #797979;
   	text-decoration: none;
	width: 158px;
}

#menu-sub a.normalSubItem {

}

#menu-sub a.normalSubItem:hover {
   	text-decoration: underline;
	color: #009ee0;
 }

 
#menu-sub a.activeSubItem {
	color:#009ee0;
 }

#menu-sub a.activeSubItem:hover {
   	text-decoration:underline;
}

 /* sub sub menu */
 
#menu-sub-sub a {
	font-size: 0.9em;
	padding:0px 0px 2px 14px; 
   	color: #797979;
	z-index: 10;
 	height: 23px;
	float: left;
	text-align: left;
	line-height: 23px;
  	text-decoration:none;
	width:158px;
	margin-left:12px;
 }

#menu-sub-sub a.normalSubItem {
}

#menu-sub-sub a.normalSubItem:hover {
	color:#06a0e0;
 }

 
#menu-sub-sub a.activeSubItem {
	color: #06a0e0;
 
 }

#menu-sub-sub a.activeSubItem:hover {
	color: #06a0e0;
 }

 
#list-block {
   	background-repeat: no-repeat;
	background-image: url(../assets/images/blockje.gif);
 }
 
.table-bottom-image {
	background-position:top;
	background-repeat:repeat-x;
 }




 /*
    drop down menu styles
 */
 #dropmenudiv{
	position:absolute;
	margin-top:0px;
 	font-size:12px;
	color:#06a0e0;
	line-height:22px;
	z-index:100;
	padding:0px;
	padding-bottom:0px;
 	height:22px;
	background-color:#e9eae9;
	text-align: left;
}

#dropmenudiv a{
 	background-repeat:no-repeat;
	background-position:left;
	width: 100%;
	display: block;
	color:#797979;
	text-indent: 6px;
	border-bottom: 1px solid #bebebd;
 	text-decoration: none;
	background-color:#e9eae9;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
 }

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #06a0e0;
	color: #ffffff;

}
/* hilite search result */
.case-td { BORDER-TOP: #E5E5E5 1px solid; height:22px;}
/* Site map */
#content img {
	border: 1px solid #e0e0e0;
}

div.info_aanvraag {
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
	width: 380px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.info_aanvraag hr {
	height: 1px;
	line-height: 1px;
	margin: 5px 0px;
} 

div.info_aanvraag tr {
	height: 27px;
}

