@CHARSET "UTF8";

* {
	border:0;
	margin:0;
	outline:none;
	border:0;
}


body {
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
	text-align:center;
	font-size:12px;	
	background:url("../images/style/background_login.jpg") no-repeat top center #000;
	border:0;
	position:relative;
}

body.gunwest {
	background:url("../images/style/gunwest/background_login.jpg") no-repeat top center #000;
}

#screen {
	width:100%;
	height:600px;
	border:0;
}



a {
	color:#532402;
	text-decoration:none;
}


.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.servernumberspeed {
	color:#988464;
	font-size:9px;
}

.lbwoodstyle .servernumberspeed { color:#504d40; }


/* * * * ** * ** * * POSITIONIERUNG DER BOXEN * * * ** * * ** */
#startpage_links {
	width:460px;
	height:75px;
	position:relative;
	top:161px;
	margin:0px auto;
}

#startpage_links a {
	display:block;
	float:left;
	width:160px;
	height:43px;
	margin:0;
		
	line-height:38px;
	text-decoration:none;
	font-size:1.2em;
	color:#e6d296;
}

#startpage_links a:hover { 	color:#f6e9ac; }

#startpage_links a.linkTour {
	width:192px; 
	height:37px;
	position:relative; 
	left:97px;
	background-image:url("../images/style/startpage/tour.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

#startpage_links a.linkTour:hover { background-position:bottom left; }

#startpage_links a.linkForum {
	position:relative; 
	left:102px;
	width:164px;
	height:43px;
	background-image:url("../images/style/startpage/forum.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
 
 
#startpage_links a.linkForum:hover { background-position:bottom left; }



#startpage_register_now a {
	display:block;
	width:394px;
	height:61px;
	position:relative;
	top:290px;
	margin:0 auto;
	padding:0;
		
	font-size:1.7em;
	line-height:54px;

	color: #28241c;
	text-decoration:none;
	border:0;
	
	background-image:url("../images/style/startpage/register.png");
	background-position:top left;
	background-repeat:no-repeat;
}

#startpage_register_now a:hover {
	color: #3f2c1c;
	background-position:bottom left;
}


#startpage_game_description {
	width:500px;
	position:relative;
	top:297px;
	height:155px;
	margin:0 auto;
		
	line-height:19px;
	color:#e6d296;
	
	overflow:hidden;
}



#startpage_login_description {
	font-size:0.8em;
	color:#988464;
	width:620px;
	position:relative;
	top:308px;
	height:15px;
	margin:0 auto;
	text-align:left;
}

#startpage_login_description .ldName {
	position:absolute;
	left:216px;
	top:0px;
}

#startpage_login_description .ldPw {
	position:absolute;
	left:376px;
	top:0px;
}

#startpage_login_description .ldPwForgotten {
	position:absolute;
	right:105px;
	top:0px;
}

#startpage_login_description a {
	color:#988464;
	text-decoration:underline; 
}

/* Login-Eingabeformular */

#startpage_login_form {
	width:624px; 
	height:30px;
	position:relative; 
	top:304px; 
	margin:0px auto; 

	text-align:left;
}


#startpage_login_form input {
	width:134px;
	height:20px;
	position:absolute;
	top:3px;
	padding:4px 6px 2px 6px;
	
	background-color:transparent;
	border:0;
}


#startpage_login_server {
	position:absolute;
	top:3px;
	left:2px;
	width:194px;
	height:19px;
	background-image:url(../images/style/startpage/serverselect.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:7px 0 0 6px;
	cursor:pointer;
}

#startpage_login_name, #startpage_login_pw {
	left:216px; 
	background-image:url(../images/style/startpage/input.gif);
	background-repeat:no-repeat;
	background-postion:top left;
	width:146px;
	height:24px;
}

#startpage_login_pw {
	left:376px; 
}

#startpage_login_serverlist {
	position:absolute;
	left:2px;
	top:28px;
	display:none;
	padding:0;
	margin:0;
	list-style:none;
	z-index:100;
}

#startpage_login_serverlist li a {
	position:relative;
	display:block;
	width:170px;
	height:25px;
	line-height:28px;
	padding:0 0 0 5px;
	z-index:101;
	margin:0;
	cursor:pointer;	
	background:#ffedc2;
	background:url("../images/style/startpage/serverlist.gif") no-repeat scroll top left;	
}

