@charset "UTF-8";

/* HOMEPAGE CSS @version  $Id: homepage.css 3945 2010-08-04 14:42:34Z stefan $ */

div#homepage_screen {
	width: 1000px;
	height: 700px;
	margin: 0 0 0 8px;
	position: relative;
}
div#homepage_screen_bg_1,
div#homepage_screen_bg_2,
div#homepage_screen_bg_3,
div#homepage_screen_bg_4 {
	width: 1000px;
	height: 175px;
	position: absolute;
	z-index: -9999;
	left: 0;
}
div#homepage_screen_bg_1 {
	top: 0;
	background: url(/images/homepage/screen_1.jpg) 0 0 no-repeat;
}
div#homepage_screen_bg_2 {
	top: 175px;
	background: url(/images/homepage/screen_2.jpg) 0 0 no-repeat;
}
div#homepage_screen_bg_3 {
	top: 350px;
	background: url(/images/homepage/screen_3.jpg) 0 0 no-repeat;
}
div#homepage_screen_bg_4 {
	top: 525px;
	background: url(/images/homepage/screen_4.jpg) 0 0 no-repeat;
}

div#game_info {
	height: 20px;
	margin: 0;
}

div#homepage_screen_left_bottom {
	width: 630px;
	height: 300px;
	position: absolute;
	top: 382px;
	left: 0;
}

div#alogo {
	width: 70px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 502px;
}

div.whitebox_screens1,
div.whitebox_screens2,
div.whitebox_screens3,
div.whitebox_screens4,
div.whitebox_screens5,
div.whitebox_screens6,
div.whitebox_login,
div.whitebox_register,
div.whitebox_info,
div.whitebox_password {
	width: 180px;
	height: 130px;
	position: absolute;
	left: 20px;
	z-index: 0;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.whitebox_screens1,
div.whitebox_screens2,
div.whitebox_screens3 {
	top: 20px;
}
div.whitebox_screens4,
div.whitebox_screens5,
div.whitebox_screens6 {
	top: 170px;
}
div.whitebox_screens2,
div.whitebox_screens5 {
	left: 220px;
}
div.whitebox_screens3,
div.whitebox_screens6 {
	left: 420px;
}
div.whitebox_login {
	width: 440px;
	height: 55px;
	top: 20px;
}
div.whitebox_register {
	width: 320px;
	height: 235px;
	top: 262px;
	right: 50px;
	left: auto;
}
div.whitebox_info {
	width: 320px;
	height: 420px;
	top: 262px;
	right: 50px;
	left: auto;
}
div.whitebox_password {
	width: 472px;
	height: 180px;
	top: 150px;
}

div#homepage_screen_login {
	width: 540px;
	height: 55px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
div#homepage_screen_login form input, div#homepage_screen_login form div.homepage_login_user, div#homepage_screen_login form div.homepage_login_password {
	width: 130px;
	float: left;
}
div#homepage_screen_login form input.homepage_login_text {
	margin: 0 0 0 10px;
}
div#homepage_screen_login form input.button {
	width: 110px;
	margin: 0 0 0 10px;
	padding-left: 20px;
	padding-right: 20px;
}
div#homepage_screen_login form div.homepage_login_user, div#homepage_screen_login form div.homepage_login_password {
	width: 136px;
	height: 13px;
	line-height: 13px;
	margin: 5px 0 0 10px;
	font-size: 11px;
	display: inline;
}
div#homepage_screen_login form div.homepage_login_forgot {
	width: 160px;
	height: 13px;
	line-height: 13px;
	margin: 1px 0 0 278px;
	text-align: center;
	font-size: 11px;
}
div#homepage_screen_login form div.homepage_login_forgot a {
	font-size: 11px;
}

div#homepage_screen_passfail {
	width: 180px;
	height: 55px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	background: url(/images/homepage/passfail.jpg) 0 0 no-repeat;
}

