--- /dev/null
+body {
+ background:#efeff5;
+ color:#445;
+}
+
+#debug {
+ position:absolute;
+ top:100px;
+ left:800px;
+ width:220px;
+ padding:10px;
+ background:#eef;
+ border-radius:5px;
+ box-shadow:0 0 10px 5px #fff, 0 0 4px 1px #78b inset;
+ margin:0px;
+}
+
+
+#fileSelection {
+ float:left;
+ position:relative;
+ width:700px;
+ min-height:50px;
+ padding:10px;
+ margin:50px 0 0 20px;
+ border-radius:5px;
+ background:#eef;
+ box-shadow: 0 0 10px 5px #fff, 0 0 4px 1px #78b inset;
+}
+
+#roterBereich {
+ clear:both;
+ float:left;
+ position:relative;
+ width:320px;
+ padding:10px;
+ margin:50px 10px 0 20px ;
+ border-radius:5px;
+ background:#eef;
+ box-shadow: 0 0 10px 5px #fff, 0 0 4px 1px #78b inset;
+}
+
+#blauerBereich {
+ float:left;
+ position:relative;
+ width:320px;
+ padding:10px;
+ margin:50px 10px 0 30px;
+ border-radius:5px;
+ background:#eef;
+ box-shadow: 0 0 10px 5px #fff, 0 0 4px 1px #78b inset;
+ }
+
+input[type="text"]
+{
+ background-color:#dde;
+ color:#444;
+ font-size:10px;
+ height:20px;
+ width:90px;
+ text-align:right;
+ padding-right:5px;
+ border:1px solid #78b;
+ transition:background .4s;
+}
+
+select {
+ background:#dde;
+ color:#444;
+ border:1px solid #78b;
+ transition:background .4s;
+}
+
+input:hover, input:active, input:focus, select:hover, select:active {
+background:#eed;
+}
+
+.stdbutton
+{
+ width:100px;
+ height:25px;
+ background:#dde;
+ color:#444;
+ border:1px solid #78b;
+ margin:0 5px;
+ padding:0 0 3px 0;
+ transition: background .4s;
+}
+
+.stdbutton:hover {
+ background:#eed;
+ }
+
+
+table.registers {
+ border-collapse:collapse;
+ border:0px solid #eef;
+ color:#336;
+ cursor:default;
+}
+
+
+table.registers td {
+ border: 2px solid #eef;
+ height:25px;
+}
+
+table.fields {
+ background:#dea;
+ border-collapse:collapse;
+ border:hidden;
+ cursor:default;
+
+}
+
+table.fields td {
+ border:solid #eef;
+ border-width:2px 0;
+ border-collapse:collapse;
+ height:25px;
+}
+
+table.registers>tbody>tr>td:nth-child(2) {
+ background:#dde;
+ }
+
+
+.fileLevel tr{
+ vertical-align:center;
+
+}
+
+.fieldError {background:red;}
+
+.fileLevel {background:#dde;}
+.fileLevel1 {background:#ded;}
+.fileLevel2 {background:#ede;}
+.fileLevel3 {background:#fdf;}
+.fileLevel4 {background:#fdd;}
+.fileLevel5 {background:#ffd;}
+.fileLevel6 {background:#fff;}
+
+table.fields td.button_move, table.registers td.button_move, .button_move {
+ background:#dde;
+ cursor:pointer;
+ text-align:center;
+ color:#228;
+ width:25px;
+ border:2px solid #eef;
+ transition:background .4s;
+}
+
+
+table.fields td.button_move_deac {
+ background:#eef;
+ cursor:normal;
+ text-align:center;
+ color:transparent;
+ width:25px;
+ border:2px solid #eef;
+}
+
+.regheader {
+ background:lightgrey;
+ font-variant:small-caps;
+}
+
+.bitfield {
+ background:#dea;
+ visibility:collapse;
+}
+
+table.registers td.fieldcontainer {
+ margin:0;
+ padding:0;
+ border:0;
+}
+
+table.registers tr td:first-child {
+ cursor:pointer;
+ background:#dde;
+ transition: background .4s;
+ }
+
+table.registers tr td:first-child:hover {
+ background:#eed;
+}
+
+table.fields tr td:nth-child(3){
+ font-family:monospace;
+ padding-right:10px;
+ color:#228;
+}
+
+tr.bitfield{
+ background:transparent;
+ cursor:auto;
+}
+
+table.registers tr.bitfield td:first-child{
+ background:transparent;
+ cursor:default;
+}
+
+table.fields td.button_move:hover, table.registers td.button_move:hover{
+ background:#eed;
+}
+
+
+div.header {
+ font-size:13pt;
+ position:absolute;
+ font-weight:bold;
+ top:-20px;
+ color:#88a;
+ z-index:-1;
+
+ }
+