#startpage_login_serverlist li a:hover {
	background-position:bottom left;
}

.login_submit {
	top:2px !important;
	right:0px; 
	width:87px !important; 
	height:27px !important; 
	padding:0 0 3px 0 !important; 
	font-weight:bold;
	font-size:1.3em;
	color:#e6d296;
	cursor:pointer;
	background-image:url(../images/style/startpage/login.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
	
/* Login-Eingabeformular  Ende */
	
#startpage_login_agb {
	width:620px; 
	height:40px;
	position:relative; 
	top:308px; 
	margin:0px auto; 

	text-align:center;
	color: #46311d;
	font-size:0.9em;
	
	z-index:-1;
}
	
	
	
/* Copyright */

#copyright {
	position:relative;
	top:72px;
	color:#46311d;
	
	z-index:-1;
}

#copyright a, #startpage_login_agb a {
	color: #46311d;
	text-decoration:underline;
}

#copyright a:hover, #startpage_login_agb a:hover {
	color:#988464;
}



/* * * * ** * ** * * POSITIONIERUNG DER BOXEN Ende * * * ** * * ** */




.hint {
	font-weight:bold;
	border:2px dotted #76593c;
	text-align:center;
	margin:5px auto;
	padding:2px;
	line-height:20px;	
}

.hint img{

}

.err {
	font-size:0.9em;
	font-weight:bold;
	background:#ff3a39;
	padding:2px;
}


/* ----------------------------------------------------------- */
/*                             BUTTON                          */
/* ----------------------------------------------------------- */

a.buttonlike {
	display:inline-block;
	border:0px none;
	line-height:22px;
}

.darkInputText, .darkSelect {
	border-bottom:2px solid #424241;
	border-right:2px solid #424241;
	border-top:2px solid #111110;
	border-left:2px solid #111110;
	background:#2b2925;
	color:#e2ddae;
	width:120px;
}

.darkInputSubmitRegister {
	width:322px !important;
	height:45px !important;
	color:#ccccca;
	text-align:center;	
	font-weight:bold;
	font-size:1.7em;
	cursor:pointer;
	padding-bottom:4px;
	background-color:transparent;
	background:url('../images/style/startpage/register/register_button.gif') top left no-repeat;
}

.inputTextBig, .inputPasswordBig {
	background-color:transparent;
	background-image:url('../images/style/button/input_text_big.gif');
	width:152px;
	height:18px;
	color:#e6d296;
	padding:3px 8px 0px 10px;
}

.inputSubmitSmall {
	background-color:transparent;
	background-image:url('../images/style/button/input_submit_small.gif');
	width:45px;
	height:22px;
	color:#502014;
	text-align:center;
}

.buttonMedium {
	background-color:transparent;
	background-image:url('../images/style/button/input_submit_medium.gif');
	width:100px;
	height:22px;
	color:#502014;
	text-align:center;
	cursor:pointer;
}

.inputSubmitBig {
	background-color:transparent;
	background-image:url('../images/style/button/input_submit_big.gif');
	width:200px;
	height:22px;
	color:#502014;
	text-align:center;
}

select {
	background-color:#745338;
	color:#e6d296;
}

select option {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#e6d296;
}

/* ----------------------------------------------------------- */
/*                          BUTTON ENDE                        */
/* ----------------------------------------------------------- */




/* ------------------------------------------------------------------ 	*/
/* 								LIGHTBOX								*/
/* ------------------------------------------------------------------ 	*/
 
 
 /* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox {
	display:none;
	position: absolute;
	top:25%;
	left:50%;
	z-index:999;
	width:880px;
	height:520px;
	margin:-100px 0 0 -425px;
	/*background-color:#EBD5BA;*/
	background-image:url('../images/style/lightbox/lb_background.gif');
	background-repeat:no-repeat;
	text-align:left;
	padding:30px;
}


#lightbox.lbwoodstyle {
	background-image:url('../images/style/lightbox/lb_background_wood2.gif');
}


