@charset "utf-8";
/* 
    Document   : reset
    Created on : 17.08.2012, 09:39:35
    Author     : Niklaus Hoepfner
    Version    : $Id: reset.css 23 2012-09-19 15:48:44Z nik $
    Package    : DekoCalla
    Description: Setzt alle Eigenschaften der verwendeten Elemente zurueck.
*/

* {
    font-size: 1em;
}

html, body, div, h1, h2, h3, h4, p, strong, em, a,
ul, li, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-size: 100.1%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    color: black;
}

a {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

ul {
    list-style: none;
}

table {
    height: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}    