 /**
 * /////////////////////////////////////
 * ///////  REGISTRATION LAYER  ///////
 * ////////////////////////////////////
 * Registration Layer Definition
 *
 * @author			Olli
 * @version			1.0
 *
 * /////////////////////////////////// */

/**
 * @section			Structure
 * @note			General definitions
 */

/* MAIN STRUCTURE */
@font-face {
	font-family: 'Journal';
	src: url('../font/journal.ttf');
}



div#registrationSection img.loader {
	margin-left: 565px;
	margin-top: 14px;
}

/* styles für das innere und äußere div */


div#registrationSection div.registrationBody.confirm {
    background-color: #fff;
    bottom: 43px;
    float: left;
    height: 625px;
    position: absolute;
    right: 0;
    width: 800px;
}
div#registrationSection div.registrationBody.confirm label {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    color: #31302C;
    width: 470px;
    float: left;
    display: inline;
    margin: -26px 0px 0px 20px;
    padding-top: 0px;
}

div#registrationSection div.registrationBody.confirm div.leftColumn {
    width: 370px;
    padding: 40px 10px 10px 0px;
    float: left;
}
div#registrationSection div#benefits {
	width: 800px;
	height: 234px;
	background: url("images/registration/benefits-bg-white.jpg");
	position: absolute;
	right: 0px;
	top: -235px;
}

div#registrationSection.formel1 div#benefits {
	width: 800px;
	height: 234px;
	background: url("images/registration/benefits-bg-white.jpg");
	position: absolute;
	right: 0px;
	top: -235px;
}

div#registrationSection.bundesliga div#benefits {
	width: 800px;
	height: 234px;
	background: url("images/registration/benefits-bg-white.jpg");
	position: absolute;
	right: 0px;
	top: -235px;
}

div#registrationSection.formel1 {

	background: url("images/registration/banner-formel1-bg.jpg");
}

div#registrationSection.bundesliga {
	background: url("images/registration/banner-bundesliga-bg.jpg");
}

div#registrationSection div.leftColumn p.note {
	margin: 20px 0 0 0;
	float: left;
}

div.headerRegister {
	background: url("images/registration/header-register.png");
	width: 326px;
	height: 35px;
	margin: 20px 0;
}

/* das äußere div#registrationSection */
div#communitySection > div#registrationSection {
	left: 5px;
}

div#registrationSection div.bannerBody {
	float: left;
	width: 190px;
	height: 600px;
}

div#registrationSection div.registrationBody {
	width: 800px;
	float: left;
	height: 345px;
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 23px;
}

div#registrationSection div.registrationBody.profile {
	float: left;
	height: 560px;
	margin-left: 190px;
	margin-top: 23px;
	position: relative;
	width: 800px;
}

div#registrationSection a {
	color: #31302c;
	text-decoration: underline;
	font-weight: bold;
}

br.fix {
	clear: both;
	line-height: 0px;
	font-size: 0;
}

/**
 * @section			Navigation
 * @note			Main and Sub-Navigation Definitions
 */
/*div#registrationSection div.mainNavigation {
	background: #f8f8f8 url(../img/registration/mainNavigationBg.gif) no-repeat;
	width: 990px;
	height: 43px;
}*/

div#registrationSection div.mainNavigation button.close {
	background: transparent url('images/registration/buttonClose.gif') no-repeat left top;
	float: right;
	border: none;
	height: 22px;
	width: 95px;
	overflow: hidden;
	cursor: pointer;
	margin: 10px 14px 0 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div#registrationSection div.mainNavigation button.close:hover {
	background-image: url('images/registration/buttonCloseHover.gif');
}

div#registrationSection div.registrationBody div.subNavigation {
	background: #f0f0f0 url(images/registration/subNavigationBg.gif) repeat-x;
	width: 790px;
	height: 35px;
	padding-left: 10px;
}

div#registrationSection div.registrationBody div.subNavigation a {
	display: inline-block;
	color: #888 !important;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #111;
	padding: 0 15px 0 15px
}

div#registrationSection div.registrationBody div.subNavigation a.activePosition {
	background: transparent url(images/registration/subNavigationBgActive.gif) no-repeat;
	color: #222 !important;
}

div#registrationSection div.registrationBody div.subNavigation a:hover {
	color: #222 !important;
}

/**
 * @section			Content
 * @note			Text and Formular Definitions
 */

div#registrationSection div.mainNavigation button[type=submit] {
	margin: 18px 0 0 0;
}

