body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  margin:0px;
  padding:0px;
}
iframe {
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
div#beahlter {
  position:relative;
  margin:0px;
  padding:0px;
  border-style:none;
  width:1242px;
  height:602px;
}
div#auswahlleiste {
  position:absolute;
  left:0px;
  top:602px;
  width:1242px;
  height:26px;
  background-color:#f5f5f5;
}
iframe#iframe_1 {
  position:absolute;
  left:0px;
  top:0px;
  width:1240px;
  max-width:1240px;
  height:300px;
}
iframe#iframe_2 {
  position:absolute;
  left:0px;
  top:300px;
  width:1240px;
  max-width:1240px;
  height:300px;
}
select, input[type=text], textarea {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  padding:2px;
  background-color:#ffffff;
}
select:hover, input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}
input[type=button] {
  font-weight:bold;
  background-color:cornflowerblue;
  color:white;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
input[type=button]:hover {
  color:cornflowerblue;
  background-color:#fff;
  border-color:cornflowerblue;
  cursor:pointer;
}
.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;
}
