/* ####################### */
/* ### PS_REGISTRATION ### */
/* ####################### */

#ps_registration {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

	#ps_registration_left {
		float: left;
		width: 80px;
		height: 25px;
		line-height: 25px;
	}
	
	#ps_registration_right {
		float: left;
		height: 25px;
		line-height: 25px;
	}

#ps_registration_map {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 0px;
	display: none;
	z-index: 500;
}

.ps_registration_map_item {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	display: none;
	z-index: 10000;
}

.ps_registration_map_lock_item {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	display: none;
	z-index: 10000;
}

div#OuterDiv {
	position: relative;
	z-index: 100;
	width: 500px;
	height: 259px;
	background-image: url(images/aviatenmap_registration.gif);
	background-position: top left;
}

.bereiche_aviatenwaehlen {
	font-weight: bold;
	color: red;
	padding-left: 21px;
}