/*
 * 1.background
 * 2.content_div
 * 3.content_left / lang_navi
 * 4.content_middle
 * 5.content_right / loginbox
 */
  

#gamigobar a:link, #gamigobar a:visited, #gamigobar a:focus{
	color: #FFF;
}

/*background*/

#gamigobar {
	width: 100%;
	height: 60px;
	background-color: #4e4e4e;
	z-index: 9999;
	position: absolute;
	box-shadow: 0 8px 10px #323232;
	-moz-box-shadow:  0 8px 10px #323232;
	-webkit-box-shadow:  0 8px 10px #323232;
}

.gamigobar_lang_active{
	text-transform: uppercase;
}

/*content_div*/

#gamigobar_all {
	width: 1020px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
}

#gamigobar_left {
	float: left;
	width: 277px;
}

#gamigobar_middle {
	float: left;
	max-width: 450px;
	text-align: center;
	margin-left: 8px;
	padding-left: 3px;
}

#gamigobar_right {
	float: right;
	width: 280px;
}

/*content_div_end*/

/*content_left*/

.gamigobar_logo {
	margin-top: 11px;
}

.gamigobar_left a {
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: black 2px 2px 1px;
}

.gamigobar_left a:hover {
	color: #f49f26;
}

.gamigobar_help {
	top: 11px;
	margin-left: 37px;
	padding-left: 15px;
	position: absolute;
	background-image: url('https://assets.cms.gamigo.com/snippets/globals/gamigobar/arrow_right.png');
	background-repeat: no-repeat;
	background-position: left 1px;
}

/*lang_navi*/

.gamigobar_lang {
	position: absolute;
	top: 35px;
	margin-left: 170px;
}

.gamigobar_langimg {
	margin-top: 4px;
	height: 12px;
	width: auto;
	float: right;
	padding-left: 15px;
}

.gamigobar_active {
	margin-bottom: 10px;
}

#gamigobar_lang a {
	float: left;
}

#gamigobar_lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gamigobar_lang li {
	padding: 0;
	margin: 0;
	background-color: #4e4e4e;
	width: 100px;
	height: 20px;
}

#gamigobar_lang li {
	color: #FFF;
	padding-left: 5px;
}

#gamigobar_lang li {
	padding-left: 15px;
	width: auto;
	min-width: 90px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: black 2px 2px 1px;
}

#gamigobar_lang ul li ul li a:hover {
	color: #f49f26;
}
#gamigobar_lang ul ul {
	display: none;
	position: absolute;
	width: 125px;
	z-index: 999;
	top: 25px;
	left: -7px;
}
#gamigobar_lang li ul li {
	height: 25px;
	min-width: 122px;
	clear: right;
	padding-left: 14px;
}

#gamigobar_lang li ul li img {
	margin-right: 8px;
}

#gamigobar_lang li li a {
	height: auto;
	width: auto;
	padding-left: 6px;
	margin-right: 0;
	max-width: 75px;
	line-height: 20px;
}
.gamigobar_lang_active {
	background-image: url("https://assets.cms.gamigo.com/snippets/globals/gamigobar/arrow_right.png");
	background-repeat: no-repeat;
	background-position: left 5px;
}

* html li li {
	display: inline;
}/*f√ºr den Internetexplorer*/

/*lang_navi_ende*/

/*content_left_end*/

/*content_middle*/

#gamigobar_advertisment {
	height: 62px;
	max-width: 450px;
	z-index: 99998;
	margin-top: 5px;
}
/*content_middle_end*/

/*content_right*/

/******************** REGISTER / XXX BUTTONS **************/
.header_button_link {
	position: relative;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	top: 0;
}
a.header_button_link {
	width: 134px;
}
a.download_button {
	width: 80px;
	float: right;
	top: 4px;
}
.header_button {
	text-shadow: 1px 2px 3px #57000f;
	-moz-box-shadow: inset 0px 4px 4px 0px #EEE;
	-webkit-box-shadow: inset 0px 4px 4px 0px #EEE;
	box-shadow: inset 0px 4px 4px 0px #EEE;
	margin-left: 15px;
}
.register_button {
	background-color: #36C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 15px;
	position: relative;
	float: left;
	height: 26px;
	text-align: center;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333333;
	z-index: 5;
	top: 4px;
	font-weight: normal;
}

.download_button {
	background-color: #87002D;
	box-shadow: -3px 4px 6px #CCC inset;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 15px;
	height: 26px;
	margin-left: 10px;
	text-align: center;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
	z-index: 5;
	top: -4px;
	font-weight: normal;
}

.register_button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19F),
	color-stop(1, #36F) );
	background: -moz-linear-gradient(center top, #19F 5%, #36F 100%);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#19F', endColorstr = '#36F' );
	background-color: #36F;
	color: white;
}

.download_button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de0000
	), color-stop(1, #87002d) );
	background: -moz-linear-gradient(center top, #de0000 5%, #87002d 100%);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#de0000', endColorstr = '#87002d' );
	background-color: #de0000;
	color: white;
}

/****************** BUTTONS END **************************/

p.gamigobar_welcometext {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: black 2px 2px 1px;
	position: absolute;
	margin-left: 815px;
	margin-top: -46px;
}

.gamigobar_accountname {
	font-size: 16px;
	color: #f29f29;
}

#gamigobar_gamigobuttons a {
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: black 0px 0px 2px;
	float: right;
	margin-top: 14px;
}

