@charset "UTF-8";

/*
 * BASE CSS STYLED ON BLUEPRINT
 */


body {
	color: #444444;
        line-height: 1.5;
        color: #222222;
       font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

h1 {
	color:#222222;
	font-family: Arial;
	font-size: 1.7em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 15px 5px 0px;
}

h2 {
	color:#222222;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 15px 5px 0px;
}

h3 {
	color:#222222;
	font-family: Arial;
	font-size: 1.1em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 0px 5px 0px;
}

a {
	color:#333333;
}

.voedingswaardetabel {
font-size: 11px;
text-align:left;
margin:0px;
}

.voedingswaardetabel th {
font-weight:bold;
background-color:#EEE;
padding:3px 2px;
}

.voedingswaardetabel td {
padding:2px 5px;
border-bottom: 1px solid #CCC;
}




.lightwindow{
	/* LIGHT WINDOW DEFINITION 
	 * Deze definitie verschijnt als optie bij links in TINYMce
	 * */
}



