/* Layout für Retourenschein View
 * (C) 2013 by ddfast.de			*/
.retour {
  width: 100%;
}

.retour li {
  width: 95%;
  padding: 2px 10px;
}

.retour_seperator {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #397f90;
  overflow: hidden;
  margin: 16px 0 16px 0;
  position: relative;
  z-index: 2;
  background: -moz-linear-gradient(#ADEFFF, #389CB4, #18778E) repeat scroll 0 0 transparent;
  -moz-box-shadow: 0 3px 5px -1.3px #555555;
}

.retour_general p {
  margin: 15px 0;
}

#ddhinweis {
  clear: both;
  font-size: 10px;
  margin-left: 152px;
}

.retour_fehler {
  color: #ff0000;
  font-weight: bold;
}

.retour_erfolg {
  color: #00ff00;
  font-weight: bold;
}