/* FILE ID - stylesheet for: bosatlas.noordhoff.nl */
@import url(screen.css);

/* controlPanel CSS reset */
.controlPanel table.ControlPanel {
	margin-bottom:0px;
}
.controlPanel * {
	margin:0px;
	padding:0px;
}
.controlPanel table, .controlPanel td, .controlPanel th {
	vertical-align:baseline;
	line-height:normal;
	text-align:center;
}
.controlPanel table.ControlPanel td {
	padding-bottom:3px;
	padding-top:3px;
}

/*
	============================================== 
		BA-screen.css
	==============================================
overriding some blueprint default classes */
body {margin: 0;}
.box {padding:0px 0px 0px 20px;margin-bottom:0;background: none;}

.clear {
	height: 100%;
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}


body {
	background: #fbfbf8;
	color: #090909;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}

p {
	font-size: 1em;
}

/* buttons */

a.button {
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;   /* Links */
  	display: block;
	float: right;
  	border:1px solid #dedede;
  	border-top:1px solid #eee;
  	border-left:1px solid #eee;
  	background-color:#f5f5f5;
  	font-size:100%;
  	line-height:130%;
  	text-decoration:none;
  	font-weight:bold;
  	color:#565656;
  	cursor:pointer;
}

a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* Button colors
-------------------------------------------------------------- */

/* Standard */

a.button {
	background: url(gfx/bg_button.gif) bottom repeat-x #56b9e8;
	border: 1px solid #fff;
	color: #fff !important;
}

a.button:hover{
	background: #56b9e8;
}

a.button:active{
	background: #358eba;
}

/* disabled */

body .disabled {
	
}

a.disabled:hover {

}

a.disabled:active {

}


a.start span {
	padding-right: 25px;
	background: url(gfx/icn_btn_start.gif) center right no-repeat;
	display: block;
}

a.shop {
	color: #fff;
	display: block;
	background: url(gfx/bg_btn_startApp.gif) bottom repeat-x #fb6300;
	padding: 5px 10px 7px 10px;
	margin: 0;
	border: 1px solid #ff6600;
}

a.shop:hover {
	background: #fb6300;
}




div.containerHolder {
	width: 1000px;
	margin: 0 auto;
	background: url(gfx/bg_containerHolder.gif) top repeat-y;
}
div.canvasFooter {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	clear:both;
	background: url(gfx/bg_canvasFooter.gif) top no-repeat;
}



#mainMenu, #siteMenu, div#middenMenu ul, div#adminMenu ul {
	list-style-type:none
}
#mainMenu {
	float: left;
}
#siteMenu {
	margin-top:9px;
	float:right;
}
#mainMenu li, #siteMenu li {
	display:inline;
	float:left;
}
div#adminMenu {
	position:absolute;
	left:0px;
}
#userLinks {
	margin-top:9px;
	margin-right:178px;
	float:right;
}
*html #userLinks {
	margin-right:89px;
}
#userLinks ul li {
	display:inline;
	float:left;
}
.sideMenuHolder {
	position:absolute;
	width:178px;
	right:0px;
}

/* Sitemenu: home | FAQ | Contact */
#siteMenu li a {
	display: block;
	height: 25px;
	text-indent: -1234em;
	overflow: hidden;
}

#siteMenu li.home a {
	width: 54px;
	background: url(gfx/bg_sitemenu_li_home.gif) no-repeat;	
}

#siteMenu li.FAQ a {
	width: 41px;
	background: url(gfx/bg_sitemenu_li_faq.gif) no-repeat;
}

#siteMenu li.contact a {
	width: 83px;
	background: url(gfx/bg_sitemenu_li_contact.gif) no-repeat;
}

#siteMenu li.home a:hover {
	background: url(gfx/bg_sitemenu_li_home_hover.gif) no-repeat;	
}

#siteMenu li.FAQ a:hover {
	background: url(gfx/bg_sitemenu_li_faq_hover.gif) no-repeat;
}

#siteMenu li.contact a:hover {
	background: url(gfx/bg_sitemenu_li_contact_hover.gif) no-repeat;
}
/* END */
#userLinks li.logOut a {
	background:url(gfx/bg_sitemenu_li_logout.gif);
	display:block;
	height:25px;
	width:86px;
}
#userLinks li.logOut a:hover {
	background:url(gfx/bg_sitemenu_li_logout_hover.gif);
}
#userLinks li.logOut a span {
	visibility:hidden;
}
div.container {
	background: #fff;
}

