@charset "utf-8";
/* CSS Document */

/**
	RESET CSS
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
	MAIN CSS
*/

* {
	margin: 0;
	padding: 0;
    -moz-outline-style: none;
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;
}

html {
	height: 100%;
}

body {
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: #000000;
	height: 100%;
}

/*------------------- general ------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.last {
	margin-right: 0px !important;
}
strong, b {
	font-weight: bold;
}

.bgB50 {
	background-image: url(../images/bg_black_50_ts20231006115502.png);
	background-repeat: repeat;
}

.bgB30 {
	background-image: url(../images/bg_black_30_ts20231006115502.png);
	background-repeat: repeat;
}

.bgB70 {
	background-image: url(../images/bg_black_70_ts20231006115502.png);
	background-repeat: repeat;
}

.bgB80 {
	background-image: url(../images/bg_black_80_ts20231006115502.png);
	background-repeat: repeat;
}

.bgB90 {
	background-image: url(../images/bg_black_90_ts20231006115502.png);
	background-repeat: repeat;
}
.bgB02 {
	background-image: url(../images/bg_black_02_ts20231006115502.png);
	background-repeat: repeat;
}
.bgB05 {
	background-image: url(../images/bg_black_05_ts20231006115502.png);
	background-repeat: repeat;
}

.borderBwH {
	background-image: url(../images/bg_border_bw_h_ts20231006115502.png);
	background-repeat: repeat-x;
}
.borderBwH20 {
	background-image: url(../images/bg_border_bw_h_20_ts20231006115502.png);
	background-repeat: repeat-x;
}
.borderBwV {
	background-image: url(../images/bg_border_bw_v_ts20231006115502.png);
	background-repeat: repeat-y;
}

.borderW25 {
	background-image: url(../images/bg_border_w_25_ts20231006115502.png);
	background-repeat: repeat-y;
}

.borderW15 {
	background-image: url(../images/bg_border_w_15_ts20231006115502.png);
	background-repeat: repeat-x;
}

a {
	cursor: pointer;
}

input {
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000000;
	background: #ffffff;
	border: #b9b9b9 1px solid;
}

span.hide {
	display: none;
}

/*buttons*/
.btnYellow166 {
	background: url(../images/btn_yellow_166_ts20231006115502.png) 0 0 no-repeat;
	width: 166px;
	height: 29px;
	line-height: 29px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.btnYellow204 {
	background: url(../images/btn_yellow_204_ts20231006115502.png) 0 0 no-repeat;
	width: 204px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.btnYellow154 {
	background: url(../images/btn_yellow_154_ts20231006115502.png) 0 0 no-repeat;
	width: 154px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.btnYellow142 {
	background: url(../images/btn_yellow_142_ts20231006115502.png) 0 0 no-repeat;
	width: 142px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.btnYellow212 {
	background: url(../images/btn_yellow_212_ts20231006115502.png) 0 0 no-repeat;
	width: 212px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.btnYellow259 {
	background: url(../images/btn_yellow_259_ts20231006115502.png) 0 0 no-repeat;
	width: 259px;
	height: 29px;
	line-height: 29px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.btnGrey160 {
	background: url(../images/btn_grey_160_ts20231006115502.png) 0 0 no-repeat;
	width: 160px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}


.btnBack {
	width: 43px;
	height: 29px;
	display: inline-block;
	background: url(../images/btn_back_ts20231006115502.png) 0 0 no-repeat;
	float: right;
	margin: 5px 11px 0 0;

}

h2.metaSite span {
	background-position: 0 100%;
	display: block;
	line-height: 44px;
	padding: 0 11px 0 20px;
	font-size: 22px;
	font-weight: bold;
}

/*------------------- site ---------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

#site {
	width: 100%;
	height: 100%;
}

#site.maintenance {
	text-align: center;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-width: 980px;
	background: url(../images/bg_site_ts20231006115502.jpg) center 0 no-repeat;
	-moz-background-size: 1200px 100%;
	-o-background-size:  1200px 100%;
	-webkit-background-size:  1200px 100%;
	-khtml-background-size: 1200px 100%;
	background-size: 1200px 100%;
}
.v2 #wrapper {
	background-image: url(../images/bg_site2_ts20231006115502.jpg);
}

#bg {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -110px;
	z-index: 1;
}

/*------------------- header -------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 71px;
	background: transparent url(../images/bg_header_ts20231006115502.jpg) no-repeat top center;
	/*background: transparent url(../images/bg_header_xmas_ts20231006115502.jpg) no-repeat top center;*/
}
.v2 #header {
	background: transparent url(../images/bg_header2_ts20231006115502.jpg) no-repeat top center;
	/*background: transparent url(../images/bg_header_xmas_ts20231006115502.jpg) no-repeat top center;*/
}
#header.fsk12 {
	width: 100%;
	height: 71px;
	background: transparent url(../images/fsk12/bg_header_fsk12_ts20231006115502.jpg) no-repeat top center;
	/*background: transparent url(../images/bg_header_xmas_ts20231006115502.jpg) no-repeat top center;*/
}

#menuBox {
	width: 980px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#logo {
	width: 165px;
	height: 71px;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

#logo a {
	width: 165px;
	height: 71px;
	display: block;
}

#topMenu {
	width: 835px;
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainMenu {
	width: 835px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 1px;
}

#mainMenu ul li {
	display: inline-block;
	height: 36px;
	margin-left: -6px;
}

#mainMenu ul li a {
	height: 36px;
	display: inline-block;
	background-image: url(../images/bg_mainmenu_ts20231006115502.gif);
}

#mainMenu ul li a span.hover {
	background-image: url(../images/bg_mainmenu_ts20231006115502.gif);
	height: 36px;
	display: inline-block;
}

#mainMenu ul li a.home {
	width: 98px;
	background-position: -74px 0;
}

#mainMenu ul li a.home.active, #mainMenu ul li a.home span.hover {
	width: 98px;
	background-position: -74px -36px;
}

#mainMenu ul li a.info {
	width: 91px;
	background-position: -695px 0;
}

#mainMenu ul li a.info.active, #mainMenu ul li a.info span.hover {
	width: 91px;
	background-position: -695px -36px;
}

#mainMenu ul li a.shows {
	width: 117px;
	background-position: -170px 0;
}

#mainMenu ul li a.shows.active, #mainMenu ul li a.shows span.hover {
	width: 117px;
	background-position: -170px -36px;
}

#mainMenu ul li a.livecams {
	width: 148px;
	background-position: -384px 0;
}

#mainMenu ul li a.livecams.active, #mainMenu ul li a.livecams span.hover {
	width: 148px;
	background-position: -384px -36px;
}


#mainMenu ul li a.stars {
	width: 107px;
	background-position: -284px 0;
}

#mainMenu ul li a.stars.active, #mainMenu ul li a.stars span.hover {
	width: 107px;
	background-position: -284px -36px;
}

#mainMenu ul li a.community {
	width: 158px;
	background-position: -534px 0;
}

#mainMenu ul li a.community.active, #mainMenu ul li a.community span.hover {
	width: 158px;
	background-position: -534px -36px;
}

#mainMenu ul li a.bonus {
	width: 104px;
	background-position: -782px 0;
}

#mainMenu ul li a.bonus.active, #mainMenu ul li a.bonus span.hover {
	width: 104px;
	background-position: -782px -36px;
}

#topMenu ul {
	margin: 6px 0 0 0;
	float: right;
}

#topMenu ul li {
	height: 22px;
	float: left;
}

#topMenu ul li a {
	display: block;
}

#topMenu ul li a.feedback {
	width: 70px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	line-height: 22px;
}

#topMenu ul li form {
	display: inline;
}

#topMenu ul li a.btnSupport {
	width: 83px;
	height: 22px;
	background: url(../images/sprites/topnav_pngs_ts20231006115502.png) no-repeat -340px -15px;
}

#topMenu ul li a.lang {
	width: 43px;
	height: 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -10px;
}

#topMenu ul li a.login {
	width: 42px;
	margin: 0 23px 0 21px;
	background: transparent url(../images/bg_topmenu_login_ts20231006115502.gif) no-repeat 0 0;
}

#topMenu ul li a.login:hover, #topMenu ul li a.login span.hover  {
	width: 42px;
	height: 22px;
	display: inline-block;
	background: transparent url(../images/bg_topmenu_login_ts20231006115502.gif) no-repeat 0 -21px;
}