div#homepage_screen_password {
	width: 472px;
	height: 180px;
	position: absolute;
	top: 150px;
	left: 20px;
	z-index: 1000;
}
div#homepage_screen_password div.title {
	width: 452px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;
}
div#homepage_screen_password div.text {
	width: 452px;
	height: 87px;
	line-height: 13px;
	margin: 10px 0 0 10px;
	text-align: justify;
	float: left;
	display: inline;
}
div#homepage_screen_password div.label {
	width: 452px;
	height: 13px;
	line-height: 13px;
	margin: 10px 0 0 10px;
	font-size: 11px;
	float: left;
	display: inline;
}
div#homepage_screen_password form {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}
div#homepage_screen_password form input {
	width: 310px;
	float: left;
}
div#homepage_screen_password form input.button {
	width: 114px;
	margin: 0 0 0 20px;
}

div#homepage_screen_registerbutton, div#homepage_screen_infobutton {
	width: 149px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 220px;
	right: 219px;
}
div#homepage_screen_infobutton {
	right: 51px;
}
div#homepage_screen_registerbutton a, div#homepage_screen_infobutton a {
	width: 150px;
	height: 20px;
	display: block;
}

div#homepage_screen_register {
	width: 320px;
	height: 235px;
	position: absolute;
	top: 262px;
	right: 50px;
	z-index: 1000;
}
div.homepage_register_title, div.homepage_register_input, div.homepage_register_infocenter {
	float: left;
}

div.homepage_register_title, div.homepage_register_error_title, div.homepage_info_title {
	width: 295px;
	margin: 10px 0 0 10px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
}

div.homepage_register_error_title {
	color: #FF0000;
}

div.homepage_info_text {
	width: 315px;
	height: 413px;
	overflow: auto;
	float: left;
	display: inline;
}
div.homepage_info_text img {
	margin: 0 0 0 5px;
}

div.homepage_register_input {
	width: 150px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0 0 10px;
	display: inline;
}

div.homepage_register_infocenter {
	width: 295px;
	line-height: 14px;
	margin: 10px 0 0 10px;
	padding: 5px 0 5px 0;
	text-align: justify;
	font-size: 11px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: inline;
}

div#homepage_screen_register form input {
	width: 135px;
	height: 14px;
	margin: 8px 0 0 5px;
}

div#homepage_screen_register form input.button {
	width: 295px;
	height: 20px;
	margin: 10px 0 0 10px;
	float: none;
	display: inline;
}

div#homepage_screen_register_error {
	width: 320px;
	height: 100px;
	background: url(/images/homepage/register_error.jpg) 0 0 no-repeat;
	position: absolute;
	top: 517px;
	right: 50px;
}

div.homepage_register_error_errors {
	width: 270px;
	height: 55px;
	line-height: 18px;
	margin: 10px 0 0 10px;
}

div#homepage_screen_info {
	width: 320px;
	height: 420px;
	position: absolute;
	top: 262px;
	right: 50px;
	z-index: 1000;
}

div#homepage_screen_info p {
	margin: 15px 10px 0 10px;
	text-align: justify;
	float: left;
	display: inline;
}

div.homepage_screen_screenshot {
	width: 180px;
	height: 130px;
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
}
div.homepage_screen_screenshot img {
	width: 160px;
	height: 110px;
	margin: 9px 0 0 9px;
	border-width: 1px;
	border-style: solid;
	z-index: 1000;
	position: relative;
}
body#bebees div.homepage_screen_screenshot img {
	border-color: #FFEF94;
}
body#bebugs div.homepage_screen_screenshot img {
	border-color: #35550A;
}
body#beants div.homepage_screen_screenshot img {
	border-color: #5B4022;
}

