




 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> _static.css <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/************************* GLOBAL *************************/

html,body,  *{
	font-family: "Trebuchet MS", sans-serif ;
	color: #FFEDBA;
	outline:none;
	cursor:default;
}

html,body{
	margin:0px;
	font-size: 12px;
	height:100%;
}

div.br{
	height:10px;
}

a{
	cursor:pointer;
}

/************************* INPUT *************************/

input{
	color:black;
}

input[type=text],input[type=password]{
	background:url(images/ttbg2.png);
	border:1px solid #E48A25;
	height:15px;
	font-size:14px;
	margin:1px;
	margin-left:2px;
	color:#FFEDBA;
	width:134px;
	padding-left:3px;
}

input[type=text]:focus,input[type=password]:focus{
	border:1px solid #FFD800;
}

input[type=submit],input[type=button]{
	height:36px;
	width:100px;
	background:url(../../pics/interface/button.png);
	background-position:0px 3px;
	cursor:pointer;
	color:#ffebbd;
	display:block;
	border:none;
}

input[type=submit]:hover,input[type=button]:hover{
	background:url(../../pics/interface/button_mo.png);
	background-position:0px 3px;
	color:white;
}



/************************* TABLE *************************/

table, tr, td{
	border:none;
	border-collapse: collapse;
}

td{
	/*padding-left:10px;*/
}

td.spacer{
	width:10px;
	height:10px;
	background:none;
}

table tr.header{
	font-weight:bold;
	padding-bottom:25px;
	background:none;
	border:none;
}





 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> public.css <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/************************* MAIN *************************/

body{
	background-color: #07493B;
	/*background-image: url(images/verlauf.jpg);*/
	background-repeat:repeat-x;
	background-position:0px 40px;
	overflow-x:hidden;
}

h1{
	color: #FFEDBA;
	font-size:21px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;


}

#small_login{
	position:absolute;
	left:50%;
	margin-left:-250px;
	top:35px;
	z-index:2;
	width:500px;
    text-align: center;
}


#small_login .title{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

#small_login .select_trigger{
	border:1px solid black;
	border-radius:3px;
	height:22px;
    display: inline-block;
}

#small_login .select_trigger div{
	padding-top:4px;
	height:18px;
}


#small_login input{
	background:#fff;
	border-radius:3px;
	border:1px solid black;
	color:#333;
	height:20px;
}

#login_button{
    position: absolute;
    margin-top: -8px;
}

#fpl{
	text-decoration:none;
	color:#D8D89A;
    position: absolute;
    margin-top: 25px;
}
	
#fpl:hover{
	text-decoration:underline;
}

#login_button div{
	width:42px;
	height:41px;
	background-image: url(images/login_btn.png);
	cursor:pointer;
}

#login_button div:hover{
	background-image: url(images/login_btn_mo.png);
}

#login_button_portal{
	position:absolute;
	margin-top:-40px;	
	margin-left:545px;
}

#login_button_portal div{
	width:55px;
	height:55px;
	background-image: url(images/up_portal_btn.png);
	cursor:pointer;
}

#login_button_portal div:hover{
	background-image: url(images/up_portal_btn_mo.png);
}


.register, .register_sized{
	position:absolute;
	left:50%;
	margin-left:-196px;
	width:310px;
	height:262px;
	top:240px;
	text-align:center;
	z-index:3;
	background-image:url(images/reg_bg.png);
	/*background-color:#000;*/
	text-align:center;
	padding:40px;
	padding-left:30px;
	top:-345px;
}

.register_sized{
	background:none;
	padding:20px;
	width:290px;
	height:350px;
	font-size:13px;
}

.register *{
	color:#EDB815;
}

.register h1{
	color:#fff;
}

.register input{
	background:#fff;
	border:none;
	border-radius:3px;
	color:#333;
	height:20px;
}

.register .select_trigger{
	margin-left:-10px;
}


