@charset "utf-8";
/* CSS Document */

    body
    {
	font-size:12px;
	line-height:18px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #858585;
	background-color:#ffffff;
	background-image:url(images/landingpage-2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
    }

	#wrap
	{
		position:relative;
		top:75px;
		width:1000px;
		height:360px;
		border:0px solid #ff00ff;
		float:left;
	}
	#wrap:after {
		content:"&nbsp;"; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
	}
	* html .wrap {
		height: 1%;
	}	
	
	#left_div
	{
	width:200px;
	height:350px;
	float:left;
	border:0px solid #ff0011;
	}

	
	#right_div
	{
		position:relative;
		left:0px;
		top:0px;
		width:500px;
		height:346px;
		margin-left:55px;
		float:left;
		border:0px solid #858585;
	}
		
		
	/*Styles für die Anmeldung*/
	
	.register_dialog_div {
		height:345px;
		clear:both;
	}
	
	.register_dialog_div h2{
		padding:0px 0 0 10px;
		font-size:20px;
		line-height:20px;
		font-family:Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	}
	
	
	div.row_basic_name {
		height:20px;
		margin:0 0 0 0;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		color:#464646;
		padding:1px 0 1px 0px;
		width:490px;
	}
	
	.register_wrap {
		width:735px;
		}
	
	.reg_infos {
		width:210px;
		float:right;
		margin-top:-5px;
		}
		
	.reg_infos p {
		background-image:url(check-24.png);
		background-repeat:no-repeat;
		background-position:left center;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#464646;
		padding-left:28px;
		line-height:30px;
		}	
		
	
	div.row_wrap {
		padding-top:6px;
		padding-left:4px;
		float:left;
	}
	
	div.row_basic_field {
		height:24px;
		width:500px;
		margin:1px 0 1px 0;
		padding:0px;
	}
	
	div.row_basic_field a
	{
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size:12px;
		color:#0d58f0;
		text-decoration:none;
	}
	
		div.row_basic_field a:hover
	{
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size:12px;
		color:#0d58f0;
		text-decoration:underline;
	}
	/*	
	.area_div {
		width:250px;
		height:33px;
		cursor:pointer;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-image:url(area_image_1.png);
	}
	.area_div:hover {
		background-position: 0px -33px;
	}*/
	
	#sub_submit_button div 
	{
		width: 360px; 
		height: 28px; 
		background-image: url("button_anmeldung.png"); 
		background-position:0px -66px; 
		color: rgb(255, 255, 255); 
		font-size: 15px; 
		font-family: Trebuchet MS,Helvetica,sans-serif; 
		font-weight: bold; 
		padding-top: 5px; 
		text-align: center; 
		cursor:pointer;
	}
	#sub_submit_button .subscription_active { background-position:0px 0px; }
	#sub_submit_button .subscription_active:hover { background-position:0px -33px; }	
	
	.descr_div 
	{
		position:relative;
		top:0px;
		float:left;
		width:320px;
		height:110px;
		padding-right:20px;
		border:0px solid #000;
	}
	
	.descr_div h1
	{
		font-size:20px;
		line-height:20px;
		font-family:Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;		
	}	
	
	#footer_wrap 
	{
    	position:relative; 
		top:30px; 
		float:left;
		width:1000px;
		height:115px; 
		border: 0px solid #858585;
		margin-bottom:15px;
	}
	
	#footer_div 
	{
	position:relative;
	top:150px;
	width:685px;
	float:left;
	left:315px;
	}
	
	#footer_div a
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	}
	
	#footer_div a:hover
	{
	color: #BD992B;
	text-decoration: underline;
	}	
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #BD992B;
}
a:active {
	text-decoration: none;
	color: #666666;
}