.lbsmall {
	background-image:url('../images/style/lightbox/lb_background_small.gif') !important;
	width:353px !important;
	height:352px !important;
	top:25% !important;
	left:50% !important;
	margin:-50px 0 0 -100px !important;
	padding:10px !important;
}

#lightbox[id]{
	position:fixed;
}

#lightbox h1 {
	font-size:1.2em;
	margin-top:3px;
	padding-left:5px;
	width:790px;
	z-index:200;
}

#lightbox.lbsmall h1 {
	width:300px;
	height:26px;
	border:0;
	background-image:url('../images/style/lightbox/lb_small_line.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
}

#lightbox h2 {
	font-size:1.1em;
	text-align:center;
}

#lightbox_header {
	font-size:1.3em;
	text-align:center;
	height:25px;
	margin-top:15px;
	/*background-color:#663300;*/
	font-weight:bold;
	color:#000000;
}

#close_lb {
	position:absolute;
	top:65px;
	right:90px;
	font-weight:bold;
	text-decoration:none;
	border:0px none;
	color:#fff;
	z-index:5;
	display:block;
	width:40px;
	height:26px;
	background-image:url('../images/style/lightbox/lb_close.gif');
}

#close_lb:hover {background-position:bottom left; }

.small {
	right:35px !important;
	top:40px !important;
}

.small:hover { background-position:bottom left !important; }


#close_lb.wood {
	width:44px;
	height:45px;
	top:47px;
	right:117px;
	background-image:url('../images/style/lightbox/lb_close_wood.gif');
}

#close_lb.wood:hover { background-image:url('../images/style/lightbox/lb_close_wood_hover.gif'); }



#lightbox_ressources {
	font-size:10px;
	text-align:center;
	height:30px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	top:65px;
	left:65px;
	width:790px;
	vertical-align:middle;
	z-index:4;
}



#lightbox_ressources a {
	text-decoration:none;
	color:#fff;
}

#lightbox_ressources img  {
	vertical-align:middle;
}

#lightbox_ressources span {
	margin-right:12px;
}

#lightbox_content {
	z-index:3;
	position:relative;
	top:40px;
	left:2px;
	margin-left:22px;
	margin-right:17px;
	margin-top:15px;
	padding:0px;
	padding-top:5px;
	overflow:hidden;
	height:415px;
	width:805px;
}

#lightbox_content[id] {
	height:380px;
	top:50px;
}

#lightbox.lbsmall #lightbox_content {
	width:300px;
	height:260px;
}

#lightbox_content.upperBorder {
	background-image:url('../images/style/lightbox/lightbox_line_horiz.gif');
	background-position: top center;
	background-repeat:no-repeat;
}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:998;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#defaultLightbox {
	display:none;
}


#lightboxTabNavi {
	position:absolute;
	top:0px;
	left:42px;
	font-size:0.9em;
	font-weight:bold;
}

#lightboxTabNavi a {
	position:relative;
	top:0px;
	left:0px;
	border:0px none;
	display:inline-block;
	vertical-align:bottom;
	width:140px;
	height:93px;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
	text-align:center;
	line-height:0.95em;
}

#lightboxTabNavi #tab1 { width:152px; background-image:url('../images/style/lightbox/lb_tab1_inactive.gif'); padding:21px 16px 0px 12px; margin-left:0px; }
#lightboxTabNavi #tab2 { width:163px; background-image:url('../images/style/lightbox/lb_tab2_inactive.gif'); padding:21px 16px 0px 20px; margin-left:-25px; }
#lightboxTabNavi #tab3 { width:177px; background-image:url('../images/style/lightbox/lb_tab3_inactive.gif'); padding:21px 26px 0px 22px; margin-left:-25px; }
#lightboxTabNavi #tab4 { width:204px; background-image:url('../images/style/lightbox/lb_tab4_inactive.gif'); padding:21px 24px 0px 29px; margin-left:-60px; }
#lightboxTabNavi #tab5 { width:212px; background-image:url('../images/style/lightbox/lb_tab5_inactive.gif'); padding:21px 55px 0px 16px; margin-left:-42px; }

#lightboxTabNavi #tab1[id] { width:124px; }
#lightboxTabNavi #tab2[id] { width:127px; }
#lightboxTabNavi #tab3[id] { width:129px; }
#lightboxTabNavi #tab4[id] { width:151px; }
#lightboxTabNavi #tab5[id] { width:141px; }

