﻿a, a:link, a:visited, a:active 
{
  color: #646464;
  text-decoration:none;
  font-weight:bold;
}  

a:hover {
  color: #000;
  text-decoration:underline;
  font-weight:bold;
}  

/* BODY */
body {
  background:#FFFFFF;
  background:url(../images/bg_repeater.jpg);
  background-repeat:repeat-x;
  font-family:Verdana, Arial;
  font-size:11px;
  height:100%;
}

body, html, p, img {
  margin:0px;
  padding:0px;
  }

img { border:none; }
 
.floatleft { float:left; }
.floatright { float:right; }

.clearleft { clear:left; }
.clearright { clear:right; }

.textleft { text-align:left; }
.textright {text-align:right; }

.homeheader_right { width:165px; }
.homeheader_middle { width:99%; }
 
 .homeright_item_holder {
  width: 165px;
  float: left;
  color: #888;
  line-height:20px;
  padding:10px 0 10px 0; 
  }
  
 .homeright_item_holder ul {
  float: left;
  }
  
 .right_item_holder {
  width: 165px;
  float: left;
  color: #888;
  line-height:20px;
  padding:0 0 10px 0; 
  }
  
 .right_item_holder ul {
  float: left;
  }
  
.contentpageright_item_holder {
  width:165px;
  float:left;
  color:#888;
  line-height:20px;
  padding:30px 0 10px 0; 
}

/* Searchbar */

#SearchBar {
	width:205px;
	height:auto;
	float:left;
	padding:10px 0 0 28px;
	}

.SearchBarHolder {
	width:205px;
	float:left;
	padding:0 0 10px 0;
	}

.searchbutton {
  text-align:right;
  padding:5px 0 0 0;
}

.HomeContentRepeater 
{
	position:relative;
  color:#888888;
  line-height:20px;
  padding:0 0 10px 0;
  clear:left;
  width:auto;
  /*min-width:500px;*/
}

#HomeHeaderItem {
  
  width:auto;
  height:154px;
  background:url(../images/home_header_image.jpg);
  margin:0 13px 0 250px;
  background-repeat:repeat-x;
 }
 
  
.MainContentSpacer, .RightContentSpacer {
  padding:10px 0 0 0;
  }
 
.SearchInputHolder, .SearchArchiveHolder {
  padding:10px 0 0 10px;
  }
  
 .SearchInputText {
  padding:5px 0 0 10px;
  clear:left;
  }
 
.SearchPeriod {
  padding:10px 0 10px 10px;
  float:left;
  width:99%;
  }

.SearchPeriodText {
  padding:0 10px;
  float:left;
}

.SearchArchiveCheckboxHolder {
  padding:0 10px 0 0;
  float:left;
}

.SearchArchiveCheckboxHolderClear {
  padding:0 10px 0 0;
  clear:left;
}

.SearchArchiveCheckboxList {
  padding:0 0 0 20px;
  clear:left;
}

.LineSpacer {
  padding:0 0 5px 0;
  margin:0 0 0 10px;
  border-bottom:solid 1px #e4e4e4;
  border-top:solid 1px #e4e4e4;
  }

.LineSpacerEmail {
  padding:0 0 5px 0;
  margin:0 0 0 10px;
  border-bottom:solid 1px #e4e4e4;
  border-top:solid 1px #e4e4e4;
  clear:left;
  }

.SearchResultRepeater {
  color:#646464;
  line-height:20px;
  padding:10px 0 10px 0;
}

.SearchResultRepeater ul {
  clear:left;
  }

.SearchResultRepeater ul li {
  width:97%
  }

.SearchResultRepeater ul li {
  padding:7px;
  border-bottom:solid 1px #e4e4e4; 
  }

.SearchResultRepeater ul li a:hover {
  text-decoration:none;
  color:#646464;
  }
  
.searchresult li:hover {
  background:#e2e2e2;
  }

