/*
    Document   : reset
    Created on : 10.08.2012
    Description: Resetten der CSS Eigenschaften
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 101%;
}

body {
    font-family: Arial;
    line-height: 1.15;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}