@charset "utf-8";


/*reset*/
/* Begin van de reset -----------------------------------------------------------------------------------------------------*/
html, body {margin: 0; padding: 0; border:0; background: transparent; font-size:10px;}
div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border: 0;
	vertical-align:baseline;
	background:transparent;
}

img  {margin:0; padding:0; border:0;}

table, tr, th, td, tbody, tfoot, thead {
	margin:0; padding:0; border:0; vertical-align:baseline;
    }
	
table {border-collapse:collapse; border-spacing:0; }

input, select, textarea, form {
	margin:5; padding:5; border:solid white 0px;
    }

fieldset {
	margin:0; padding;0; border:1px white solid;
}    
	
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;}
	
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, a, caption, em, strong, strike {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color: #000;
}

/* globaal */

html {      }
body { background-color: #FFF;    }


/*hoofdingen*/

h1, h2, h3, h4, h5, h6 {font-weight:bold;  }

h1 {font-size:24px; color: #000;
	padding-bottom:15px; margin-bottom:8px;}
h2 {font-size:20px; color: #000;
	padding-bottom:15px;  margin-bottom:15px;
	margin-top:25px;}
h3 {font-size:16px; text-align:center; }
h4 {font-size:14px;  }
h5 {font-size:14px; }
h6 {font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}


/* tekst elementen*/

p				{color:#000; font-size:12px; line-height:150%; 
					margin: 15px 0;}
p .left			{margin:1.5em 0 1.5 em 1.5em; padding:0; }
p .right		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a				{		}
a:link			{ color: #00f; }
a:visited		{ color: #636; }
a:active		{ color: #000; }
a:focus			{ color: #666; }
a:hover			{ color: #f00; }

blockquote		{ color:#000; font-size:12px;}

strong			{ font-weight:bold;}
em				{ font-style: italic;}




/* afbeeldingen */

.afbeelding-kader   { padding:0px; border: 2px #ccc solid; margin: 10px; }

/*lijsten*/

ul			{   }
ol			{ list-style-type:decimal; }

ul li		{ color:#000; font-size:12px; }
ol li		{ color: #000; font-size:12px; }

dl			{   }
dt    		{   }
dd			{   }

/* table */


tr					{   }
.odd				{ background-color: #eee; }
.even				{ background-color: #fff; }

th					{ font-weight: bold; }
thead, th			{ background: #ccc; }

tbody				{   }

th, td, caption		{   }
caption				{   }

tfoot				{   }
.tfooter			{ background: #efefef; }





/*allerhande*/

sup, sub		{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
adress			{   }
del				{ background: #FFCECE; color: #f00; }

code, pre		{ background-color: #FF9; padding: 2px 0px; margin: 4px 25px;
					font-family:"Courier New", Courier, monospace; font-size: 12px; font-weight: bold;}

/* Einde van de reset -----------------------------------------------------------------------------------------------------*/

