@charset "UTF-8";

/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_menken.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
	background: #BCC90D;
	text-align: center;
}

div.clearfloat {
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	clear: both;
}

div#mainwrapper {
	position: relative;
	text-align: right;
	margin: 0 auto;
	width: 950px;
	height: auto;
	overflow: visible;
	background: white  no-repeat top left;
	border: 1px solid #484848;
}

div#introwrapper {
	margin: 0 auto;
	width: 950px;
	overflow: visible;
	background: white  no-repeat top left;
	border: 1px solid #484848;
}

div#introwrapper img {
	display: block;	
}

h1 {
	float: right;
	width: 370px;
	height: 150px;
}

h1 a {
	float: right;
	display: block;
	width: 370px;
	height: 150px;
	background: url(/images/logo_menkenorlando.gif) no-repeat top left;
}

h1 span {
	display: none;
}

div#topimage {
	background: E1E1E1;
	width: 185px;
	height: 150px;
	float: right;
}

div#topimage img {
	display: block;
}

div#contentwrapper {
	float: right;
	text-align: left;
	width: 555px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	min-height: 482px;
	height: auto !important;
	height: 482px;
	background: white;
}

div#mainwrapper.retail div#contentwrapper {
	background: #DA9D7D;
}

div#mainwrapper.foodservice div#contentwrapper {
	background: #D7DD8A;
}

div#mainwrapper.private-label div#contentwrapper {
	background: #A6BF91;
}

div#content {
	line-height: 140%;
	font-size: 11px;
	padding: 20px 40px 20px 20px;
}

div#footer {
	clear: both;
	border-top: 1px solid #484848;
	background: white;
	text-align: left;
	padding: 7px 7px 8px;
	height: 11px;
}

ul#taalkeuze {
	font-size: 10px;
}

ul#taalkeuze li {
	color: #484848;
	float: left;
	margin-right: 4px;
}

ul#taalkeuze li a {
	display: block;
	width: 16px;
	height: 11px;
}

ul#taalkeuze li#nl a {
	background: url(/images/nl.gif) no-repeat top left;
}

ul#taalkeuze li#en a {
	background: url(/images/gb.gif) no-repeat top left;
}

ul#taalkeuze li#fr a {
	background: url(/images/fr.gif) no-repeat top left;
}

ul#taalkeuze li#de a {
	background: url(/images/de.gif) no-repeat top left;
}

ul#taalkeuze li span {
	display: none;
}

/* --- SLIDESHOW --- */

div#my_slideshow {
	float: left;
	width: 394px;
	height: 630px;
	overflow: hidden;
}

div.slideshow {
	width: 394px;
	height: 630px;
	line-height: 1px;
}

div.slideshow p {
	display: none !important;
}

/*--- NIEUWS ---*/

div.nieuws_item {
	padding: 10px 0;
	margin-bottom: 10px;
	border-top: 1px solid #EEE;
}

div#content div.nieuws_item h3 {
	margin: 10px 0 15px;
}

/*--- STYLING ---*/

div#content h2 {
	font-size: 14px;
	margin: 0 0 15px;
	line-height: 110%;
}

div#content h3 {
	font-size: 12px;
	margin: 25px 0 15px;
	line-height: 140%;
}

div#content p {
	margin-bottom: 15px;
}

div#content ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 15px 0;
}

div#content a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

div#content a:hover {
	border-bottom: 1px solid black;
}

img.beeldrechts {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
}

img.contentbeeld {
	display: block;
	margin: 15px auto 0;
}

img.extramarge {
	margin: 40px auto !important;
}

img.extramarge_top {
	margin: 40px auto 0 !important;
}