div#header {
	height: 58px;
	border-bottom: 1px solid #969696;
	background: #000;
	position: relative;
	
}

div#header h1 {
	width: 199px;
	height: 58px;
	margin: 0;
}

div#header h1 a {
	width: 199px;
	height: 58px;
	background: url(gfx/bg_h1.gif) no-repeat;
	text-indent: -1234em;
	overflow: hidden;
	display: block;
}


div#header div#searchBar {
	position: absolute;
	right: 20px;
	top: 20px;
	width:256px;
	color:#FFF;
}

div#searchBar input.NormalTextBox {
	background: url(gfx/bg_inputSearch.gif) bottom repeat-x #fff;
	border: none;
	font-size: 11px;
	width: 200px;
	padding: 2px 3px 1px 3px;
	height: 17px;
	position:absolute;
}
div#searchBar a {
	width: 20px;
	height: 20px;
	background:url(gfx/bg_inputSearchSubmit.gif) no-repeat;
	border: none;
	position:absolute;
	top:2px;
	right:0px;
}
div#searchBar a span {
	visibility:hidden;
}
/* MOZ FF2 only*/
html>/**/body div#searchBar a {
	top:0px;
}
div#searchBar a img {
	border:none;
}






div#menuBar {
	height: 34px;
	background: url(gfx/bg_menuBar.gif) bottom repeat-x #7f7f7f;
	border-bottom: 1px solid #fff;
	position:relative;
}


div#pageHeader {
	border-bottom: 1px solid #fff;
	height: 46px;
}


div#pageHeader h2 {
	height: 46px;
	text-indent: -1234em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}




div#etalage {
	height: 251px;
	border-bottom: 1px solid #fff;
	background: url(gfx/bg_etalage.jpg) top no-repeat;	
	position: relative;
}


 
div#etalage h2 {
	width: 960px;
	height: 46px;
	background: url(gfx/bg_h2_webwinkel-trans.png) left top no-repeat;
	text-indent: -1234em;
	overflow: hidden;
}

div#etalage div.shopButton {
	position: absolute;
	right: 20px;
	top: 7px;
	z-index: 100;
}


div#shopItemsHolder {
	width: 960px;
	height: 220px;
	position: absolute;
	top: 20px;
	left: 0;
}

div.shopItem {
	float: left;
	width: 176px;
	height: 197px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
}

div.shopItem:first-child {
	margin-left: 5px;
}
div.shopItem:last-child {
	margin-right: 5px;
}

div.shopItem a span.shopItemDescription {
	width: 176px;
	height: 60px;
	background: url(gfx/bg_shopItemDesc-trans.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	cursor: hand;
}
div.shopItem a:hover span.shopItemDescription {
	background: url(gfx/bg_shopItemDesc-over-trans.png);
}
div.shopItem a span.shopItemDescription span  {
	margin: 6px 16px 8px 13px;
	display: block;
	background: url(gfx/bg_targetGroupBar.gif) bottom left repeat-x #fff;
	height: 32px;
	padding: 6px 5px 4px 5px;
	text-align: center;
	line-height: 1.1em;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
div.shopItem a:hover span.shopItemDescription span {
	background: url(gfx/bg_btn_startApp.gif) bottom repeat-x #fb6300;
	color: #fff;
}

div#etalage div#middenMenu {
	height: 32px;
	width: 960px;
	background: url(gfx/bg_targetGroupBar.gif) bottom left repeat-x #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#etalage {
	overflow: hidden;
}

div#etalage div.overviewIntro,
div#etalage div.overviewIntro .Normal,
div#etalage div.overviewIntro .NormalDisabled {
	padding: 0 20px 20px 20px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
} 


div#middenMenu ul li {
	height: 32px;
	overflow: hidden;
	text-align: center;
}

div#middenMenu ul li a {
	font-weight: bold;
	display: block;
	border-right: 1px solid #fff;
	padding: 8px 0;
	color: #ff7800;
}
div#middenMenu ul li a:hover {
	color: #fff;
	text-decoration:none;
	background: url(gfx/bg_btn_startApp.gif) bottom repeat-x #fb6300;
}
div#middenMenu ul li {
	float:left;
	width:240px;
}

