/*
css for sustainability website 2008
pvop 12-08-2008
*/

.arrowlistmenu{
width: 13em; /*width of accordion menu*/
font-family: Arial, Helvetica, sans-serif;
margin-top: 2.5em;
margin-left: 0em;
margin-bottom: 2em;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: #000;
background: #efefef url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/* text-transform: lowercase; */
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: white url(../images/_Arrow10ptDarkHover.png) no-repeat right !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

font-weight: bold !important;
background: white url(../images/_Arrow10ptDarkHoverDown.gif) no-repeat right !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
width: 85%;
padding: 3px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 0.9em;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

.overview a:link, .overview a:visited{
color: black !important;
font-weight: gray;
padding-left: -2em !important;
}

.subcategoryitems {
margin-left: 15px
}
.subcategoryitems li {
margin-left: 1em;
}
.subcategoryitems li a:link, .subcategoryitems li a:visited {
color: gray !important;
}
.current {
background-color: #efefef;
}

#titleFlashConContainer img{
float: right;
}

#titleFlashConContainer h1 {
margin-top: 1em;
margin-left: 1.5em;
}

.tonerbottle {
margin-left:1em;	
}

#newsblock {
margin-top: 2.8em;
background-color: #f7f6f6;
padding: 1em;
padding-top: 1em;
padding-left: 0.6em;
border: 1px solid #efefef;
font-size: 90%;
margin-bottom: 2.5em;
}
#newsblock a{
text-decoration: none;
}

#newsblock2 {
margin-top: 1em;
background-color: #f7f6f6;
padding: 1em;
padding-top: 0,5em;
padding-left: 1em;
border: 1px solid #efefef;
font-size: 90%;
margin-bottom: 1em;

}

.focalpointsblock {
float: left;
margin-top: 1em;
}
.focalpointsblock img {
margin-right: 1em;
}

/* styles voor focal points */

.menu2 {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 76px;
	text-decoration: none;
	font-weight: bold;
}
.menu2 li em {
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: 15px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* table styles */

/* remove all padding and spacing from tables */ 

table  { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0;}
td {
vertical-align: top;
}

/* voor table list, bv vestigingen */

table.tableList {
border-collapse:collapse;
margin-bottom: 1.5em;
width: 100%;
margin-top: 1em;
}

table.tableList thead th {
text-align: left;
font-size: 95%;
font-weight: bold;
}

table.tableList caption{
font-size: 1.1em;
color: #666666;
text-align: left;
font-weight: bold;
padding: 1em 0;
}

table.tableList th, table.tableList td {
  padding: 0.4em 0.4em;
  border: 1px solid #efefef;
}

table.tableList td {
font-size: 0.95em;
}

table.tableList tfoot td {
padding: 10px;
padding-left: 50px;
}

table.tableList thead {
  background: #efefef repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

table.tableList .odd {
background-color: #EFEFEF;
}

.fakelink {
color: #3366cc;
text-decoration: underline;
cursor: hand;
}
.nobullet {
list-style: none;
margin: 0;
padding: 0;
}

 .feed-button {
  padding: 10px 0;
  margin-top: 0.8em;
}

.feed-button a {
  color: #666;
  padding: 10px 15px 10px 36px;
  background: #efefef url("../images/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}

.feed-button a:hover {
  color: #444;
  background: #DFDFDF url("../images/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;
}

.jaartal {
color: #1d6d1b;
font-size: 13px;
font-weight:bold;
background-color:#ffffee;
}
