
/* Architectenweb Menu CSS */


/* Global CSS */
/* ---------------------------------------------------------------------------------------------------------- */
	.VAB {
		vertical-align:text-bottom;
	}
	
	.PL15 {
		padding-left:15px;
	}
	
	.QuickSelectItem {
		padding-left:5px;
	}
	
	.black {
		color:black;
	}
	
	.purple {
		color:#da10bb;
	}

	.pink {
		color: #e2007a;
	}
	
	.green {
		color:#9ab220;
	}
	
	.FadedLink {
		color:#b2acac;
	}

	.FadedLink2 {
		color:#7b7b7b;
	}
		
	.MyPadding {
		margin-left:8px;
		margin-right:8px;
	}
/* ---------------------------------------------------------------------------------------------------------- */


/* MenuButtons */
/* ---------------------------------------------------------------------------------------------------------- */
	#CollapsableMenu {
		height: 28px;
		padding-top:0px;
		clear: both;
	}

	#MenuButtons
	{
		width: 930px;
		background-color: #fff;
		clear: both;
		font-size: 10px;
		line-height: 10px;
		list-style-type: none;
	}
	
	#MenuButtons li
	{
		float: left;
		font-size: 18px;
		color: #fff;
		display: inline;
	}

	#MenuButtons li:first-child a
	{
		padding-left: 0;
	}

	
	#MenuButtons li a
	{		
		padding: 5px 10px;
		font-weight: bold;
		height: 18px;
		line-height: 18px;
		color: #5c5d60;
		display: inline;
	}
	
	#MenuButtons li a:hover, #MenuButtons li.selected
	{
		text-decoration: none;
		font-weight: bold;
	}

	#MenuButtons li:last-child a:hover
	{
		text-decoration: none;
		cursor:default;	
	}	
	
	#MenuButtons li.selected a, #MenuButtons li.selected a:hover
	{
		color: #000;
	}
/* ---------------------------------------------------------------------------------------------------------- */



/* MenuButtons */
/* ---------------------------------------------------------------------------------------------------------- */
	#LoggedInBar {
		border-top: 1px solid #9c9e9f;
		padding-top: 4px;
		padding-bottom:4px; 
		padding-left:0px;
	}
	
	#ExtraNet {
		text-align: left; 
		float: left;
		padding-left: 0px;
	}

	#ExtraNet a{
	}

	
	#ShoppingCart {
		text-align: right;
		color: #cfd1d2;
	}
/* ---------------------------------------------------------------------------------------------------------- */


/* Search options */
/* ---------------------------------------------------------------------------------------------------------- */
	.MenuZoekVeld {
		width:162px;
		height: 19px;
		border: 1px solid #89939e;
		margin-left:8px;
		color:#444;
	}
/* ---------------------------------------------------------------------------------------------------------- */



/* Submenu's */
/* ---------------------------------------------------------------------------------------------------------- */
	.menuActuator a { 
		color: #9c9e9f;
		font-weight:bold;
		font-size:12px;
		font-family:arial;
	}
	
	.menu a:hover { 
		color:#9ab220;
	}

	.menu {
		font-family: arial;
		font-size: 12px;
		line-height: 20px;
		background-color: #f3f4f4;
		layer-background-color: #f3f4f4;
		padding: 10px;
	}

	.ML {
		color: #5c5d60;		

	}

/* mainMenu */
#mainMenu
{
	clear: both;
	width: 1000px;
	font-size: 13px;
	height: 36px;
	list-style-type: none;
}

#mainMenu li
{
	width: 125px;
	float: left;
	background: url(../images/tabMainMenu.gif) no-repeat bottom left;
	color:#999999;
}

#mainMenu li a
{
	padding: 8px 0 0 8px;
	font-weight:bold;
	height:28px;
	color:#e6e8e9;
	display: block;
}
#mainMenu li#last
{
	width: 125px;
	background: url(../images/tabMainMenuRight.gif) no-repeat bottom right;
}

#mainMenu li a:hover, #mainMenu li.selected
{
	text-decoration: none;
	background: url(../images/TabMainMenuActive.gif) no-repeat bottom right;
}

#mainMenu li.selected a, #mainMenu li.selected a:hover
{
	color:#bbd51d;
}

/* /mainMenu */
/* subMenu */
#subMenu
{
	/* font size defined in #subMenuArea (core.css) */
	width: 500px;
	list-style: none;
	float: left;
}

#subMenu li, #subMenu li.empty
{
	line-height: 17px;
	font-size:11px;
	height: 17px;
	width: 115px;
	margin-right:10px;
	float: left;
	color:#f3f3f3;
}
/* for li's without an anchor */
#subMenu li.empty
{
  width: 115px;
}

#subMenu li a
{
	color:#f3f3f3;
}

#subMenu li.selected a, #subMenu li a:hover
{
	color: #b2bc00;
}
/* /subMenu */

/* SearchMenu */
#SearchMenu
{
	clear: both;
	margin-top: 5px;
	font-size: 12px;
	height: 25px;
	list-style-type: none;
	font-weight:bold;
}

#SearchMenu li
{
	width: 125px;
	float: left;
	background: url(../images/tabSearchMenu.gif) no-repeat bottom left;
}

#SearchMenu li#first
{
	background: url(../images/tabSearchMenuLeft.gif) no-repeat bottom right;
}

#SearchMenu li a
{
	padding: 4px 0 0 4px;	
	height:21px;
	color:#444;
	display: block;
}

#SearchMenu li a:hover
{
	text-decoration: none;
	color:#444;
	background: url(../images/tabSearchMenuActive.gif) no-repeat top right;
}

#SearchMenu li.selected
{
	background: url(../images/tabSearchMenuActive.gif) no-repeat top left;
	height:26px;
}

#SearchMenu li.selected#first, #SearchMenu li.selected#first a:hover
{
	color:#444;
	background: url(../images/tabSearchMenuLeftActive.gif) no-repeat top left;
}

#SearchMenu li.selected a, #SearchMenu li.selected a:hover
{
	color:#444;
}

.SearchBox
{
  border: 1px solid #aaa;
  background-color: #f7f7f7;
  padding: 5px 2px;
}

/* /SearchMenu */
/* Zoeken verfijnen */
ul#ZoekVerfijnen

{
    list-style-type: none;
	vertical-align:middle;
}

ul#ZoekVerfijnen li {

	display: block;
	float: left;
	padding: 0 30px 0 0px;
	color: #fff;
	font-weight: bold;
	height: 32px;
	padding-top: 8px;

}

ul#ZoekVerfijnen li.onderwerp {

	padding-left: 10px;
	background: url(../images/RefineMain.gif) no-repeat right;
}

ul#ZoekVerfijnen li.selectedfirst {

	background: url(../images/RefineSelectedFirst.gif) no-repeat right;
}

ul#ZoekVerfijnen li.geselecteerd {

	background: url(../images/RefineSelected.gif) no-repeat right;
}
 

ul#ZoekVerfijnen li.verfijnen {
	color: #b5b5b5;
}
/* /Zoeken verfijnen */


#extraHeader a
{
	color: #fff;
	text-decoration: underline;

}
#extraHeader
{
	width: 100%; 
	background-color: #88929e; 
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#extraHeader .green
{
	color: #bad06c
	
}
#extraHeader a.green
{
	text-decoration: none;
}
#extraHeaderLeft
{
padding-left: 35px; 
padding-top: 0; 
float: left;
}

#extraHeaderRight
{
font-size: 10px;
padding-right: 35px; 
padding-top: 0; 
text-align: right;
}