div#contentHolder.homepage {
	background: url(gfx/bg_contentHolder_home.gif) left top repeat-y;
	padding-bottom:0px;
	border-bottom: 1px solid #fff;
}

div.masterHolder h2 {
	margin: 20px;
	height: 16px;	
}

div.masterHolder h2.backgrounds a {
	background: url(gfx/bg_h2_achtergronden.gif) left top repeat-y;
	height: 16px;
	display: block;
	text-indent: -1234em;
	overflow: hidden;
}

div.masterHolder h2.applications a {
	background: url(gfx/bg_h2_toepassingen.gif) left top repeat-y;
	height: 16px;
	display: block;
	text-indent: -1234em;
	overflow: hidden;
}

div.leftPane p a.button,
div.rightPane p a.button  {
	float: left;
	margin: 0 20px;
}

div.leftPane div#btn_background a.button {
	border-top: 2px solid #81eb81;
	border-right: 2px solid #007c00;
	border-bottom: 2px solid #007c00;
	border-left: 2px solid #81eb81;
	background: url(gfx/bg_btn_backgrounds.gif) bottom repeat-x #00d200;
}

div.apps a.button {
	border-bottom: 1px solid #81eb81;
	border-left: 1px solid #007c00;
	border-top: 1px solid #007c00;
	border-right: 1px solid #81eb81;
	background: url(gfx/bg_btn_applications.gif) bottom repeat-x #00bce9;	
}
div.apps a.button:hover {
	background: #00bce9;	
}

div.background a.button {
	border-top: 1px solid #81eb81;
	border-right: 1px solid #007c00;
	border-bottom: 1px solid #007c00;
	border-left: 1px solid #81eb81;	
	background: url(gfx/bg_btn_backgrounds.gif) bottom repeat-x #00d200;	
}

div.background a.button:hover {
	background: #00d200;	
}

div.leftPane div#btn_background a:hover {
	background: #00d200;
}

div.leftPane div#btn_background a:active {
	border-bottom: 2px solid #81eb81;
	border-left: 2px solid #007c00;
	border-top: 2px solid #007c00;
	border-right: 2px solid #81eb81;
	background: #00d200;
}

div.rightPane div#btn_applications a.button {
	border-top: 2px solid #81e0f6;
	border-right: 2px solid #006f78;
	border-bottom: 2px solid #006f78;
	border-left: 2px solid #81e0f6;
	background: url(gfx/bg_btn_applications.gif) bottom repeat-x #00bce9;
}

div.rightPane div#btn_applications a:hover {
	background: #00bce9;
}

div.rightPane div#btn_applications a:active {
	border-bottom: 2px solid #81e0f6;
	border-left: 2px solid #006f78;
	border-top: 2px solid #006f78;
	border-right: 2px solid #81e0f6;
	background: #00bce9;
}

div.masterHolder div.box p {
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

div.masterHolder div.box ul li {
	list-style: none;
	font-weight: bold;
	margin-bottom: 3px;
}

div.masterHolder div.box ul li a {
	text-decoration: none;
}

.leftPane div.box ul li a {
	color: #366a00;
}
.leftPane div.box ul li a:hover {
	text-decoration:underline;
}
.rightPane div.box ul li a {
	color: #004585;
}
.leftPane div.box ul li a:hover,
.rightPane div.box ul li a:hover {
	text-decoration:underline;
}
div#contentHolder div#backgrounds div.box ul li a:hover, div#contentHolder div#applications div.box ul li a:hover {
	text-decoration: underline;
}

div#BAHistory, div#BANewMap, div#BACountries {
	height: 113px;
	overflow: hidden;
	width: 160px;
}
div.subContentHolder {
	overflow:hidden;
}
div#BAHistory div.box, div#BANewMap div.box, div#BACountries div.box {
	padding: 0;
	height: 113px;
	position: relative;
	width: 159px;
	overflow: hidden;
}

div#BAHistory div.box h3, div#BANewMap div.box h3, div#BACountries div.box h3 {
	font-size: 11px;
	margin: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

