/*===============================================
		Content
===============================================*/

div#content p#breadcrumbs {
  margin: 0;
  padding: 0;
  
  font-size: 0.9em;
}

a {
  color: #F60;			/* Jaarkleur */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 1em 0 0.5em 0;

  font-size: 1.25em;
}

h2 {
  margin: 0.75em 0 0.25em 0;

  font-size: 1.15em;
}

h3 {
  margin: 0.5em 0 0 0;

  font-size: 1em;
}

div#content {
  text-align: left;
}

div#content p {
  margin: 0.5em 0;

  font-size: 1em;
  line-height: 140%;
  text-align: justify;
}

div#content table {
  font-size: 1em;
}

div#content ul#readon {
  float: right;
  
  list-style: none;
}
 


/*===============================================
		Column
===============================================*/

ul#quicklinks {
  margin: 0 0 0 17px;
  padding: 0;
  
  list-style: disc url(/admino/templates/bata2006/images/icon_greyarrow.gif) outside;
}

ul#quicklinks a {
  color: black;
  text-decoration: none;
}

ul#quicklinks a:hover {
  color: #F60;			/* Jaarkleur */
  text-decoration: underline;
}

div#column {
	font-size: 0.9em;
}