/* HuG Hausfarbe: #009cdf */
/* in dieser Datei NUR Abweichungen von standard.css -> Megamaster */

.standard-text .head .icons {
    width:63px;
}

.exkl_headline_red {
	text-decoration: none;
	color: #0091E9;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height:15px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}

.white_content {
	display: none;
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: white;
    border:2px soild #ff0000;
	z-index:1002;
	overflow: auto;
}