div#BAHistory div.box h3 a, div#BANewMap div.box h3 a, div#BACountries div.box h3 a {
	background: #70c942;
	color: #366a00;
	font-weight: bold;
	bottom: 0;
	left: 0;
	font-size: 11px;
	display: block;
	padding: 10px 20px;
	height: 32px;
}
div.box h3 a:hover {
	text-decoration:none;
}

#mapImage {
	height: 113px;
	background: #666;
}
#mapImage img {
	margin: 0;
	padding: 0;
	display: block; 
}


div#footer {
	color: #8e8e8e;
	background: url(gfx/bg_footer.gif) top right no-repeat #fff;
	height: 100px;
}

div#footer a {
	color: #8e8e8e;
	font-size: 11px;
}
div#footer div#footerMenu {
	margin-top:15px;
	margin-left:20px;
}
div#footer div#footerMenu ul li {
	float:left;
	list-style-type:none;
	padding:0 5px 0 5px;
	background: url(gfx/footerSeperator.jpg) no-repeat center right;
}

div#footer p {
	margin: 15px 20px;
}

div#footer a:hover {
	text-decoration: underline;
}

/*dropshadows*/

.alpha-shadow {
	float: left;
	background: url(gfx/shadow1.gif) no-repeat bottom right;
	display: inline;
	margin: 0 10px 5px 10px;
}

.thumbHolder .alpha-shadow {
	margin: 0 14px 3px 0;
}

#imgNav .alpha-shadow {
	margin: 0;
}

.alpha-shadow div {
  background: url(gfx/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
  display: block;
  float: left;
}

.alpha-shadow img {
  background-color: #fff;
  padding: 1px;
  display: block;
	float: none;
}

/*general overview styling*/

div.announcement {
	overflow: hidden;
	margin-top: 10px;
}
div#overview div#etalage {
	height: 170px;
}
div#contentHolder div.overviewRow div.box {
	padding: 0 10px 0 20px;
}

div#contentHolder div.overviewRow div.last div.box {
	padding: 0 20px 0 10px;
}

div.announcement div.box h3  {
	margin-bottom: 10px;
}

div.announcement div.box p  {
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: 20px;
}

div.announcement div.box a  {
	font-weight: bold;
}

div.announcement div.box h3 a {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}


/*general styling background section */

div.background a:link, div.background a:visited, div.background a:active {
	color: #306b01;
}

div.background div#pageHeader {
	background: #007b00;	
}

div.background div#pageHeader h2 {
	background: url(gfx/bg_pageHeader_h2_background.gif) no-repeat;	
}


div.background div.alpha-shadow {

	background: url(gfx/shadow1-backgrounds.gif) no-repeat bottom right;

}

div.background div.alpha-shadow div {
  background: url(gfx/shadow2-backgrounds.gif) no-repeat left top;

}


/*general styling content page*/

div#contentPage div.container {
	background: url(gfx/bg_container_content.gif) left repeat-y transparent;
}

div#contentPage div#contentHolder {
	background: url(gfx/bg_contentHolder_content.gif) top no-repeat transparent !important;
}

div#contentPage div#contentHolder div#etalage {
	background: transparent !important;
	height: 90px;
	border: none;
	overflow: visible;
}

div#contentPage div#etalage h3 {
	font-size: 24px;
	margin: 0 20px;
	padding: 0;
	font-weight: bold;
}

div#etalage .breadcrumb {
	margin: 20px 20px 10px 20px;
	padding: 0;
}

div#etalage .breadcrumb a.breadcrumbLink {
	font-weight: bold;
	font-size: 12px;
}

div#loginBox {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(gfx/bg_loginBox.gif) bottom repeat-x #43b2e6;
	border: 1px solid #fff;
	width: 300px;
	height: 150px;
	z-index: 100;
}

div#loginBox div.box {
	padding: 10px;
}

div#loginBox h4 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

div#loginBox a.startApp {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	display: block;
	width: 280px;
	text-align: center;
	background: url(gfx/bg_btn_startApp.gif) bottom repeat-x #fb6300;
	font-size: 14px;
	padding: 5px 0 7px 0;
	margin: 0;
	border: 1px solid #dcf0ff;
}

div#loginBox a.startApp:hover {
	background: #fb6300;
}
div#loginBox a {color: #dcf0ff; font-weight: bold;}

div#subMenu {
	margin-top: 41px;	
}

div#subMenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	line-height: 0;
}

