@charset "UTF-8";

/*
 * File: reset.src.css (reset.min.css is compressed)
 * Description: Reset to site defaults
 * Guidelines: Properties sorted alphabetically
 *
 * Author: Heiko Pfefferkorn (www.ifabrik.de)
 * Copyright 2010 i-fabrik (www.ifabrik.de)
 *
 *
 * TABLE OF CONTENTS
 * -------------------------
 * See below ;)
 */

/* ===================================================================================================
 *
 * GENERAL
 *
 * ================================================================================================ */

	/*html,*/
	body { height: 100%; }

	body {
		background-color: #fff;
		/* Beseitigung von Rundungsfehlern beim Skalieren von Schriftgroessen in aelteren Opera Versionen */
		font-size       : 100.01%; }

	html, body {
		margin : 0;
		padding: 0; }

/* ===================================================================================================
 *
 * TEXTFORMATIERUNG
 *
 * ================================================================================================ */

	p { margin: 0; }

	strong, b {
		font-style : normal;
		font-weight: bold; }

	em, i {
		font-style : italic;
		font-weight: normal; }

	abbr, acronym {
		border      : 0;
		cursor      : help;
		font-style  : normal;
		font-variant: normal;
		font-weight : normal; }

	sup { vertical-align: super; }
	sub { vertical-align: sub; }

	code, dfn, var {
		font-style : normal;
		font-weight: normal; }

	address { display: none; }

	/* -----------------------------------------------------------------------------------
	| Quotations
	* --------------------------------------------------------------------------------- */

		cite { font-style : italic; }

		cite, blockquote { font-weight: normal; }

		blockquote { margin: 0; }

		q:before, q:after{ content: ''; }

	/* -----------------------------------------------------------------------------------
	| Monospaced elements
	* --------------------------------------------------------------------------------- */

		pre, code {
			font-family: monospace;
			font-style : normal;
			font-weight: normal; }

	/* -----------------------------------------------------------------------------------
	| HR
	* --------------------------------------------------------------------------------- */

		hr { display: none; }

/* ===================================================================================================
 *
 * ÜBERSCHRIFTEN
 *
 * ================================================================================================ */

	h1, h2, h3, h4, h5, h6 {
		border     : 0 none transparent;
		font-size  : 100%;
		font-style : normal;
		font-weight: normal; }

/* ===================================================================================================
 *
 * TABELLEN UND LISTEN
 *
 * ================================================================================================ */

	/* -----------------------------------------------------------------------------------
	| Tabellen
	* --------------------------------------------------------------------------------- */

		table, thead, tbody, tfoot, tr, th, td, caption  {
			border     : 0;
			font-style : normal;
			font-weight: normal;
			margin     : 0;
			padding    : 0; }

		table {
			border-collapse: collapse;
			border-spacing : 0;
			margin         : 0; }

		caption { text-align: left; }

	/* -----------------------------------------------------------------------------------
	| Listen
	* --------------------------------------------------------------------------------- */

		ul, li, ol, dl, dt, dd {
			margin: 0;
			padding: 0; }

		ul, ol, dl {
			margin: 0;
			padding: 0; }


/* ===================================================================================================
 *
 * LINKS & BUTTONS
 *
 * ================================================================================================ */

	a { cursor: pointer; }

	a:focus { -moz-outline-style: none; }

/* ===================================================================================================
 *
 * BILDER
 *
 * ================================================================================================ */

	img {
		border : 0;
		margin : 0;
		padding: 0; }

/* ===================================================================================================
 *
 * [FORMULARE]
 *
 * ================================================================================================ */

	form, fieldset, legend, input, textarea, select, button { margin: 0; }

	input, textarea, select {
		font-family  : inherit;
		font-size    : inherit;
		font-weight  : inherit;
		outline-style: none;
		outline-width: 0pt; }

	form, fieldset {
		border : 0;
		padding: 0; }
