/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
      a {text-decoration:none}

/*#######################
  Element Styles 
#######################*/

body {
     font-size:14px;     
     font-family:Helvetica, Arial, Verdana, sans-serif; 
     color:#000000; 
     background:#fff url(../images/body_bg.jpg) left top repeat-x}
     h1 {margin:10px 1px; font-weight: 800; font-size:2em; color:#808080}
     h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
     h2, h3, h4, h5 {font-weight:bold;  color:#808080}
     h2 {font-size:1.5em}
     h3 {font-size:1.25em}
     h4 {font-size:1.15em; color:#FF0000}
     h5 {font-size:1em; font-style:italic; color:gray}
     a {color:#808080; outline:none}
	a:hover {text-decoration:none}
    dt {margin:15px 0; font-weight:bold}
    dd {margin:5px 0 5px 15px}
    ol {margin-left:25px}


/*#######################
  Layout Styles 
#######################*/

#wrapper {width:900px; padding:0 15px; margin:0 auto}

#navigation {margin:19px 0 0 0}
      
#content {
         clear:both;
         color: #000000; 
         float:left; 
         margin-top: 10px 0 0 0; 
         padding-top:10px}
         a {text-color: #000000 }	

	
	#content p {line-height:1.25em}
	#content ul {margin-left:15px; list-style-type:disc}
	#content li {margin:2px 0}	/*RUIMTE TUSSEN DE REGELS BIJ LIJST*/
	#content .two_columns {float:left; display:inline; width:420px; margin-right:15px}
	#content .three_columns {float:left; display:inline; width:210px; margin-right:15px}
   	#content .threebig_columns {float:left; display:inline; width:280px; margin-right:15px}
   	#content .badshop_columns {float:left; display:inline; width:580px; margin-right:15px}
	#content .service_list {float:left; display:inline; margin-top:40px; width:100px; font-size:.9em}
	
#footer {clear:both; padding:0 0 0; font-size:.9em;}




