/* CSS Document */
/* RULE: Always declare margin on every block element. */
/* Blockelements are: ADDRESS BLOCKQUOTE DD DIV DL DT H1 H2 H3 H4 H5 H6 LI OL P 
PRE UL  */
/* use ems on vertical margins and % on horizontal margins */
/* Avoid using padding (because it does not collapse) except when the element has a border. However, to avoid differences with  browsers/user style sheets that set it instead of margin, set it to 0 on every element.  */

/* Elements font-families */

body {
	font: 76% Verdana, sans-serif;
	background-color: #f5f5f5;
	}
p, a, ul, ol, strong, em, textarea {
	font-family: Verdana, sans-serif;
	line-height: 1.6em;
	}		
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}		
	
/* Element font-sizes; body in typobig and typonormal defines the size of the bodytag */

p, ul, ol, li, a, textarea {
	font-size: 1em;
	}					
p, ul, table, h1, h2, h3, h4, h5, h6 {
	margin-left: 0;
	margin-right: 0;
	padding: 0 ;
	}	
p {
	margin-top: .5em;
	margin-bottom: 0.5em;
	}	
h1 { 
	padding-top: 0;
	padding-bottom: 1em;
	margin: 0;
	font-size: 2.6em;
	}	 
h2 { 
	padding-top: 0em;
	padding-bottom: 0.5em;
	font-size: 1.6em;
	}
h3, h4, h5, h6, caption {	
	padding-top: 0.5em;
	padding-bottom: 0;
	}	
h3 {
	font-size: 1.5em;
	}				
h4 {
	font-size: 1.1em;	
	} 
h5 {	
	text-transform: uppercase;	
	font-size: 1em;	
	} 
h6 {
	text-transform: uppercase;
	font-size: 1em;	
	} 	
a { 
	cursor: auto;
	text-decoration: none;	
	font-weight: bold;
	}	
a.button {
	background-image: url(../images/extra/SL-Bladvorm.gif);
	background-position: 0 1.2em;
	background-repeat:repeat-x;
	padding: 0;
	}	  
a:link {
	color: #cf0; 
	} 
a:visited {
	color: #cf0; 
} 
a:active {
	color: #cf0; 
	} 
a:hover {
	color: #cf0; 
	text-decoration: none;
	}  		 
textarea {
	cursor: text;
	color: #666;
	} 

	
/* different types of links ie internal external */

ul {
	list-style-type: none; 
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}		
li, li.externallink {
	margin: 0;
	padding: 0 0 0 20px;
	background-repeat: no-repeat; 
	background-position: 0px 0em; 	
	}	
li, li.externallink:after {
	padding-right: 1em;
	}	
li {	
	}			

p + ul {
	margin-top: 0em;
	margin-bottom: 0em;	
	}	


/* classes */

p.small, .small, a.small {
	font-size: 0.85em;
	line-height: 1.6em;
	}		
.right {
	text-align: right; 
	}
.left {
	text-align: left; 
	}	
.center {
	text-align: center`; 
	}					
#zoek {
	padding: 1em 0;
	background-color:#transparent;
	text-align: right;
	margin: 0;
	}	