#topMenu ul li a.account {
	width: 82px;
	margin: 0 0 0 11px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -52px;
}

#topMenu ul li a.account:hover, #topMenu ul li a.account span.hover, #topMenu ul li a.account.active  {
	width: 82px;
	height: 22px;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -73px;
}

#topMenu ul li a.logout {
	width: 52px;
	margin: 0 0 0 11px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -116px;
}

#topMenu ul li a.logout:hover, #topMenu ul li a.logout span.hover  {
	width: 52px;
	height: 22px;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -137px;
}

#topMenu ul li a.reg {
	width: 170px;
	height: 22px;
	background: transparent url(../images/bg_topmenu_btnreg_ts20231006115502.gif) no-repeat top left;
}
#topMenu ul li a.payreg {
	width: 170px;
	height: 22px;
	background: transparent url(../images/bg_topmenu_btnpayreg_ts20231006115502.gif) no-repeat top left;
}
/*coinstatus*/
#topMenu .coincount {
	background: transparent url(../images/bg_coinaccount_ts20231006115502.png) no-repeat 0 0;
	width: 198px;
	height: 22px;
	color: #000;
	font-size: 11px;
	line-height: 22px;
	margin-left: 10px;
	text-align: left;
}
#topMenu .coincount .amount {
	display: block;
	float: left;
	padding-left: 27px;
	width: 67px;
	text-align: right;
	padding-right: 10px;
}
#topMenu .coincount a {
	font-weight: bold;
	display: block;
	float: right;
	text-align: center;
	width: 92px;
	color: #000;
}


/*button after coinstatus*/
.coinsfree {
	padding-left: 10px;
}


/* language */

#langContainer {
	width: 100%;
	background: transparent url(../images/bg_login_container_ts20231006115502.jpg) repeat-x bottom left;
	display: none;
	position: relative;
	z-index: 999;
}

.languageBox {
	width: 980px;
	margin: 0 auto;
}

.chooseLangBox {
	width: 932px;
	float: left;
}

.chooseLangBox ul {
	float: right;
	margin: 13px 6px 0 0;
}

.chooseLangBox ul li {
	float: left;
	margin: 0 0 0 33px;
}

.chooseLangBox a.de {
	width: 237px;
	height: 45px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -180px;
}

.chooseLangBox a.de:hover {
	background-position: -10px -249px;
}

.chooseLangBox a.en {
	width: 192px;
	height: 45px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
	background-position: -10px -314px;
}

.chooseLangBox a.en:hover {
	background-position: -10px -383px;
}


.languageBox .close {
	width: 48px;
	height: 69px;
	background-position: top left;
}

.languageBox .close a {
	width: 30px;
	height: 30px;
	display: block;
	background: transparent url(../images/btn_close_ts20231006115502.png) no-repeat top left;
	margin: 19px 0 0 11px;
}



/* login */

#loginContainer {
	width: 100%;
	background: transparent url(../images/bg_login_container_ts20231006115502.jpg) repeat-x bottom left;
	/*height: 130px;*/
	display: none;
	position: relative;
	z-index: 999;
}

.loginBox {
	width: 980px;
	margin: 0 auto;
}

.loginBox .heading {
	width: 229px;
	height: 69px;
	background-position: top right;
}

.loginBox .heading h2 {
	width: 211px;
	height: 27px;
	background: transparent url(../images/txt_memberlogin_ts20231006115502.png) no-repeat top left;
	margin: 22px 0 0 0;
}

.loginBox .loginFormBox {
	width: 703px;
	height: 69px;
}

.loginFormBox label {
	font-weight: bold;
	font-size: 12px;
}

.loginFormBox input {
	width: 172px;
	height: 22px;
	padding: 0 3px;
	line-height: 22px;
}

.loginFormBox input.error {
	background: #ffe57d;
}

.loginFormBox a {
	font-size: 10px;
	line-height: 15px;
	color: #858585;
	display: block;
	text-decoration: underline;
}

.loginFormBox .fbBtn {
	margin: 18px 10px 0 10px;
	cursor: pointer;
}

.loginFormBox .username {
	width: 192px;
    margin: 3px 0 0 10px;
}

.loginFormBox .username a {
	margin-top: 3px;
}
.loginFormBox .username label {
	display: block;
	float: left;
	width: 172px;
	line-height: normal;
	font-size: 12px;
	padding-top: 2px;
}
.loginFormBox .pwd {
	width: 190px;
	margin-top: 3px;
}

.loginFormBox .pwd a {
	margin-top: 3px;
}

.loginFormBox .submit {
	width: 116px;
	margin: 21px 0 0 0;
}

.loginFormBox .submit input {
	width: 100px;
	height: 26px;
	background: transparent url(../images/btn_yellow_100_ts20231006115502.png) no-repeat top left;
	padding: 0px;
	border: none;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #332400;
}

.loginBox .close {
	width: 48px;
	height: 69px;
	background-position: top left;
}

.loginBox .close a {
	width: 30px;
	height: 30px;
	display: block;
	background: transparent url(../images/btn_close_ts20231006115502.png) no-repeat top left;
	margin: 19px 0 0 11px;
}

/* login box with re captcha */
.loginBox .loginFormBox.captchaForm {
  height: 133px;
}

.loginFormBox.captchaForm .usernamePwd {
	display: inline-block;
}

.loginFormBox.captchaForm .username {
	margin: 3px 0 0 0;
}

.loginFormBox.captchaForm .captcha {
	display: inline-block;
	margin: 25px;
}

.loginFormBox.captchaForm .submit {
	margin: 50px 0 0 0;
}

.forgotPwdBox {
	width: 980px;
	/*height: 70px;*/
	margin: 0 auto;
	display: none;
}

.forgotPwdBox .info {
	width: 527px;
	height: 69px;
	background-position: top right;
}

.forgotPwdBox .info p {
	font-size: 12px;
	line-height: 16px;
	color: #a9a8a8;
	margin: 6px 0 0 0;
}

.forgotPwdBox .info p a {
	color: #a9a8a8;
}

.forgotPwdBox .info p span.heading {
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.forgotPwdBox .pwdFormBox {
	width: 393px;
	margin: 21px 0 0 12px;
}

.forgotPwdBox .close {
	width: 48px;
	height: 69px;
	background-position: top left;
}

.forgotPwdBox .close a {
	width: 30px;
	height: 30px;
	display: block;
	background: transparent url(../images/btn_close_ts20231006115502.png) no-repeat top left;
	margin: 19px 0 0 11px;
}

.pwdFormBox .email {
	width: 301px;
}

.pwdFormBox .submit {
	width: 92px;
}


.pwdFormBox label {
	font-weight: bold;
}

.pwdFormBox input {
	width: 172px;
	height: 23px;
	padding: 0 3px;
	line-height: 22px;
}

.pwdFormBox .submit input {
	width: 77px;
	height: 26px;
	background: transparent url(../images/btn_yellow_77_ts20231006115502.png) no-repeat top left;
	padding: 0px;
	line-height: 26px;
	border: none;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #332400;
}

/* login error box*/

.loginErrorBox, .pwdSuccessBox, .pwdErrorBox {
	width: 912px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../images/bg_login_error_ts20231006115502.jpg) repeat-y top left;
}

.errorContent {
	width: 912px;
	position: relative;
	padding: 0 0 14px 0;
	background: transparent url(../images/bg_login_error_bottom_ts20231006115502.jpg) no-repeat bottom left;
}

.icoErrorHint {
	width: 46px;
	height: 42px;
	margin: 7px 15px 0 14px;
	float: left;
	background: transparent url(../images/ico_login_hint_ts20231006115502.png) no-repeat top left;
}

.icoSuccessHint {
	width: 50px;
	height: 42px;
	margin: 10px 15px 0 10px;
	float: left;
	background: transparent url(../images/ico_login_success_ts20231006115502.png) no-repeat top left;
}

.errorMsg {
	float: left;
	margin: 10px 0 0 0;
}

.errorMsg p {
	color: #ff0000;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 5px 0;
}

.errorMsg p span.heading {
	color: #000000;
}

.errorMsg p a {
	color: #000000;
}

