/*
 *  Author:   BSC
 *  Created   17.07.2008 (d.m.Y)
 *  Updated:  10.01.2011 (d.m.Y)
 *  Filename: reset.css
 */


body
{
  background:#fff;
  color:#000;
  line-height:100%;
}

input, textarea, select
{
  font-family:inherit;
  font-size:100%;
  margin:0;
  outline:none;
  padding:0;
  vertical-align:middle;
}

a
{
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
  font-size:100%;
  font-weight:normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td
{
  border:0;
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
  line-height:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
}

ol, ul 
{
  list-style:none;
}

a img
{
  border:none;
}

object
{
  outline:none;
}

/* tables still need 'cellspacing="0"' in the markup for IE */
table
{
  border-spacing:0;
}

* html table,
*+ html table
{
  border-collapse:collapse;
}

caption, th, td 
{
  font-weight:normal;
  text-align:left;
  vertical-align:top;
}

header, nav, article, footer, address, section
{  
  display: block;  
}

/* reset button element for ff */
button::-moz-focus-inner
{
  border: none;  /* overrides extra padding in Firefox */
  padding:0;
}