@charset "UTF-8";
@media all
{

.resourceDetailsLink{
  float:left;
  padding-right:1em;
}

.queryLabelADV{
    float:left;
    width:150px;
    margin-right:0.5em;
    vertical-align:baseline;
}

.searchFormExt {
  width:450px;
}

.searchFormFirstRow,
.searchFormRow {
  width:100%;
}

#tx-indexedsearch-searchbox-button-submit,
.searchButton {
  color:#ffffff;
  background:#336600;
  border:0;
  padding:0.3em;
  width:8em;
}

.searchButton{
    margin-left:286px;
}

.searchFormLabel {
    display:block;
    float:left;
    margin-top:1px;
    padding-right:0.5em;
    text-align:right;
    width:130px;
}

.queryField {
    margin-bottom:0.5em;
    width:260px;
}

#submenu li#title {
  display:inline;
  font-weight:bold;
}

.resultTable {
    margin-bottom:2em;
}

.resultBreadcrumbs {
  font-size:83.3%;
  margin-bottom:1em;
}

.resultPageCounterSelectedItem{
  color:#ff6600;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.resultPageCounterLabel{
}

.resultPageCounterItem{
  margin: 0 0.15em 0 0.15em;
}

.resultTableHeader{
  font-weight:bold;
  color:#333333;
  width:90%;
}

.hideDetails {
  color:#666666;
}

.resultTableCellResourceContent {
  margin:0 0 0 0;
  padding: 1.5em 0 0 0;
}

/*.resultTableCellResourceContent table tbody tr,
.resultTableCellResourceContent tbody tr
{
  border-bottom: 1px dotted #666666;
}
*/
.resultTableCellResourceContent td{
  border-bottom: 1px dotted #666666;
}

.resourceDetailTableCellLabel,
.resourceDetailTableCellValue {
  padding-left: 0em;
  padding-top: 1em;
  vertical-align:top;
}

.resourceDetailTableCellLabel  {
  font-weight:bold;
}

/****
* Editierformular
*/

tbody th {
  background:none;
  min-width:80px;
  1width: 150px
}

/*.resultTable {
    width:100%;
}
*/

tbody th dfn {
  background:none;
  color:#333;
}

.required {
  margin-left:0.5em;
}

.editFormSelect{
  width:90%;
}

.editFormInput{
  color:#ffffff;
  background:#336600;
  border:0;
  padding:0.3em;
  margin-left:1em;
  width:8em;
  text-align:left;
}

.editFormButtonContainer{
  float:right;
  margin-right:0px;
}


.editFormTextarea{
  width:100%;
  height:auto;
}

.progressBar1_active{
  background: url(../../img/ssoar/progressbar1_active.png) no-repeat;
  width:195px;
  min-width:195px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}

.progressBar2_active{
  background: url(../../img/ssoar/progressbar2_active.png) no-repeat;
  width:203px;
  min-width:203px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}

.progressBar3_active{
  background: url(../../img/ssoar/progressbar3_active.png) no-repeat;
  width:194px;
  min-width:194px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}

.progressBar1_inactive{
  background: url(../../img/ssoar/progressbar1_inactive.png) no-repeat;
  width:195px;
  min-width:195px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}

.progressBar2_inactive{
  background: url(../..//img/ssoar/progressbar2_inactive.png) no-repeat;
  width:203px;
  min-width:203px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}

.progressBar3_inactive{
  background: url(../../img/ssoar/progressbar3_inactive.png) no-repeat;
  width:214px;
  min-width:194px;
  height:31px;
  text-align:center;
  margin:0;
  padding:0;
  color:#000;
}



}

