.ticker-popup {
	display: none;
	position: fixed;
	width: 380px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -100px;
	z-index: 102;
	background-color: #f7f7f7;
	padding: 10px 10px 10px 10px;
	border: 1px solid #b0b0b0;
	-moz-border-radius: 10px 10px 10px 10px;
}

.gruss-popup {
	display: none;
	position: fixed;
	width: 380px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -100px;
	z-index: 102;
	background-color: #f7f7f7;
	padding: 10px 10px 10px 10px;
	border: 1px solid #b0b0b0;
	-moz-border-radius: 10px 10px 10px 10px;
}

.overflow {
	width: 370px;
	height: 190px;
	padding: 0px 0px 0px 5px;
	overflow-x:hidden;
	overflow-y:auto
}

.block-klick {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .15;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	z-index: 101;
	display: none;
}

#Close {
	background: url(../images/close.png) top center repeat-x;
	width: 11px;
	height: 11px;
	margin: 0 auto;
	float: right;
}

#Closegruss {
	background: url(../images/close.png) top center repeat-x;
	width: 11px;
	height: 11px;
	margin: 0 auto;
	float: right;
}