.dhtmlwindow{
position: absolute;
border: 1px solid #A8A8A8;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 2px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #A8A8A8;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid white;
background-color: white;
color: white;
height: 150px;
padding: 4px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid white;
background-color: #A8A8A8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

body,td,th {
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	color: #000000;
}
.tekst {

	letter-spacing: 0px;
	line-height: 10pt;
	font-size: 10px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.menu {
	vertical-align: bottom;
}
.logo_tekst {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E2E2E2;
	left: 7px;
	top: 5px;
}
.ajax {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78px;
	color: #E3E3E3;
	position: absolute;
	left: 129px;
	top: -20px;
}
.tekst_kode {
	font-style: normal;
	font-weight: normal;
	font-family: , "Courier New", Courier, Monaco, monospace;
}