div#homepage_screen div#imprint,
div#homepage_screen div#terms,
div#homepage_screen div#rules,
div#homepage_screen div#maintenance,
div#homepage_screen div#changes {
	width: 864px;
	height: 420px;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	top: 230px;
	left: 68px;
}
div#homepage_screen div#imprint .text, div#homepage_screen div#terms .text, div#homepage_screen div#rules .text, div#homepage_screen div#maintenance .text, div#homepage_screen div#changes .text {
	width: 850px;
	height: 355px;
	overflow: auto;
}
div#homepage_screen div#changes .text h3 {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 25px;	
}
div#homepage_screen div#changes .text span h3 {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 0 !important;	
}
div#homepage_screen div#changes .text span {
	display: block;
	line-height: 17px;
	padding: 5px 0 0 25px;
	background: url( /images/changes/plus.gif ) 10px 7px no-repeat;
}
div#homepage_screen div#terms p, div#homepage_screen div#rules p, div#homepage_screen div#maintenance p, div#homepage_screen div#changes p {
	width: 825px;
	margin: 7px 0 0 0;
	text-align: justify;
}
div#homepage_screen div#imprint div.overflow {
	width: 845px;
	height: 380px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
}
div#homepage_screen div#imprint div.imprint_left {
	width: 415px;
	margin: 10px 0 0 5px;
	float: left;
	display: inline;
}
div#homepage_screen div#imprint div.imprint_right {
	width: 415px;
	margin: 10px 0 0 1px;
	float: left;
	display: inline;
}
div#homepage_screen div#imprint h3 {
	width: 415px;
	height: 14px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px !important;
}
body#bebees div#homepage_screen div#imprint h3 {
	border-bottom-color: #FFD596;
}
body#bebugs div#homepage_screen div#imprint h3 {
	border-bottom-color: #35550A;
}
body#beants div#homepage_screen div#imprint h3 {
	border-bottom-color: #563C20;
}

div#homepage_screen div#imprint div.company {
	width: 340px;
	margin: 10px 0 0 0;
}
div#homepage_screen div#imprint table.imprint td {
	vertical-align: top;
}
div#homepage_screen div#imprint table.imprint td p {
	width: 418px;
}
div#homepage_screen div#terms h2, div#homepage_screen div#rules h2, div#homepage_screen div#maintenance h2, div#homepage_screen div#changes h2 {
	width: 842px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px !important;
}
body#bebees div#homepage_screen div#terms h2,
body#bebees div#homepage_screen div#rules h2,
body#bebees div#homepage_screen div#maintenance h2,
body#bebees div#homepage_screen div#changes h2 {
	border-bottom-color: #FFD596;
}
body#bebugs div#homepage_screen div#terms h2,
body#bebugs div#homepage_screen div#rules h2,
body#bebugs div#homepage_screen div#maintenance h2,
body#bebugs div#homepage_screen div#changes h2 {
	border-bottom-color: #35550A;
}
body#beants div#homepage_screen div#terms h2,
body#beants div#homepage_screen div#rules h2,
body#beants div#homepage_screen div#maintenance h2,
body#beants div#homepage_screen div#changes h2 {
	border-bottom-color: #553b20;
}

div#homepage_screen div#imprint div.separator {
	width: 832px;
	height: 1px;
	line-height: 0px;
	margin: 10px 0 3px 5px;
	padding: 0 !important;
	border-top-width: 1px;
	border-top-style: dotted;
}
body#bebees div#homepage_screen div#imprint div.separator {
	border-top-color: #FFD596;
}
body#bebugs div#homepage_screen div#imprint div.separator {
	border-top-color: #35550A;
}
body#beants div#homepage_screen div#imprint div.separator {
	border-top-color: #553b20;
}

div#homepage_screen div#imprint .company p {
	margin: 0 0 7px 0 !important;
	padding: 0;
}

div#homepage_screen a#login_forgot {
	text-decoration: underline;
}

div#homepage_screen div#maintenance .text,
div#homepage_screen div#maintenance .text p {
	width: 845px;
}
div#maintenance a.button.maintenance {
	width: 75px;
	margin: 30px auto 0 auto;
}
div#homepage_screen div#terms ul, div#homepage_screen div#rules ul {
	width: 808px;
	padding: 5px 0 0 25px;
}
div#homepage_screen div#terms li, div#homepage_screen div#rules li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
}

div#copyright {
	width: 1000px;
	margin: 5px auto 0 auto;
	text-align: center;
	font-weight: bold;
}
body#bebees div#copyright,
body#bebees div#copyright a {
	color: #693C00;
}
body#bebugs div#copyright,
body#bebugs div#copyright a {
	color: #35550A;
}
body#beants div#copyright,
body#beants div#copyright a {
	color: #FFD596;
}

