.bgoverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 1264px;
	height: 3113px;
	background-color: #999;
	z-index: 1986;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity = 80);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

br {
	clear: both;
}

#overlay1 {
	z-index: 1986;
}

#overlay2 {
	z-index: 2100;
}

.layercontent {
	text-align: left;
	vertical-align: top;
	padding: 0 2px 0 2px;
}

.pagelayer {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
}

.tl div,.tr div,.bl div,.br div {
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.darklayer {
	z-index: 2001;
}

.darklayer td {
	background-color: #4d4e49;
	font-size: 12px;
	color: white;
}

.darklayer .tl {
	background: transparent url(/images/lightbox/layer-dark-tl.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-dark-tl.gif) 0 0 no-repeat;
}

.darklayer .tr {
	background: transparent url(/images/lightbox/layer-dark-tr.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-dark-tr.gif) 0 0 no-repeat;
}

.darklayer .bl {
	background: transparent url(/images/lightbox/layer-dark-bl.png) 0 0	no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-dark-bl.gif) 0 0 no-repeat;
}

.darklayer .br {
	background: transparent url(/images/lightbox/layer-dark-br.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-dark-br.gif) 0 0 no-repeat;
}

.lightlayer {
	z-index: 3101;
}

.lightlayer td {
	background-color: #e8e7e6;
	font-size: 12px;
	color: #333;
}

.lightlayer .tl {
	background: transparent url(/images/lightbox/layer-light-tl.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-light-tl.gif) 0 0 no-repeat;
}

.lightlayer .tr {
	background: transparent url(/images/lightbox/layer-light-tr.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-light-tr.gif) 0 0 no-repeat;
}

.lightlayer .bl {
	background: transparent url(/images/lightbox/layer-light-bl.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-light-bl.gif) 0 0 no-repeat;
}

.lightlayer .br {
	background: transparent url(/images/lightbox/layer-light-br.png) 0 0 no-repeat;
	-background: transparent url(/images/lightbox/ie6/layer-light-br.gif) 0 0 no-repeat;
}

.closebtn {
	background:transparent url(/images/lightbox/close-button.png) no-repeat scroll 0 0;
	-background: transparent url(/images/lightbox/ie6/close-button.gif) 0 0 no-repeat;
	display:block;
	float:right;
	height:17px;
	position:relative;
	right:-5px;
	top:-5px;
	width:17px;

}

* html .inputbox-r {
	float: left;
}

.inputbox-l {
	background: white url(/images/lightbox/input_white_l.gif) 0 0 no-repeat;
	float: left;
	padding-left: 10px;
	height: 23px;
	overflow: hidden;
}

.inputbox-r {
	background: transparent url(/images/lightbox/input_white_r.gif) top
		right no-repeat;
	padding-right: 10px;
	height: 23px;
}

.inputbox-l input {
	border: 0;
	padding-left: 0px;
	margin-top: 3px;
	width: 180px;
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.inputboxerror {
	background-image: url(/images/lightbox/input_red_l.gif);
}

.inputboxerror .inputbox-r {
	background-image: url(/images/lightbox/input_red_r.gif);
}

.inputboxerror input {
	background-color: #eeacac;
}

.error_list li {
	color: #FF0F0F !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.error_list {
	margin-left: 0;
	padding-left: 0;
}

.textlabel {
	display: block;
	float: none;
	padding-bottom: 2px;
}

.inputinfo {
	color: #c5ee14;
	padding-left: 15px;
	background: transparent url(/images/lightbox/inputinfo.gif) 0px 1px no-repeat;
	position: absolute;
	margin-top: -30px;
	width: 200px;
}

.hint,.inputinfo {
	font-size: 11px;
}

.radios {
	vertical-align: middle;
}

.radios input {
	vertical-align: -2px;
}

.tipbubble {
	position: absolute;
	width: 225px;
	height: 50px;
	display: none;
	z-index: 2200;
	overflow: hidden;
}

#infotip {
	background-image: url(/images/lightbox/info-bub.png);
	-background-image: url(/images/lightbox/ie6/info-bub.gif);
	height: 75px;
}

#errortip {
	background-image: url(/images/lightbox/error-bub.png);
	-background-image: url(/images/lightbox/ie6/error-bub.gif);
}

* html .pagelayer .fl,* html .pagelayer .fr {
	zoom: 1;
}

.tipbubble table {
	position: absolute;
	width: 192px;
	height: 47px;
	left: 24px;
	top: 1px;
}

.tipbubble td {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

.labelerror label {
  color: rgb(246, 90, 108);
}

.lightbox_checkbox  {
  float: right;
}

.lightbox_checkbox_label  {
  float: left;
  margin-top: 2px;
}

.clr {
  clear: both;
}

#registration_form div.fl .radios ul li {
	float: left;
	list-style-type: none;
}

<!-- IE Registrierungsprozess Hacks -->

*+html #urlLabelBox {
	margin-left: -60px;
	margin-top: 19px;
}	

#urlLabelBox {
	position: absolute;
	margin-top: 4px;
	_margin-top: 19px;
	_margin-left: -60px;
	color: #000;
	font-family: Arial,sans-serif;
	padding-left: 10px;
}

/* relative position */

.lightbox_inner {
	margin: 0 auto;
	z-index: 1987;
	opacity:1.0 !important;
}

.lightbox_container {
	height:100%;
	left:0;
	position:absolute;
	top:20%;
	width:100% !important;
	opacity: 0.9;
}

.ajax_indicator {
	position: relative;
	margin: 0 auto;
}