.closeErrorBox {
	width: 7px;
	height: 7px;
	background: transparent url(../images/ico_close_errorbox_ts20231006115502.gif) no-repeat top left;
	position: absolute;
	top: 7px;
	right: 8px;
	cursor: pointer;
	z-index: 50;
}
/*facebook alert box*/
#fbInfoDiv {
	position: absolute;
	width: 396px;
	height: 176px;
	border: 2px solid #a5badb;
	background-color: #c4d4ee;
	font-size: 15px;
	color: #000;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -200px;
	z-index: 1000;
	display: none;
}
#fbInfoDiv .headline {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background: url(../images/fb_info_ts20231006115502.png) no-repeat 5px -29px;
	padding: 4px 4px 4px 40px;
	line-height: 23px;
	height: 23px;
}
#fbInfoDiv .fbClose {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: url(../images/fb_info_ts20231006115502.png) no-repeat 0 -62px;
	margin: 5px 5px 0 0;
	cursor: pointer;
}
#fbInfoDiv .content {
	padding: 25px 15px;
	background-color: #fff;
}
#fbInfoDiv .buttons {
	padding: 15px 10px 0 10px;
}
#fbInfoDiv .buttons a {
	display: block;
	width: 91px;
	height: 23px;
	float: right;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background: url(../images/fb_info_ts20231006115502.png) no-repeat 0 0;
	text-align: center;
	line-height: 23px;
	margin-left: 15px;
}

/* payment alert boxes*/

#paymentContainer {
	width: 100%;
	height: 40px;
	display: none;
	position: relative;
	z-index: 1100;
}
#paymentContainer.high {
	height: 70px;
}
#paymentContainer .paymentHint {
	width: 32px;
	height: 32px;
	background: transparent url(../images/ico_hint_ts20231006115502.png) no-repeat top left;
	position: absolute;
	top: 5px;
}

#paymentContainer .paymentHint.left {
	left: 45px;
}

#paymentContainer .paymentHint.right {
	right: 45px;
}

#ccExpiredBox {
	width: 100%;
	height: 40px;
	background: transparent url(../images/bg_ccexpired_ts20231006115502.png) repeat-x top left;
}

#dunningBox {
	width: 100%;
	height: 40px;
	background: transparent url(../images/bg_dunning_ts20231006115502.png) repeat-x top left;
}

#finishRegBox {
	width: 100%;
	height: 70px;
	background: transparent url(../images/bg_finishRegister_ts20231006115502.gif) repeat-x top left;
}

.ccExpiredContent, .dunningContent, .finishRegBoxContent {
	width: 980px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.finishRegBoxContent {
	height: 70px;
	background: transparent url(../images/icon_warningShadow_ts20231006115502.png) no-repeat 0 50%;
}
.ccExpiredContent p, .dunningContent p {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffa800;
	line-height: 40px;
}

.ccExpiredContent a {
	color: #fdffc0;
}

.dunningContent a {
	color: #fdffc0;
	text-transform: none;
}
.finishRegBoxContent a {
	display: block;
	height: 70px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 110px;
}

.finishRegBoxContent .headline {
	font-weight: bold;
	font-size: 22px;
	display: block;
	line-height: 40px;
}

.finishRegBoxContent .headline .orange {
	color: #ffae00;
}

.finishRegBoxContent .message {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 18px;
}
.finishRegBoxContent .btnYellow259 {
	display: block;
	float: right;
	margin-top: 20px;
}
/*special container for link to membership on dunning site*/
.membershipInfos {
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 990px;
}
.membershipInfos .cancel {
	border: 0;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
}
/*------------------- content ------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

#content {
	width: 980px;
	height: auto;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
/*contentbereich linien links und rechts*/
.borderLeft {
	background-position: 0 0;
	padding-left: 1px;
}
.borderRight {
	background-position: 100% 0;
	padding-right: 1px;
}

/*pagination*/
.pagination {
	text-align: center;
	padding: 10px 0 20px 0;
}
.pagination ul {
	display: inline-block;
}
.pagination ul li {
	float: left;
	height: 19px;
	margin: 0 5px 0 0;
	display: block;
	text-align: center;
}
.pagination ul li.dots {
	line-height: 25px;
}
.pagination ul li a {
	width: 19px;
	height: 20px;
	display: block;
	background: url(../images/bg_pagination_ts20231006115502.gif) 0 -40px repeat-x;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.pagination ul li a:hover, .pagination ul li.next a:hover {
	background: url(../images/bg_pagination_ts20231006115502.gif) 0 -20px repeat-x;
}
.pagination ul li.active a {
	background: url(../images/bg_pagination_ts20231006115502.gif) 0 0 repeat-x;
	color: #ffffff;
}
.pagination ul li.next a, .pagination ul li.next a.inactive:hover {
	width: auto;
	padding: 0 5px;
	background: url(../images/bg_pagination_ts20231006115502.gif) 0 -40px repeat-x;
}
.pagination ul li.next a.inactive {
	color: #b5b5b5;
	cursor: default;
}



/*------------------- footer -------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
#footer {
	background: url(../images/bg_footer_line_ts20231006115502.png) top center no-repeat transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	color: #565656;
}

.footerMain {
	background-position: left bottom;
	margin: 0 auto 10px auto;
	width: 980px;
}

.footerMain .column1 {
	width: 130px;
	float: left;
}

.footerMain .column2 {
	width: 294px;
	float: left;
}

.footerMain .column3 {
	width: 556px;
	float: right;
}

.footerMain .column3 .heading {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin: 14px 0 15px 0;
	background-position: left bottom;
}
.footerMain .column3 h3 {
	color: #565656;
}
.footerMain .column3 p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
	color: #565656;
}

.footerMain .column1 ul {
	width: 100px;
}

.footerMain .column2 ul {
	width: 233px;
}

.footerMain li {
	height: 12px;
	background-position: left bottom;
	padding: 14px 0 13px 6px;
	font-size: 16px;
	color: #565656;
}

.footerMain li a {
	text-decoration: none;
	color: #565656;
}

.footerMain li a:hover, .footerMain li a.twitter:hover {
	text-decoration: none;
	color: #bfbfbf;
}

.footerMain li a.twitter {
	text-decoration: none;
	color: #565656;
	background: url(../images/icon_twitter_ts20231006115502.gif) 0 0 no-repeat;
	padding: 0 0 0 30px;
}

.footerMain li.first {
	font-weight: bold;
}
.footerBottom {
	width: 980px;
	margin: 0 auto;
}
.footerBottom ul {
	float: left;
	padding-left: 6px;
}
.footerBottom ul li {
	float: left;
	font-size: 12px;
}
.footerBottom ul li.break {
	margin: 0 8px;
	color: #565656;
}
.footerBottom ul li a {
	float: left;
	font-size: 12px;
	color: #565656;
	text-decoration: none;
	cursor: pointer;
}
.footerBottom ul li a:hover {
	color: #bfbfbf;
}
.footerBottom p.wm {
	float: right;
	font-size: 10px;
}
.footerBottom .siegel {
	width: 166px;
	height: 31px;
	float: left;
	margin-left: 25px;
}

.mbr .footerBottom {
	text-align: center;
}
.footerBottom .statement, .mbr .footerBottom a, .mbr .footerBottom span {
	display: inline-block;
	padding-left: 6px;
	font-size: 12px;
	color: #565656;
	text-decoration: none;
	cursor: pointer;
}
.mbr .footerBottom a:hover {
	color: #bfbfbf;
}


/*------------------- info divs-----------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

/*Cookie Info Div bei login und register*/

	#divCookieCheck {
		background-color: #fff;
		width: 612px;
		color: #000;
	}
	#divCookieCheck .contentItem {
		padding: 105px 20px 0 20px;
		background: url(../images/bg_cookieDiv_header_ts20231006115502.gif) 0 10px no-repeat;
		height: 135px;
	}
	#divCookieCheck p {
		margin-bottom: 23px;
	}
	#divCookieCheck .largeText {
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	#divCookieCheck .colorText {
		font-size: 16px;
		font-weight: bold;
		color: #ff6600;
	}
	#divCookieCheck .footer {
		padding: 12px 20px 0 20px;
		background: url(../images/bg_cookieDiv_footer_ts20231006115502.gif) 0 0 repeat-x #e5e5e5;
	}
	#divCookieCheck .text1 {
		float: left;
		width: 240px;
	}
	#divCookieCheck .text2 a {
		display: block;
		float: left;
		padding: 0 0 10px 45px;
		background: url(../images/icon_ff_ts20231006115502.gif) 0 0 no-repeat;
		text-decoration: underline;
		color: #000;
		width: 110px;
	}
	#divCookieCheck .text3 a {
		display: block;
		float: left;
		padding: 0 0 10px 50px;
		background: url(../images/icon_ie_ts20231006115502.gif) 0 0 no-repeat;
		text-decoration: underline;
		color: #000;
		width: 125px;
	}