.register input.disabled{
	color:#333;
	background:#aaa;
}

.register input:focus{
	background:#fff;
	border:none;
	border-radius:3px;
	color:#333;
	height:20px;
}

.reg_header{
	margin-top:8px;
	margin-bottom:20px;
	background:url(images/community_logo.png);
	background-repeat:no-repeat;
	background-position:10px;
	height:30px;
	padding-left:70px;
	padding-top:6px;
	text-align:left;
}
	
#login{
	display:none;
}


.reg_btn{
	display:inline-block;
	width:209px;
	height:37px;
	/*background:url(images/anmelden_btn.png);*/
	background:url(images/button_orange.jpg);
	color:#000;
	text-decoration:none;
	font-size:21px;
	padding-top:10px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	letter-spacing:2px;
}


.reg_btn:hover{
	background:url(images/button_orange_mo.jpg);
	color:#000;
}

.or_btn{
	color:#EDB815;
	font-weight:bold;
	font-size:13px;
	padding-top:20px;
}

.or_btn:hover{
	color:#FCEFB3;
}

#error_msg {
    display: none;
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: -196px;
}

#error_msg_content,#error_msg_content *{
	color:#fff;
	font-size:14px;
}

#error_msg{
	background-color:#888;
	width:300px;
	height:255px;
	padding-left:40px;

}

#error_msg .reg_header{
	background:none;
}



.error_btn{
	position:absolute;
	left:50%;
	margin-left:-113px;
	padding-top:10px;
	margin-top:-20px;
	top:258px;
	height:37px;
}



#main{
	position:absolute;
	height:792px;
	width:100%;
	left:50%;
	/*top:40px;*/
	margin-left:-50%;
	background:url(images/startseite_international.jpg) no-repeat scroll center center transparent;
}





#ani{
	position:absolute;
	left:50%;
	margin-left:165px;
	margin-top:142px;
	z-index:1;
	display:none;
}

#sub_buttons{
	position:absolute;
	left:50%;
	width:200px;
	margin-left:-100px;
	top:420px;
	text-align:center;
	z-index:1;
}



.tb_head{
	color:#EDB815;
	text-align:right;
	font-weight:bold;
	font-size:14px;
}
#free_to_play {
    background: url("images/free_to_play.png") repeat scroll 0 0 transparent;
    height: 62px;
	width: 120px;
    z-index: 2;
	top: 100px;
	margin-left: -256px;
	display:none;
}

#benefit {
    background: url("images/benefit.png") repeat scroll 0 0 transparent;
    height: 200px;
    top: 350px;
    width: 290px;
    z-index: 2;
	margin-left: 250px;
	display:none;
}
#logo{
	position:absolute;
	height:156px;
	width:267px;
	top:40px;
	left:50%;
	margin-left:-133.5px;
	background:url(images/logo.png);
	z-index:10;
	display:none;
}

#footer{
	position:absolute;
	top:700px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	text-align:center;
}

#foot_links{
	display-style:none;
	margin:0px;
	padding:0px;
}

#foot_links li{
	display:inline;
	color:#FFD800;
}

#foot_ads{
	margin-top:10px;
	display:inline-block;
}

#foot_ads img{
	margin:3px;
	border:1px solid #E48A25;
	cursor:pointer;
}

#foot_ads img:hover{
	border:1px solid #FFD800;
}

#footer_contents{
	display:none;
}

#content_msg{
	position:fixed;
	width:850px;
	height:550px;
	left:50%;
	margin-left:-450px;
	margin-top:90px;
	z-index:16;
	border:1px solid #E48A25;
	background:url(images/dbg3.png);
	text-align:center;
	font-size:14px;
	padding-top:30px;
	overflow:hidden;
}

#sub_content_msg{
	height:510px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:20px;
}

.content_msg_close{
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	width:20px;
	background:#E48A25;
	color:#000;
	display:block;
	text-decoration:none;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
}

