/* SOME DEFAULT´s*/
* {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
html,
body {
	height: 100%;
	width: 100%;
	font-size: 12pt;
	font-family: Calibri;
}

a:visited,
a {
	color: #000000;
}
a:hover {
	color: #61461B;
}

/* SEO Container */
#c_container {
	display: none;
}
#c_container div.cb {
	position: absolute;
	z-index: 99;
	min-height: 500px;
	width: 600px;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	border: 5px solid #EEAC09;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
}
#c_container div.cb_in {
	margin: 10px;
}
#c_container div.cb_in h1,
#c_container div.cb_in h2,
#c_container div.cb_in h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#c_container div.cb_in p {
	display: block;
	padding: 10px;
	text-align: justify;
}
#c_container div.cb_in ul {
	padding: 10px;
	padding-left: 30px;
}
#c_container div.cb_cl {
	position: absolute;
	top: -5px;
	right: -5px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #EEAC09;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
#c_container div.cb_cl:hover {
	color: #000;
}

/* GLOBAL BG´s*/
body {
	display: table;
}
#toolbar,
body .bg1 {
	display: table-row;
}
body .bg1,
body .bg2 {
	height: 100%;
}
body .bg1 {
	background-color: #037381;
}
body .bg2{
	background-repeat: no-repeat;
	background-position: center top;
}
body.start .bg2 {
	background-image: url(../images/bgs/start.jpg);
}
body.maintenance  .bg2{
	background-image: url(../images/bgs/maintenance.jpg);
}
body.ingame  .bg2{
	background-image: url(../images/bgs/ingame.jpg);
}
body.ingame.banner .bg2 {
	background-image: url(../images/bgs/ingame_banner_new.jpg);
}
body.logout .bg2 {
	background-image: url(../images/bgs/logout.jpg);
}

body.landing .bg1 {
	background-color: rgb(148, 171, 28);
}
body.landing .bg2 {
	background-image: url('../images/landing/bg2.jpg');
}



/* main wrap */

.content {
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	width: 1000px;
}

.content_wip {
	width: 100%;
	height: 100%;
}
.content_wip .content {
	padding: 14px;
	text-align: center;
	min-height: 560px;
}
.content_wip h3,
.content_wip p {
	text-align: left;
}
.content_wip pre {
	text-align: left;
	overflow: scroll;
	background-color: white;
}


/*footer*/
.fbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fbox span.info {
	text-decoration: underline;
	cursor: pointer;
}

/* footer ingame*/
.fbox.ingame,
.fbox.ingame * {
	color: #fff;
}
.fbox .list {
	color: #fff;
	text-align: left;
	width: 45%;
	padding-left: 5%;
	float: left;
}

/* minibanner fix*/
.fbox .adserver-mb-table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.fbox .adserver-mb-td {
	padding-left: 10px;
	padding-right: 10px;
}

/* ingame site*/
.content .head {
	font-size: 20px;
	height: 87px;
}
.content .head .left {
	float: left;
	width: 280px;
	padding-top: 33px;
	margin-left: 20px;
	font-weight: bold;
}
.content .head .left .name {
	float: left;
}

.content .head .left .logout {
	float: right;
}

.content .head .speechbubble {
	float :right;
	margin-right: 90px;
	margin-top: 10px;

}
.content .head .speechbubble.nickpage {
	font-size: 11pt;
	font-family: Calibri;
	text-align: center;
	width: 200px;
	height: 70px;
	margin-right: 100px;
	margin-top: 7px;
}

.content .banner {
	float: right;
	width: 1px;
	height: 1px;
	margin-top: 5px;
}
.content .banner>span>iframe {
	float: left;
}
.content .game {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

/* fix the fail*/
.cssfail {
	position: relative;
	left: -240px;
	top: 0px;
}

/* fix images */
#okBtn,
#okBtn_out {
	background: url('../images/btn/small/btn.png') no-repeat;
}
#okBtn:hover,
#okBtn_out:hover{
	background: url('../images/btn/small/mo.png') no-repeat;
}

#playNow1,
#playNow3,
#playNow4,
#playNow5,
#playNow_out,
#fbClose,
.fbWin .btnText {
	background: url('../images/btn/default/btn.png') no-repeat;
}
#playNow1:hover,
#playNow3:hover,
#playNow4:hover,
#playNow5:hover,
#playNow_out:hover,
#fbClose:hover,
.fbWin .btnText:hover {
	background: url('../images/btn/default/mo.png') no-repeat;
}

#playNow2,
.landing .register .button {
	background: url('../images/btn/big/btn.png') no-repeat;
}
#playNow2:hover,
.landing .register .button:hover {
	background: url('../images/btn/big/mo.png') no-repeat;
}