div#subMenu ul li a {
	margin: 0;
	padding: 7px 20px 7px 10px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
/*	color:#306B01;*/
}

div#subMenu ul li.act a {
	background: url(gfx/bg_subMenu_li_act.gif) top right no-repeat #43b2e6;
	color: #fff;
}

div#articleHolder {
	padding-top: 20px;
	padding-bottom: 50px;

}
div.fullWidth {
	width:790px;
	float:left;
}
div#articleHolder h4, div#articleHolder h3 {
	font-weight: bold;
}

div#articleHolder p {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	line-height: 16px;
}

div#articleHolder ul {
	margin-bottom: 20px;
}
div#articleHolder ul li ul {
	margin-bottom: 10px;
}

div#contentHolder div#articleHolder div.box ul li ul li {
	font-weight: normal;
}

div#articleHolder p.date {
	color: #666;
	margin: -10px 0 5px 0;
}

div#contextHolder {
	padding-top: 10px;
	margin-top: 82px;
	font-size: 11px;
	line-height: 14px;

}

div#contextHolder div.box {
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #999;
}

div#contextHolder h5, div#contextHolder p {
	margin-bottom: 10px;
}

div#contextHolder a {
	font-weight: bold;
}


div#contentPage div#articleHolder div.alpha-shadow {
	float: left;
	background: url(gfx/shadow1.gif) no-repeat bottom right;
	display: inline;
	margin: 0 10px 5px 0;
}

div#contentPage div#articleHolder div.alpha-shadow div {
  background: url(gfx/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
  display: block;
  float: left;
}

div.item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


div.background .paginator, div.apps .paginator, .searchResults .NormalBold td {
	font-size:11px;
	margin:0px;
	padding: 20px;
	text-align:center;
	font-weight: bold;
}
div.background .paginator a, .this-page, div.apps .paginator a, .this-page, .searchResults .NormalBold td a {
	background:#FFFFFF;
	font-size:11px;
	margin:0pt 3px 0pt 0pt;
	padding:2px 4px 2px 5px;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}
div.background .paginator a.this-page, div.apps .paginator a.this-page, .searchResults .NormalBold td span {
	background:#333;
	border-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	margin:4px 3px 0pt 0pt;
	padding:2px 4px 2px 5px;
}
div.background .paginator a:hover, div.apps .paginator a:hover, .searchResults .NormalBold td a:hover{
	background:#333;
	color:#FFFFFF;
	text-decoration:none;
}
a.CommandButton:link,
a.CommandButton:hover {
	text-decoration:none;
}

/*polish the DNN search results*/
.searchResults table tr td
{
    padding-left:10px;
    color:White;
}
.searchOutput
{
    color:Black;
}

.searchResults .NormalBold
{
    margin-top:20px;
    padding-top:20px;
    height:50px;
}

.searchResults .NormalBold td
{
    color:Black;
    padding-right:150px;
}

/*styling contentpage apps*/

div#contentPage.apps div.container {
	background: url(gfx/bg_container_content_apps.gif) left repeat-y transparent;
}

div#contentPage.apps div#subMenu ul li#subMenuCurrentItem a {
	background: url(gfx/bg_subMenu_li_act_apps.gif) top right no-repeat #43b2e6;
	color:#ffffff;
}

div#contentPage.apps div#contentHolder {
	background: url(gfx/bg_contentHolder_content_apps.gif) top no-repeat transparent !important;
}
div#contentPage.apps div#contentHolder.fullwidth {
	background: url(gfx/bg_contentHolder_content_apps_fullwidth.gif) top no-repeat transparent !important;
}


/*styling contentpage background*/

div#contentPage.background div.container {
	background: url(gfx/bg_container_content_bg.gif) left repeat-y transparent;
}

div#contentPage.background div#subMenu ul li#subMenuCurrentItem a {
	background: url(gfx/bg_subMenu_li_act_bg.gif) top right no-repeat #4da701;
	color:#ffffff;
}
div#contentPage.background div#contentHolder.fullWidthBg {
	background: url(gfx/bg_contentHolder_contentFullWidth_bg.gif) top no-repeat transparent !important;
}
div#contentPage.background div#contentHolder {
	background: url(gfx/bg_contentHolder_content_bg.gif) top no-repeat transparent !important;
}

/*overview styling background*/

