h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 7px 0;
  font-weight: normal;
  line-height: 130%;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

#nieuwe_artikelen a, #populaire_artikelen a{
	color: #A84848;
}

a {
   color: #000000;
   text-decoration: none;
}

li a.active {
   color: #000000;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	text-decoration: underline;
	color: #AA4848;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

h1 {   
  font-family: Helvetica, Arial, sans-serif;
  font-size: 170%;
  color: #000000;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-color: ;
  font-size: 130%;
  font-weight: bold;
  line-height: 130%;
  text-align: left;
  padding: 15px 0 0 0;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 110%;
  color: #000;
  padding: 15px 0 10px 0;
}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #a84848;
}

h5 {
  font: 700 1.1em "Helvetica", Arial,sans-serif;
  color: #F17400;
  padding: 0;
  margin:0;
}

h6 {
  font: 700 1em "Helvetica", Arial,sans-serif;
  color: #FF4B33;
}

/**************************************************************
   Images
 **************************************************************/
img {
	padding: 12px 0 10px 0;
	align: center;
}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 0px;
}

.typography {
	background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left !important;
}

/**************************************************************
   Assigned classes
 **************************************************************/

ul{
	padding: 3px 0 20px 0;
	list-style-type: none;
	margin: 0;
	text-align: left;
}

li{
	padding: 5px 12px 0 0;
}



li a.active{
	color: #000000;
}

#italic{
	font-style: italic;
}

p{
	margin: 0.6em 0 1.2em;
	padding: 0;
	line-height: 150%;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.green{
	color: #04994f;
}

.red{
	color: #df0505;
}