.content_msg_close:hover{
	background:#FFD800;
	color:#000;
}

.sub_btn{
	display:block;
	width:209px;
	height:35px;
	padding-top:11px;
	background:url(images/button_orange.jpg);
	background-position:center;
	float:left;
	text-decoration:none;
	color:#000;
	font-weight:bolder;
	font-size:18px;
	text-align:center;
	text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
	margin-top:5px;
	margin-left: -10px;
}
 
 .sub_btn:hover{
	background:url(images/button_orange_mo.jpg);
	background-position:center;
	color:#000;
}

#reg_open_btn{
	position:absolute;
	left:50%;
	margin-left:-145px;
	width:279px;
	height:57px;
	top:290px;
	padding-top:14px;
	background:url(images/button.gif);
	background-position:center center;
	float:left;
	text-decoration:none;
	color:#000;
	font-weight:bolder;
	font-size:30px;
	text-align:center;
	text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
	z-index:2;
	
}

#reg_open_btn:hover{
	background:url(images/button_mo.jpg);
	background-position:center center;
}
 
 #tour_bg{
 	position:fixed;
	width:100%;
	height:100%;
	background:url(images/ttbg.png);
	z-index:4;
	display:none;
	top:0px;
	left:0px;
 }
 
 #tour_btn{
	position:absolute;
	width:208px;
	height:37px;
	background:url(images/button_orange.jpg);
	color:#000;
	text-decoration:none;
	font-size:21px;
	padding-top:9px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	letter-spacing:2px;
	z-index:6;
	left:50%;
	text-align:center;
	margin-left:95px;
	margin-top:510px;
	display:none;
	cursor:pointer;
 }
 
 #tour_btn:hover{
	background:url(images/button_orange_mo.jpg);
 }
 
 #tour_close{
	position:absolute;
	width:19px;
	height:19px;
	left:50%;
	margin-left:372px;
	margin-top:238px;
	z-index:5;
	display:none;
}

#close_reg{
	position:absolute;
	
	left:353px;
	top:10px;
	width:19px;
	height:19px;
}

#tour_close:hover,#close_reg:hover{
	background:url(images/close_mo.jpg);
}
 
#siter{
	position:absolute; 
 	left:50%;
	width:94px;
	top:602px;
	height:30px;
	margin-left:-47px;
	z-index:6;
	display:none;
}

#siter div{
	float:left;
}

#ssite{
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	color: #FFEDBA;
	font-weight:bold;
	font-size:18px;
}

#siter .sleft{
	width:27px;
	height:28px;
	background:url(images/pfeil_links_n.png);
}

#siter .sleft_no{
	width:27px;
	height:28px;
	background:url(images/pfeil_links.png);
}

#siter .sleft:hover{
	background:url(images/pfeil_links_mo.png);
}

#siter .sright{
	width:27px;
	height:28px;
	background:url(images/pfeil_rechts_n.png);
}

#siter .sright_no{
	width:27px;
	height:28px;
	background:url(images/pfeil_rechts.png);
}

#siter .sright:hover{
	background:url(images/pfeil_rechts_mo.png);
}
 
 .tour{
	position:absolute; 
	width:798px;
	height:436px;
	left:50%;
	margin-left:-399px;
	top:230px;
	z-index:5;
	display:none;
}

.tour_text,.tour_header{
	width:265px;
	margin-left:475px;
	margin-top:23px;
}

.tour_header{
	margin-top:70px;
	color:#DA9615;
	font-weight:bold;
	font-size:14px;
}

.tour_1{
	background:url(images/window_1.jpg);
}

.tour_2{
	background:url(images/window_2.jpg);
}

.tour_3{
	background:url(images/window_3.jpg);
}

.tour_4{
	background:url(images/window_4.jpg);
}



#darkness{
	background:url(images/dbg3.png);
	width:10000px;
	height:10000px;
	position:fixed;
	z-index:15;
	top:0px;
	left:0px;
}

