﻿/* spicylemonizer controls */

 .spicylemonizer
 {       
	width:500px;
	height: 320px;
	float: left;
	padding-right:10px;
	padding-left:30px; 
 }  
 
 .spicylemonizer .inhoud 
 {
	height: 315px;
	width: 500px;
	margin-top: 0px;
	top:0px;
	padding-top:10px;
	vertical-align:top;
	float: left;
	padding-left:30px;  
 }
 
 .spicylemonizer .navigation
 {
	padding-right:40px;
	padding-left:30px; 
	width: 490px;
 }
 
.spicylemonizer .checkbox
{
	float :left;
	border:none;
	outline: 0;
	height:25px;
}

 .spicylemonizer .headerNumber
 {
	float:left;
	font-family:Verdana;
	font-size:18px;
	line-height:22px;
	color: #8CC642;
	padding-bottom:5px;
	font-weight: bold;
	height:40px;
 }
 
.spicylemonizer .headerText
 {
	float:left;
	font-family:Verdana;
	font-size:18px;
	line-height:22px;
	color: #8CC642;
	padding-bottom:5px;
	font-weight: bold;
	height:60px;
	width:100%;
 }
 
 .infoText
 {
	font-family:Verdana;
	font-weight:600;
 } 
 
.spicylemonizer .regel 
{       
	width:520px;
	float: left;

}  
 
.regel .text
{
	position:relative;
	float: left; 
	padding-left: 12px;
	padding-bottom:1px;
	font-weight:600; 
	bottom:-2px;
}
 
.spicylemonizer .gevaarstaaf
{
	width : 21px;            
	background-color:White;           
	background-position:bottom;               
}

.spicylemonizer .gevaarbalk
{
	height : 137px;
	width : 21px;
	float :right ;
	background-color:Red ;            
	background-position:bottom;
}

.spicylemonizer .oplossingstaaf
{
	width : 21px;            
	background-color:White;           
	background-position:bottom;
               
}

.spicylemonizer .oplossingbalk
{
	height : 137px;
	width : 21px;
	float :right ;
	background-color:Green;           
	background-position:bottom;
}
	
.spicylemonizer .grafiektussenbalk
{
	height: 120px;
	width : 21px;
	float :right ;
	background-color:White;	
}
   
  
