body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
div.unsichtbar {
  display:none;
}
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;
  left: 2em;
  width: 480px;
  padding:5px;
  z-index: 100;  
  color: #000000;   
  border:1px solid #000000;   
  background: #FFA;  
  text-align: left; 
  /*cursor:help;*/
}


table {
  border-collapse:collapse;
}
table th {
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  border-collapse:collapse;
}
table td {
  border-bottom-style:solid;
  border-color:#bebebe;
  border-width:1px;
  border-collapse:collapse;
}
table td.linker_rand {
  border-left-style:solid;
  border-color:#bebebe;
  border-width:1px;
  border-collapse:collapse;
}
table td.rechter_rand {
  border-right-style:solid;
  border-color:#bebebe;
  border-width:1px;
  border-collapse:collapse;
}
table td.kein_unterer_rand {
  border-bottom-style:none;
  border-color:#ffffff;
  border-width:1px;
  border-collapse:collapse;
}
textarea {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11pt;
  width:685px;
  min-height:150px;
  border-style:solid;
  border-width:1px;
  border-color:#696969;
  border-radius:5px;
  padding:4px;
  line-height:22px;
}
textarea:hover {
  box-shadow: 0 0 1px 1px #369 inset;
}
textarea:active {
  background-color:#fff6d5;
}

.nach_rechts {
  text-align:right;
}
.zentriert {
  text-align:center;
}
.nach_oben {
  vertical-align:top;
}
.nach_unten {
  vertical-align:bottom;
}
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;
}
