/* =html */
html {
	margin : 0;
	padding : 0;
	color : #525252;
/*	background-image: url(../img/pat_20060206194322.gif);
	background-repeat: repeat;
	background-position: left top;*/
}

/* =body */
body {
	margin:15px 0;
	padding :0;
	line-height:18px;
	font-size:11px;
	text-align : left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* =hx */
h2, h3, h4, h5, h6{ clear : left; 
margin : 0; 
padding : 0; }

h2 { font-size : 16px; }
h3 { font-size : 14px; color:#F78C19; }
h4 { font-size : 110%; }
h5 { font-size : 100%; }
h6 { font-size : 80%; }

/* =code pre */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; }

pre { font-size : 80%; }

/* =a */
a:link { color : #F78C19; 
text-decoration : none; }

a:visited { color : #F78C19; 
text-decoration : none; }

a:hover { color : #F78C19;
text-decoration : none; }

a.grijs:link { color : #525252; 
text-decoration : none; }

a.grijs:visited { color : #525252; 
text-decoration : none; }

a.grijs:hover { color : #F78C19; 
text-decoration : none; }

a.oranje:link { color : #F78C19; 
text-decoration : underline; }

a.oranje:visited { color : #F78C19; 
text-decoration : underline; }

a.oranje:hover { color : #525252; 
text-decoration : none; }

a.oranje_nound:link { color : #F78C19; 
text-decoration : none; }

a.oranje_nound:visited { color : #F78C19; 
text-decoration : none; }

a.oranje_nound:hover { color : #525252; 
text-decoration : none; }
 
img, img a { border : none; }

/* =div */
div.example { margin-bottom : 20px; 
padding : 20px; 
border : 1px solid #ccc; }