/* body */

body {
	margin-left: 2px;
    text-align: left; 
    background-color:#666666;
	color:#333333;
	font-family:Tahoma;  
	font-size:12px;
}

/* A - Texts */

a:link {
	color:#B7D959;
	text-decoration:none;
	font-size:12px;
}
a:visited {
	color:#B7D959;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	color:#B7D959;
	cursor:	pointer;
	text-decoration:underline;
	font-size:12px;
}
a:active {
	color:#B7D959;
	cursor:pointer;
	text-decoration:none;
	font-size:12px;
}
H1{
	color:#333333;
	display: inline;
	margin-right: 20px;
}
H2{
	color:#333333;
	margin-right: 14px;
}
.content{
	margin-top: 10px;
	color:#333333;
	background-color:#999999;
	padding: 15px;
	width: 1200px;
}
table.tabel{
	width: 1000px;
	margin-top:30px;
}
td{
	vertical-align:top;
	padding:6px;
}
tr.tabelkopjes{
	color: #FFFFFF;
	height:20px;
}
tr.regel{
	border-top: solid 1px;
	border-color:#000000;
	background-color:#D9A659; /*999999999*/
	height:50px;
	margin: 20px;
	padding: 20px;
}
tr.regelover{
	border-top: solid 1px;
	border-color:#000000;
	background-color:#FAFDA8;
	height:50px;
	margin: 20px;
	padding: 20px;
}
tr.regel2{
	border-top: solid 1px;
	border-color:#000000;
	background-color: #F7FC71; 
	height:50px;
	margin: 20px;
	padding: 20px;
}
tr.regel3{
	border-top: solid 1px;
	border-color:#000000;
	background-color: #B7D959; /*#61D959*/
	height:50px;
	margin: 20px;
	padding: 20px;
}
div.regel{
	border: solid 1px black;
	background-color:#D9A659;
	height:10px;
	width:10px;
}
div.regel3{
	border: solid 1px black;
	background-color:#B7D959;
	height:10px;
	width:10px;
}

div.productlijstheader
{
	font-size: 18px;
	font-family:Verdana;
	color: #3366CC;
	margin-left: 10px;
}
.hide { display:none; visibility:hidden; }
.unhide { display:block; visibility:visible; }
div.wijzigen{
	position: absolute;
	top:60px;
	left:30%;
	/*height:400px;
	width: 400px;*/
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color:#CCCCCC;
	/*border: 1px solid #000000;*/
	z-index:102;
	border: 2px solid #FFFFFF;
	/*background-image: url('../img/gradient.jpg');
	background-repeat: repeat-x;*/
}
#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url("images/bg_legend.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.col1 {
	text-align: right;
	width: 85px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 335px;
}
input{
	position:relative;
	top:-5px;
}
div.INV_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	height:100%;
	width:100%;
	visibility:hidden;
}
div.VIS_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	visibility:visible;
}
.wittekst
{
	color:#FFFFFF;
}
.icoonclass
{
	height:21px;
	width:21px;
}