#lightboxTabNavi a.active { z-index:2; }

#lightboxTabNavi #tab1.active { background-image:url('../images/style/lightbox/lb_tab1_active.gif'); }
#lightboxTabNavi #tab2.active { background-image:url('../images/style/lightbox/lb_tab2_active.gif'); }
#lightboxTabNavi #tab3.active { background-image:url('../images/style/lightbox/lb_tab3_active.gif'); }
#lightboxTabNavi #tab4.active { background-image:url('../images/style/lightbox/lb_tab4_active.gif'); }
#lightboxTabNavi #tab5.active { background-image:url('../images/style/lightbox/lb_tab5_active.gif'); }


.overflow {
	font-weight:bold;
	/*color:#b30000;
	color:#820000;*/
	color:#a00;
}

table.buildingTable {
	width:800px;
}

#lightbox_content h1 {
	text-align:center;
	border-bottom:1px solid #cdb185;
	margin-bottom:10px;
}

#lightbox_content h1.ingameStyle {
	background:url('../images/style/lightbox/lightbox_headline.gif') top center no-repeat;
	width:785px;
	height:26px;
	line-height:26px;
	font-size:1em;
	border:0px none;
}

#lightbox2ndNavi {
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}

#lightbox2ndNavi a {
	display:inline-block;
	margin:5px 20px 10px 20px;
}

#lightbox2ndNavi a.active {
	border:0px none;
	color:#3B251D;
}

/* ----------------------------------- Ende Lightbox ---------------------------------------- */






/* * ** * ** * WOODBOX Registrierungs-Lightbox * * ** * ** * */


/* Formular */

#woodboxFormular {
	position:absolute;
	top:0px;
	left:50px;
	
	width:570px;
	height:180px;
	color:#e2ddae;	
	padding:10px;
}

#woodboxFormular h1 {
	width:570px;

	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	margin-top:11px;
}

#woodboxFormular a {
	color:#e2ddae;
	text-decoration:underline;
}

#woodboxFormular a:hover {
	text-decoration:none;
}
	
.supportLink {
	text-decoration:underline;
}

.supportLink:hover {
	text-decoration:none;
}	
	
#woodbox_register_server {
	height:16px;
	width:169px;
	padding:3px;
	background-image:url('../images/style/startpage/register/select.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
		
#woodbox_register_serverlist {
	position:absolute;
	left:0px;
	top:23px;
	
	display:none;
	
	padding:0;
	margin:0;
	list-style:none;
	
	z-index:100;
}
	
#woodbox_register_serverlist li a {
	position:relative;
	display:block;
	width:166px;
	line-height:20px;
	padding-left:5px;
	
	z-index:101;

	margin:0;
	cursor:pointer;
	
	border-bottom:2px solid #111110;
	border-right:2px solid #111110;
	border-top:2px solid #424241;
	border-left:2px solid #424241;
	background:#2b2925;
	color:#e2ddae;
	text-decoration:none;
}

#woodbox_register_serverlist li a:hover {background:#312f2c;}
	
#woodbox_register_login table { width:100%; color:#e2ddae;	}

#woodbox_register_server_hint { color: #ff0000; }

#woodboxSubmitAndAgbs {
	position:absolute;
	top:125px;
	left:220px;
	
	width:330px;
	height:70px;
	
	text-align:center;
}


/* CowboyBox */

#woodboxCwb {
	position:absolute;
	top:110px;
	left:-42px;
	
	width:220px;
	height:365px;
	background-image:url('../images/style/startpage/register/cwb_inactive.png');
	padding:10px 23px 25px 17px;
	z-index:-1;
}

#woodboxCwbDesc {
	position:absolute;
	top:202px;
	left:0px;	
	width:175px;
	margin-left:35px;		
}



/* MexicanBox */

#woodboxMex {
	position:absolute;
	top:190px;
	left:242px;
	
	width:244px;
	height:315px;
	background-image:url('../images/style/startpage/register/mex_inactive.png');
	padding:25px 18px 20px 20px;
	z-index:-1;
}

