
/* Umrechnungs-Tool */

html, body, table {
  background:white;
  color:black;
  font-family:Arial;
  font-size:9pt;
}

input { background:#b0d0f0; }
form { margin-top=0; }
hr {
   background-color:#000099;
   color:#000099;
   height:2px;
}

h1 {
  font-family:Arial;
  font-size: 16pt;
  margin-bottom: 5px;
}
h2 {
  color:#000088;
  font-size:9pt;
  font-weight:bold;
  margin:15px 0 0 0;
}

.msg {
  color: #c00000;
  font-size: 11pt;
  font-weight: bold;
  line-height: 28pt;
}

.head {
  font-size: 9pt;
  position: absolute;
  left: 50px;
  width: 75%;
}

.content {
   background-color: white;
   color: black;
   position:relative;
}

.hinweis {
  color: #000088;
  font-size: 8pt;
  margin-bottom: 10px;
}