#forum,
#tour,
.landing .register .button.empty {
	background: url('../images/btn/green/btn.png') no-repeat;
}
#forum:hover,
#tour:hover,
.landing .register .button.empty:hover {
	background: url('../images/btn/green/mo.png') no-repeat;
}

#tourNext{
	background: url('../images/btn/arrow_right/arrow.png');
}
#tourNext:hover{
	background: url('../images/btn/arrow_right/mo.png');
}

#tourPrev{
	background: url('../images/btn/arrow_left/arrow.png');
}
#tourPrev:hover{
	background: url('../images/btn/arrow_left/mo.png');
}

.fbWin .close,
#tourClose,
#tourCloseSpot,
#regClose{
	background: url('../images/btn/close/btn.png');
}

.fbWin .close:hover,
#tourClose:hover,
#tourCloseSpot:hover,
#regClose:hover{
	background: url('../images/btn/close/mo.png');
}

#spieletour{
	background: url('../images/tour/1.gif');
}

#regwin,
#pwForget,
#resendPass {
	background: url('../images/register/register_window.png');
}

.fbWin.fail {
	background: url('../images/register/error.gif');
}
.fbWin.success {
	background: url('../images/register/register_window.png');
}
.spot {
	background: url('../images/spot/spot_2.png');
}
.spot .text {
	background: url('../images/spot/text.png');
}

/*
req. cssfail class div
absolute position everyting -.-
*/

/* spot banner */
.spot {
	position: absolute;
	top: 208px;
	left: 960px;
	width: 191px;
	height: 163px;
	cursor: pointer;
}
.spot .text {
	position: absolute;
	top: 134px;
	left: 82px;
	width: 136px;
	height: 47px;
}
#tourCloseSpot {
	height: 40px;
	width: 40px;
	top: -35px;
	right: -35px;
	position: absolute;
	cursor: pointer;
}

#okBtn{
	width: 49px;
	height: 34px;
	left: 1015px;
	top: 9px;
	position: absolute;
	padding-top: 0px;
	cursor: pointer;
	border: 0px solid black;
}

#playNow1{
	width: 174px;
	height: 40px;
	left: 300px;
	top: 3px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
	display:block;
}

#playNow2{
	width: 194px;
	height: 41px;
	left: 635px;
	top: 613px;
	position: absolute;
	padding-top: 18px;
	z-index: 1;
	cursor: pointer;
}
#playNow2,
#playNow2:hover {
	text-decoration: none;
	color: #fff;
}


#playNow3{
	width: 174px;
	height: 40px;
	left: 123px;
	top: 345px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
}
#playNow4,
#playNow5 {
	width: 174px;
	height: 40px;
	left: 83px;
	top: 260px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
	border: 0px solid black;
}
#p4btn,
#p4btn2{
	width: 174px;
	height: 40px;
	position: absolute;
	top: 1px;
	left: 0px;
}

#logbtn{
	width: 45px;
	height: 29px;
	position: absolute;
	top: 1px;
	left: 2px;
}

#forum{
	display:block;
	width: 174px;
	height: 40px;
	left: 433px;
	top: 624px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
	text-decoration: none;
}
#forum,
#forum:hover {
	text-decoration: none;
	color: #fff;
}
#tour,
.landing .register .button {
	display:block;
	width: 174px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
}
#tour{
	left: 857px;
	top: 624px;
	position: absolute;
	padding-top: 6px;
}
#tour,
#tour:hover {
	text-decoration: none;
	color: #fff;
}
#spot_view {
	height: 390px;
	width: 640px;
	position: absolute;
	left: 410px;
	top: 220px;
}



#titel1{
	color: #037381;
	top: 106px;
	left: 327px;
	width: 225px;
	height: 75px;
	position: absolute;
}

#titel2{
	color: #037381;
	font-size: 13pt;
	top: 103px;
	left: 941px;
	width: 200px;
	height: 75px;
	position: absolute;
}

#login_login{
	top: 13px;
	left: 575px;
	position: absolute;
	font-size: 16pt;
	font-weight: bold;
	color: #037381;
}
#login_name{
	top: 15px;
	left: 645px;
	position: absolute;
}
#login_password{
	top: 15px;
	left: 770px;
	position: absolute;
}
#login_server{
	top: 15px;
	left: 895px;
	position: absolute;
}
#pwForgotten{
	position: absolute;
	left: 1075px;
	color: #037381;
	font-size: 9pt;
	top: 10px;
	height: 29px;
	width: 60px;
	cursor: pointer;
}

#tourwin{
	height: 457px;
	width: 792px;
	top: 134px;
	left: 25%;
	position: absolute;
}

