/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'screen.css';

.overlay {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/templates/img/overlay_startseite.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.overlay[class] {
	background-image:		url(../../img/overlay_startseite.png);
	background-repeat:		no-repeat;
}

.content {
	color:	black;
}
