body, table {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11pt;
  padding:0px;
  margin:0px;
}
.gerade_aktuell {
  border-color:#f60 !important;
  color:#f60 !important;
}
.gerade_aktuell:hover {
  border-color:#f60;
}
select option {
  padding:0px;
}
select:focus, input[type=text]:focus, input[type=number]:focus, textarea:focus {
  background-color:yellow;
}
select, input[type=text], input[type=number], textarea {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10pt;
  border-style:none;
  /*border-width:1px;
  border-color:#bebebe;*/
  padding:1px;
  background-color:#ffffff;
}
input[type=number] {
  width:100px;
}
textarea {
  height:18px;
}
select {
 height:22px;
}
input[type=text], input[type=number] {
  height:18px;
}
input[type=button]#erzeuge_knopf {
  background-color:cornflowerblue;
  color:white;
  font-weight:bold;
  margin-top:4px;
  margin-bottom:4px;
  margin-left:20px;
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  padding:2px;
  padding-left:6px;
  padding-right:6px;
}
input[type=button]#erzeuge_knopf:hover {
  background-color:#f5f5f5;
  color:cornflowerblue;
  border-color:cornflowerblue;
  cursor:pointer;
}
table#table_formularinhalt table#table_formeleditor, 
table#table_formularinhalt table#table_formeleditor td {
  /*border-collapse:collapse;*/
  border-style:solid;
  border-width:1px;
  border-color:white;
}
table#table_formularinhalt td.nur_oben_linie {
  border-left-color:white !important;
  border-bottom-color:white !important;
  border-right-color:white !important;
}
table#table_formularinhalt td.keine_linie {
  border-color:white !important;
}
select:hover {
  cursor:pointer;
}
div.knopf {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  min-height:74px;
  min-width:32px;
}
div.knopf:hover {
  border-color:cornflowerblue;
  cursor:pointer;
  background-color:#f8f8ff;
}
select:hover, input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}
div#latex_vorschau {
  min-height:120px;
  min-width:120px;
  width:120px;
  height:120px;
}
textarea#t_ausgabe {
  margin-left:4px;
  height:160px;
  border-color:#bebebe;
  border-style:solid;
  border-width:1px;
}
textarea#t_ausgabe:hover {
  border-color:cornflowerblue !important;
  
}
textarea#t_ausgabe:focus {
  background-color:white !important;
}
table#table_formularinhalt {
  width:1000px;
  max-width:1080px;
  margin:0px;
  padding:0px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  border-collapse:collapse;
}
table#table_formularinhalt td {
  border-collapse:collapse;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  padding:0px;
  margin:0px;
  vertical-align:top;
}
.nach_rechts {
  text-align:right;
}
.zentriert {
  text-align:center;
}
.nach_oben {
  vertical-align:top;
}
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;
}
