/* qims_logos_fr.css letzte Änderung: 6.1.2009 NSa */

/* Bundeslogo I, oben links */

#logo {
  background: url(baspo_logo_fr.jpg);
  background-repeat:no-repeat;
  height:75px;
  left:23px;
  position:absolute;
  top:15px;
  width:189px;
}

#logo img {
  display:none;
  visibility: hidden;
}

/* hepa-logo, oben rechts MIT Blauschatten 

#kopfAmt {
  background:transparent url(hepa_logo_blauschatten.jpg) no-repeat scroll right center;
  border-bottom:medium none;
  height:103px;
  margin-left:246px;
  width:714px;
}   */

/* hepa-logo, oben rechts OHNE Blauschatten */

#kopfAmt {
  background:transparent url(qims_logo_fr.jpg) no-repeat scroll right center;
  border-bottom:medium none;
  height:103px;
  margin-left:246px;
  width:714px;
}

/* Anpassungen des Formular-Layouts */
#formular .field {
  width:310px;
}

#formular .row {
  border-top:0px solid #999999;
  height:auto;
  margin-bottom:0px;
  max-width:531px;
  overflow:auto;
  padding-top:0px;
}

#formular .radioCheckboxItem {
  width:96%;
}

#formular .radioCheckboxItem label {
	width: 99%;
	/*float: left;*/
}