/**
 * @author Mario Batz
 * @copyright 2008 batz.info - Mario Batz
 * @link http://www.batz.info
 * @version
 *
 * batz.info
 * Mario Batz
 * Bgm.-Obenauf-Straße 5
 * 91336 Heroldsbach
 *
 * Email: info@batz.info
 * Web: http://www.batz.info
 */

*{
	font-family:"Franklin Gothic Book",Candara,Consolas,"Lucida Sans", Calibri,"Agency FB",Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0px;
	padding:0px;
	color:rgb(42, 58, 74);
}
html{
	width:100%;
	height:100%;
}
body{
	font-size:62.5%;
	width:100%;
	height:101%;
	min-height:101%;
}