<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.custom-checkbox {
width: 20px;
height: 20px;
display: inline-block;
position: relative;
z-index: 1;
top: 5px;
background: url("/uploads/media/default/0001/03/483349bb5ad90c3556217ac81ff8f0042c3d72fe.png") no-repeat;
}
.custom-checkbox:hover {
background: url("/uploads/media/default/0001/03/c2c03c6386a75dab0f4787cea57b4a27b3261379.png") no-repeat;
}
.custom-checkbox.selected {
background: url("/uploads/media/default/0001/03/499ee5a518caa7ef7f3367b69e368c791a9591f2.png") no-repeat;
}
.custom-checkbox input[type="checkbox"] {
margin: 0;
position: absolute;
z-index: 2;
cursor: pointer;
outline: none;
opacity: 0;
/* for older browsers */
_noFocusLine: expression(this.hideFocus=true);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-khtml-opacity: 0;
-moz-opacity: 0;
}
/* Beautify the Form */
form{