select.groupselect {width: 100px;}

/* Joodb form */
#joodbForm input.inputbox, #joodbForm  select.inputbox, #joodbForm  textarea.inputbox, #joodbForm .inputbox  {
    border: 1px solid #A9A9A9;
    background-color: #fff;
    box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    border-radius: 3px;
    width: 350px;
}
#joodbForm input.inputbox:focus, #joodbForm select.inputbox:focus, #joodbForm  textarea.inputbox:focus, #joodbForm .inputbox:focus  {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#joodbForm fieldset { display: block; padding: 10px 15px; margin: 10px 0; border: 1px solid #f4f4f4; background: white; border-radius: 5px; }
#joodbForm legend { background-color: #444; box-shadow: 2px 2px 5px rgba(00,00,00,0.4); border-radius: 3px; padding: 2px 5px; color: #fff; }
#joodbForm  label { margin: 5px 0 3px 0; }
#joodbForm  input.required, #joodbForm  textarea.required, #joodbForm  select.required { background-color: #fffac9; }
#joodbForm  label.invalid { color: #d40000; }
#joodbForm  input.invalid, #joodbForm  textarea.invalid, #joodbForm  select.invalid { border: 1px solid #d40000; }

/* Definition Lists */
.database-form dl { display: block; margin: 0 0 10px 0; overflow: hidden; border: 1px solid #e3e3e3; line-height: 1.4em; padding: 10px 0;  background: #f4f4f4;border-radius: 4px; }
.database-article dl { display: block; margin: 10px 0; overflow: hidden; line-height: 1.4em; padding: 0;   }
.database-form dt, .database-article dt { float:left; width: 20%; clear:both;  margin: 0;  padding: 0 0 8px 0;  position:relative; color: #666; font-style: italic; }
.database-form dd, .database-article dd { float: right; width: 78%; text-align: left; margin: 0; padding: 0 0 8px 0; }
.database-form dd p { padding: 0; margin: 0 0 0.4em 0;  line-height: 1.4em; }

    /* Search form */
#joodbForm .searchbox { }
#joodbForm .inputbox { padding: 3px 5px; margin-bottom: 5px; }
#joodbForm input.inputbox { width: 180px;  }
#joodbForm select.inputbox { min-width: 110px; width: auto; max-width: 200px; }
#joodbForm input.button {  }
#joodbForm #limit { width: 60px; text-align: center; }

/* Pagination */
.pagination { display: block; overflow: visible; height: auto!important;}
.pagination ul, ul.pagination { display: inline-block; *display: inline; margin: 0 auto; padding: 0; *zoom: 1; }
.pagination li { display: inline; list-style: none; margin: 0; padding: 0;  margin: 0 1px; line-height: 1rem; }
.pagination a, .pagination span {  padding: 5px; border: 1px solid #ccc; border-radius: 3px; margin: 0 2px!important; background-image: none!important;  }

.alphabox a, .alphabox span { padding: 0 5px !important; }
.alphabox li { padding: 0!important; background: none !important; }
small, .small { color: #666666; }
bigger, .bigger { font-size: 1.3em; }

/* tables */
.joodb table { background: #fff; border-collapse: collapse;  border-spacing: 0; text-align: left;  width: 100%; }
.joodb table td { border-bottom: .1rem solid #efefef; padding: 3px 5px; vertical-align: top; }
.joodb table th { background: #FF0000; color: #fff; border-bottom: 1px solid #ccc;  padding: 4px 5px; text-align: left; vertical-align: bottom; white-space: nowrap; }
.joodb table th a {  color: #fff; text-decoration: none; }
.joodb table th a:hover {  color: #ffa; text-decoration: none; }
.odd { clear: both;	background-color: #f5f5f5; padding: 5px; border-bottom: 1px solid #ccc;	}
.even { clear: both; background-color: #ffe; padding: 5px; border-bottom: 1px solid #ccc; }

#fs_Foerdermenge_min, #fs_Foerdermenge_like, #fs_Druck_like, #fs_Druck_min { width: 60px!important; }

.database-list div.even , .database-list div.odd { padding: 10px; display: block; clear: both; }
.nodata { display: block; font-size: 1.4em; font-weight: bold; color: #d40000; margin: 5px 0; }
.prevbutton, .nextbutton ,.readonbutton, .backbutton  { display: inline-block; margin: 5px 0; }
.backbutton:before{ content: ''!important; margin-right: 0!important; }
.nextbutton ,.readonbutton { float: right; }
.item-separator { border-bottom: 1px solid #f5f5f5; margin: 10px 0 10px 0; height: 1px; line-height: 1px; }
.block { display:block; clear: both; }
.clr {  *zoom: 1;  }
.clr:before, .block:before,
.clr:after, .block:after { display: table;  content: ""; line-height: 0;  }
.clear:after, .block:after {  clear: both;  }
.database-thumb, .database-image { background: #ffffff; border: 1px solid #ddd; padding: 2px; border-radius: 4px; box-shadow: 0px 0px 3px #e5e5e5; height: auto; }
.database-thumb { max-width: 220px; width: auto; height: auto; }
.database-list .database-thumb { max-height: 86px!important; }
.infotext { display: block; font-weight: 600; font-size: 14px; color: #0082f0; margin: 10px 0;}
.infotext_small { font-weight: 600; color: #0082f0; }