/*Autologin Info Div*/

	#divLoginCheck {
		width: 422px;
		height: 83px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url(../images/sprites/topnav_pngs_ts20231006115502.png);
		background-position: -10px -448px;
		color: #000;
		position: absolute;
		top: 0px;
		left: 320px;
		display: none;
		text-align: left;
		z-index: 9999;
		font-size: 12px;
	}
	#divLoginCheck .contentItem {
		padding: 10px 20px 10px 10px;
	}
	#divLoginCheck p {
		margin-bottom: 3px;
		padding: 0 10px;
	}
	#divLoginCheck .largeText {
		font-weight: bold;
		color: #000;
	}
	#divLoginCheck .sender {
		text-align: right;
		padding: 0 14px;
	}

	#divLoginCheck .grafix {
		width: 200px;
		position: absolute;
		left: 20px;
		bottom: 12px;
	}

/*************************************************************/

	/* feedback box */

.feedbackContainerBox {
	width: 980px;
}

.feedbackBox {
	width: 876px;
	padding: 20px 0 40px 0;
	margin: 0 auto;
}

.feedbackBox h3 {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 18px 0 0 28px;
}

.feedbackBox .top {
	width: 876px;
	height: 54px;
	float: left;
	background: transparent url(../images/bg_feedback_top_ts20231006115502.png) no-repeat top left;
	position: relative;
}

.feedbackBox .top a.close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/paygate_pngs_ts20231006115502.png);
	background-position: -10px -95px;
}

.feedbackBox .middle {
	width: 876px;
	float: left;
	background: transparent url(../images/bg_feedback_middle_ts20231006115502.png) repeat-y top left;
}

.feedbackBox .middle p {
	color: #000000;
	margin: 23px 90px 13px 42px;
}

.feedbackBox .middle form {
	width: 780px;
	margin: 0 0 0 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.feedbackBox .middle label {
	display: block;
	color: #000000;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.feedbackBox .middle select {
	width: 105px;
	height: 19px;
	line-height: 19px;
	border: #829db8 1px solid;
	margin: 0 0 22px 0;
}

.feedbackBox .middle textarea {
	width: 768px;
	height: 118px;
	border: #829db8 1px solid;
	margin: 0 0 14px 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.feedbackBox .middle .submit {
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: transparent url(../images/btn_yellow_100_ts20231006115502.png) no-repeat top left;
	font-weight: bold;
	cursor: pointer;
	border: none;;
}

.feedbackBox .bottom {
	width: 876px;
	height: 90px;
	float: left;
	background: transparent url(../images/bg_feedback_bottom_ts20231006115502.png) no-repeat top left;
}

.feedbackBox .bottom p {
	font-size: 12px;
	line-height: 17px;
	color: #c69083;
	margin: 25px 0 0 93px;
}

.errorFeedback p {
	color: #ff0000 !important;
	font-weight: bold;
	margin: 0px 0 13px 42px !important;
}

/*banner*/
/*
#specialOfferBox {
	width: 1278px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/bg_banner_special_offer_ts20231006115502.jpg) no-repeat top left;
	z-index: 10;
}

.chooseTicketLink {
	width: 980px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 150px;
	z-index: 11;
}

.chooseTicketLink a {
	width: 980px;
	height: 80px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.chooseTicketLink a span {
	display: none;
}

.countdownBox {
	width: 135px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 149px;
	text-align: center;
	z-index: 9;
}

.countdownBox input.disabled {
	font: bold 50px Arial, Helvetica, sans-serif;
	height: 50px;
	color: #c6ff00 !important;
	border: none;
	background: #000000;
	margin: 8px 0 0px 0;
	cursor: pointer !important;
}*/
.divInfoAboContent {
	position: relative;
}
.divInfoAboContent a {
	text-decoration: none;
	color: #000;
}

.divInfoAboContent p {
	position: absolute;
	top: 127px;
	left: 165px;
	font-size: 38px;
	line-height: 46px;
	color: #000;
}

.divInfoAboContent p.bottom {
	top: 254px;
	font-size: 40px;
	font-weight: bold;
}

.divInfoAboContent p span.hint {
	color: #ff0000;
	white-space: nowrap;
}

.divInfoAboContent p.bottom input#counter {
	border: none;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
	line-height: 28px;
	width: 105px;
}

.countdownBox2 {
	width: 135px;
	height: 80px;
	position: absolute;
	top: 230px;
	right: 130px;
	text-align: center;
	z-index: 9;
	color: #fff;
	text-decoration: none;
}

.countdownBox2 input.disabled {
	font: bold 50px Arial, Helvetica, sans-serif;
	height: 50px;
	color: #c6ff00 !important;
	border: none;
	background: transparent;
	margin: 8px 0 0px 0;
	cursor: pointer !important;
	width: 135px;
}




#specialOfferBox {
	width: 100%;
	height: 80px;
	background: transparent url(../images/bg_banner_special_offer_ts20231006115502.jpg) no-repeat top left;
	z-index: 10;
}

.chooseTicketLink {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/bg_banner_special_offer_ts20231006115502.jpg) no-repeat -150px 0;
}

.chooseTicketLink a {
	height: 80px;
	display: block;
	cursor: pointer;
}

.chooseTicketLink a span {
	display: none;
}

.countdownBox {
	width: 135px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 9;
}

.countdownBox input.disabled {
	font: bold 50px Arial, Helvetica, sans-serif;
	height: 50px;
	color: #c6ff00 !important;
	border: none;
	background: #000000;
	margin: 8px 0 0px 0;
	cursor: pointer !important;
	width: 135px;
}





.indexMbr2Cols.bannerOffer {
	padding: 19px 0 0;
}

#topNav .lgSwitchBox {
	z-index: 1000;
}

#topNav .languageBox {
	z-index: 1001;
}



/*************************************************************/


#wotwarning {
    display: none !important;
}
#wotcontainer {
    display: none !important;
}
#wotwrapper {
    display: none !important;
}




/*cam message box*/
#camMessageContainer {
	bottom: 0;
    left: 50%;
    margin-left: 225px;
    position: fixed;
    z-index: 1099;
}
#camMessageSlide {
    position: relative;
}
#camMessage {
	position: absolute;
	right: 0;
	bottom: 0;
}
#camMessage .bottom {
	height: 29px;
	background: transparent url(../images/bg_camMessageGradient_ts20231006115502.gif) repeat-x 0 0;
}
#camMessage .content, #camMessage .bottom .content {
	width: 541px;
	margin: 0 10px 0 auto;
}

.camHead h4 {
	border: 1px solid #878787;
	border-bottom: 0;
	padding: 0 10px 0 40px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	background: #a6a6a6 url(../images/icons_online_ts20231006115502.png) no-repeat 5px -72px;
}
.camHead .closeCamMessage {
	background: transparent url(../images/icons_online_ts20231006115502.png) no-repeat 0 -107px;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	cursor: pointer;
	margin: 12px 0 0 0;
}

.camContent {
	background-color: #eee;
	border: 1px solid #c2c2c2;
	border-top: 1px solid #fefefe;
	color: #000;
	padding: 10px;
}
.camContent .image {
	float: left;
	width: 120px;
	height: 120px;
	position: relative;
}
.camContent .image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	z-index: 10;
	display: block;
	background: url(../images/btn_playHover_ts20231006115502.png) 120px 120px no-repeat;
}
.camContent .message {
	float: right;
	width: 385px;
}
.camContent .buttons  {
	padding: 10px 0 0 0;
}
.camContent .buttons .btnGrey160 {
	margin-right: 10px;
}
.camContent .buttons span {
	font-size: 11px;
	font-weight: normal;
}
#camMessage .bottom h5 {
	background-color: #eee;
	border: 1px solid #c2c2c2;
	border-top: 1px solid #fefefe;
	color: #000;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-left: 307px;
	font-size: 13px;
}
#camMessage .bottom .closeCamMessage {
	background: transparent url(../images/icons_online_ts20231006115502.png) no-repeat 0 -124px;
	width: 7px;
	height: 7px;
	display: block;
	float: right;
	cursor: pointer;
	margin: 12px 0 0 0;
}
/*characteristic language flags*/
.flag_de {
	background: transparent url(../images/icons_online_ts20231006115502.png) no-repeat 0 -146px;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}
