body {
	background-color: #491333;
	background-image: none;
	color: #(($strFontLinkColor));
}
body .page {
	width: 980px;
}	
body #header{
	position: relative;
	height: 35px; 
	background-color: transparent; 
	padding: 0px; 
	margin: 0;

}
body #memberlogin {
	position: absolute;
	top: 10px; 
	right: 0px; 
	font-weight: bold;
}
body #logo {
	margin: 15px auto 0 auto; 
	position: static; 
	width: 200px;
}
body #main {
	background-color: white; 
	background-image: none; 
	width: 100%; 
	height: 584px; 
	padding: 0 0 15px 0; 
	margin: 0px;
    position: relative;
}

body.unterseite #main {
	background-color: white; 
	background-image: none; 
	width: 100%; 
	padding: 0 0 15px 0; 
	margin: 0px;
    position: relative;
padding-bottom: 60px;
height:auto;
}

body #col3 {
	width: auto; 
	height: 468px; 
	margin: 0; 
	padding: 20px;
}

body.unterseite #col3 {
	width: auto;  
	margin: 0; 
	padding: 20px;
height:auto;
}

body #col3_content {
	height: 465px; 
	background-color: #000000;
}

body.unterseite #col3_content {
	background-color: #000000;
}

body #col3_content #formarea {
	width: 366px; 
	position: absolute;
	top: 0px;
	left: 60px;
	z-index:1;
}

body.unterseite #col3_content #formarea {
	width: 366px; 
	position: absolute;
	z-index:1;

left: 572px; top: 1px; width: 366px;
}

body #col3_content #formarea .logo{
	background-color: #FFFFFF;
	height:75px;
}

body.unterseite #col3_content #formarea .logo{
	background-color: #FFFFFF;
	height:75px;
}

body .kostenlos-und-unverbindlich{
	position: absolute;
	bottom: -10px; right: 15px;
}
.layer_own_teaser_text {
	text-align: center; 
	font-size: 28px; 
	font-weight: normal; 
	line-height: 45px; 
	width: 100%;

}
.layer_own_teaser_text span {
	font-weight: bold; 
}
.layer_own_teaser_city {
	font-size: 30px; 
	width: 100%; 
	font-weight: bold; 
}
#standard_regForm{
	padding: 20px 5px 15px 12px;
	background-color: #f3f3f3;
	width:349px;
}

.standard_inputEmail {
	width:310px !important;
}

#standard_memberlogin {
	top:10px;
	right:0px;
	font-size:12px;
}

body label {
	font-weight: normal;
	color:#000000;
	font-size: 12px;
}
body .hotBabe{
	position: absolute;
	right: 0; top: 0px;
}
body.unterseite .hotBabe{
width: 450px; position: relative;
}
.hotBabe{
	background-color:#000000;
}
#col3_content{
	position: relative;
}

body.unterseite #col3_content {
	position: relative;
height:auto;
}

body .page select {
	padding: 2px 0px; 
	font-size: 14px; 
	width: 230px; 
	height: 30px; 
	width: 80px; 
	border: 1px solid #D3D3D3;
	margin: 0 0 10px 0;
}
div.Registration input[type="text"]{
	width: 230px; 
	height: 25px; 
	border: 1px solid #D3D3D3;
}
body .page input[type="image"]{
	margin: 15px 0 0 0;
}
body #undertext {
	width: 100%; 
	font-weight: bold; 
	text-align: center; 
	font-size: 20px; 
	color: white;
	margin: 15px 0 0 0;
}
body #undertext em {
	font-style: normal; 
	color: #BEBEBE;
}
body #underline {
	width: 940px;
	position: absolute;
	bottom: -20px; 
	left: 0px;
}
body.unterseite #underline {
position:relative;
bottom:0;left:0;
}
body #underline img {
	position: absolute;
	left: 20px;
	top: 0px;
}
body #underline p {
	position: absolute;
	right: 10px;
	width: 480px;		
}
body #underline p span.title{
	font-size: 12px;
	font-weight: bold;
}
body #underline p span.txt{
	font-size: 11px;
}
body #footer {
	width: 100%; 
	height: 70px;
	margin-top:-20px; 
	padding: 10px 0 10px 0; 
	font-size: 11px;
}
body a{
	color: #(($strFontLinkColor));
	text-decoration: none;
}
body #memberlogin a{
	font-size: 12px;
}
.nyroModalBg{ z-index: 500; }
.nyroModalCont{ z-index: 600; }
.nyroModalClose{ z-index: 600; }


/**
  * ---------------------- ANMELDEFORMULAR ---------------------------- 
  * **/