div#seotext {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0 !important;
	text-align: justify;
	border-width: 1px;
	border-style: dotted;
}
body#bebees div#seotext {
	border-color: #693C00;
}
body#bebugs div#seotext {
	border-color: #35550A;
}
body#beants div#seotext {
	border-color: #FFD596;
}

div#seotext p {
	margin: 0;
	padding: 10px;
	font-size: 11px;
}
div#seotext * {
	font-size: 11px;
}
body#bebees div#seotext * {
	color: #693C00;
}
body#bebugs div#seotext * {
	color: #35550A;
}
body#beants div#seotext * {
	color: #FFD596;
}

div#homepage_screen div#logo {
	width: 430px;
	height: 180px;
	position: absolute;
	top: 30px;
	right: 0px;
}
div#homepage_screen div#info div#logo {
	width: 995px;
	height: 130px;
	text-align: right;
}
div#homepage_screen div#info div#logo img {
	margin-right: 5px;
}
div#homepage_screen div#home_lang {
	height: 20px;
	margin: 0 3px 0 0;
	float: right;
}
div#homepage_screen div#info div#home_lang {
	float: right;
	margin: 0 4px 0 0;
}
div#homepage_screen div#homepage_screen_top div#home_lang {
	margin-right: 4px;
}
div#homepage_screen_right div#home_lang {
	margin: 2px 1px 0 0;
}
div#homepage_screen div#home_lang a {
	height: 16px;
	margin: 0 0 0 5px;
	padding-top: 4px;
	float: left;
	display: block;
}
div#homepage_screen div#home_lang a.english {
	margin-left: 5px;
}

div#homepage_screen div#game_version {
	margin: 0px 1px 0 0;
	height: 20px;
	line-height: 18px;
	float: right;
}
div#homepage_screen div#game_version a {
	text-decoration: none;
}

div#message a {
	text-decoration: underline;
}


div#fb-ajax-loader{
  position: absolute;
  text-align: right;
}

div#fb-ajax-loader img{
  padding: 5px 5px 0 0;
}

div#fb-welcome{
  padding:5px 0 0 15px;
}

div#fb_find_accaunt_title{
  text-align: center;
  cursor: pointer;
  padding: 5px 0 5px 0;
  font-weight: bold;
  text-decoration: underline;
}

div#fb_find_accaunt{
  height: 65px;
  width: 450px;
}

div#fb_find_accaunt_table{
  padding-left: 15px;
  padding-top: 15px;
}

input#fb_login, input#fb_password, input#fb_nickname{
  width: 180px;
  margin: 0px;
}

div#fb_find_accaunt_table td.fb_first, div#fb_new_accaunt_table td.fb_first{
  width: 70px;
}

div#fb_find_accaunt_error{
  height: 30px;
  width: 450px;
}

div#fb_find_accaunt_error_area{
  text-align: center;
}

div#fb_new_accaunt_title{
  text-align: center;
  cursor: pointer;
  padding: 5px 0 5px 0;
  font-weight: bold;
  text-decoration: underline;
}

div#fb_new_accaunt{
  height: 45px;
  width: 450px;
}

div#fb_new_accaunt_table{
  padding-left: 15px;
  padding-top: 15px;
}

div#fb_new_accaunt_error{
  height: 30px;
  width: 450px;
}

div#fb_new_accaunt_error_area{
  text-align: center;
}

div#fb_desc{
  padding:10px 15px 10px 10px;
  width: auto !important;
}

div#fb_cancel_btn{
  text-align: center;
  margin-bottom: 10px;
}

div.div_seotext{
	font-size:11px;
	padding: 10px;
}

div#privacy {
	margin: 0 10px;
	padding: 10px;
	font-size: 13px;
	background: #FFF;
}
div#privacy ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
div#privacy * {
	text-align: left;
}
div#privacy p {
	margin: 0;
	padding: 0 0 10px 0;
}