.flag_en {
	background: transparent url(../images/icons_online_ts20231006115502.png) no-repeat 0 -167px;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}
.flag_es {
	background: transparent url(../images/icons_online_ts20231006115502.png) no-repeat 0 -185px;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}

#amountRealCredits,
#amountFreeCredits,
#amountAllCredits {
	width:195px;
	height:20px;
}

#naviCreditAmount img {
	padding-top: 3px;
}

.boxCoinCount {
	position: relative;
}

.buymessage {
	position: absolute;
	top: 11px;
	left: 290px;
	color: #33CC00;
	font-weight: bold;
}

.message2buy,
.messageError {
	margin-top: -7px;
	font-weight:bold;
	color: #FF0000;
}

.buymessage img,
.message2buy img,
.messageError img {
	margin-right: 5px;
}

.messageError a {
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
}


/****************************************************************
TEASER GRAFIK
*****************************************************************/

#outerRabattTeaser {
	/*background: url(../images/banner_offer2/bg_ts20231006115502.png) no-repeat;*/
	margin: 0 auto;
}

#rabattTeaser {
	background: #e4f8e2;
	width: 958px;
	height: 67px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
}

#rabattTeaser input {
	width: 50px;
	color: #56b12a;
	font-size: 18px;
	font-weight: bold;
	background: #e4f8e2;
	border: 0;
	padding-top: 5px;
	padding-left: 5px;
}

#countdown {
	margin-right: 15px;
}

#offer {
	background: #39b42a;
	padding: 5px 20px;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	letter-spacing: 0;
}

#counter {
	text-align: center;
	padding: 8px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #c0c0c0;
}

#counter input {
	background: #fff;
	color: #000;
	padding: 0;
}

#advertise, .timeInfoTxt {
	color: #56b12a;
	font-size: 24px;
	margin-right: 40px;
	margin-top: 10px;
	line-height: 22px;
}

.timeInfoTxt {
	width: 480px;
	margin-top: 15px;
}

#rabattBtn {
	font-size: 22px;
	text-decoration: underline;
	background: url(../images/banner_offer2/rabattBtn_ts20231006115502.gif) no-repeat;
	width: 253px;
	height: 33px;
	margin-top: 10px;
	padding-top: 14px;
	color: #fff;
	text-align: center;
}

/**************************************************
SPECIAL OFFER BANNER 5 - MORNING, LUNCH, MIDNIGHT
***************************************************/

#outerRabattTeaserSpecial {
	/*background: url(../images/banner_offer2/bg_ts20231006115502.png) no-repeat;*/
	margin: 0 auto;
}

#rabattTeaserSpecial {
	background: #e4f8e2;
	width: 958px;
	height: 47px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
}

#countdownSpecial {
	margin-right: 15px;
}

#offerSpecial {
	background: #39b42a;
	padding: 5px 20px;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	letter-spacing: 0;
}

#counterSpecial {
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #c0c0c0;
}

#advertiseSpecial {
	color: #56b12a;
	font-size: 18px;
	margin-left: 75px;
	margin-right: 50px;
	margin-top: 2px;
}

#advertiseSpecial.midnight {
	margin-left: 50px;
}

#advertiseSpecial.morning {
	margin-left: 60px;
}

#advertiseSpecial {
	line-height: 22px;
}

#advertiseSpecial span {
	font-size: 16px;
}

#rabattBtnSpecial {
	font-size: 19px;
	text-decoration: underline;
	background: url(../images/banner_offer2/rabattBtn_ts20231006115502.gif) no-repeat;
	width: 249px;
	height: 33px;
	margin-top: 2px;
	padding-top: 14px;
	color: #fff;
	text-align: center;
}

#rabattBtnSpecialInput {
	font-size: 19px;
	text-decoration: underline;
	background: url(../images/banner_offer2/rabattBtn_ts20231006115502.gif) no-repeat;
	width: 249px;
	height: 45px;
	margin-top: 2px;
	color: #fff;
	text-align: center;
	border: 0 !important;
	font-weight: bold;
	cursor: pointer;
}



/**************************************************
TEASER BANNER INDEX
***************************************************/

#teaserDiscountDeal {
	width: 677px;
	height: 170px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	color: #000;
	top: 0px;
	left: 1px;
}

#teaserDiscountDeal.de {
	background-image: url(../images/teaser_discount/img_mbrHomeTop_premium_de_ts20231006115502.jpg);
}

#teaserDiscountDeal.en {
	background-image: url(../images/teaser_discount/img_mbrHomeTop_premium_en_ts20231006115502.jpg);
}

#teaserDiscountDeal p.top {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
	padding-left: 54px;
	color: #fff;
}

#teaserDiscountDeal p.top input {
	width: 65px;
	height: 38px;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	border: none;
	background: none;
	text-align: right;
}

#teaserDiscountDeal p.top span.min {
	color: #ff0000;
}

#teaserDiscountDeal p.bottom {
	width: 350px;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 115px;
	left: 93px;
}

#teaserDiscountDeal p.bottom span.hint {
	font-weight: bold;
}

#teaserDiscountDeal a.getDeal {
	width: 222px;
	height: 43px;
	display: block;
	position: absolute;
	right: 11px;
	bottom: 11px;
}

#teaserDiscountDeal #offerCountdown {
	width: 146px;
	height: 70px;
	position: absolute;
	top: 47px;
	left: 13px;
	text-align: center;
}

#teaserDiscountDeal #offerCountdown p {
	font-size: 13px;
	line-height: 19px;
}

#teaserDiscountDeal #offerCountdown #counter {
	width: 112px;
	margin: 7px auto;
	border: none;
}

#teaserDiscountDeal #offerCountdown #counter .cntSeparator {
	text-indent: -99999px;
	width: 7px;
	height: 18px;
	background: transparent url(../images/teaser_discount/img_countdown_seperator_ts20231006115502.gif) no-repeat top left;
	margin: 10px 2px 0 2px;
}

#teaserDiscountDeal h3 {
	font-size: 24px;
	font-weight: bold;
	width: 429px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	top: 0px;
	right: 8px;
}

#teaserDiscountDeal .content {
	width: 435px;
	position: absolute;
	top: 60px;
	left: 235px;
	font-size: 16px;
	line-height: 20px;
}

#teaserDiscountDeal .content input {
	width: 50px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	border: 0;
	padding-left: 5px;
}

#teaserDiscountDeal .content span.hint {
	font-size: 18px;
	font-weight: bold;
}

#teaserDiscountDeal a.getDiscount {
	width: 258px;
	height: 49px;
	position: absolute;
	bottom: 8px;
	right: 10px;
	line-height:49px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(../images/teaser_discount/btn_yellow_258_ts20231006115502.png) no-repeat top left;
	color: #000;
}


/**************************************************
SKYSCRAPER PREMIUM
***************************************************/

#premiumSky {
	position: absolute;
	top: 70px;
	right: -350px;
	z-index: 1098;
	display: none;
}

#premiumSky.tag {
	width: 120px;
	height: 600px;
	position: absolute;
	top: -600px;
	right: -134px;
	z-index: 1099;
	display: none;
}

/**************CAM SKYSCRAPER*******************/
#premiumSky.girls .itemSkyscraper {
	width: 206px;
	height: 206px;
	position: relative;
	margin-bottom: 5px;
}

#premiumSky.girls .itemSkyscraper .itemIconOnline {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/icon_online_ts20231006115502.png) no-repeat;
	width: 79px;
	height: 25px;
}

#premiumSky.girls {
	width: 206px;
	height: 654px;
	position: absolute;
	top: -654px;
	right: -206px;
	z-index: 1099;
	display: none;
	margin-top: 71px;
}

#premiumSky.girls .itemSkyscraper .camLink {
	width: 206px;
	height: 206px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}