#woodboxMexDesc {
	position:absolute;
	top:196px;
	left:0px;	
	width:170px;
	margin-left:58px;		
}



/* IndianBox */

#woodboxInd {
	position:absolute;
	top:120px;
	left:545px;
	
	width:228px;
	height:365px;
	background-image:url('../images/style/startpage/register/ind_inactive.png');
	padding:10px 10px 25px 23px;
	z-index:-1;
}

#woodboxIndDesc {
	position:absolute;
	top:204px;
	left:0px;	
	width:172px;
	margin-left:56px;		
}

.smallerTip { font-size:0.8em; }

/* Allg Boxensachen */

#woodboxMex div, #woodboxCwb div, #woodboxInd div {
	width:100%;
	height:100%;
	cursor:pointer;
	color:#522a11;
	text-align:left;
}

#woodboxMex th, #woodboxCwb th, #woodboxInd th {text-align:center;}
#woodboxMex td, #woodboxCwb td, #woodboxInd td {font-size:0.9em;}



#woodboxErrorMess {
	position:absolute; 
	top:20px; 
	left:40px;
	
	min-height:32px;
	min-width:101px;
	max-width:800px;
	border:0;
	background-color:#f7e1a7;
	color:#820000;
	line-height:20px;
	padding:31px 25px 23px 25px;
	font-weight:bold; 
	text-align:center;
	z-index:500; 

}



/*******************************************************/
/* 						PROTOTIP 					   */
/*******************************************************/

.protoTop {
	background-image:url('../images/style/tooltip/protoBgTop.gif');
	background-repeat:repeat-x;
	width:100%;
	height:23px;
	position: absolute;
	left:0px;
	top:0px;
}
.protoBottom {
	background-image:url('../images/style/tooltip/protoBgBottom.gif');
	background-repeat:repeat-x;
	width:100%;
	height:23px;
	position: absolute;
	left:0px;
	bottom:0px;
}
.protoLeft {
	background-image:url('../images/style/tooltip/protoBgLeft.gif');
	background-repeat:repeat-y;
	width:22px;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
}
.protoRight {
	background-image:url('../images/style/tooltip/protoBgRight.gif');
	background-repeat:repeat-y;
	width:25px;
	height:100%;
	position: absolute;
	right:0px;
	top:0px;
}

.protoTopLeft {
	background-image:url('../images/style/tooltip/protoBgTopLeft.gif');
	background-repeat:no-repeat;
	width:64px;
	height:43px;
	position: absolute;
	left:0px;
	top:0px;
}
.protoTopRight {
	background-image:url('../images/style/tooltip/protoBgTopRight.gif');
	background-repeat:no-repeat;
	width:87px;
	height:43px;
	position: absolute;
	right:0px;
	top:0px;
}
.protoBottomLeft {
	background-image:url('../images/style/tooltip/protoBgBottomLeft.gif');
	background-repeat:no-repeat;
	width:64px;
	height:43px;
	position: absolute;
	left:0px;
	bottom:0px;
}
.protoBottomRight {
	background-image:url('../images/style/tooltip/protoBgBottomRight.gif');
	background-repeat:no-repeat;
	width:87px;
	height:43px;
	position: absolute;
	right:0px;
	bottom:0px;
}


/*********************** TOUR **********************/

#tourContainer {
	position:relative;
	width:800px;
	height:345px;
	text-align:center;
	margin-top:10px;
}

.tourNextArrow {
	position:absolute;
	bottom:0px;
	right:20px;
	
	display:block;
	width:150px;
	height:59px;
	background:url('../images/style/tour/tour_next.png') top left no-repeat;
}

.tourNextArrow:hover { background-position:bottom left; }

.tourPreviousArrow {
	position:absolute;
	bottom:0px;
	left:20px;

	display:block;
	width:150px;
	height:59px;
	background:url('../images/style/tour/tour_back.png') top left no-repeat;
}

.tourPreviousArrow:hover { background-position:bottom left; }

/* Netzwerkleiste */

iframe.gflib_networkbar {
	position:absolute; 
	top:0px; left: 0px; 
	width:100%; height:18px; 
}

.safePlayLogo {
    position: absolute;
    left: 720px;
    top: -25px;    
}