/* Immer eine vertikale Scrollbar einbinden */
html {
	overflow-y:scroll;
	padding:0;
}

/* Link in den Tooltips des Inhaltsverzeichnisses nicht unterstreichen */
.popup-holder A {
	text-decoration:none !important;
}

/* Blättern im Artikel */
.content .text-column .more {
	padding:0;
}
.content .text-column .prev {
	padding:0;
	background:url(http://i.schoener-essen.de/_img/content-prev.gif) no-repeat 0 50%;
}
.content .text-column .paging {
	color:#bfbfbf;
	white-space:nowrap;
}

/* Normale Galerie & Galerie Block */
.gallery {
	width:678px;
	height:226px;
	overflow:hidden;
	position:relative;
}
.gallery .prev {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/gall-prev.png);
	width:14px;
	height:226px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .next {
	right:0;
}


/* Zoom Galerie */
.big-gallery {
	height:auto;
	background:transparent url(http://i.schoener-essen.de/_img/big-gallery-white.gif) top left repeat-y;
	margin:0;
}
.big-gallery .big-gallery-cont{
	height:auto;
	background:transparent url(http://i.schoener-essen.de/_img/big-gallery-bg.png) bottom right no-repeat;
	margin:0;
	padding-bottom:11px;
}
.big-gallery .next {
	background:none;
}

#seskyscraper {
	position:absolute;
	top:136px;
	left:880px;
}
#serectangle {
	text-align:center;
}
#serectangle .space {
	height:15px;
}
