#rundrum22 {
  width:390px; height:100%;text-align:justify;
  border-width:1px;
  border-style:dashed;
  border-color:#66CC66;
  background-color:#99FF99; 
  padding:0.1em;
  }
p.aa { 
	float: right;
	padding: 4px;
	font-size:100%; line-height: 120%; 
	font-weight:bold;
	text-align:justify;
	width:319px; height:100%;
}
.norm { font-weight:normal;font-size:80%; 
}
/*  hoverbox 
----------------------------------------------------*/
.hoverbox
{  	cursor: default;  list-style: none; float: left; margin: 1px;
}
.hoverbox a
{	cursor: default;
}
.hoverbox a .preview
{	display: none;
}
.hoverbox a:hover .preview
{	display: block; position: absolute; top: -50px;	left: 50px; z-index: 1;
}
.hoverbox img
{	background: #f6f6f6; border-color: #9FA41D;	border-style: solid; border-width: 2px; color: inherit;
	padding: 1px; vertical-align: top;
}
.hoverbox .preview
{	border-color: #666633;
}
/* internet explorer hacks
----------------------------------------------------------------------*/
* html .hoverbox a
{	position: relative;
}
* html .hoverbox a:hover
{	z-index: 1; font-size: 70%;
}
* html .hoverbox a:hover .preview
{	top: -60px; left: -230px;
}
