/* @group allgemeine Positionierung */
form dl {
	margin-bottom: 1em;
}
form dt {
	margin-bottom: 0.5em;
}
form dd {
  margin-bottom: .5em;
}
/* @end */


/* @group nebeneinander ausgerichtete Listen */
form dl.parallel {
	position: relative;
	width: 550px;
}
form dl.parallel:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin-bottom: 1em;
}
form dl.parallel dt {
	width: 155px;
	text-align: left;
	clear: both;
	float: left;
}
form dl.parallel dd {
	width: 385px;
	float: left;
	padding-left: 6px;
}
form dl.parallel dd.without-title {
	width: 550px;
}

/* @group Lange Überschrift */
form dl.parallel dt.long_headline {
	width: 100%;
	float: none;
}
form dl.parallel dd.long_headline {
	margin-left: 155px;
	display: inline;
}
form dl.parallel dd.long_headline {
}
/* @end */

/* @group Texte */
form dd span.notice {
	font-size: 80%;
	color: #999999;
	display: block;
}
form dt.intro {
	width: 100%;
	display: block;
	clear: both;
}
/* @end */

/* @group Versteckte Hinweise */
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -80px;
    width: 200px;
    margin-top: -10px;
	border: 1px solid #ff9900;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffeecc url(/images/pointer.gif) no-repeat -10px 5px;
    z-index: 1;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 10px;
    height: 19px;
    background: url(/images/pointer.gif) left top no-repeat;
}
/* @end */

/* @group Felder 1. Ebene */
dd label { 
	float: left;
	display: block;
	width: 343px;
	padding-bottom: .2em;
}
dd input { 
	clear: left;
	float: left;
	display: block;
	padding-bottom: .2em;
}
dd input.no-clear { 
  clear: none;
}
/* @end */

/* @group Felder 2. Ebene */
dd blockquote {
  background-color: white;
  margin-left: 50px;
  display: block;
}
dd blockquote label {
  width: 310px;
  background-color: white;
  display: inline;
}
dd blockquote input {
  background-color: white;
  display: inline;
}
/* @end */

span.required-fields {
	position: absolute;
	left: 541px;
}
/* @end */
