/* CSS Document */

/*reset*/
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; text-decoration:none;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {
	line-height: 1;
}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


/* Global */

html	{	}
body	{ background-color:#ccc; font-family:Arial, Helvetica, sans-serif;	}

/* Headings */
h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #000; }

h1 {font-size:24px;}
h2 {font-size:20px; margin-top:20px;}
h3 {font-size:16px; margin-top:16px}
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;}

/*text elements */

p			{color:#000; font-size::12px; line-height:100%;}
p .left		{margin: 1.5em 1.5em 1.5em 0; padding: 0;}
p .right	{margin: 1.5em 0 1.5em 1.5em; padding: 0;}

a			{  }
a:link		{color: #00f;	}
a:visited	{color: #0f0;	}
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}


/* Images */

/* Lists */
ul			{ }
ol			{ }
  li {
    margin-bottom: 10px; /* Voeg een ruimte van 10 pixels toe onder elk lijstitem */
	text-indent: 10px;
	 padding-left: 10px;
  }

ul li		{
	color:#000;
	font-size:16px;
	/*list-style-type: disc;  /*Zorgt voor bolletjes */
   /* padding-left: 20px;    /* Zorgt dat de bolletjes zichtbaar zijn */
}
ol li		{color:#000; font-size:100%;}

dl			{ }
dt			{ }
dd			{ }



/* Containers  width:900px; margin:0 auto; background-color:#A5FF5B;  */

#outher		{ width:960px; margin:0 auto; background-color:#A5FF5B; }

#wrapper	{ width:900px; margin:0 auto; background-color:#A5FF5B; }


#banner		{ margin:0 0 30px 0; }


/*dummy vertical-align:middle;*/
#topnav			{ }
#topnav	ul		{  border-top:1px #000 solid; border-bottom:1px #000 solid; margin-bottom: 20px ;padding:5px;  }
#topnav ul li	{ display:inline; }
#topnav	ul li a	{ padding: 0 15px; margin: auto 0; font-size:29px; vertical-align:bottom;}


#topnav	a:link		{color: #000; 	}
#topnav	a:visited	{color: #000;	}
#topnav	a:active	{color: #000;	}
#topnav	a:focus		{color: #000;	}
#topnav	a:hover		{color:#005B00;}








#content				{ width: 580px; float:left; padding-bottom:20px; margin-right:20px }
#content-fullwidth		{ width:100%;  }

#pictures				{ float:right;  }
#pictures ul li			{ padding-bottom:5px }
#pictures li			{ 	text-indent: 0px;
	 padding-left: 0px; }

#conditions	ul li		{ color:#000; font-size::16px; line-height:150%; }

#footer			{ clear:both; border-top:1px #000 solid ; margin: 20px 0 }