#loader{
	position:fixed;
	width:200px;
	height:100px;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-100px;
	z-index:16;
	background:url(images/xloader.gif);
	background-repeat:no-repeat;
	background-position: top center;
	color:#FFD800;
	text-align:center;
	padding-top:110px;
	font-weight:bold;
}

#msg{
	position:fixed;
	padding:25px;
	width:450px;
	height:250px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:16;
	border:1px solid #E48A25;
	background:url(images/dbg3.png);
	text-align:center;
	font-size:14px;
	
}

.msg_close{
	width:150px;
	left:175px;
	top: 250px;
	border:1px solid #E48A25;
	background:url(images/ttbg2.png);
	position:absolute;
	text-decoration:none;
	font-weight:bold;
}

.msg_close:hover{
	border:1px solid #FFD800;
	background:url(images/ttbg.png);
}

/************************* LINKS/BUTTONS *************************/


.button{
	padding-top: 9px;
	height:36px;
	width:100px;
	background:url(../../pics/interface/button.png);
	cursor:pointer;
	color:#ffebbd;
	display:block;
}

.button:hover{
	background:url(../../pics/interface/button_mo.png);
	color:white;
}

.button2, a{
	color: #E48A25;
	text-decoration: underlined;
	font-weight:bold;
}
.button2:hover, a:hover {
	text-decoration: none;
	color: #E6D325;
}

.button3,.button3_not{
	background:url(../../pics/interface/button_black.png);
	width:107px;
	height:21px;
	padding-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
}
.button3:hover{
	color:#E6D325;
	background:url(../../pics/interface/button_black_mo.png);
}

.button3_not,.button3_not:hover{
	background:url(../../pics/interface/button_black_not.png);
	color:grey;
}

.button4,.button4_not{
	background:url(../../pics/interface/ttbg.png);
	border: 1px solid #E48A25;
	
	height:21px;
	padding-top:5px;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
.button4:hover{
	color:#E6D325;
	background:url(../../pics/interface/ttbg.png);
}

.button4_not,.button4_not:hover{
	background:url(../../pics/interface/ttbg.png);
	color:grey;
}

#fpass{
	position:absolute;
	top:198px;
	left:50%;
	margin-left:-399px;
	height:436px;
	width:798px;
	background:url(images/untermenu_bg.jpg);
	display:none;
	z-index:17;
}

#fpass h1{
	text-align:center;
	padding-top:80px;
}

#fpass_content{
	padding-top:50px;
	padding-left:265px;
	text-align:right;
	width:250px;
}

#close_fpass{
	position:absolute;
	right:8px;
	top:8px;
	height:19px;
	width:19px;
}

#close_fpass:hover{
	background:url(images/close_mo.jpg);
	cursor:pointer;
}

#fpass .select_trigger{
	margin-left:109px;
}

/**********************LOGOUTPAGE**********************************/
.centered {
	position: absolute;
	left: 50%;
}

.logout{
	background:url(images/logout_verlauf.jpg) repeat scroll 0 30px transparent;
}
.logout_main {
	background: url("images/logout_body.jpg") repeat scroll 0 30px transparent;
	width:1500px;
	height:792px;
	margin-left: -750px;
}
.logout_main a{
	text-decoration: none;
}
.logout_main #login {
	display: block;
    height: 160px;
    left: 978px;
    position: absolute;
    top: 40px;
    width: 170px;
	margin: 5px;
	padding:10px;
	padding-left:20px;
}
#login_btn {
	background: url("images/login_btn.png");
	height:55px;
	width: 55px;
	float: right;
	margin-right:5px;
	margin-top: -5px;
}
#login_btn:hover {
	background: url("images/login_btn_mo.png");
}
#button_to_start {
    cursor: pointer;
    font-size: 13pt;
    font-weight: bold;
    height: 51px;
    left: 319px;
    padding-top: 14px;
    position: absolute;
    text-align: center;
    top: 169px;
    width: 201px;
	color:#000;
	text-decoration:none;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
