﻿html, body { 
  font-family : "courier", sans-serif;
  font-size: 1em;
  background-color: #000;
  color: #0c0;
}

table {
  width:100%;
}

td, th {
  padding: 0 1em 0 1em;
  vertical-align: top;
}

th.inhalt {
  background-color: #0c0;
  text-align:left;
  font-weight: bold;
  color: #000;
}

tr:nth-child(even) td {
  background-color:#010;
}

.sum {
  text-align:right;
}

.sum span {
  font-weight:bold;
  border-bottom: double 3px #0f0;
}

.eur {
  text-align:right;
}

.sum-row td.sum {
  border-top: solid 1px #0f0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tags a {
  text-decoration: none;
  font-size: 0.7em;
  color:#6f6;
}

a.tagclose {
  text-decoration: none;
  color:#333;
}

a.tagclose:hover {
  text-decoration: none;
  color:#fff;
}

.tags a:hover {
  text-decoration: none;
  color:#fff;
}

form, input { font-size:2em;}
.formular { padding-top:30px; display:inline; text-align:center; }