fieldset#anmeldeform {
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
	background: transparent;
}
fieldset#anmeldeform legend{
	font-weight: bold;
}
fieldset#anmeldeform p{
	line-height: 1.7em;
	margin: 0;
}
fieldset#anmeldeform p.rfloat{
	float:right;
	margin-left:10px;
}
fieldset#anmeldeform p.lfloat{
	float:left;
}
#standard_regForm fieldset#anmeldeform label{
	display:block;
	font-weight: bold;
	font-size: 16px;
	color: #463D42 !important;
}
fieldset#anmeldeform label span{
	display:block;
	clear:float;
	padding-left: 20px;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
}
fieldset#anmeldeform input{
	padding:4px;
}
fieldset#anmeldeform input[type="text"],
fieldset#anmeldeform input[type="password"]
{
	width: 330px;
}
fieldset#anmeldeform input[type="checkbox"]{
	dispay:block;
	float:left;
	vertical-align: top;
	margin:2px 0;
}
fieldset#anmeldeform select {
	padding:3px;
}

fieldset#anmeldeform input.plz{
	width:70px;
}
fieldset#anmeldeform select.land{
	width:250px;
}

fieldset#anmeldeform input[type=submit] {
	font-size:23px;
}

.reg-field .regError p {
	line-height:1em !important;
}

#underline {
	color: #463D42 !important;
}
body #header{
	position: relative;
	height: 70px; 
	background-color: transparent; 
	padding: 10px 0 10px 0; 
	margin: 0;
	background: url('/images/index/header_bg.jpg') 0 0 no-repeat transparent;
}
body #footer {
	width: 100%; 
	height: 70px; 
	padding: 10px 0 10px 0; 
	font-size: 11px;
    background: url('/images/index/footer_bg.jpg') 0 0 no-repeat transparent;
}
.link-login a {
	font-size: 12px;
}
#login-username {
	margin-right: 10px;	
}
#login-password {
	margin-right: 10px;
}
#loginform_index {
	right: 0px;
	top: 16px;
}
#popover-errormessage {
	position: absolute; 
	top: 67px; 
	left: 503px;
	background: transparent url(../../images/tooltop-loginfailed.png) top left no-repeat scroll; 
	width: 272px; 
	height: 87px;
	color: black;  
	z-index: 20; 
}
#popover-errormessage .popover-text {
    left: 20px;
    position: absolute;
    text-align: justify;
    top: 25px;
    width: 230px;
    font-size: 12px;
}
.regError p {
	font-size: 12px;
}
.animateButton input {
	width: 315px;
}

#info_startseite .left h1 {
			    display: block;
			    font-size: 1.3em;
			    font-weight: bold;
			    margin: 0.83em 0;
			    color: #000;
			}
#info_startseite .left h2 {
			    display: block;
			    font-size: 1.2em;
			    font-weight: bold;
			    margin: 0.83em 0;
			    color: #000;
			}

#info_startseite .right div.mobileBox.mobile h1 {
				font-size: 120% !important;
			}
			
			#info_startseite .right h1 {
				font-size: 120% !important;				
			}
div.Registration input.submit { width:100%; }
.page_margins_index { width:940px;margin:0 auto; }
.Footer ul { float:left;padding:0;}
li { line-height:1.5em;margin-left:0.8em; }
.Footer li { float:left;list-style-type:none; }
p.warningNotification {margin-bottom:0px;}
div.LoginIndex { left:auto;right:0px;}
.Header h2 { padding-left:25px;padding-top:10px;}

.page_margins {
  background: none repeat scroll 0 0 transparent;
  width: 1020px;margin:0 auto;
}
div.Registration { background-color:#F3F3F3;}
div.Registration{width:auto;padding:20px;}
.submit-block {margin-top:30px;}
ul#bottonNavigation li a, a { color:white;}
.welcome {background-color:white;padding:20px;}

body.unterseite .welcome {
  background-color: #FFFFFF;
  border: 1px solid #4B1236;
  color: #000000;
  margin-top: 10px;
}

.hideInShortForm {display:none !important;}
div.Registration dl.horizontal dd {width: 370px;}
#main #mContent #registration input[type="text"] {width: 347px;}
select#sexId, select#genderId, input#email {width: 350px;}
div.Registration {padding:0 10px 10px 10px; margin-top:-30px;}
div.Registration select#birthYearPerson1, div.Registration select#birthYearPerson2, div.Registration select#birthMonthPerson1, div.Registration select#birthMonthPerson2, div.Registration select#birthDayPerson1, div.Registration select#birthDayPerson2 {width:115px; font-size:18px; height:27px;}
select#genderId {width: 353px !important;}
div.Registration dl dt, div.Registration dl dd {color:#000000;}
/*130132.1.86.4b4cb84*/