﻿html, body, form { height: 100%; margin: 0; padding: 0; color:#243238}
A, A:visited, A:hover {text-decoration: none; color: inherit}
IMG {border: none; padding: 0; margin: 0}
UL, LI { margin: 0; padding: 0;}
li { margin-left: 20px; }


/**HILFSSELEKTOREN**/
.Leftfloated { float: left; padding-right: 10px; }
.Rightfloated { float: right; padding-left: 10px; }
.clearfix {float: none; clear: both;}
.ClearFloats {clear: both;}


input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    
}

    input[type=checkbox]:before {
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 15px;
        color: transparent !important;
        background: #fff;
        display: block;
        width: 13px;
        height: 13px;
        border: 1px solid #444344;
        margin-right: 2px;
        position: relative;
        top: -1px; 
        
    }

    input[type=checkbox]:checked:before {
        color: #444344 !important;
    }