/*INDEX*/
#aktion{
	position:absolute;
	margin:150px 0 0 0;
	width:950px;
	}
	
	
	
	
/*Landingpage*/

body{
	background-color:#D1D3D4;
	}
	
	#center{
		position:absolute;
		width:950px;
		height:550px;
		margin-left:-475px;
		margin-top:-275px;
		left:50%;
		top:50%;
		background-image:url('img/landingpage_bgr.jpg');
		background-repeat:no-repeat;
		}
		
		#dontsteal{
			width:950px;
			height:550px;
			background-image:url('img/dontstealmyimages.gif');
			background-repeat:no-repeat;
			}
		
				#txt{
					position:absolute;
					margin:110px 0 0 80px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					}
					
					
					#txt form p{
						margin-bottom:0px;
						margin-top:10px;
						}
					
						#txt form .radio{
							margin-left:0px;
							}
							
						#txt form label{
							}
						
					#txt form .orange{
						clear:both;
						color:#FC922E;
						}
						
					#txt form .submitbtn{
						clear:both;
						border:none;
						background-color:#FFF;
						cursor:pointer;
						font-weight:bold;
						}
						
					#txt form .submitbtn:hover{
						color:#FC922E;
						}
	#displaynone{
		display:none;
	}
	
	#mittemitte{
		position:absolute;
		z-index:999;
		/*width:185px;
		margin:150px 0 0 240px;
		top:30px;*/
		width:950px;
		height:550px;
		margin-left:-475px;
		margin-top:-275px;
		left:50%;
		top:50%;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		}
		
		.positionieren{
			margin:110px 0 0 81px;
			}
						