div#registrationSection div.textBody {
	padding: 10px 20px 0 20px;
}

div#registrationSection div.leftColumn {
	width: 370px;
	padding: 10px 10px 10px 0;
	float: left
}

div#registrationSection div.rightColumn {
	width: 330px;
	padding: 10px 0 10px 10px;
	float: left;

}

div#registrationSection div.rightColumn label {
	float: left;
	width: 80px;

}

div#registrationSection div.rightColumn label.facebook {
	background: #fff url(images/registration/iconFacebook.gif) no-repeat;
	width: 320px;
	padding-left: 30px;
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
}

div#registrationSection div.rightColumn label.formTxt,
div#registrationSection div.rightColumn span.formTxt {
	display: block;
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin-bottom: 10px;
	clear: none;
}

div#registrationSection div.leftColumn > div,
div#registrationSection div.rightColumn > div {
	display: block;
	width: 100%;
	overflow: hidden;
}

div#registrationSection p {
	font-size: 13px;
	line-height: 1.5em;
	color: #31302c;
	padding: 0 0 0.75em 0;
}

div#registrationSection h2 {
	display: block;
	font-size: 31px;
	color: #857756;
	font-weight: 300;
	margin: 0 0 20px 0;
	font-family: "Journal", sans-serif;
}

/* ACCORDION STYLES*/

div#registrationSection dl#Accordion {
	padding: 0 20px;
	margin: 0;
}

div#registrationSection dl#Accordion dt {
	padding: 0;
	margin: 0;
}

div#registrationSection dl#Accordion dd {
	padding: 0;
	margin: 0;
}

div#registrationSection dl#Accordion dt a.toggleView {
	display: block;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none !important;
	color: #31302c;
	background: #fff url(images/registration/iconAccordion.gif) no-repeat 742px -34px;
	border-top: 1px solid #d5d5d5
}

div#registrationSection dl#Accordion dt a.first {
	border: none;
}

div#registrationSection dl#Accordion dt a.active {
	background-image: none;
	font-weight: bold;
}

/* FORMULAR STYLES*/

div#registrationSection label {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #31302c;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	clear: both;
}

div#registrationSection div.error p,
div#registrationSection div.error a,
div#registrationSection label.error,
div#registrationSection label.error a {
	color: #ff0000;
}

div#registrationSection span.formTxt.error {
	color: #ff0000;
	width: 200px;
	margin-left: 150px;
}

div#registrationSection span.formTxt a,
div#registrationSection label a {
	color: #31302c;
	text-decoration: underline;
	font-weight: bold;
}

div#registrationSection label a.changePasswort {
	float: right;
	color: #888;
	margin-right: 10px;
	font-weight: normal;
}

div#registrationSection label.google {
	background: #fff url(images/registration/iconGoogle.gif) no-repeat;
	width: 320px;
	padding-left: 30px;
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
}

div#registrationSection label.google span.g-signin {
	color: #31302c;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

div#registrationSection p.formTxt {
	font-size: 12px;
	line-height: 20px;
}

div#registrationSection h6 {
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

div#registrationSection h6 {
	width: 200px;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	margin: 0 0 15px 0;
}

div#registrationSection input[type=text],
div#registrationSection input[type=password],
div#registrationSection input[type=email] {
	background: #e7e7e7 url('images/inset.gif') repeat-x left top;
	border-color: #bbbbbb #dddddd #ffffff #dddddd;
	border-style: solid;
	/* border-width: 1px; */
	box-shadow: 0 1px 3px #8e8e8e inset;
	-moz-box-shadow: 0px 1px 3px #8e8e8e inset;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e inset;
	color: #626057;
	font-family: Georgia;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}

div#registrationSection input[type=password]:hover,
div#registrationSection input[type=email]:hover,
div#registrationSection input[type=text]:hover,
div#registrationSection input[type=password]:focus,
div#registrationSection input[type=email]:focus,
div#registrationSection input[type=text]:focus {
	background: #fcfcfc url('images/inset_focus.gif');
}

div#registrationSection input[type=radio],
div#registrationSection input[type=checkbox] {
	box-shadow: 0 1px 3px #8e8e8e inset;
	-moz-box-shadow: 0px 1px 3px #8e8e8e inset;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e inset;
	margin: 1px 6px 10px 0;
	float: left;
}

