﻿
#visual {
	display: none;
}

ul#buttons {
	display: none;
}

#brassicafles {
	display: none;
}

#brassicaflesgroot {
	float: left;
	width: 140px;
	height: 642px;
	/*background: url('../images/brassicaflesgroot.png');*/
	display: block;
	margin-top: 25px;
}

#inhoud {
	margin: 		0 auto; 	/* centreert content in container*/
	text-align: 	left;
	float: 			left; 
	width:			444px;
}


/* DAADWERKELIJKE OPMAAK VAN DE INHOUD */


#inhoud #title {		/* titel in de inhoud */
	color: #000000;
	font-family: futura std condensed, arial narrow;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 	80px;
	margin-bottom: 	20px;
	
}

#inhoud p {		/* titel in de inhoud */
	font-size: 		13px;
	font-weight: 	normal;
	margin-bottom: 	20px;
	color: 			#999999;
	text-align:		justify;
	line-height: 	19px;
}

#inhoud ul {
	margin-bottom: 	20px;
}

#inhoud ul li {		/* titel in de inhoud */
	font-size: 		13px;
	font-weight: 	normal;
	color: 			#999999;
	line-height: 	19px;
	list-style:		square;
	margin-left: 20px;
}

#inhoud a {		/* titel in de inhoud */
	font-size: 		13px;
	font-weight: 	normal;
	color: 			#888888;
}

#inhoud a:hover {		/* titel in de inhoud */
	font-size: 		13px;
	font-weight: 	normal;
	color: 			#333333;
}

#inhoud table td {
	font-size: 		13px;
	font-weight: 	normal;
	color: 			#999999;
}

#inhoud table#specs {
	background: #f6ecba;
	border-collapse: collapse;
	padding:		4px;
	border: 		2px solid #f6ecba;
	width:			444px; 
	margin-bottom: 	20px;
}

#inhoud table#specs td {
	padding: 		0px;
	line-height: 	12px;
	border: 		0px;
	font-size: 		10px;
	color: 			#8d745c;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}