.dhtmlwindow{
position: absolute;
border: 1px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS voor sleepbalk*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #0062C8;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS voor de controls in de sleepbalk*/
position: absolute;
right: 0px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 en lager CSS hack.*/
width: 100%;
}


.drag-contentarea{ /*CSS voor inhoud weergave div*/
border-top: 1px solid black;
background-color: white;
color: black;
height: 150px;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS voor de status balk (inclusief resizegedeelte)*/
border-top: 0px solid gray;
background-color: #F8F8F8;
height: 13px; /*hoogte van resize afbeelding*/
}


.drag-resizearea{ /*CSS voor het resize gedeelte zelf*/
float: right;
width: 13px; /*breedte van de resize afbeelding*/
height: 13px; /*hoogte van de resize afbeelding*/
cursor: nw-resize;
font-size: 0;
}.emaillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.werkinuitvoering {
	font-size: 24px;
}
.center2 {
	text-align: center;
}
.wit {
	color: #FFF;
}
.linkerkolom {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #FFF;
	background-color: #0062C8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.linkerkolom a {
	color: #FFF;
}
