.DIVreference{
  position:relative;
  float:left;
  width:97%;
  min-height:170px;
  position:relative;
  border-top:1px #666 solid;
  padding:5px;
  margin: 0px 0 0 10px;
  text-align:left;
}

/*Opera, Mozilla*/
div[class] .DIVreference {
   height:auto;
}

.DIVtext{
  position:relative;
  float:left;
  width:100%;
  height:auto;
  font-size:13px;
  color:#222;
}

.DIVreference h3{
  font-size:14px;
  color:#D40014;
}

.fotodokumentace{
   position:relative;
   float:left;
   width:100%;
   height:auto;
   margin:10px 0 5px 0;
   text-align:left;
}

.fotodokumentace img{
  margin-right:4px;
  border:1px black solid;
}

.break{
  position:relative;
  width:100%;
  height:10px;
  clear:both;
}

.hiddenFotoInput{
  display:none;
  width:100%;
  height:20px;
}

.showFotoInput{
  display:blok;
  width:100%;
  height:20px;
  margin-bottom:5px;
  text-align:center;
}


