
#box-hinweis {
	position:absolute;
	width:350px;
	height:100px;
	background-color:#FFFFFF;
	border:3px solid #A2CF59;
	z-index:100;
	display:none;
}
#box-hinweis .innen {
	padding:10px;
}
#box-hinweis .box-kreuz {
	position:absolute;
	top:3px;
	right:3px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#6E972B;
	border:1px solid #A2CF59;
}
#box-hinweis .box-kreuz a {
	font-family:verdana;
	color:#A2CF59;
	font-weight:bold;
	display:block;
}
#box-hinweis p {
	font-size:0.8em;
	margin:0 0 5px 0;
}
#box-hinweis p.schliessen {
	text-align:center;
	margin:0;
}
#box-hinweis a {
	color:#0000FF;
	color:#6EA01C;
	text-decoration:none;
}
#box-hinweis a:hover {
	text-decoration:underline;
}



