/****************************************************** CSS DOCUMENT ******************************************************/

.itemOrganisationCell{
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.itemOrganisation {
	font-weight:normal; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	margin-right:10%;
	color:#000000;
}

* html .itemOrganisation{ 
	margin-right:80px;
}

.highlight {
	color:#ba8b00; 
	text-transform: uppercase; 
	font-weight:normal; 
	margin-right:10%;
}

* html .highlight {
	margin-right:80px;	
}

.highlight a:link, .highlight a:active, .highlight a:visited {color:#ba8b00;}
.highlight a:hover {color:#000000;}

.itemOrganisationRight{
	font-weight:normal; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	text-align:right;
	color:#000000;
}

.highlightRight{
	color:#ba8b00; 
	text-transform: uppercase; 
	font-weight:normal; 
	text-align:right;
}

.highlightRight a:link, .highlightRight a:active, .highlightRight a:visited {color:#ba8b00;}
.highlightRight a:hover {color:#000000;}


/*************************  BEGIN BASISSTRUCTUUR *************************/

hr {
	border: thin dashed #7fb2cc;
}

.TableGeneral {
	width:100%;
	height:100%;
	/*border:2px solid #FF0000;*/
}

.HeaderTable {
	width:100%;
	height:162px;
}

.TopRow {
	height:162px;
}

.TopCell {
	vertical-align:top;
}

.MiddleRow {
	height:100%;
}

.MiddleCell {
	vertical-align:top;
}

.MiddleTable {
	width:100%;
	height:100%;
	/*border:2px solid #00FF00;*/
}

.MiddleTableLeftCell {
	width:191px;
	text-align:left;
	vertical-align:top;
	padding-left: 3px;
	background-color: #e5eff5;
	padding-top:10px;
}

.MiddleTableCenterCell	{
	text-align:left;
	vertical-align:top;
	padding-left: 8px;
	padding-right: 30px;
	padding-top:10px;
}

.MiddleTableRightCell {
	width:160px;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}

.BottomTable {
	width:100%;
	height:147px;
	background-color:#FFFFFF;
}

.BottomRow {
	height:146px;
	background-color:#FFFFFF;
}

.BottomCell {
	vertical-align:top;
	background-color:#FFFFFF;
}

/*************************  EINDE BASISSTRUCTUUR *************************/





/*************************  BEGIN GENERAL *************************/

body {
	background-color:#ffffff;
	margin: 0px;
	font-size:70%;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	text-decoration: underline;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7fb2cc;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7fb2cc;
	text-decoration: underline;
}

h1 {
	margin-bottom:10px;
	padding-left: 10px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #575757;
	text-decoration: none;
	font-weight:bold;
	background-image: url(/images/website/pijl.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.SmallBoxH1 {
	margin-bottom:10px;
	padding-left: 10px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #575757;
	text-decoration: none;
	font-weight:bold;
	background-image: url(/images/website/pijl.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

* html h1 {
	padding-top:-100px;
}

h2 {
    background-image:none;
	color:#006699;
	font-size:100%;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:8px;
	margin-top:0px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #797979;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top:10px;
}

h3 strong {
	color:#006699;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #575757;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#575757;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:underline;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#575757;
	font-weight:normal;
	margin-bottom:5px;
	text-decoration:underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	text-decoration: none;
}

head:first-child+body input {
	font-size:84%;
}

* html input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
	font-size:85%;
}

.separationline {
	border-top: 1px dashed #7fb2cc;
	width:100%;
	padding-top:0px;
	margin-top:25px;
	margin-bottom:15px;
}

* html .separationline {
	margin-top:15px;
	margin-bottom:5px;
}

.bgcolor {
	background-color: #e5eff5;
}

.okmessage {color:#009933;}
	
.errormessage {color:#CC0000;}

/*************************  EINDE GENERAL *************************/





/*************************  BEGIN HEADER *************************/

.Logo {
	height:161px;
	width:160px;
	background-image:url(/images/website/top/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#e5eff5;
}

.LogoClick {
	width:160px;
	height:161px;
	border:none;
}

.PageTitle {
	background-color: #e5eff5;
	height: 73px;
	font-size:150%;
	color:#006699;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	padding-left:14px;
}

.SkyLineRight2 {
	height:110px;
	width:172px;
	background-image:url(/images/website/top/skylineRight2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.SkyLineRight3 {
	height:97px;
	width:227px;
	background-image:url(/images/website/top/skylineRight3.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#e5eff5;
	color:#575757;
	text-align:right;
	vertical-align:top;
	font-size:90%;
	padding-right:15px;
}

.SkyLineRight3 a:link {color:#575757; text-decoration:none;}
.SkyLineRight3 a:visited {color:#575757; text-decoration:none;}
.SkyLineRight3 a:hover {color:#000000; text-decoration:none;}
.SkyLineRight3 a:active {color:#575757; text-decoration:none;}

.SkyLineLeft {
	height:37px;
	width:148px;
	background-image:url(/images/website/top/skylineLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.SkylineMiddle {
	height:37px;
	width:100%;
	background-image:url(/images/website/top/skylineMiddle.gif);
	background-repeat:repeat-x;
	background-position:left;
}

.SkyLineRight1 {
	height:37px;
	width:48px;
	background-image:url(/images/website/top/skylineRight1.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#e5eff5;
}

.TopImage {
}

.TopRightBottom {
	height:64px;
	width:14px;
	background-image:url(/images/website/top/TopRightBottom.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.TopLeftBottom {
	height:51px;
	width:34px;
	background-color:#e5eff5;
}

.QuickLinksTable {
	width:100%;
	font-size:100%;
}

.QuickLinks {
	height:26px;
	color:#575757;
	font-weight:bold;
	padding-left:4px;
}

.QuickLinks a:link {color:#575757; text-decoration:none;}
.QuickLinks a:visited {color:#575757; text-decoration:none;}
.QuickLinks a:hover {color:#000000; text-decoration:none;}
.QuickLinks a:active {color:#575757; text-decoration:none;}

.Language {
	height:26px;
	color:#575757;
	text-align:right;
	font-size:90%;
	padding-right:15px;
}

.LanguageSwitcher {
	height:26px;
	color:#575757;
	text-align:right;
	vertical-align:middle;
	font-size:90%;
}

.Language a:link {color:#575757; text-decoration:none;}
.Language a:visited {color:#575757; text-decoration:none;}
.Language a:hover {color:#000000; text-decoration:none;}
.Language a:active {color:#575757; text-decoration:none;}

.LanguageSwitcher {
	height:26px;
	color:#575757;
	text-align:right;
	font-size:90%;
	padding-right:2px;
}

.LanguageSwitcher a:link {color:#575757; text-decoration:none;}
.LanguageSwitcher a:visited {color:#575757; text-decoration:none;}
.LanguageSwitcher a:hover {color:#000000; text-decoration:none;}
.LanguageSwitcher a:active {color:#575757; text-decoration:none;}

.SearchTable {
	width:220px;
}

.SearchIcon {
	width:21px;
	background-image:url(/images/website/top/searchIcon.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.SearchInput {
	width:24px;
}

.Breadcrumb {
	height:25px;
	font-size:100%;
	color:#575757;
	padding-left:4px;
}

.Breadcrumb a:link {color:#006699; text-decoration:underline;}
.Breadcrumb a:visited {color:#006699; text-decoration:underline;}
.Breadcrumb a:hover {color:#7fb2cc; text-decoration:underline;}
.Breadcrumb a:active {color:#006699; text-decoration:underline;}

/*************************  EINDE HEADER *************************/





/*************************  BEGIN NAVIGATIE *************************/


.MiddleTableLeftCell .MenuItem {
	background-image: url(/images/website/navigation/navigatielijn.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.MiddleTableLeftCell .MenuItem a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: bold; text-decoration: none}
.MiddleTableLeftCell .MenuItem a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: bold; text-decoration: none}
.MiddleTableLeftCell .MenuItem a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #006699; font-weight: bold; text-decoration: none}
.MiddleTableLeftCell .MenuItem a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: bold; text-decoration: none}

.SubMenuItem {
	margin-left: 2px;
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.SubMenuItem a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}
.SubMenuItem a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}
.SubMenuItem a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #006699; font-weight: normal; text-decoration: none}
.SubMenuItem a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}

.LastSubMenuItem {
	margin-left: 2px;
	padding-left: 24px;
	padding-right: 40px;
	padding-top: 3px;
	padding-bottom: 20px;
}

.LastSubMenuItem a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}
.LastSubMenuItem a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}
.LastSubMenuItem a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #006699; font-weight: normal; text-decoration: none}
.LastSubMenuItem a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #575757; font-weight: normal; text-decoration: none}


/*************************  EINDE NAVIGATIE *************************/





/*************************  BEGIN MAIN *************************/

.LargeBox {
	margin-top:0px;
	margin-bottom:10px;
	width: 100%;
}

.LargeBox p{
	margin-top:10px;
	margin-bottom:10px;
}

.MainImage {
	position:relative;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:5px;
}

.NewsItem {
	margin-top:0px;
	margin-bottom:20px;
	width: 100%;
}

.MoreLink {
	padding-left:10px;
	margin-top:-5px;
	/*background-image:url(/images/website/pijl-blauw.gif);
	background-position:left center;
	background-repeat:no-repeat;*/
	float:right;
}

* html .MoreLink {
	margin-top:-7px;
}

.MoreLinkSmallBox {
	padding-left:10px;
	margin-top:0px;
	/*background-image:url(/images/website/pijl-blauw.gif);
	background-position:left center;
	background-repeat:no-repeat;*/
	float:right;
}

.MainLink {
	padding-left:10px;
	margin-top:5px;
	background-image:url(/images/website/pijl-blauw.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.Paging {
	text-align:left;
	margin-top:15px;
}

.PageNumber {
	text-align:right;
	margin-top:-12px;
}

.CenterTable{
	width:100%; 
	border:0px;
	vertical-align:top; 
	padding:0px; 
}

.CenterTableContentAlign {
	padding:5px 5px 5px 0px;
	vertical-align:middle;
}

.TitleSearch { 
	font-weight:bold; 
	width:35%; 
	vertical-align:top; 
	padding:5px 5px 5px 0px;
}

.SearchResultList {	
	margin-top:10px;
	margin-bottom:0px;
}

.SearchResultList {
	list-style-type:decimal;
	margin-left:0px;
	margin-top:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
}

.SearchResultListItem {
	margin-left:7px;
}

.SearchResultListItemDescription {
	margin-left:27px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:5px;
}

.SearchResultListItemData {
	font-weight:normal;
	padding-bottom:7px;
	padding-top:3px;
}

.SearchResultListItemBreadcrumb {
	margin-left:27px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:10px;
}

.SearchResultList a:link {color:#006699; text-decoration:underline; font-weight:bold;}
.SearchResultList a:visited {color:#006699; text-decoration:underline; font-weight:bold;}
.SearchResultList a:hover {color:#7fb2cc; text-decoration:underline; font-weight:bold;}
.SearchResultList a:active {color:#006699; text-decoration:underline; font-weight:bold;}

.SearchResultListItemBreadcrumb a:link {color:#006699; text-decoration:underline; font-weight:normal}
.SearchResultListItemBreadcrumb a:visited {color:#006699; text-decoration:underline; font-weight:normal}
.SearchResultListItemBreadcrumb a:hover {color:#7fb2cc; text-decoration:underline; font-weight:normal}
.SearchResultListItemBreadcrumb a:active {color:#006699; text-decoration:underline; font-weight:normal}


.SearchResultClubList {	
	margin-top:10px;
	margin-bottom:0px;
}

.SearchResultClubList {
	list-style-type:decimal;
	margin-left:0px;
	margin-top:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
}

.SearchResultClubListItem {
	margin-left:0px;
}

.SearchResultClubListItemDescription {
	margin-left:0px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:5px;
}

.SearchResultClubListItemBreadcrumb {
	margin-left:27px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:10px;
}

.SearchResultClubList a:link {color:#006699; text-decoration:underline; font-weight:bold;}
.SearchResultClubList a:visited {color:#006699; text-decoration:underline; font-weight:bold;}
.SearchResultClubList a:hover {color:#7fb2cc; text-decoration:underline; font-weight:bold;}
.SearchResultClubList a:active {color:#006699; text-decoration:underline; font-weight:bold;}

.SearchResultClubListItemBreadcrumb a:link {color:#006699; text-decoration:underline; font-weight:normal}
.SearchResultClubListItemBreadcrumb a:visited {color:#006699; text-decoration:underline; font-weight:normal}
.SearchResultClubListItemBreadcrumb a:hover {color:#7fb2cc; text-decoration:underline; font-weight:normal}
.SearchResultClubListItemBreadcrumb a:active {color:#006699; text-decoration:underline; font-weight:normal}

.LargeBox ul li{
	list-style-position: outside;
	list-style-image:url(/images/website/pijl-blauw.gif);
	margin-left:-22px;
	margin-top:5px;
	padding-bottom:2px;
	font-weight:bold;
}

* html .LargeBox ul li{
	margin-left:-22px;
}

.LargeBox ul{	
	margin-top:10px;
	margin-bottom:0px;
}

.Description {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:5px;
	margin-left:-10px;
}

* html .Description {
	margin-left:0px;
}

.SearchResultList li .Description a:link { color: #006699; text-decoration:underline; font-weight:normal;}
.SearchResultList li .Description a:visited { color: #006699; text-decoration:underline; font-weight:normal;}
.SearchResultList li .Description a:hover { color: #7fb2cc; text-decoration:none; font-weight:normal;}
.SearchResultList li .Description a:active { color: #006699; text-decoration:underline; font-weight:normal;}

.SearchResultTitle {
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-2px;
}

.LargeBoxContentButton {
	margin-top:5px;
	margin-bottom:5px;
}

.LargeBoxContentInput {
	width:245px; 
	height:17px; 
	background-color:#f5f9fc; 
	border:1px solid #797979; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentInputSmall {
	width:80px; 
	height:17px; 
	background-color:#f5f9fc; 
	border:1px solid #797979; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentDropdown {
	width:250px; 
	height:17px; 
	background-color:#f5f9fc;
	border:1px solid #797979; 
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#797979;
	cursor:hand;
}

.LargeBoxContentTextbox {
	width:245px; 
	height:130px; 
	background-color:#f5f9fc; 
	border:1px solid #797979; 
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F4F4F; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentBrowse {
	background-color:#f5f9fc;
	border: 1px solid #797979;
	width:245px;
	font-size:100%;	
	padding:2px 3px 0px 3px;
}

/*************************  EINDE MAIN *************************/





/*************************  BEGIN DEALER HANDELSGIDS *************************/


.DealerTable{
	width:100%; 
	border:0px; 
	vertical-align:top; 
	padding:0px; 
	margin-top:10px;
	margin-bottom:10px;
}

.DealerNameTitle {
    background-image:none;
	color:#797979;
	font-size:100%;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:8px;
	margin-top:0px;
}

.DealerDetailBox {
	border:1px solid #ece9d8; 
	background-color:#f5f9fc;
	font-weight:normal;
	padding:2px 10px 10px 10px;
	margin-bottom:7px;
	color:#575757;
	width:97%;
}

.DealerDetailBox2 {
	border:none; 
	background-color:none;
	font-weight:normal;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:3px;
	margin-bottom:7px;
	color:#575757;
	width:97%;
}

.DealerDetailBoxLogo {
	float:right;
	margin-top:-80px;
	margin-right:10px;
}

*html .DealerDetailBoxLogo {
	margin-top:-70px;
	margin-bottom:-8px;
}

.DealerDetailBoxPictures {
	float:right;
	margin-top:-75px;
	margin-right:0px;
}

*html .DealerDetailBoxPictures {
	margin-top:-75px;
	margin-bottom:-8px;
}

.DealerCell {
	width:33%;
	text-align:center;
	background-color:#f5f9fc;
	border-left: 2px solid #797979;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
	padding-top:5px;
	padding-bottom:5px;
}

.DealerSmallCell {
	width:20%;
	text-align:center;
	background-color:#f5f9fc;
	border-left: 2px solid #797979;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
	padding-top:5px;
	padding-bottom:5px;
}

.DealerRightCell {
	width:auto;
	text-align:center;
	background-color:#f5f9fc;
	border-left: 2px solid #797979;
	border-right: 2px solid #797979;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
	padding-top:5px;
	padding-bottom:5px;
}

.DealerSubTitle {
	font-weight:bold;
}

.DealerPicture {
	margin-right:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-top:0px;
}

.DealerPictureDetailBox2 {
	margin-left:5px;
}

.DealerText {
	margin-top:-80px;
	padding-left:80px;
}

/*************************  EINDE DEALER HANDELSGIDS *************************/




/*************************  BEGIN POLL  *****************************/

.QuestionCell {
	padding:5px 5px 5px 2px;
	font-weight:bold;
	vertical-align:top;
}

.CenterTableSmallCell {
	padding:2px 2px 2px 2px;
	vertical-align:middle;
	width:30px;
}

/*************************  EINDE POLL  *****************************/





/*************************  BEGIN FORUM  *****************************/

.ForumTitleCellLarge {
	padding: 10px 10px 10px 10px;
	background-color:#e5eff5;
	color:#006699;
	font-weight:bold;
	width:450px;
}

.ForumTitleCellSmall {
	padding: 10px 10px 10px 10px;
	background-color:#e5eff5;
	color:#006699;
	font-weight:bold;
	width:125px;
}

.ForumTitle {padding:5px 5px 5px 5px;}

.ForumTitle a:link { color: #575757; text-decoration:underline; font-weight:bold;}
.ForumTitle a:visited { color: #575757; text-decoration:underline; font-weight:bold;}
.ForumTitle a:hover { color: #575757; text-decoration:none; font-weight:bold;}
.ForumTitle a:active { color: #575757; text-decoration:underline; font-weight:bold;}

.ForumCellLarge {
	padding: 5px 5px 5px 5px;
	background-color:#f5f9fc;
	color:#575757;
	font-weight:normal;
	width:450px;
	vertical-align:top;
}

.ForumCellSmall {
	padding-left: 10px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#f5f9fc;
	color:#575757;
	font-weight:normal;
	width:125px;
	vertical-align:top;
}

.ForumButtonCell {
	padding: 10px 0px 20px 20px;
	text-align:right;
}

.ForumPagerCell {
	padding: 0px;
}

.ForumDescriptionCell {
	padding: 5px 5px 10px 10px;
	border-bottom:1px solid #ece9d8;
}

.ForumDescription {padding:5px 5px 5px 5px;}
	
/*************************  EINDE FORUM  *****************************/





/*************************  BEGIN LINKS  *****************************/

.LinkCatCell { 
	padding: 5px;
	width:33%;
}

.LinkCatTitle {
	font-weight:bold;
}

/*************************  EINDE LINKS  *****************************/





/*************************  BEGIN PRODUCTS  *****************************/

.DetailBox {
	border:1px solid #ece9d8; 
	background-color:#f5f9fc;
	font-weight:normal;
	padding:2px 10px 10px 10px;
	color:#575757;
	width:50%;
}

.DetailBoxLarge {
	border:1px solid #ece9d8; 
	background-color:#f5f9fc;
	font-weight:normal;
	padding:2px 10px 10px 10px;
	color:#575757;
	width:70%;
}

*html .ProductsDienst{
	padding:10px 10px 10px 10px;
}

.ProductsEmail {
	font-weight:normal;
}

/*************************  EINDE PRODUCTS  *****************************/





/*************************  BEGIN SITEMAP  *****************************/

* html .SiteMapTable{
	width:98%; 
	margin-right:10px;  
}

.SiteMapTable{
	width:100%; 
	margin-right:0px;  
}

* html .SiteMapTable hr
{
	border-top: 2px dashed #7fb2cc;
	/*border-bottom-style:dashed; border-bottom-color:#7fb2cc; border-bottom-width:1px;*/
}

.SiteMapTable hr
{
	border-top: 2px dashed #7fb2cc;
	/*border-bottom-color:#7fb2cc; border-bottom-width:1px;*/
}

.SiteMapTable li, .SiteMapTable ul {
	list-style-type:none; 
	margin:0px; 
	padding:0px;
}
	
* html .SiteMapBackground{
	width:30%; 
	vertical-align:top;
	padding:11px 5px 15px 5px; 
}

.SiteMapBackground{
	border:1px solid #ece9d8; 
	background-color:#f5f9fc; 
	width:30%; 
	vertical-align:top;
	padding:11px 15px 15px 10px; 
}
	
* html ul.sitemaplevel1 {
	margin-left:5px; margin-top:4px; margin-bottom:4px;
	font-size: 110%; 
	color: #006699; 
	text-decoration:none; 
	font-weight:bold;
}

ul.sitemaplevel1 {
	margin-left:0px; margin-top:4px; margin-bottom:4px;
	font-size: 110%; 
	color: #006699; 
	text-decoration:none; 
	font-weight:bold;
}

li.sitemaplevel1 {
	margin:0px; 
	padding:0px;
}

ul.sitemaplevel1 a:link, ul.sitemaplevel1 a:active, ul.sitemaplevel1 a:visited {
	color: #575757; 
	text-decoration:none;
}

ul.sitemaplevel1 a:hover {
	color: #000000; text-decoration:none;
}

ul.sitemaplevel2 { 
	color: #006699; 
	text-decoration:none;
	margin-left:15px; margin-top:2px; margin-bottom:2px;
}

ul.sitemaplevel2 a:link, ul.sitemaplevel2 a:active, ul.sitemaplevel2 a:visited {
	color: #006699; 
	text-decoration:none;
}
	
ul.sitemaplevel2 a:hover {
	color: #000000; 
	text-decoration:none;
}

* html ul.sitemaplevel3 {
	font-size: 90%; 
	color: #575757; 
	text-decoration:none;
	margin-left:40px; margin-top:1px; margin-bottom:1px;
}

ul.sitemaplevel3 {
	font-size: 100%; 
	color: #575757; 
	text-decoration:none;
	margin-left:40px; margin-top:1px; margin-bottom:1px;
}

ul.sitemaplevel3 a:link, ul.sitemaplevel3 a:active, ul.sitemaplevel3 a:visited {
	color: #575757; 
	text-decoration:none;
}

ul.sitemaplevel3 a:hover {
	color: #006699; 
	text-decoration:none;
}

/*************************  EINDE SITEMAP  *****************************/




/*************************  BEGIN AFVALKALENDER *************************/

* html .GarbageTable {
	margin-right:10px; 
	margin-bottom:10px; 
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:100%; /* IE 5.5 */
}

.GarbageTable {
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:100%; /* IE 5.5 */
}

.garbagebox{
	border-top:1px solid #ece9d8; 
	border-left:1px solid #ece9d8; 
	border-right:1px solid #ece9d8; 
	background-color:#f5f9fc; 
	padding:5px;
}

.GarbageBoxBottom {
	border-top:1px solid #ece9d8;
}

/*************************  EINDE AFVALKALENDER  *****************************/





/*************************  BEGIN FONTSWITCHER  *****************************/

* html .FontSwitchModule { 
	margin-right:10px; 
	margin-top:2px;
}

.FontSwitchModule { 
	margin-right:10px; 
	margin-top:2px;
}

a.HyperlinkNormal{
	font-size: 100%; 
	color: #006699; 
	text-decoration: none;
}

a.HyperlinkMedium {
	font-size: 110%; 
	color: #006699; 
	text-decoration: none; 
	font-style: normal;
}

a.HyperlinkLarger{
	font-size: 135%; 
	color: #006699; 
	text-decoration: none; 
	font-style: normal;
}

a.HyperlinkLargest{
	font-size: 145%; 
	color: #006699; 
	text-decoration: none; 
	font-style: normal;
}

/**.MiddleTableRightCell .FontSwitchModule .HyperlinkNormal a:link { color: #006699; text-decoration:underline;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkNormal a:visited { color: #006699; text-decoration:underline;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkNormal a:hover { color: #7fb2cc; text-decoration:none;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkNormal a:active { color: #006699; text-decoration:underline;}

.MiddleTableRightCell .FontSwitchModule .HyperlinkMedium a:link { color: #006699; text-decoration:underline; font-size:110%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkMedium a:visited { color: #006699; text-decoration:underline; font-size:110%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkMedium a:hover { color: #7fb2cc; text-decoration:none; font-size:110%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkMedium a:active { color: #006699; text-decoration:underline; font-size:110%;}

.MiddleTableRightCell .FontSwitchModule .HyperlinkLarger a:link { color: #006699; text-decoration:underline; font-size:135%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLarger a:visited { color: #006699; text-decoration:underline; font-size:135%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLarger a:hover { color: #7fb2cc; text-decoration:none; font-size:135%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLarger a:active { color: #006699; text-decoration:underline; font-size:135%;}

.MiddleTableRightCell .FontSwitchModule .HyperlinkLargest a:link { color: #006699; text-decoration:underline; font-size:145%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLargest a:visited { color: #006699; text-decoration:underline; font-size:145%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLargest a:hover { color: #7fb2cc; text-decoration:none; font-size:145%;}
.MiddleTableRightCell .FontSwitchModule .HyperlinkLargest a:active { color: #006699; text-decoration:underline; font-size:145%;}**/

.fontSwitch { text-align:right; padding: 0px 15px 0px 0px;}
.fontSwitch a.BlueHyperlinkNormal { text-decoration:none; }
.fontSwitch a.BlueHyperlinkMedium { text-decoration:none; font-size: 110%;	}
.fontSwitch a.BlueHyperlinkLarger { text-decoration:none; font-size: 135%; 	}

/*************************  EINDE FONTSWITCHER  *****************************/





/*************************  BEGIN SMALLBOXES RIGHT *************************/

.SmallBox {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	width:150px;
}

.SmallBox .p {
	margin-top:10px;
	margin-bottom:0px;
}

.SmallBox p {
	margin-top:10px;
	margin-bottom:0px;
}

.SmallBoxHeader {
	background-image:url(/images/website/smallbox/SmallBoxHeader.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height:25px;
}

.SmallBox h1 {	
	background-repeat:no-repeat;
	background-position: left center;
    margin-top:0px;
	padding-top:5px;
}

.SmallBoxContentInput {
	width:120px; 
	height:15px; 
	background-color:#f5f9fc; 
	border:1px solid #797979; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.SmallBoxContentButton {
	margin-top:5px;
	margin-bottom:5px;
}

.SmallBoxFooter {
	background-image:url(/images/website/smallbox/SmallBoxFooter.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top:10px;
}

.SmallBoxContent li{
	list-style-position: outside;
	list-style-image:url(/images/website/pijl-blauw.gif);
	margin-left:-25px;
	margin-right:2px;
	margin-top:5px;
	padding-bottom:0px;
	padding-right:2px;
}


.SmallBoxContent ul{	
	margin-top:10px;
	margin-bottom:-10px;
}

/*************************  EINDE SMALLBOXES RIGHT  *****************************/





/*************************  BEGIN FOOTER  *****************************/

.BottomLeft {
	height:146px;
	width:160px;
	background-image:url(/images/website/bottom/BottomLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#e5eff5;
}

.BottomTopCellLeft {
	background-color:#e5eff5;
	width:34px;
}

.BottomTopCellRight {
	background-color:#FFFFFF;
	width:100%;
}

.BottomMiddleTable {
	height:47px;
	width:100%;
}

.BottomMiddleTableCellLeft {
	color: #ffffff;
	font-size:100%;
	width:306px;
	height:47px;
	background-image:url(/images/website/bottom/BottomMiddleTableCellLeft.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.BottomMiddleTableCellLeft a:link { color: #ffffff; text-decoration:none;}
.BottomMiddleTableCellLeft a:visited { color: #ffffff; text-decoration:none;}
.BottomMiddleTableCellLeft a:hover { color: #ffffff; text-decoration:none;}
.BottomMiddleTableCellLeft a:active { color: #ffffff; text-decoration:none;}

.BottomMiddleTableCellCenter {
	height:47px;
	background-image:url(/images/website/bottom/BottomMiddleTableCellCenter.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top left;
}

.BottomMiddleTableCellRight {
	width:290px;
	height:47px;
	background-image:url(/images/website/bottom/BottomMiddleTableCellRight.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.BottomTableCell {
	vertical-align:top;
	text-align:center;
	font-size:90%;
}

/*************************  EINDE FOOTER  *****************************/





/*************************  HACK VOOR Win IE 5.5 *************************/
@media tty {
   i{content:"\";/*" "*/}}@m; @import 'ie5.css'; /*";}
   }/* */
/*  */






/*************************  BEGIN PRINT *************************/

.print{
	color:#575757;
}

.print a {
	color:#575757;
}

.print a:hover{
	color:#000000;
}

* html .printmodule	{
	
}

.printmodule {
	float:right; 
	margin-right:25px;
}

#seperator hr { clear:both;}

 /*printer styles*/ 
@media print{ 
	.MiddleTableRightCell{display:none;}
	.TopRow{display:none;}
	.MiddleTableLeftCell{display:none;}
	.BottomRow{display:none;}
}

/*************************  EINDE PRINT  *****************************/


/* A-Z index for related items*/
.AZ_Letters 
{
	padding:15px 0;
	}
.AZ_Letters a
{
font-size:90%;
font-weight:bold;
}
.AZ_Letters a.active_letter
{
	color:#fff;
	background-color:#006699;
	padding: 0 5px;
	text-decoration:none;
	border:1px solid #999999;
	
	
}
.AZ_Letters a.disabled_letter
{
	color:gray;
	font-weight:normal;
	text-decoration:none;
	font-size:80%;
}
