/* banners.css - */

/* ------------------------------------------- banners */
#banner_header { 
	width: 728px;
	height: 90px;
	/* for getting a floating behaviour */
	height: auto; 
	text-align: right;
	/* aim is 780 -> 780-728 = 72px - but it is 52px don't know why */
	margin-left: 54px;
	margin-top: -1px;
}
	#banner_top {
		height: 90px;
		/*height: auto;*/
		width: 728px;
		text-align: right;
		position:absolute;
		top: 0px;
		left: 54px;
		margin: 0px;
		padding: 0px;
		z-index:1000010;
		z-index:1000010;
	}
	
#banner_right {
	float: left;
	width: 120px;
	height: 600px;
	text-align: center; 
	margin-left: 10px;
}
	#banner_skyscraper {
		height: 600px;
		width: 200px;
		text-align: left;
		position:absolute;
		top: 0px;
		left: 782px;
		z-index:1000011;
	}

.banner_rectangle {
	height: auto;
	width: auto;
	text-align: center;
}

/* OLD */
#banner_tip {
	height: 140px;
	width: 120px;
	text-align: center;
	
	display: none;
}

/* OLD */
#banner_stamp {
	height: 140px;
	width: 120px;
	text-align: center;
	
	display: none;
}


.adv_text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #555;
}

#bannerReg {
	width: 160px;
}

#bannerReg table {
	/*margin-bottom: 10px;*/
	margin-bottom:0;
}

/* --------------------------------------------- ANZEIGE */
.div_anzeige_horiz {
	/* adverttext */
	width: auto;
	height: 0px;
	padding-top: 15px;
	background-image: url(images/adv-text_horizontal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: table;
	/* positioning */
	clear: left;
	margin: 0px auto 0px auto;
}
.table_anzeige_horiz {
	/* adverttext */
	background-image: url(images/adv-text_horizontal.gif);
	background-repeat: no-repeat;
	/* positioning */
	clear: left;
	margin: 0px auto 0px auto;
}
.table_anzeige_horiz td {
	padding-top: 15px;
}

/* ---------------------------------------- AGOF-Stuetze */
#adl_sb_table{
	position:relative;
	left:-54px;
	width:780px;
}

/* ---------------------------------------- Lightbox */
#rglbOverlay {
	z-index: 1000012 !important;
}
#rglbCenter,
#rglbBottom {
	z-index: 1000013 !important;
}