div.background div#etalage {
	background: #70c942;
}
div.background div.announcement {
	background: url(gfx/bg_overviewRow_background.gif) repeat-y;
	width:470px;
	height:210px;
}
div.background div#contentHolder div.announcement div.box h3 a {
	background: #46ab02;
	color: #fff;
}


/*general styling background section */

div.apps a:link, div.apps a:visited, div.apps a:active {
	color: #004cae;
}

div.apps div#pageHeader {
	background: #0077ac;	
}

div.apps div#pageHeader h2 {
	background: url(gfx/bg_pageHeader_h2_apps.gif) no-repeat;
}


div.apps div.alpha-shadow {

	background: url(gfx/shadow1-apps.gif) no-repeat bottom right;

}

div.apps div.alpha-shadow div {
  background: url(gfx/shadow2-apps.gif) no-repeat left top;

}


/*overview styling applications*/

div#overview.apps div#etalage {
	background: #43b2e6;
}

div.apps div.announcement {
	background: url(gfx/bg_overviewRow_apps.gif) top repeat-y;
	width:470px;
	height:210px;
}

div.apps div#contentHolder div.announcement div.box h3 a {
	background: #43b2e6;
	color: #fff;
}

/* DotNetNuke Content panes CSS */
.leftPane {
	width:480px;
	float:left;
}
.rightPane {
	width:480px;
	float:right;
}
div.background .bottomPane table {
	margin-bottom:0px;
}
.topPaneHome .EditButtonsHead {
	position:absolute;
	z-index:100;
}
.topPaneHome .EditButtonsFooter {
	display:none;
}


/* ======================================== */
/*	CSS hieronder wijkt af per DNN installatie en server omgeving, doordat CSS selectors op pagina IDs gezet zijn ivm de HouseMenus
/* ======================================== */	

/* Admin menu items verbergen */
div#adminMenu ul li#adminMenuItemHome,
div#adminMenu ul li#adminMenuItem1591,
div#adminMenu ul li#adminMenuItem1592 {
	display:none;
}
#mainMenu li a {
	text-indent: -1234em;
	overflow: hidden;
	display: block;
}

/* shop */
#mainMenu li#mainMenuItem1561 a,
div.shop #mainMenu li#mainMenuCurrentItem a {
	width: 122px;
	height: 34px;
	background: url(gfx/bg_menu_li_shop.gif) no-repeat;
}

#mainMenu li#mainMenuItem1561 a:hover  {
	background: url(gfx/bg_menu_li_shop_hover.gif) no-repeat;
}

/* achtergronden */ 
#mainMenu li#mainMenuItem1562 a,
div.background #mainMenu li#mainMenuCurrentItem a {
	width: 166px;
	height: 34px;
	background: url(gfx/bg_menu_li_background.gif) no-repeat;
}

#mainMenu li#mainMenuItem1562 a:hover,
div.background #mainMenu li#mainMenuCurrentItem a,
div.background #mainMenu li#mainMenuItem1562 a {
	background: url(gfx/bg_menu_li_background_hover.gif) no-repeat;
}

/* Toepassingen */
#mainMenu li#mainMenuItem1566 a,
div.apps #mainMenu li#mainMenuCurrentItem a {
	width: 142px;
	height: 34px;
	background: url(gfx/bg_menu_li_applications.gif) no-repeat;
}

#mainMenu li#mainMenuItem1566 a:hover,
div.apps #mainMenu li#mainMenuCurrentItem a,
div.apps #mainMenu li#mainMenuItem1566 a {
	background: url(gfx/bg_menu_li_applications_hover.gif) no-repeat;
}

/* Laatste list item van footermenu moet geen seperator */
div#footer div#footerMenu ul li#footerMenuItem1590 {
	background:none;
}
/* END */


/*********************************
ACCOUNTBAR CSS START
*********************************/
 
#accountBarDiv
{
position: absolute; 
z-index: 1000; 
margin-top: 12px;
margin-right: 1px;
background-color: transparent; 
font-size:11px;
font-family:verdana;
color:black; 
text-decoration:none;
}

#accountBarDiv a
{
	color:#90969E;
	text-decoration:none;
}

#accountBarDiv a:hover
{
	color:#90969E;
	text-decoration:underline;
}
 
/*********************************
ACCOUNTBAR CSS END
*********************************/
