#overlay{
	position:absolute;
	left:50px;
	top:140px;
	width:300px;
	border:1px solid #666;
}
#overlay .close{
	height:10px;
	border-bottom:1px solid #666;
	cursor:pointer;
	background:url(../images/grau90.png);	
}
#overlay .close a{
	position:absolute;
	right:0;
	width:10px;
	height:9px;
	overflow:hidden;
	border-left:1px solid #666;
	text-decoration:none;
	display:block;
	background:url(../images/close.gif);	
}
#overlay .overcontent{
	background:url(../images/weiss90.png);	
	padding:10px;
	color:#333;
	min-height:150px;
}
* html #overlay .overcontent{
	height:150px;
}
#overlay .overcontent a{
	color:#333;
}
#overlay .overcontent label{
	color:#333;
}
#overlay dd{
	margin-left:30px;
	width:240px;
}