#tourNext{
	height: 28px;
	width: 20px;
	top: 352px;
	left: 307px;
	position: absolute;
	cursor: pointer;
}
#tourPrev{
	height: 28px;
	width: 20px;
	top: 352px;
	left: 93px;
	position: absolute;
	cursor: pointer;
}
#tourClose{
	height: 40px;
	width: 40px;
	top: 10px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

#tourText{
	position: absolute;
	top: 127px;
	left: 64px;
	height: 216px;
	width: 288px;
}

#spieletour{
	height: 457px;
	width: 792px;
	position: absolute;
}

#regwin,#pwForget{
	height: 457px;
	width: 792px;
	top: 134px;
	left: 25%;
	position: absolute;
}
#pwFormText{
	color: #037381;
	top: 65px;
	left: 0px;
	height: 55px;
	width: 338px;
	position: absolute;
	font-size: 13pt;
	text-align: left;
}

#regform{
	position: absolute;
	top: 44px;
	left: 391px;
	height: 353px;
	width: 355px;
}

#regFormText{
	color: #037381;
	top: 65px;
	left: -5px;
	height: 55px;
	width: 347px;
	position: absolute;
	font-size: 14pt;
}

#regname{
	position:absolute;
	left: 165px;
	top: 75px;
}
#email{
	position:absolute;
	left: 165px;
	top: 180px;
}
#regpassw{
	position:absolute;
	left: 165px;
	top: 110px;
}
#regserver{
	position:absolute;
	left: 165px;
	top: 145px;
}

#desc_name{
	color: #037381;
	font-size: 14pt;
	position:absolute;
	left: 45px;
	top: 75px;
}
#desc_email{
	color: #037381;
	font-size: 14pt;
	position:absolute;
	left: 45px;
	top: 180px;
}

#desc_passw{
	color: #037381;
	font-size: 14pt;
	position:absolute;
	left: 45px;
	top: 110px;
}
#desc_regserver{
	color: #037381;
	font-size: 14pt;
	position:absolute;
	left: 45px;
	top: 145px;
}

#regClose{
	height: 40px;
	width: 40px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	position: absolute;
}

#pwForget #email,
#pwForget #desc_email{
	top: 230px;
}
#pwForget #regserver,
#pwForget #desc_regserver{
	top: 195px;
}

form input,
form select {
	color: #037381;
	width: 110px;
	font-size: 12pt;
}

form dt,
form ul.errors {
	display: none;
}
body.landing form dt {
	display: block;
}
form input[type="checkbox"] {
	width: 30px;
}

.btnText{
	color: white;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}

#form_agb{
	color: #037381;
	font-size: 12pt;
	position:absolute;
	left: 40px;
	top: 210px;
}

#form_agb input{
	left: -23px;
	position:absolute;
	top: 2px;
}

.fbWin{
	height: 317px;
	width: 330px;
	padding: 70px;
	padding-left: 400px;
	padding-right: 62px;
	padding-bottom: 72px;
	top: 134px;
	left: 25%;
	position: absolute;
	z-index: 100;
	background-repeat: no-repeat;
}
.fbWin.success,
.fbWin.fail {
	color: #037381;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
}
.fbWin.success h4 {
	color: green;
}
.fbWin.fail h4 {
	color: red;
}

.fbWin .btnText {
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	height: 34px;
	padding-top: 6px;
	cursor: pointer;
}
.fbWin .close {
	height: 40px;
	width: 40px;
	top: 50px;
	right: 57px;
	position: absolute;
	cursor: pointer;
}

#fbClose{
	width: 174px;
	height: 40px;
	left: 477px;
	top: 340px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
}

/* Logoutpage */

#logbtn_out{
	width: 45px;
	height: 29px;
	position: absolute;
	top: 1px;
	left: 2px;
}

#playNow_out{
	width: 174px;
	height: 40px;
	left: -225px;
	top: 132px;
	position: absolute;
	padding-top: 6px;
	cursor: pointer;
}

#okBtn_out{
	width: 49px;
	height: 34px;
	left: 1100px;
	top: 142px;
	position: absolute;
	padding-top: 2px;
	cursor: pointer;
	border: 0px solid black;
}

#login_out{
	top: 20px;
	left: 970px;
	position: absolute;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	width: 182px;
	text-align: left;
}
#name_out{
	top: 55px;
	left: 1060px;
	position: absolute;
}
#password_out{
	top: 85px;
	left: 1060px;
	position: absolute;
}
#server_out{
	top: 115px;
	left: 1060px;
	position: absolute;
}

#name_out input,
#password_out input {
	width: 85px;
}

#server_out select {
	width: 90px;
}

#desc_server_out{
	color: white;
	font-size: 12pt;
	position:absolute;
	left: 965px;
	top: 115px;
}
#desc_name_out{
	color: white;
	font-size: 12pt;
	position:absolute;
	left: 965px;
	top: 55px;
}
#desc_passw_out{
	color: white;
	font-size: 12pt;
	position:absolute;
	left: 965px;
	top: 85px;
	width: 92px;
	text-align: left;
}

