/* @group allgemeine Positionierung */
ol.form  {
  margin: 0;
  padding: 0;
}
ol.form li {
  list-style: none;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
ol.form li label {
  display: block;
}
dl {
	margin-bottom: 1em;
}
dt {
	margin-bottom: 0.5em;
}
dd {
  margin-bottom: .5em;
}
/* @end */


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

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

/* @group Texte */
dd span.notice {
	font-size: 80%;
	color: #999999;
	display: block;
}
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 #c93;
    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: #ffc 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: 5px;
    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: 0.5em;
}
dd input { 
	clear: left;
	float: left;
	display: block;
	padding-bottom: 0.5em;
}
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 */

div.fieldWithErrors {
  display: inline;
  background-color: #ffeeee;
  border: 1px solid #ff4a4a;
}
