/* CSS Document */

/* v1.0 | 20080212 */

/* 
	###################################################### 
	#					Start Reset						 #
	######################################################

*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
	###################################################### 
	#					End Reset						 #
	######################################################

*/

body.mceContentBody {
   background-color:#FFF;
}

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content{
	background-color:#FFF;
	font-size:12px;
	color:#000099;
}

h1{
	margin-bottom:15px;
	font-size: 18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#8cc63f;
}

h2{
	font-size: 14px;
	font-weight:bold;
	color:#8cc63f;
	margin-bottom:2px;
}

h3{
	font-size: 12px;
	font-weight:bold;
	color:#8cc63f;
}

p, address, td{
	margin-bottom:1em;
	color:#005957;
	font-size:11px;
	font-style:normal;
	line-height:16px;
}

li{
	color:#005957;
	font-size:11px;
	font-style:normal;
	line-height:16px;
}

p img, center img, td img{
	border:solid 1px #8CC63F;
}

a{
	color: #005957;
}

.address-info{
	display:block;
	width:40px;
	float:left;
}

strong{
	
}

ul{
	list-style:disc inside ;
	margin-bottom:1em;
}

ol{
	list-style:inside decimal;
	margin-bottom:1em;
}

td.product_omschrijving{
	padding:10px 0 20px 0;
}

/* Losse content opmaak classes */

.afbeelding-uitlijnen-links{
	float:left;
	margin-right:5px;
	margin-bottom:2px;
}

.afbeelding-uitlijnen-rechts{
	float:right;
	margin-left:5px;
	margin-bottom:2px;
}