/**************************************************
PLAYERBAR
***************************************************/
#playerleisteWrapper {
	padding: 10px 0;
}
#playerleiste {
	width: 844px;
	height: 40px;
	background: url(../images/playerleiste/bg_playerleiste_ts20231006115502.png) no-repeat;
	margin: 0 auto;
	padding: 5px 10px;
}

#playerText {
	color: #000;
	font-weight: bold;
	margin-right: 15px;
	font-size: 15px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
}

#playerText a {
	color: #000;
	font-weight: bold;
}

#playerBtnShows {
	background: url(../images/playerleiste/btn_shows_ts20231006115502.png) no-repeat;
	width: 200px;
	height: 26px;
	margin-right: 10px;
	padding-top: 5px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#playerBtnCoins {
	background: url(../images/playerleiste/btn_coins_ts20231006115502.png) no-repeat;
	width: 184px;
	height: 26px;
	padding-top: 5px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	text-align: center;
}


/************************************************************
BANNER SPECIAL OFFER 3: SABOOM FREE DAY
*************************************************************/

#freeDayCounterOuter {
	background: url(../images/banner_offer3/counter_ts20231006115502.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 70px;
}

#freeDayCounterContent {
	margin: 0 auto;
	width: 600px;
}

#freeDayCounterTxt {

	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 26px;
}

#freeDayCounter {
	font-size: 30px;
	color: #000;
	padding: 5px;
	border: 3px solid #ed6b15;
	margin: 18px 10px 10px 10px;
	background: #fff;
	font-weight: bold;
}

#freeDayCounterButton {
	padding-top: 24px;
}

/********************************************
SUPPORTBUTTON --> TEXT
*********************************************/

#topMenu ul li a.txtSupport {
	text-decoration: none;
	margin-top: 3px;
	font-weight: bolder;
	color: #666666;
	font-size: 13px;
}

#topMenu ul li a.txtSupport:hover {
	color: #ff6600;
}


/*********************************************
FREECOIN BOXES
**********************************************/

.freecoins {
	font-size: 20px;
	font-weight: lighter;
}
.freecoins h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #df8f10;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.freecoinsContent {
	text-align: center;
	line-height: 56px;
	color: #000;
}
.freecoinsContent span {
	font-size: 56px;
	font-weight: normal;
	color: #df8f10;
	line-height: 46px;
}
.freecoinsContent span.grey {
	color: #dddddd;
}
.freecoinsFooter {
	background: url("../images/freecoinbox/freecoins_footer_ts20231006115502.gif") no-repeat center 0 transparent;
	height: 40px;
	text-align: center;
	padding-top: 50px;
	margin-top: 25px;
}
.freecoinsFooter a,
.freecoinsFooter a:hover,
.freecoinsFooter a:active {
	color: #098b05;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/freecoinbox/fancybox_ts20231006115502.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 29px;
	height: 29px;
	background: transparent url('../images/freecoinbox/fancy_close_ts20231006115502.png') no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/freecoinbox/blank_ts20231006115502.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/freecoinbox/fancybox_ts20231006115502.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/freecoinbox/fancybox_ts20231006115502.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/freecoinbox/fancy_shadow_n_ts20231006115502.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/freecoinbox/fancy_shadow_ne_ts20231006115502.png');
	background-position: -44px -154px;
}
#fancybox-bg-e {
	top: 0;
	right: -18px;
	height: 100%;
	background-image: url('../images/freecoinbox/fancy_shadow_e_ts20231006115502.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -18px;
	right: -20px;
	background-image: url('../images/freecoinbox/fancy_shadow_se_ts20231006115502.png');
	background-position: -44px -174px;
}
#fancybox-bg-s {
	bottom: -18px;
	left: 0;
	width: 100%;
	background-image: url('../images/freecoinbox/fancy_shadow_s_ts20231006115502.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/freecoinbox/fancy_shadow_sw_ts20231006115502.png');
	background-position: -44px -132px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/freecoinbox/fancy_shadow_w_ts20231006115502.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/freecoinbox/fancy_shadow_nw_ts20231006115502.png');
	background-position: -22px -110px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/freecoinbox/fancy_title_over_ts20231006115502.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/freecoinbox/fancybox_ts20231006115502.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/freecoinbox/fancybox-x_ts20231006115502.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/freecoinbox/fancybox_ts20231006115502.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freecoinbox/fancy_shadow_nw.png', sizingMethod='scale'); }


/***********************************************
TEASER STARS
************************************************/

#teaser {
	width: 980px;
	height: 200px;
	position: relative;
}

#girlVideoDivStars {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 999;
}

#onlineS {
	width: 43px;
	height: 15px;
	z-index: 1000;
	margin: -145px 5px auto auto;
}

#btnBlinkyOn {
	width: 249px;
	height: 46px;
	position: absolute;
	top: 100px;
	left: 195px;
	cursor: pointer;
}

#livecamCosts {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
}


/****************************************************************
BANNER SPECIAL OFFER 2 EXTENDED
*****************************************************************/

#outerRabattTeaserExtended {
	margin: 0 auto;
}

#rabattTeaserExtended {
	background: #fef1c6;
	width: 958px;
	height: 67px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
}

#rabattTeaserExtended input {
	width: 50px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: #fef1c6;
	border: 0;
	padding-left: 5px;
}

#countdownExtended {
	margin-right: 15px;
}

#offerExtended {
	background: #fccf42;
	padding: 5px 20px;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	letter-spacing: 0;
}

#counterExtended {
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #c0c0c0;
}

#advertiseExtended {
	color: #000;
	font-size: 16px;
	margin-right: 40px;
	margin-top: 5px;
	font-weight: normal !important;
}

#rabattBtnExtended {
	font-size: 22px;
	text-decoration: underline;
	background: url(../images/banner_offer2_extended/rabattBtn_ts20231006115502.png) no-repeat;
	width: 253px;
	height: 33px;
	margin-top: 10px;
	padding-top: 14px;
	color: #000;
	text-align: center;
}

.greenWrittenExtended {
	color: #56b12a;
	font-size: 20px;
	font-weight: bold !important;
}

.boldBig {
	font-weight: bold !important;
	font-size: 20px;
}


/****************************************************
PAYDIV REASONS
*****************************************************/

#paydivReasons {
	width: 874px;
	height: 54px;
	color: #fff;
	margin-left: 20px;
}

#paydivReasonsPic {
	border: 2px solid #000;
	width: 50px;
	height: 50px;
	float: left;
}

#paydivReasonsContent {
	background: url(../images/paydiv_reasons/bg_content_ts20231006115502.png) no-repeat 2px 2px;
	width: 820px;
	height: 54px;
	float: right;
}

#paydivReasonsContent p {
	margin-left: 20px;
}

#paydivReasonsTxt {
	font-weight: bold;
	margin-top: 6px;
}

/***************************************************
COMMUNITY HINT-DIV
****************************************************/
#commDiv {
	width: 560px;
	height: 300px;
	padding: 25px;
	background: url(../images/commDiv/bg_commdiv_ts20231006115502.png) no-repeat;
	color: #000;
	overflow: hidden;
}

#commDivContent {
	font-weight: bold;
	font-size: 17px;
	margin-top: 120px;
}

#commDivButton {
	width: 310px;
	height: 37px;
	background: url(../images/commDiv/btn_commdiv_ts20231006115502.png) no-repeat;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 40px 0 0 auto;
}

#commDivButton a {
	color: #000;
	width: 310px;
	height: 37px;
	line-height: 37px;
	display: block;
}

.commDivSecond {
	margin-top: 10px;
}

/**************************************************************
PREMIUM BANNER
***************************************************************/
/*#showBanner {
	background: url(../images/premiumTeaser/premiumTeaser_ts20231006115502.jpg) no-repeat;
	width: 750px;
	height: 320px;
	position: relative;
	margin: 0 auto;
}*/

#premiumTeaserMbrIndex {
	width: 750px;
	height: 400px;
	overflow: hidden;
}

/**************************************************************
1 DAY 1 EURO BANNER
***************************************************************/

#eurodayTeaserMbrIndex {
	width: 750px;
	height: 450px;
	overflow: hidden;
	background: url(../images/eurodayTeaser/eurodayTeaserDe_ts20231006115502.jpg) no-repeat;
	position: relative;
}

