@charset "UTF-8";

/**
 * CSS Modul für Hintergrund
 *
 * @author		Florian Ilch <post@florianilch.de>
 * @link		http://florianilch.de
 * @package		de_florianilch
 * @version		0.3
*/

html, body{ height: 100%; width: 100% }
img{ -ms-interpolation-mode: bicubic; }

/**
 * Hintergrundbild
 */
#backdrop{ position: absolute; top: 0; left: 0; }
#backdrop div{ position: fixed; top: 0; left: 0; overflow: hidden; min-height: 590px; min-width: 990px;  }
* html #backdrop div{ position: absolute; }

/**
 * Seite
 */
#seite { position: absolute; top:0; left:0; width: 100%; height: 100%; min-height: 590px; min-width: 990px; margin: 0; z-index: 10; }