html{
  position:relative;
  height:100%;
}
body{
  margin:0;
  background-color:#54002C;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background-image:url(../img/bg-night01.gif);
  background-position:top;
  background-repeat:repeat-y;
  height:100%;
  text-align:center;
}
.closer{
  clear:left;
  font-size:11px;
  color:#B4005E;
  position:relative;
  margin-left:165px;
}
.detailsuche label{
  color:#E20177;
  background-color:#260014;
  padding-left:3px;
  margin-bottom:2px
}
.detailsuche label.hidlab{
  visibility:hidden;
}
.detailsuche select, .detailsuche input{
  background-color:#36001C;
  font-size:12px;
  border-style:solid;
  border-width:1px;
  border-color:#E20177;
  margin:0 0 1px 0;
  color:#F1C6DE;
}
.detailsuche input#x_submit{
  background-color:#E20177;
  color:#FFFFFF;
  border-color:#A10054;

}
.ansicht.sichtbar p, .ansicht.sichtbar p a{
  color:#CCCCCC;
}