/* Liste (Standard) */

.mod_cataloglist .total {
  display: none; 
}

.mod_cataloglist .item {
  margin: 0;
  padding: 0;  
}

.mod_cataloglist .field {
  margin: 0;
  padding: 0;
  display: block;  
}

.mod_cataloglist .field p {
  line-height: 1.1em;
  margin: 0 0 3px 0;
}

.mod_cataloglist .field a {
  text-decoration: none; 
}

.mod_cataloglist .field a:hover {
  text-decoration: underline;
}

.mod_cataloglist .field .label {
  display: none;	
}




/* Liste - Stationen */

.stationen .item {
  float: left;
  width: 310px;  
  background-color: #eff8e1;
  margin: 0 10px 10px 0;  
  border-left: 4px solid #72b72f;
  padding-bottom: 10px;
  min-height: 216px;
}

.stationen .odd {
  margin-right: 0;
}

.stationen .field {
  margin: 0;
  padding: 0 10px;
  display: block;  
}

.stationen .field p {
  line-height: 1.2em;
  margin: 0 0 3px 0;
}

.stationen .field a {
  color: #0a5828;	
  text-decoration: none; 
}

.stationen .field a:hover {
  text-decoration: underline;
}

/* > Felder der Liste */

.stationen .title,
.stationen .description {
  background-color: #d2e4b2;	
}

.stationen .address {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: white;
  margin-bottom: 4px;
}

.stationen .specifics {
  padding: 0;
  width: 105px;
  float: right;
  margin: 5px 5px 0 0;
  text-align: center;  
}

.stationen .specifics p {
  margin: 0 0 3px 0;
}

.stationen .title {
  color: #06702f;	
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.stationen .description {
  color: black;	
  font-weight: bold;
  padding-bottom: 7px;
}

.stationen .additional_infos {
  padding-top: 6px;
  font-size: 80%;
  border-top: 1px dotted white;
  margin-top: 6px;
}


/* Filterbereich */

.mod_catalogfilter {
  background-color: #f3f3f3;	
  padding: 4px 4px;

}

.mod_catalogfilter .filter_group  {
  float: left;
  width: 400px;	
}

.mod_catalogfilter .filter_group h3 {
  display: inline;
  font-size: 100%;
  color: black;
  margin-right: 5px;
  width: 40px;
}

.mod_catalogfilter .filter_group select#ctrl_filter_field_location {
  min-width: 200px;
}

.mod_catalogfilter .filter_group select#ctrl_filter_field_location option[selected="selected"] {
  font-weight: bold;
}

.mod_catalogfilter .clearall {
  float: right;
}

.mod_catalogfilter .clearall p {
  margin: 0;
}

.mod_catalogfilter .clearall a {
  color: #0a5828;
}



/* Liste - Legende */

.legende {
  text-align: left;
}

.legende .item {
  float: left;
  width: 193px;
  margin: 0 10px 12px 0;  
  border-right: 1px solid #f1f1f1;
  padding-right: 12px;
  height: auto !important;
  height: 98px; 
  min-height: 98px;
}

.legende .last {
  margin-right: 0;	
}

.legende .field {
  margin: 0;
  display: block;  
}

.legende .field p {
  line-height: 1.2em;
  margin: 0 0 3px 0;
}

.legende .field a {
  color: #0a5828;	
  text-decoration: none; 
}

.legende .field a:hover {
  text-decoration: underline;
}

/* > Felder der Liste */

.legende .logo {
  margin-bottom: 7px;
}
