/*	-------------------------------------------------------------
	Anmeldung, Signup
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



/********** kleine Infobox oben rechts**********************/

.BoxRechts{
		float:right; 
		background-color: White;
}

.AccountSchonVorhanden{

	width: 210px;	
	margin-left: 20px;
	padding: 8px 2px 5px 8px;		
}

.FurtherInformation {
	padding-left: 28px;
	color: #454545;
}

.FurtherInformation,  p.FurtherInformation, div.FurtherInformation{
	font-size: 12px;
	
}


.FurtherInformation a{
	text-decoration: underline;
	color: #454545;	
}


.SignupBox{
	width: 300px;
	border: 1px solid #6F6F6F;
	margin-left: 20px;
	padding: 8px 10px 5px 8px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;	
	/*
	box-shadow: 4px 4px 8px Grey;
	-webkit-box-shadow: 4px 4px 8px Grey;
	-moz-box-shadow: 4px 4px 8px Grey;			*/
}

.SignupBox ul{
	margin-left: 19px;
}
.SignupBox li{
	line-height: 120%;
	font-size: 11px;	
}

.SignupBox p{
	line-height: 120%;
	font-size: 11px;
	padding-right: 4px;
	color: #454545;
}


.SignupBox H2{
	color: #454545; 
	font-size: 13px;
	line-height: 120%;
	padding-bottom: 0;
	margin-bottom: 4px;
	margin-top: 0;
}

.SignupBox ul{
	padding-top: 0;
	margin-top:0;
}

.AnmeldungsFormular{
	width: 440px;
	border: 1px solid #B4B4B4;
	padding: 0 5px 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.AnmeldungsFormular h3 {
	font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif !important;		
}


.AnmeldungsFormular p.ValidationMitZeilenumbruch{
	padding-bottom: 0;
	margin-bottom: 10px;
}

/********** Styling des Formulars **********************/

.AgbBestaetigen {
	width: 350px;
}

/********** kein Footer auf der Seite ********************/

.container-footer-sorgt-fuer-hintergrundbild,
.footer-wrapper-drueckt-footer-nach-unten {
	display: none;
}