#eurodayTeaserMbrIndex.german {
	background: url(../images/eurodayTeaser/eurodayTeaserDe_ts20231006115502.jpg) no-repeat;
}

#eurodayTeaserMbrIndex.english {
	background: url(../images/eurodayTeaser/eurodayTeaserEn_ts20231006115502.jpg) no-repeat;
}

#eurodayTeaserMbrIndex.american {
	background: url(../images/eurodayTeaser/eurodayTeaserUs_ts20231006115502.jpg) no-repeat;
}

#eurodayTeaserMbrIndex input {
	position: absolute;
	left: 315px;
	top: 279px;
	font-weight: bold;
	font-size: 46px;
	width: 125px;
	color: #fff;
	background: none;
	border: 0;
	line-height: 46px;
}

#eurodayTeaserMbrIndex .txt {
	position: absolute;
	top: 150px;
	left: 0;
	width: 750px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

#eurodayTeaserMbrIndex .txt span {
	font-weight: bold;
}

#eurodayTeaserMbrIndex .txt span .yellow {
	color: #f1bc03;
}

#eurodayTeaserMbrIndex .subtxt {
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 750px;
	text-align: center;
	font-size: 10px;
}

#eurodayTeaserMbrIndex .subtxt span {
	font-weight: bold;
}

#eurodayTeaserMbrIndex .useDeal {
	width: 327px;
	height: 55px;
	position: absolute;
	left: 217px;
	bottom: 42px;
}

#advertiseEuroday {
	color: #56b12a;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 10px;
}



/*ajax request boxes*/
div.ajax {
	position: relative;
	width: 100%;
	min-height: 90px;
}

div.ajax div.loading {
	width: 30px;
	height: 30px;
	background: transparent url(../images/loading_corners_ts20231006115502.gif) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 10px 0;
}


/* sms pin check FANCYBOX */
#smsPinCheckBox {
	color: #000;
	background: url(../images/pincheck/bg_pincheck_ts20231006115502.png) no-repeat right 20px;
	height: 385px;
	overflow: hidden;
}

#smsPinCheckBox .header, #smsPinCheckBox .step {
	position: relative;
}

#smsPinCheckBox .errorBox, #smsPinCheckBox .successBox, #smsPinCheckBox .errorBox p {
	display: none;
}

#smsPinCheckBox .errorBox {
	background: url(../images/pincheck/bg_errormsg_ts20231006115502.jpg) no-repeat;
	width: 800px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

#smsPinCheckBox .successBox {
	background: url(../images/pincheck/bg_successmsg_ts20231006115502.gif) no-repeat 0 25px #dff6b2;
	position: absolute;
	top: 0;
	left: 0;
}

#smsPinCheckBox .successBox .bottom {
	padding-left: 105px !important;
}

#smsPinCheckBox .successBox .top {
	background: #afdd27;
	padding: 5px;
}

#smsPinCheckBox .successBox .top p {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#smsPinCheckBox .successBox .top a {
	font-size: 11px;
	font-weight: normal;
	color: #5b7900;
	float: right;
}

#smsPinCheckBox .successBox .bottom p {
	margin: 3px 0 !important;
}

#smsPinCheckBox input.error {
	background: #f2b5b5;
}

#smsPinCheckBox input.submit {
	background: url(../images/pincheck/bg_btn_ts20231006115502.png) 0 0 no-repeat;
	width: 81px;
	height: 21px;
	line-height: 21px;
	border: 0;
}

#smsPinCheckBox input,
#smsPinCheckBox select,
#smsPinCheckBox .step .bottom .form label {
	margin: 10px 0;
}

#smsPinCheckBox .step .bottom .form label {
	vertical-align: middle
}

#smsPinCheckBox .header h3,
#smsPinCheckBox .step .top {
	font-size: 18px;
	font-weight: bold;
}

#smsPinCheckBox .header h3 {
	line-height: 60px;
	padding-left: 70px;
}

#smsPinCheckBox .header .errorBox p.nummer,
#smsPinCheckBox .header .errorBox p.pin {
	line-height: 60px;
	padding-left: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#smsPinCheckBox .step .top .left,
#smsPinCheckBox .step .top .right {
	float:left;
	padding: 5px;
}

#smsPinCheckBox .step {
	background: #e2e2e2;
	width: 610px;
	margin-top: 10px;
}

#smsPinCheckBox .step .top .left {
	background: url(../images/pincheck/bg_step_ts20231006115502.jpg) repeat-x;
}

#smsPinCheckBox .step.deux {
	/*border-top: 10px solid #fff;*/
}

#smsPinCheckBox .step .top .right {
	background: #c4c4c4;
	width: 511px;
}

#smsPinCheckBox .step .top .right.en {
	width: 528px;
}

#smsPinCheckBox .step .bottom {
	padding-left: 5px;
}

#smsPinCheckBox .step .bottom > p {
	margin: 10px 0;
}

#smsPinCheckBox .step .bottom .form .info,
#smsPinCheckBox .step .bottom .form label {
	font-weight: bold;
}

#smsPinCheckBox .header {
	width: 800px;
	height: 60px;
	background: url(../images/pincheck/bg_info_ts20231006115502.jpg) no-repeat;
}


/*SMS PINCHECK PAGE*/

#smsPinCheck {
	color: #fff;
	background: url(../images/pincheck/bg_pincheck_ts20231006115502.png) no-repeat right 70px;
	min-height: 500px;
}

#smsPinCheck .header,
#smsPinCheck .step {
	position: relative;
}

#smsPinCheck .errorBox,
#smsPinCheck .successBox,
#smsPinCheck .errorBox p {
	display: none;
}

#smsPinCheck .errorBox {
	background: url(../images/pincheck/bg_errormsg_ts20231006115502.jpg) no-repeat;
	width: 980px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

#smsPinCheck .successBox {
	background: url(../images/pincheck/bg_successmsg_ts20231006115502.gif) no-repeat 0 25px #dff6b2;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	height: 162px;
}

#smsPinCheck .successBox .bottom {
	padding-left: 105px !important;
}

#smsPinCheck .successBox .top {
	background: #afdd27;
	padding: 5px;
}

#smsPinCheck .successBox .top p {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#smsPinCheck .successBox .top a {
	font-size: 11px;
	font-weight: normal;
	color: #5b7900;
	float: right;
}

#smsPinCheck .successBox .bottom p {
	margin: 3px 0 !important;
}

#smsPinCheck input.error {
	background: #f2b5b5;
}

#smsPinCheck input.submit {
	background: url(../images/pincheck/bg_btn_ts20231006115502.png) 0 0 no-repeat;
	width: 81px;
	height: 21px;
	line-height: 21px;
	border: 0;
}

#smsPinCheck input,
#smsPinCheck select,
#smsPinCheck .step .bottom .form label {
	margin: 10px 0;
}

#smsPinCheck .step .bottom .form label {
	vertical-align: middle
}

#smsPinCheck .header h3,
#smsPinCheck .step .top {
	font-size: 18px;
	font-weight: bold;
}

#smsPinCheck .header h3 {
	line-height: 60px;
	padding-left: 70px;
}

#smsPinCheck .header .errorBox p.nummer,
#smsPinCheck .header .errorBox p.nummerExists,
#smsPinCheck .header .errorBox p.pin {
	line-height: 60px;
	padding-left: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#smsPinCheck .step .top .left,
#smsPinCheck .step .top .right {
	float:left;
	padding: 5px;
}

#smsPinCheck .step {
	width: 702px;
	margin-top: 20px;
	margin-left: 20px;
}

#smsPinCheck .step .top .left {
	color: #ffae00;
}

#smsPinCheck .step .top .right {
	width: 511px;
}

#smsPinCheck .step .top .right.en {
	width: 528px;
}

#smsPinCheck .step .bottom {
	padding: 15px;
}

#smsPinCheck .step .bottom > p {
	margin-bottom: 10px;
}

#smsPinCheck .step .bottom .form .info,
#smsPinCheck .step .bottom .form label {
	font-weight: bold;
}

#smsPinCheck .header {
	height: 60px;
	background: url(../images/pincheck/bg_header_ts20231006115502.png) no-repeat;
}




/*Coins Load Limit*/
#coinsLoadLimit {
	background: url(../images/coinsloadlimit/bg_coinsloadlimit_rpt_ts20231006115502.jpg);
	width: 980px;
	height: 396px;
}

