#kleurkeuze {
	
	width:				100%;
	height:				100%;
	background-color:	black;
	filter:				alpha(opacity=80);
	-moz-opacity:		0.8;
	-khtml-opacity: 	0.8;
	opacity: 			0.8;
	position:			fixed;
	z-index:			10;
	left:				0;
	top:				0;
	
}

#colormain {
	
	width:				700px;
	height:				600px;
	background-color:	#C6B980;
	position: 			absolute;
	z-index:			15;
	margin-left:90px;
	margin-top:-50px;
	
}

#colormain .header {
	
	width:				100%;
	height:				99px;
	background-image:	url(../images/bg.png);
	background-position:	-11px;
	background-repeat:	repeat-x;
	
}
#colormain .header .sluit {
	
	float:right;
	font-size:			14pt;
	font-weight:		600;
	color:				#C6B980;
	margin-top:			-10px;
	margin-right:		-5px;
	cursor:pointer;
	
}

#colormain .top_content {
	
	width:				660px;
	height:				110px;
	padding:			20px;
	color:				#2b2b2b;
	font-size:9pt;
	
}
#colormain .top_content .left {
	
	width:330px;
	height:110px;
	float:left;
	clear:left;
	display:block;
		
}
#colormain .top_content .right {
	
	float:left;
	width:320px;
	height:79px;
	display:block;
	font-size:7pt;
	font-style:italic;
	padding-top:31px;
	
}
#colormain .top_content h1 {
	
	color:				#794840;
	font-weight:		600;
	font-size:			9pt;
	margin-bottom:		10px;
	
}
#colormain .top_content label {
	
	width:130px;
	height:20px;
	float:left;

}
#colormain .top_content select {

	float:left;
	width:150px;
	height:20px;
	margin-bottom:15px;
	
}
#colormain .top_content input {

	display:block;
	float:left;
	width:150px;
	height:20px;
	margin-bottom:15px;
	
}
#colormain .top_content hr {
	
	clear:both;
	border:none;
	border-bottom:1px solid #794840;
	
}

#colormain .main_colors {
	
	width:				700px;
	height:				600px;
	padding:			20px;
	
}
#colormain .main_colors .kleur {
	
	width:30px;
	height:20px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	border:1px solid white;
	
}
#colormain .main_colors .kleur .color_big {

	width:		150px;
	height:		150px;
	border:		4px solid white;
	position:	absolute;
	z-index:	900;
	margin-top:	20px;
	
}
#colormain .main_colors .kleur .color_big h1 {

	display:block;
	width:100%;
	height:20px;
	background-color:white;
	color:#C6B980;
	
}
#colormain .main_colors h1 {
	
	color:				#794840;
	font-weight:		600;
	font-size:			10pt;
	margin-bottom:		10px;
	
}
#colormain .main_colors .kleuren_scrolldiv {
	
	width:680px;
	height:287px;
	overflow:auto;
	
}
