.table_backend {
width: 1024px;
border: 2px solid #C5D8E1;
padding: 15px;
border-radius: 10px;
}
.ueberschrift {
color: #808080;
text-align: center;
font-family: Verdana,Arial;
font-size: 18px;
font-weight: bold;
}
.text {
font-family: Verdana,Arial;
font-size: 12px;
line-height: 130%;
}
.text_gross {
font-family: Verdana,Arial;
font-size: 14px;
line-height: 130%;
}
.button_speichern {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
padding: 0px;
background-image:url(../bilder/speichern.gif);
background-position: 10px 4px;
background-repeat:no-repeat;
width: 330px;
height: 25px;
}
.button_sichern {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
padding: 0px;
background-image:url(../bilder/mysql.png);
background-position: 10px 4px;
background-repeat:no-repeat;
width: 300px;
height: 25px;
}
.button_sichern2 {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
padding-left: 40px;
background-image:url(../bilder/mysql.png);
background-position: 10px 4px;
background-repeat:no-repeat;
width: 300px;
height: 25px;
}
.button_import {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
padding: 0px;
background-image:url(../bilder/csv.gif);
background-position: 10px 3px;
background-repeat:no-repeat;
width: 300px;
height: 25px;
}
.button_neu {
padding-left: 30px;
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
background-image:url(../bilder/buch.gif);
background-position: 10px 4px;
background-repeat:no-repeat;
width: 162px;
height: 25px;
}
.standort_neu {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid Blue;
width: 50px;
height: 25px;
}
hr {
width: 100%;
border-width:0;
color: #C5D8E1;
background-color:#C5D8E1;
height: 2px;
}
/*Suchen Button */
.button_suchen{
text-align: left;
padding-left:33px;
margin-top: 5px;
width: 100px;
height: 24px;
border: 1px solid #C5D8E1;
background-image:url(../bilder/suchen.png);
background-position: 10px 3px;
background-repeat:no-repeat;
background-color:#ffffff;
font-family: Verdana,Arial;
font-size: 12px;
font-weight: bold;
color: #0000FF;
}
.blaettern {
font-size: 14px;
font-family: Verdana, Geneva, Arial;
text-decoration: none;
}
.button {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 13px;
line-height: 130%;
background-color:#ffffff;
border: 2px solid Blue;
padding: 0px;
width: 215px;
height: 25px;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
a:active {
color: #0000FF;
text-decoration: none;
}
a.export_link:link {
color: #0000FF;
text-decoration: none;
}
input {
  filter: none;
}
.hw {
  position: absolute;  
  max-width: 450px;
  font-family: Verdana;
  font-size: 14px;
  padding: 20px;
  font-weight: bold;
  background-color: #eeeeee;
  border: 2px solid #C5D8E1;
  display: none;
  transform: translate(-50%, -50%);
}

.autoranzahl {
padding-top: 7px;
font-family: Verdana,Tahoma,Arial;
font-size: 12px;
line-height: 130%;
background-color:#ffffff;
border: 1px solid #C5D8E1;
width: 25px;
height: 23px;
text-align: center;
vertical-align: middle;
float: right;
margin-top: 1px;
}