/* deprecated button */
.portalBtn {
	cursor: pointer;
	background-image: url('../images/portal/up_portal.png');
	width: 38px;
	height: 46px;
	top: 3px;
	left: 500px;
	position: absolute;
}

/* landing page */
.landing form {
	width: 100%;
	overflow: hidden;
}
dl.zend_form input,
dl.zend_form select,
dl.zend_form textarea {
	/* fix select and imput sizes */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 7px;
}
dl.zend_form select,
dl.zend_form input {
	padding: 4px;
	font-size: 1em;
}
dl.zend_form select,
dl.zend_form input[type="text"],
dl.zend_form input[type="password"] {
	border: 2px solid black;
	border-radius: 4px;
	margin: 0px;
}
dl.zend_form label {
	padding: 7px;
	display: block;
}

dl.zend_form dd,
dl.zend_form dt {
	width: 50%;
	margin-bottom: 5px;
}
dl.zend_form dt {
	clear: both;
	float: left;
}
dl.zend_form dd {
	float: right;
}
dl.zend_form ul {
	display: none;
}
dl.zend_form input.error {
	border-color: red;
}

.landing .register {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.landing .register .top,
.landing .register .middle,
.landing .register .bottom,
.landing .register  {
	width: 450px;
}
.landing .register .top {
	height: 181px;
}
.landing .register .middle {
	padding-top: 10px;
	min-height: 293px;
	background-size: 450px 100%;
}
.landing .register .middle,
.landing .register .bottom {
	background-repeat: repeat-y;
	padding-left: 65px;
	padding-right: 75px;
	width: 315px;
}
.landing .register .bottom {
	height: 56px;
}
.landing .register.v2,
.landing .register.v2 a {
	color: white;
}
.landing .register dl.zend_form dd,
.landing .register dl.zend_form dt {
	margin-bottom: 6px;
}
.landing .register.v1 .top {
	background-image: url('../images/landing/box_top_1.png');
}
.landing .register.v1 .middle {
	background-image: url('../images/landing/box_middle_1.png');
}
.landing .register.v1 .bottom {
	background-image: url('../images/landing/box_bottom_1.png');
}
.landing .register.v2 .top {
	background-image: url('../images/landing/box_top_2.png');
}
.landing .register.v2 .middle {
	background-image: url('../images/landing/box_middle_2.png');
}
.landing .register.v2 .bottom {
	background-image: url('../images/landing/box_bottom_2.png');
}
.landing .register.v3 .top {
	background-image: url('../images/landing/box_top_3.png');
}
.landing .register.v3 .middle {
	background-image: url('../images/landing/box_middle_3.png');
}
.landing .register.v3 .bottom {
	background-image: url('../images/landing/box_bottom_3.png');
}


.landing .register form dl.zend_form dd {
	width: 100%;
}
.landing .register form dl.zend_form dd input,
.landing .register form dl.zend_form dd select {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.landing .register form dl.zend_form dt {
	display: none;
}
.landing .register form dl.zend_form dt#regAgb-label {
	display: block;
	float: right;
	width: 80%;
}
.landing .register form dl.zend_form dd#regAgb-element {
	width: 20%;
}

.landing .register form dl.zend_form dd#regRegister-element input,
.landing .register form dl.zend_form dd#login-element input {
	width: 108%;
	margin-left: -4%;
	margin-right: -4%;
	height: 100px;
	padding: 20px;
	padding-top: 8px;
	background-image: url('../images/landing/btn.png');
	background-position: 0px -18px;
	font-size: 2.2em;
	color: white;
	text-shadow: 1px -1px #666;
	white-space: normal;
	background-color: transparent;
	border: 0px transparent;
	cursor: pointer;
}
.landing .register form dl.zend_form dd#regRegister-element input:hover,
.landing .register form dl.zend_form dd#login-element input:hover {
	background-image: url('../images/landing/btn_mo.png');
}
.landing .register a.login {
	text-decoration: underline;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 8px;
}


.landing .content {
	min-height: 1px;
	padding-top: 30px;
}
.landing .footer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}
.landing .register a {
	font-weight: bold;
}
.landing .footer a,
.landing .footer a:visited,
.landing .footer {
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.landing .register .button {
	margin-left: auto;
	margin-right: auto;
	color: white;
	cursor: pointer;
}
.landing .register .button {
	width: 194px;
	height: 57px;
	padding-top: 8px;
	font-size: 1.3em;
}
.landing .register .button.empty {
	width: 174px;
	padding-top: 7px;
	height: 31px;
	font-size: 1.3em;
}