#coinsLoadLimit .container {
	width: 867px;
	height: 396px;
	background: url(../images/coinsloadlimit/bg_coinsloadlimit_ts20231006115502.jpg);
	margin: 0 auto;
	position: relative;
}

#coinsLoadLimit p {
	font-size: 17px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top:70px;
	left: 75px;
}

#coinsLoadLimit p span {
	font-weight: bold;
}

#coinsLoadLimit .paymentOptions {
	width: 444px;
	position: absolute;
	top: 159px;
	left: 210px;
}

#coinsLoadLimit .paymentOptions a.option {
	width: 127px;
	height: 127px;
	text-align: center;
	color: #000;
	line-height: 175px;
}

#coinsLoadLimit .paymentOptions .option.center {
	margin: 0 30px;
}


#coinsLoadLimit .paymentOptions a.option.sue {
	background: url(../images/coinsloadlimit/bg_sue_ts20231006115502.png);
	margin-right: 30px;
	margin-left: 80px;
}

#coinsLoadLimit .paymentOptions a.option.phone {
	background: url(../images/coinsloadlimit/bg_phone_ts20231006115502.png);
}

#coinsLoadLimit .paymentOptions a.option.voraus {
	background: url(../images/coinsloadlimit/bg_voraus_ts20231006115502.png);
}

/******************NEW ACCOUNT ACTIVATION*********************/
.chooseActivationMethod {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}

.chooseActivationMethod .chooseActivationBtn {
	margin-top: 5px;
}

/******************Div Campaigns*********************/
.divcampaigns {
	position: relative;
}
.divcampaigns img {
	display: block;
}
.divcampaigns .invisibleForm {
	position: absolute;
}
.divcampaigns .payButton {
	display: block;
	position: absolute;
	width: 500px;
	height: 72px;
	top: 282px;
	left: 13px;
	border: 0;
	cursor: pointer;
	background: url(../images/bg_black_02_ts20231006115502.png) 0 0 repeat transparent;

}
.renewal .divcampaigns .payButton {
	left: 20px;
	top: 400px;
	width: 596px;
	height: 85px;
}
.divcampaigns .termsBox {
	position: absolute;
	bottom: 5px;
	left: 15px;
	color: #fff;
	font-size: 12px;
}
.divcampaigns .termsBox a {
	color: #fff;
	text-decoration: underline;
}
.en.divcampaigns .termsBox {
	left: 10px;
	font-size: 11px;
}
.renewal .divcampaigns .termsBox, .renewal .en.divcampaigns .termsBox {
	left: 25px;
	color: #B6B6B6;
	font-size: 12px;
}
.renewal .divcampaigns .termsBox a {
	color: #B6B6B6;
}
.divcampaigns .tarifInfo {
	position: absolute;
	color: #423932;
	text-decoration: underline;
	left: 110px;
	top: 255px;
	font-size: 12px;
}
.renewal .divcampaigns .tarifInfo {
	left: 25px;
	top: 375px;
	color: #B6B6B6;
}
.divcampaigns .tarifInfoBox {
	/*width: 286px;*/
	width: 420px;
	background: #ffffff;
	border: #afafaf 2px solid;
	font-size: 11px;
	line-height: 13px;
	color: #464545;
	text-align: justify;
	padding: 5px;
	position: absolute;
	float: left;
	display: none;
	z-index: 99999;
	bottom: 155px;
	left: 20px;
}
.renewal .divcampaigns .tarifInfoBox {
	bottom: 335px;
}
.divcampaigns .tarifInfoBox span.name {
	font-weight: bold;
	text-transform: uppercase;
}
.divcampaigns .tarifInfoBox a {
	color: #0000ff;
	text-decoration: underline;
	float: right;
}
.divcampaigns .tarifInfoBox .arrow {
	width: 17px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/sprites/paygate_pngs_ts20231006115502.png);
	background-position: -10px -370px;
}
.renewal .divcampaigns .tarifInfoBox .arrow {
	left: 10px;
}





/*1 click pay process for inital payment*/
.oneClick {
	width: 750px;
	height: 400px;
	background-color: #fff;
}
.oneClick .step1 {
	display: block;
}
.oneClick .step2, .oneClick .step3 {
	display: none;
}
.oneClick .area {
	-webkit-box-shadow: inset 0px 0px 15px 8px rgba(1,1,1,0.44);
	-moz-box-shadow: inset 0px 0px 15px 8px rgba(1,1,1,0.44);
	box-shadow: inset 0px 0px 15px 8px rgba(1,1,1,0.44);
	background-color: #d9d9d9;
	color: #000;
	padding: 15px 20px 10px 20px;
	height: 375px;
}
.oneClick .subheadline {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 10px 0;

}
.oneClick .tarifarea {
	background-color: #f5f5f5;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
	height: 345px;
	overflow: hidden;
}
.oneClick .step2 .tarifarea {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.oneClick .ac {
	text-align: center;
}
.oneClick .ac a {
	color: #000;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
}
.oneClick .border {
	border-top: 1px solid #dcdcdc;
	margin: 5px 0 0 0;
}

.oneClick .terms {
	padding: 0 0 5px 0;
}
.oneClick .terms, .oneClick .terms a {
	color: #737373;
	font-size: 11px;
	line-height: normal;
}
.oneClick .ac .button {
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #617200;
	color: #333;
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	padding: 0 70px;
	font-weight: bold;
	font-size: 20px;
  	text-shadow: 1px 1px 0px rgba(255,255,255,0.3),  0px 1px 0px rgba(255,255,255,0.2);
	background: #93ac01;
    background: -moz-linear-gradient(top,  rgba(219,231,93,1) 0%, rgba(147,172,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,231,93,1)), color-stop(100%,rgba(147,172,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,231,93,1) 0%,rgba(147,172,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,231,93,1) 0%,rgba(147,172,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,231,93,1) 0%,rgba(147,172,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,231,93,1) 0%,rgba(147,172,1,1) 100%); /* W3C */
	margin: 10px 0 0 0;
}
.oneClick .step1 .button {
	margin: 10px 0 0 0;
}
.oneClick .logos {
	width: 131px;
	height: 87px;
	background: url(../images/oneclick/logo_secure_ts20231006115502.png) 0 0 no-repeat;
	display: inline-block;
}
.oneClick .tarif {
	float: left;
	padding: 10px 5px 0 0;
	width: 457px;
}
.oneClick .step2 .tarif {
	padding: 10px 25px 0 0;
	width: 437px;
}
.oneClick .tarifSide {
	width: 131px;
	float: right;
	text-align: right;
	border-left: 1px solid #dcdcdc;
	padding: 0 10px 0 35px;
}
.oneClick .tarif span {
	font-size: 14px;
	display: block;
	line-height: normal;
}
.oneClick .tarif .tarifname, .oneClick .preheadline {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
}
.oneClick .tarif .tarifname span {
	display: inline;
	font-weight: bold;
	font-size: 18px;
}
.oneClick .tarif span span {
	display: inline;
}
.oneClick .tarif .tarifname .nowrap {
	white-space: nowrap;
}
.oneClick .arrow {
	padding: 0 20px 0 0;
}
.oneClick .arrow img {
	vertical-align: middle;
}
.oneClick .preheadline {
	padding-top: 10px;
}
.oneClick table {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneClick .verification.internal {
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneClick .label {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	vertical-align: middle;
	padding-right: 10px;
}
.oneClick .field {
	text-align: left;
	vertical-align: middle;
}
.oneClick .masked {
	vertical-align: middle;
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
	color: #557606;
	display: inline-block;
	padding-right: 5px;
}
.oneClick .field input {
	color: #557606;
	border: 1px solid #a3a3a3;
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
	width: 90px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #dddddd;
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
    vertical-align: middle;
	display: inline-block;
}
.oneClick .field input.error {
	background: #f2dede;
	color: #a94442;
}
.oneClick .error {
	color: #a94442;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
}
.oneClick .mb {
	margin-bottom: 20px;
}
.oneClick .emessage {
	display: none;
}
.oneClick .loading {
	width: 110px;
	height: 20px;
	background: url(../images/loading_ani_ts20231006115502.gif) 0 0 no-repeat;
	display: inline-block;
	margin: 37px 0 0 0;
	display: none;
}
.oneClick .external_terms {
	font-size: 12px;
	line-height: normal;
}
