/*
************************************************************
Styles:     flix//reset
************************************************************
*/

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

caption, th {
    text-align: left;
}

/* gegen Scrollbar-Springen beim Firefox */
html {
    height: 100%;
    margin-bottom: 1px;
}