div#registrationSection textarea {
	background: #f7f7f7 url('images/inset.gif') repeat-x left top;
	border-color: #bbbbbb #dddddd #ffffff #dddddd;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	box-shadow: 0 1px 3px #8e8e8e inset;
	-moz-box-shadow: 0px 1px 3px #8e8e8e inset;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e inset;
	color: #626057;
	font-family: Georgia;
	font-size: 13px;
	height: 120px;
	left: 252px;
	line-height: 18px;
	padding: 0 6px;
	position: relative;
	width: 264px;
}

div#registrationSection textarea:hover,
div#registrationSection textarea:focus {
	background: #fcfcfc url('images/inset_focus.gif');
}

div#registrationSection select {
	background: transparent url('images/outset.gif') no-repeat right top;
	border-color: #ffffff #dddddd #bbbbbb #dddddd;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	box-shadow: 0 1px 3px #8e8e8e;
	-moz-box-shadow: 0px 1px 3px #8e8e8e;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e;
	color: #626057;
	font-family: Georgia;
	font-size: 13px;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 0 0 6px;
	width: 200px;
	float: left;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	margin: 0 0 15px 0;
}

div#registrationSection select:hover,
div#registrationSection select:focus {
	background-image: url('images/outset_focus.gif');
}

div#registrationSection select.radioIn,
div#registrationSection input.radioIn {
	width: 180px
}

div#registrationSection select option {
	background-color: #f7f7f7;
}

div#registrationSection div.actionBody {
	width: 800px;
	height: 48px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

div#registrationSection div.actionBody p {
	float: left;
	width: 536px;
	margin: 6px 0 0 20px;
}

div#registrationSection button {
	background: transparent url('images/registration/buttonBg.gif') repeat-x left top;
	font-size: 12px;
	color: #fff;
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-border-radius: 6px;
	height: 28px;
	overflow: hidden;
	box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	-webkit-box-shadow: 0px 0px 5px #222;
	cursor: pointer;
}

div#registrationSection button.grey {
	background-image: url('images/registration/buttonBgGrey.gif');
	margin-left: 30px;
}

div#registrationSection button:hover {
	color: #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div#registrationSection div.actionBody button {
	position: absolute;
	bottom: 46px;
	right: 20px;
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
}

/* special form-cases */
div#registrationSection input.xsSizeRight.dd,
div#registrationSection input.xsSizeLeft.mm {
	width: 26px;
	margin-right: 8px;
}

div#registrationSection input.sSizeLeft.jjjj {
	width: 104px;
}

/* VMFormValidator */
.errorList {
	list-style: none;
	margin: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.errorListItem {
	background-color: rgba(255, 106, 106, 0.9);
	color: #FFF;
	float: left;
	clear: left;
	min-width: 150px;
	width: auto;
	max-width: 370px;
	list-style: none;
	margin: 0;
	padding: 4px 8px;
	position: absolute;
	border: 1px solid;
	border-color: #FCC #F33 #F33 #FCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: -1px -1px 0 #F33;
	box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	font-size: 12px;
	line-height: 14px;
}

.errorListItem:after {
	content: "\00a0";
	display: block;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 0;
	height: 0;
	border-width: 10px 0 0 20px;
	border-style: solid;
	border-color: rgba(255, 106, 106, 0.9) transparent;
}

/*
.errorLabel {
	color: #F33;
}

.errorElement {
	border-color: #F33 #FCC #FCC #F33;
}

#submit[disabled] {
	background: #666;
	background: -moz-linear-gradient(100% 100% 90deg, #666, #999);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#666));
	color: #FFF;
	border-color: #999 #666 #666 #999;
	text-shadow: 1px 1px 0 #999;
}

#submit[disabled]:hover {
	box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	cursor: default;
}
*/

form#formFormel1 label {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #31302C;
	float: left;
	width: 150px;
	margin: 0px 0px 10px;
	clear: none;
}

form#formFormel1 label.formTxt, form#formBundesliga label.formTxt {
	clear: none;
	display: block;
	float: left;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 10px;
	width: 320px;
}

form#formFormel1 dl#Accordion {
	margin: 0;
	padding: 0 20px;
}

form#formFormel1 dt a.toggleView {
	background: url("images/registration/iconAccordion.gif") no-repeat scroll 742px -34px #fff;
	border-top: 1px solid #d5d5d5;
	color: #31302c;
	display: block;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none !important;
}

form#formFormel1 dt a.first {
	border: medium none;
}

form#formFormel1 dt a.active {
	background-image: none;
	font-weight: bold;
}

form#formFormel1 dl#Accordion dt {
	margin: 0;
	padding: 0;
}

form#formProfil label
{
	clear:none;
}

span.labelSpan{
	font-size: 12px;
}