/**
* CSS Files
*
* LICENSE
*
* This source file is subject to the new cdmm license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.mycdmm.de/license/
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@cdmm.de so we can send you a copy immediately.
*
* @copyright  Copyright (c) 2005-2009 cdmm (http://www.cdmm.de)
* @license    http://framework.mycdmm.de/license/ cdmm license
* @version    $Id: reset.css 503 2009-02-16 13:44:30Z mw $
*/

@media all
{
	/* css reset*/
	* { margin: 0; padding: 0; }
	
	html { height:100%; margin-bottom: 1px; }
	option { padding-left: 0.4em; }
	body {
		font-size: 100.01%;
		color: #000;
		background: #fff;
		text-align: left;
	}
	
	/* rahmen für fieldset und img löschen */
	fieldset, img { border:0 solid; }
	
	/* standard für listen und zitate */
	ul, ol, dl {line-height: 1.5em; margin: 0 0 1em 1em; }
	li { margin-left: 1.5em; line-height: 1.5em; }
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	blockquote, cite { margin: 0 0 1em 1.5em; }
	
	/* standard für p */
	p { line-height: 1.5em; margin: 0 0 1em 0; }
}