body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  background-color:#fff;
}
iframe {
  background-color:#ffffff;
}
div.popuphelp {
  position: relative;  
  /*color: white;*/  
  background-color: #DFEAF2;
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;  
  border-radius: 15px;   
  float:right; 
  padding:2px;
  padding-left:4px;
  padding-right:4px;
}
div.popuphelp:hover {
  background-color:#e5ffe5;
  border-color:#44aa00;
  cursor:pointer;
}
div.popuphelp span {
  display: none;
  text-decoration: none;
}
div.popuphelp:hover span {
  display: block;
  position: absolute;
  top: 1em;
  right: 2em;
  width: 480px;
  padding:5px;
  z-index: 100;  
  color: #000000;   
  border:1px solid #000000;   
  background: #FFA;  
  text-align: left; 
  /*cursor:help;*/
}
textarea, select {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  background-color:#fff;
  line-height:18px;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
textarea:hover, select:hover {
  border-color:cornflowerblue;
}
textarea:active, input[type=text]:active {
  background-color:#fff6d5;
}
textarea#t_vorschau {
  font-family:monospace;
  font-size:14px;
  letter-spacing:22px !important;
}

input[type=button] {
  font-weight:bold;
  background-color:cornflowerblue;
  color:white;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  margin:2px;
  margin-right:10px;
}

input[type=button]:hover {
  color:cornflowerblue;
  background-color:#fff;
  border-color:cornflowerblue;
  cursor:pointer;
}
.nach_rechts {
  text-align:right;
}
.nach_oben {
  vertical-align:top;
  padding-top:10px;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