.SearchResultFoundItems {
  padding:0 0 5px 0;
  float:left;
  width:99%;
  }

.SearchResultList  {
  background:#eeeeee;
  }

.SearchResultListAlt  {
  background:#f9f9f9;
 }

.SearchResultList:hover a
{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.SearchResultList:hover
{
  background-color:#e2e2e2;
}

.SearchResultListAlt:hover a
{
  text-decoration:none;
  font-weight:bold;
	color:#000000;
}

.SearchResultListAlt:hover
{
	background-color:#e2e2e2;
}

.Pager {
  line-height:20px;
  padding:10px 0;
  width:99%;
  border-bottom:solid 1px #e4e4e4; 
  text-align:right;
  }

.PagerTopBotBorder {
  line-height:20px;
  padding:10px 0;
  width:99%;
  border-top:solid 1px #e4e4e4; 
  border-bottom:solid 1px #e4e4e4; 
  text-align:right;
  }
 

 .PagerActive {
  color:#FF6200;
  }

.searchResultWebsite a:link,
.searchResultWebsite a:visited,
.searchResultWebsite a:active {
  font-weight:normal;
  text-decoration:underline;
  clear:left;
  }

.searchResultWebsite a:hover {
  text-decoration:none;
  }
 
 .emailFormHolderValidation 
 {
 	width:600px;
 	height:auto;
 	float:left;
 	padding:0 0 0 10px;
 }

 .emailFormHolder
 {
 	width:600px;
 	height:auto;
 	float:left;
 	padding:0 0 10px 10px;
 }
  
  .emailFormItem 
 {
 	width:175px;
 	height:auto;
 	float:left;
 }

.emailFormInput
 {
 	width:325px;
 	height:auto;
 	float:left;
 }

.emailFormValidate
 {
 	width:100px;
 	height:auto;
 	float:left;
 }
 
.emailFormError
 {
 	height:10px; 
 	line-height:10px; 
 	font-size:10px; 
 	padding-left:175px; 
 	color:Red; 
 	float:left;
 }
 
/* ALIGNMENTS */
.justifyLeft 
{
	text-align:left;
}
.justifyRight
{
	text-align:right;
}
.justifyFull 
{
	text-align:justify;
}
.justifyCenter
{
	text-align:center;
}  

.QuickSearch 
{
  font-size:12px;
  font-weight:bold;
  color:#cb3900;
  padding:0 0 10px 10px;
  float:left;
  }
  
.homeHeaderTop 
{
  font-size:12px;
  font-weight:bold;
  color:#CB3900;
  border-bottom:solid 1px #e4e4e4;
  padding:0 0 10px 0;
  margin:10px 0;
  width:100%;
  clear:left;
  }
  
 
 .HomeHeader_RightCol {
  font-size:12px;
  font-weight:bold;
  color:#888;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  float:left;
  border-bottom:solid 1px #e4e4e4;
  width:99%;
  }
  
fieldset 
{
	border:none;
}
  
.validator 
{
  color:Red;
  display:none;	
}

__EVENTVALIDATION 
{
	background-color:Red;
	width:0;
	height:0;
	margin:0;
	padding:0;
}

.InventarisContainer
{
	width:735px;
}

.IndexContainer
{
	width:200px; 
	float:left; 
	padding-right:15px;
}

.DataContainer
{
	width:520px; 
	float:left;
}

.IndexContainer a:hover 
{
	color:#CB3900;
}

.activeBewaarplaats
{
	color:#CB3900;
	text-decoration:underline;
}

.SearchResultSummary 
{
	float:left; 
	width:99%;
}

.TimeLineContainer
{
	float:left;
	width:820px;
	overflow-x:auto;
}

.divPages a:link ,
.divPages a:visited ,
.divPages a:active 
{
	font-weight:normal;	
	
}


.divPages a:hover {
  color: #000;
  text-decoration:underline;  
 }  
 
.Width100P
{
	width:100%;	
	border-collapse:collapse;
}