.gamigobar_register {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce8e), color-stop(1, #ef9f2c) );
	background: -moz-linear-gradient( center top, #ffce8e 5%, #ef9f2c 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce8e', endColorstr='#ef9f2c');
	background-color: #ededed;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #gamigobar_252525;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #gamigobar_ffffff;
}

#gamigobar_login {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce8e), color-stop(1, #ef9f2c) );
	background: -moz-linear-gradient( center top, #ffce8e 5%, #ef9f2c 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce8e', endColorstr='#ef9f2c');
	background-color: #ededed;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #gamigobar_252525;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #gamigobar_ffffff;
	margin-left: 36px;
}

.gamigobar_register:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef9f2c), color-stop(1, #ffce8e) );
	background: -moz-linear-gradient( center top, #ef9f2c 5%, #ffce8e 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9f2c', endColorstr='#ffce8e');
	background-color: #dfdfdf;
}

#gamigobar_login:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef9f2c), color-stop(1, #ffce8e) );
	background: -moz-linear-gradient( center top, #ef9f2c 5%, #ffce8e 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9f2c', endColorstr='#ffce8e');
	background-color: #dfdfdf;
}

#gamigobar_logout {
	float: right;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9a9a9), color-stop(1, #848484) );
	background: -moz-linear-gradient( center top, #a9a9a9 5%, #848484 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#848484');
	background-color: #ededed;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #252525;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin-left: 5px;
	margin-top: -43px;
}

#gamigobar_logout:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #848484), color-stop(1, #a9a9a9) );
	background: -moz-linear-gradient( center top, #848484 5%, #a9a9a9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484', endColorstr='#a9a9a9	');
	background-color: #dfdfdf;
}

/*loginbox*/

#gamigobar_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.gamigobar_login-popup {
	background-image: url(https://assets.cms.gamigo.com/snippets/globals/gamigobar/login.gamigobar_png);
	background-repeat: no-repeat;
	height: 309px;
	width: 370px;
	display: none;
	padding: 10px;
	float: left;
	font-size: 1.2em;
	position: relative;
	z-index: 99998;
	top: 155px;
	float: right;
	left: 0;
}

fieldset {
	border: none;
	padding-right: 3px;
}

form.gamigobar_signin .gamigobar_textbox label {
	display: block;
	padding-bottom: 7px;
}

form.gamigobar_signin .gamigobar_textbox span {
	display: block;
}

form.gamigobar_signin p, form.gamigobar_signin span {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	margin-bottom: 5px;
	margin-top: 5px;
}

form.gamigobar_signin .gamigobar_textbox input {
	background: white;
	border-bottom: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	border-top: 1px solid #8c8c8c;
	color: #bbb;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 6px 6px 4px;
	width: 200px;
	text-shadow: none;
	border-radius: 2px;
	box-shadow: #4e4e4e 1px 1px 3px;
}

form.gamigobar_signin input:focus {
	border: 1px solid #f79d1f;
	border-radius: 2px;
}

form.gamigobar_signin input:-moz-placeholder {
	color: #bbb;
}
form.gamigobar_signin input::-webkit-input-placeholder {
	color: #bbb;
}

.gamigobar_button {
	float: left;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce8e), color-stop(1, #ef9f2c) );
	background: -moz-linear-gradient( center top, #ffce8e 5%, #ef9f2c 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce8e', endColorstr='#ef9f2c');
	background-color: #ededed;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #252525;
	cursor: pointer;
	display: inline-block;
	padding: 6px 6px 4px;
	margin-bottom: 5px;
	width: 76px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: black 0px 0px 2px;
	font-size: 16px;
}
.gamigobar_button:hover {
	background: -moz-linear-gradient(center top, #ef9f2c, #ffce8e);
	background: -webkit-gradient(linear, left top, left bottom, from(#ef9f2c), to(#ffce8e));
	background: -o-linear-gradient(top, #ef9f2c, #ffce8e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef9f2c', EndColorStr='#ffce8e');
}

.gamigobar_input {
	font-family: Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	text-shadow: none;
}

#gamigobar_logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #4e4e4e;
	margin-top: 11px;
	margin-bottom: 20px;
}

.gamigobar_signin {
	padding-left: 10px;
}

#gamigobar_checkbox {
	width: 25px;
	float: left;
}
#gamigobar_rememberme {
	width: 70%;
	line-height: 15px;
}
#gamigobar_loginboxtext a {
	font-size: 14px;
	text-shadow: none;
	color: #8c8c8c;
}

#gamigobar_loginboxtext a:hover {
	color: #f59f26;
}

a#gamigobar_registernow {
	color: #f59f26;
}

form.gamigobar_signin p.gamigobar_right {
	float: right;
	margin-top: 20px;
}
.gamigobar_clear {
	clear: both;
}

.gamigobar_forgot {
	float: right;
	margin-top: 5px;
}

.gamigobar_facebookconnect {
	float: right;
	margin-top: -40px;
	width: 93px;
	height: 22px;
}

.lang-de{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_de.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-en{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_en.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-es{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_es.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-fr{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_fr.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-it{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_it.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-pl{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_pl.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.lang-tr{
	background-image: url('http://assets.cms.gamigo.com/snippets/images/lang_tr.png');
	background-position: 99px 4px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.lang-de, .lang-en, .lang-tr, .lang-pl, .lang-fr, .lang-es, .lang-it{
	height: 30px;
	float: right;
	background-size: 12px 12px;
}
#qtranslate-chooser .active{
	display: none;
}

/*loginbox_end*/
/*content_right_end*/

/* tmp ranking fix */
.tmp_ranking_de, .tmp_ranking_es, .tmp_ranking_fr, .tmp_ranking_it, .tmp_ranking_pl, .tmp_ranking_tr{
	display: none;
} 


/* Password Reset */

.pw_reset{
	font-family: arial;
	position: relative;
	top: 12px;
	margin-left: 26px;
	background-image: url('https://assets.cms.gamigo.com/snippets/globals/gamigobar/arrow_right.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: black 2px 2px 1px;
}

/* end password reset */