#logout_msg {
    height: 148px;
    left: 543px;
    padding: 10px;
    position: absolute;
    top: 41px;
    width: 415px;
}
.headline {
    font-size: 14pt;
    font-weight: bold;
}
.textbody {
	margin-top: 10px;
}
#banner {
    left: 573px;
    position: absolute;
    text-align: center;
    top: 234px;
}


.screen_button{
	position:absolute;
	top:34px;
	left:50%;
	width:153px;
	height:122px;
	cursor:pointer;
	z-index:2;
}

#screen1_1{ margin-left: 193px; margin-top: 129px; }
#screen2_1{ margin-left: 377px; margin-top: 129px; }
#screen3_1{ margin-left: 377px; margin-top: 425px; }
#screen4_1{ margin-left: 377px; margin-top: 277px; }

#screen3_2{ margin-left: -262px; margin-top: 590px; }
#screen1_2{ margin-left: -79px; margin-top: 590px; }
#screen2_2{ margin-left: 100px; margin-top: 592px; }
#screen4_2{ display:none; }

#screen4_3{ margin-left: 201px; margin-top: 146px; }
#screen1_3{ margin-left: 380px; margin-top: 146px; }
#screen2_3{ margin-left: 201px; margin-top: 288px; }
#screen3_3{ margin-left: 380px; margin-top: 288px; }

#screen1_4{ margin-left: -256px; margin-top: 590px; }
#screen2_4{ margin-left: -77px; margin-top: 590px; }
#screen3_4{ margin-left: 100px; margin-top: 590px; }
#screen4_4{ display:none; }

#screen1_5{ margin-left: -256px; margin-top: 590px; }
#screen2_5{ margin-left: -77px; margin-top: 590px; }
#screen3_5{ margin-left: 100px; margin-top: 590px; }
#screen4_5{ display:none; }


.screen_big{
	z-index:10;
	position:absolute;
	width:800px;
	top:100px;
	left:50%;
	margin-left:-400px;
	display:none;
	border:1px solid #E48A25;
}



#closewin{
	width: 19px;
	height: 19px;
	display: none;
	position: absolute;
	margin-top: 108px;
	margin-left: 376px;
	left: 50%;
	z-index: 51;
	background:url(https://secret-relict.wavecdn.net//aktion/close.jpg);
}

#closewin:hover{
	background:url(https://secret-relict.wavecdn.net//aktion/close_mo.jpg);
}

#register_btn {
	
}

#instant_load {
    color: OrangeRed;
    font-size: 10pt;
    font-weight: bold;
    height: 342px;
    left: 50%;
    margin-left: -195px;
    position: absolute;
    text-align: center;
    top: 250px;
    width: 390px;
	background:url("images/reg_bg.png");
	z-index:0;
}
#instant_text{
	width:300px;
	margin-left:45px;
	margin-top:130px;
}

#tourstart {
    height: 496px;
    left: 50%;
    position: absolute;
    top: 164px;
    width: 550px;
	margin-left:51px;
	cursor:pointer;
}
#tourstart:hover {
	background:url("images/screenshots_mo_international.jpg");
}
.invisible {
	display:none;
}

.hook {
	width:30px;
	height:35px;
	background:url(https://secret-relict.wavecdn.net//haken.png);
}
.cross {
	width:26px;
	height:34px;
	background:url(https://secret-relict.wavecdn.net//kreuz.png);
}

#validator_name {
	position:absolute;
	left:322px;
	top:55px;
}
#validator_mail{
	position:absolute;
	left:322px;
	top:91px;
}
#validator_pass {
	position:absolute;
	left:322px;
	top:126px;
}

#age_information {
	background: url("images/age_rating_secret_relict.png");
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 514px;
	z-index: 1;
}








