body, table {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  background-color:#f5f5f5;
}

a.linkbereich {
  height:12px;
  cursor:pointer;
  border-bottom:dotted 1px grey; 
  text-decoration:none;
   color:black;}
a.linkbereich:hover {
  background-color:#e9f3f8;
}
textarea#skriptausgabe {
  font-family:monospace;
  font-size:14px;
  width:685px;
  min-height:150px;
  border-style:solid;
  border-width:1px;
  border-color:#696969;
  border-radius:5px;
  padding:4px;
}
textarea#skriptausgabe:hover {
  box-shadow: 0 0 1px 1px #369 inset;
}
input[type=text] {
  font-family:monospace;
  font-size:14px;
  border-style:solid;
  border-width:1px;
  border-color:#696969;
  border-radius:5px;
  padding:2px;
}
input[type=text]:hover {
  box-shadow: 0 0 1px 1px #369 inset; /* #369 #f60 */
}
input#aus_sekunden_gesamt {
  background-color:#f5f5f5;
  border-style:none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input#aus_sekunden_gesamt:hover {
  box-shadow: none;
}
.nach_rechts {
  text-align:right;
}
