/*===================================================
FILENAME:			mu.print.css
DESCRIPTION:		Default Style Sheet
CREATED:			16/01/2008
INITIAL AUTHOR:		Elma Smit
UPDATED BY:			Elma Smit, 16/01/2008

Copyright (c) 2008 KeyAgency
http://www.vanmeeuwen.nl/
===================================================*/

body
{
	color: #000;
	background-image: none;
	font-family: 'Lucida Grande', Geneva, Arial, sans-serif;
}

hr,
.hide { display: none; }
.clear { clear: both; }
img { border: none; }
a { outline: none; }

/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#page
{
	/* 	padding: 20px; */
	margin: 0px auto;
}

#page .first { width: 180px; display: none;}
#page .third { width: 180px; display: none;}

/*
| -------------------------------------------------------------------
| HEADER
| -------------------------------------------------------------------
*/

#header
{
	display: none;
}



/*
| -------------------------------------------------------------------
| PAGECONTENT
| -------------------------------------------------------------------
*/

#page #pagecontent
{
	
	width: 100%;
}

#pagecontent a { color: #002a5c; }
#pagecontent a:hover { color: #fcbd16; }
#pagecontent p.intro { font-weight: bold; }

#pagecontent p
{
	/* 	padding: 0 0 15px 0; */
	font-size: 85%;
	line-height: 140%;
}

#pagecontent ul
{
	font-size: 85%;
	line-height: 140%;
	font-weight: inherit;
}

#pagecontent h3
{
	font-size: 108%;
	font-weight: normal;
	line-height: 140%;
	color: #007fca;
	margin: 0pt 0pt 1em 0pt;
}

#pagecontent h4
{
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #002a5c;
}

#pagecontent #banner
{
	display: none;
}

#pagecontent .food,
#pagecontent .industrie,
#pagecontent .chemicals,
#pagecontent .homepage,
#pagecontent .food h4,
#pagecontent .industrie h4,
#pagecontent .chemicals h4,
#pagecontent .homepage h4
{
	background-repeat: no-repeat;
}

#pagecontent #banner h4 { height: 75px; }
#pagecontent .food { background-image: url('../gui/banner/food.jpg'); }
#pagecontent .food h4 { background-image: url('../gui/banner/title/food.jpg'); }
#pagecontent .industrie { background-image: url('../gui/banner/non-food.jpg'); }
#pagecontent .industrie h4 { background-image: url('../gui/banner/title/non-food.jpg'); }
#pagecontent .chemicals { background-image: url('../gui/banner/chemicals.jpg'); }
#pagecontent .chemicals h4 { background-image: url('../gui/banner/title/chemicals.jpg'); }
#pagecontent .homepage { background-image: url('../gui/banner/homepage.jpg'); }
#pagecontent .homepage h4 { background-image: url('../gui/banner/title/homepage.jpg'); }

#pagecontent form.mail-a-friend { display: none;}

/*
| -------------------------------------------------------------------
| folders in folders
| - beetje ruk eigenlijk wel nog!
| -------------------------------------------------------------------
*/

#pagecontent  div.folder { border: none; }

#pagecontent  div.list
{
	padding: 2px 0 2px 0;
	display: block;
	clear: both;
	overflow: auto;
	_height: 1%;
}

#pagecontent div.folder div.folder
{
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-style: solid;
}

#pagecontent div.list p { padding: 0px; }

#pagecontent h4 a
{
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #002a5c;
	text-decoration: none;
}

.date_publish
{
	color: #002a5c;
	display: block;
	padding: 2px 0 2px 0;
}

#pagecontent div.list p.intro { font-weight: normal; }
#pagecontent div.list p.readmore a { color: #fcbd16; }
#pagecontent div.list p.readmore a:hover { color: #002a5c; }

/* 
	download
*/

div.download p a { text-decoration: none; }
div.download p a img { vertical-align: middle; }

