

/* dit tekstblok imiteert een window met rechtsboven een kruisje om het te sluiten. */
#tekstblok {
	background-color:#CCFF66;
	z-index: 3;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 250px;
	height: 250px;
	border: 1px solid orange;/* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;/* Actual value for conformant browsers */	
	width: 450px;
	height: 300px;
}

html>#tekstblok {
	width: 100px;
	height: 100px;
/* Be nice to Opera */
	}

/* de window bar */
#bar {	
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 22px;
	background-color:orange;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
	}

/* het eigenlijke tekstblok */
#tekst {
	position: absolute;
	top: 23px;
	left: 0;
	overflow: auto;
	width: 100px;
	height: 100px;
	border: 0;
	margin: 0;
	padding: 20px;	
	padding-bottom: 0px;	
	background-color: transparent;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;/* Actual value for conformant browsers */	
	width: 420px;
	height: 250px;
}
html>#tekst {
	width: 100px;
	height: 100px;
/* Be nice to Opera */
	}

