/***************************************************************************

	Name:		reset.css
    Site:		SASSI.DK
	Author:		Bjarni Olsen

	Table of Contents:
	=================

	1 - Global Settings
	2 - Common formatting
        2.1 - Headings
        2.2 - Tables
        2.3 - Standardlinks
        2.4 - Other
        2.5 - Bullets
        2.6 - Images
		
****************************************************************************/

/***************************************************************************
1 - Global Settings
****************************************************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.5em;

    /* Firefox "hack" so negative z-index will work: */
    position:relative;left:0px;top:0px;z-index:0; }

/***************************************************************************
2 - Common formatting
****************************************************************************/
/*
2.1 - Headings
**************/
h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0;
	font-weight: normal;
	background-color: transparent; }

/*
2.2 - Tables
************/
table, tr, th, td, thead, tbody { font-size: 1em; }

/*
2.3 - Standardlinks
*******************/
a:link    {text-decoration: underline; background-color: transparent; }
a:active  {text-decoration: underline; background-color: transparent; }
a:visited {text-decoration: underline; background-color: transparent; }
a:hover   {text-decoration: underline; background-color: transparent; }
a:active, a:focus {}

/*
2.4 - Other
***********/
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em; }

p {
    padding: 0;
    margin: 0; }

/*
2.5 - Bullets
*************/
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }

ul li, ol li {
    margin: 0;
    padding: 0;
    padding-left: 0; /* indrykning af listeindhold fra grafik */
    background: transparent; }

ul ul, ol ol{
    margin-left: 0; }

/*
2.6 - Images
************/
img {
    padding: 0;
    margin: 0; }

a img { border: none; }