@charset "UTF-8";

/**
 * CSS Reset
 *
 * @author		Florian Ilch <post@fainomenal.de>
 * @copyright	Copyright 2009, Florian Ilch. All rights reserved.
 * @link		http://www.fainomenal.de
 * @package		de_fainomenal		
 * @version		0.3
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td{	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
html{ height: 100%; }
body{ line-height: 1em; }
ol, ul{ list-style-type: none; }
table{ border-collapse: collapse; border-spacing: 0; }
img{ border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup{ font-style: inherit; font-weight: inherit; }
input, button, textarea, select, optgroup, option{ font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
caption, th{ text-align: left; }
:focus{ outline: 0; }