/*******************************************************************************
RESET SECTION
*******************************************************************************/

	*{
	  margin:0;
	  padding:0;
	  }
	ul{
		margin:0 0 0 15px;
	}
	ol{
		margin:0 0 0 20px;_margin:0 0 0 22px;
	}

/*******************************************************************************
MARKUP SECTION
*******************************************************************************/
   
	  p, td, div, ol, ul, ul a, ol a{
	  font-family: Verdana, tahoma, trebuchet ms;
	  font-size:11px;
	  font-weight:normal;
	  color:#464546;
	  line-height: 1.5;
	  }
	  a{
	  text-decoration:none;
	  color:#6b6b6e;
	  }
	  /*.midbox a{
	  font-weight:bold;
	  color:#87ab26;
	  }*/
	  a:active, a:focus
	  { 
	  outline:none; 
	  } 

	  h1, h2, h3, h4{
	  font-family: Verdana, Arial;
	  font-weight:bold;
	  color:#6b6b6e;
	  }
	  h1{
	  font-size:18px;
	  color:#6b6b6e;
	  }
	  h2{
	  font-size:16px;
	  color:#6b6b6e;
	  }
	  h3{
	  font-size:14px;
	  color:#6b6b6e;
	  }
	  

/*tabmenu-toplinks(rss & adverteren) opmaak*/
 .toplinks a, .tabmenu li a, .newstablehm li a, .mandtext td, .mandtext td p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #464546;    /*color:pink;*/
	}
	
/*Title's opmaak*/
 .zoektitle, .newstitlehm{
	font-family:trebuchet ms;
    font-size:16px;
    font-weight:bold;
    /*color:green;*/ 
	}	
/*LegoTitle's(artikeltitle) opmaak*/	
    .legotitle{
    font-family:trebuchet ms;
    font-size:16px;
    font-weight:bold;
    color:#fff; 
    }	
    .legobronlift span{
    font-family:verdana;
    font-size:9px;
    color:#464546; 
    }		
    .legoinhoud .text p{
    font-size:11px;
    color:#333333;
    }
	.legoinhoud .text p a{
	font-weight:bold;
	color:#87ab26;
    }
	.legoinhoud .text p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
    }
	
	
