/*Grundformate*/
body.game
{
    font-family: Tahoma, Arial;
    background-image: url(../pics/img_sitebg.jpg);     
    color: black;
}

body.startscreen
{
    font-family: Tahoma, Arial;                   
    background-color: black;    
    color: black;
}

.agb_text
{
 font-size:12px;
 color:black;
 margin:5px;
 padding:5px;
 border:2px solid black;
 background-color:gray;
 filter:alpha(opacity=90); /* IE */
 -moz-opacity: 0.90; /* Gecko */
 opacity: 0.90; /* Opera */
 
} 

.start_screen
{
 height:700px;
 width:1000px;            
 background-image:url(../pics/startscreen.jpg) ; 
 position:absolute;
 margin-left: -500px;
 margin-top: 35px;
 left: 50%; 
}

.start_footer
{          
 position:absolute; 
 width: 600px;
 height: 16px;          
 left:50%;
 margin-left: -300px; 
 margin-top: 720px; 
 font-size: 12px;
 text-align: center;
}


a.post_link
{
    color:red;
    text-decoration: none;
}

a.small
{
    color:white;
    text-decoration: none;
}

a
{
    color: black;
    text-decoration: underline;
}

    a:hover
{
    color: grey;
}

    a:active
{
    color: black;
}



.button
{
    border: thin solid Gray;
    font-size: x-small;
}

.upjers-foot
{
 font-size: 10px;
 color: white;
 margin-top:0px;
}

/*F?r Login-Fenster*/
div.login
{                              
    padding-top: 0px;
    padding-left: 0px;
    height: 450px;
    width:400px;
    position:absolute;
    left:700px;
    top:280px;
    background-image:url(../pics/back_login.gif);   
}


.inptext_login
{
 border: 1px solid black;
 background-color:black;
 color:white;
 font-size:12px;
}


td.login_top
{
    font-size:16px;
    font-weight: bold;  
}

td.login_form
{
    font-size:12px; 
    font-weight:bold;
}

a.login_unten
{
    font-size:10px;    
}

.jscheck
{
font-size: 10px;
}

.border
 {
  border: 2px solid #3B3428;
  background-color: #A29283;
 }
 .border_nick
 {
 
  border: 2px solid black;
  background-color: #979797;
  font-size:12px;
  color:black;
  filter:alpha(opacity=60); /* IE */
  -moz-opacity: 0.60; /* Gecko */
  opacity: 0.60; /* Opera */
  
 }
 .nick_name
 {
   font-size:18px;
   color:white;
 } 
  .nick_text
 {
   font-size:12px;
   color:white;
 }

div.trans_back
{
    height: 1px;
    width: 1px;     
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 50;
    background-image: url(../pics/pix.png);
    background-repeat: repeat;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity: 0.60; /* Gecko */
    opacity: 0.60; /* Opera */
}

div.trans_back_small
{
    height: 1px;
    width: 1px;     
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 51;
    background-image: url(../pics/pix.png);
    background-repeat: repeat;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity: 0.60; /* Gecko */
    opacity: 0.60; /* Opera */
}

div.story_alert
{
   visibility: hidden;
    position: absolute;
    height: 486px;
    width: 606px;
    margin: -243px 0px 0px -303px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;
    background-color: #778899;
    color: Black;
    font-size: 12px;
    border: 3px solid #000000;
    overflow: auto;
    z-index: 101;
    font-weight: bold;
    text-align: center;
}

div.story_button
{
    background-color: #F0E68C;
    border: 2px solid yellow;
    height: 12px;
    width: 120px;
    font-size: 9px;
    text-align: center;
    color: black;
    cursor: pointer;   

}

div.close_button
{
   background-color: red;
    border: 2px outset;
    height: 15px;
    width: 15px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: black;
    cursor: pointer;

}
/*F?r Registrierung u. Passwort vergessen*/

div.lostpass
{             
    height: 160px;
    width:400px;
    position:absolute;
    left:500px;
    top:500px;
    background-image:url(../pics/back_pass.gif);
}

td.register_text
{
    font-size:12px;
}

td.register_text_red
{
    font-size:10px;
    /*color: #E94840;*/
    color:#AA0000;
    font-weight: bold;
}

/* Formatierung f?r Den SpielerInfo-Bereich*/
.userdata
{
    font-size:11px;
    text-align:center;
    color:white;
}
.smallmenue
{
    font-size:10px;
    text-align:center;
    color:white;
}


/* Content Allgemein */

td.titel
{
    font-size:22px;
    text-align:center;
    line-height:40px;
}


/*   B?ro                         */
td.buero
{
    font-size:13px;
    font-weight: bold;
}                  

td.messages
{
    border: 1px solid #625C51;
    font-size: x-small;
    background-color: #958677;
}


td.messages_open
{
    border: 1px solid #625C51;
    font-size: x-small;
    background-color: #9D9283;
    font-weight: bold; 
}

td.message_line
{              
    font-size: x-small;
    background-color: #A59286;
}

td.message_list
{
     border-top: 1px solid;
    font-size: x-small;
    background-color: #A59286;
}

td.message_line_head
{
    font-size: x-small;
    background-color: #958677;
    font-weight: bold;
}



td.message_line_error
{
    font-size: medium;
    background-color: #A59286;
    font-weight: bold;
    color: #3B3428;
}

.messages
{
    color: black;
    text-decoration: none;
}

.messages_new
{
    color:black;
    text-decoration: none;
}

.messages:hover
{
    color: white;
}



table.mess_table
{
    border: 1px solid;}

.message_form
{
    border: 1px solid;
    font-size: 12px;
    background-color: Silver;
}

td.buero_titel
{
    font-size: medium;
    font-weight: bold;
}

.records
{
    background-color: Gray;
    border: 1px solid #323232;
    font-size: x-small;
}

td.bank_overview
{                            
    font-size: 12px;  
}


td.bu_co_info
{
    font-size:10px;
    font-weight: bold;
}
td.bu_error
{
    font-size:10px;
    font-weight: bold;
    color:red;
}  

td.prem_text
{
    text-align: left;
    font-size: 12px;
}
td.prem_banner
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
td.prem_info
{
    font-size: 12px;
}


.buero_div_bank
{  
    position: absolute;
    height: 550px;
    width: 660px;
    margin: -275px 0px 0px -330px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    background-image: url("../pics/buero/zettel_monitor.gif"); 
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;           
    overflow: auto;
    z-index: 101;
    font-weight: bold;  
}

.buero_div_mess
{  
    position: absolute;
    height: 550px;
    width: 660px;
    margin: -275px 0px 0px -330px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    background-image: url("../pics/buero/zettel_telefon.gif");   
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;             
    overflow: auto;
    z-index: 101;
    font-weight: bold;   
}

.buero_div_fax
{  
    position: absolute;
    height: 550px;
    width: 660px;
    margin: -275px 0px 0px -330px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;                            
    background-position: bottom right;
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;         
    overflow: auto;
    z-index: 101;
    font-weight: bold;   
    background-image: url("../pics/buero/zettel_fax.gif");   
}

.buero_div_records
{  
    position: absolute;
    height: 520px;
    width: 720px;
    margin: -260px 0px 0px -360px;
    top: 60%;
    left: 50%;
    text-align: center;
    padding: 0px;       
    color: Black;
    font-size: 12px;             
    overflow: auto;
    z-index: 101;
    font-weight: bold;      
}

.buero_div_premium
{  
 position: absolute;
    height: 550px;
    width: 660px;
    margin: -275px 0px 0px -330px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    background-image: url("../pics/buero/zettel_ordner.gif");   
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;             
    overflow: auto;
    z-index: 101;
    font-weight: bold;      
}

/*Formate f?r die RennenSeite*/

td.renn_wagen
{
    font-size: 30px;
    font-weight: bold;
    background-image:url(../pics/renn_info.jpg);
}

/*Formate f?r Team*/
td.team_overview
{
    vertical-align: top;

    text-align: center;
}



td.item_overview
{
    vertical-align: top; 
    text-align: center;
    background-image: url(../pics/papier.jpg);
    background-repeat: repeat;    
}

td.ov_head
{
    font-size: 10px;
    text-align: left;
    vertical-align: top; 
    padding-top:6px; 
    padding-left:6px;
}


td.team_personal
{
    font-size:10px;
    text-align: center;

}



div.ablage
{
    position: relative;
    border: 1px dotted;
    height: 110px;
    width: 385px;
    font-size: 20px;
    text-align: center;
}

/*Formate f?r GARAGE*/



td.car_data
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
div.car_akt
{
   border: 2px dotted white;
   position:absolute;
   width:800px;   
   margin-left: -400px;
   left: 50%;
   height: 350px;
   top: 140px;
    
}
div.car_inakt
{
   position:absolute;
   width:800px;   
   margin-left: -400px;
   left: 50%;
   height: 350px;
   top: 140px;
}
div.parts
{                     
    position: relative; 
    margin-left: -445px;   
    height: 70px;
    width: 890px;
    text-align:center;     
    vertical-align: middle;
    top: 25px;
    left: 50%;         
}

div.part_border
{                          
   background-image: url(../pics/regal.jpg);  
   position:absolute;
   width:900px;   
   margin-left: -450px;
   left: 50%;
   height: 130px;
   
}


.info_gara
{          
 position: relative; 
 height: 40px;
 width: 400px;
 margin-left: -200px;
 left: 50%;                
 text-align: center; 
 font-size: 14px;
 font-weight: bold;
 color:black;   
 top: 10px;
}
/*Formate f?r CITY*/

td.city_info
{
    vertical-align: top;
    border: 1px solid;
}

.cityinfospan
{
    visibility: hidden;
    display:none;
}

td.info_head
{
    font-size: 16px;
    font-weight: bold;
}

td.info_body
{
    font-size: 13px;
}

/* Formate f?r Quests */
td.jobinfohead
{
color:white;
    font-size: 13px;  
    text-align: center;              
}


td.jobinfobody
{
    color:white;
    font-size: 10px;        
}

td.jobhead
{
    font-size: 16px;
    vertical-align: top;
    font-weight: bold;
}

td.jobbody
{
    font-size: 13px;
}

td.gan_tab_head
{
    font-size: 12px;
    font-weight: bold;
}

td.gan_tab_line
{
    font-size: 12px;
}


/* Formate f?r Tabellen Allgemein*/

.table_col1
{
    background-color: #A29283;
    font-size: 12px;
}

.table_col0
{
    background-color: #958878;
    font-size: 12px;
}
.table_colwhite
{
    background-color: white;
    font-size: 12px;
}
.table_top
{
    background-color: #897969;
    font-size: 12px;
    font-weight: bold;
}


/* Formate f?r Statistiken*/
.table_statcol1
{
    background-color: #7B7F84;
    font-size: 12px;
}

.table_statcol0
{
    background-color: #888888;
    font-size: 12px;
}
.table_statcolwhite
{
    font-weight: bold;
    background-color: white;
    font-size: 12px;
}
.table_stattop
{
    background-color: #313439;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

td.stats_auswahl
{
    font-size: 12px;
    line-height:20px;
}

/*Formate f?r Hilfe*/
td.hilfe_menue
{
    font-size: 12px;
}


span.inakt
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}

span.akt
{
    margin: 0px;
    padding: 0px;
    text-align: left;  
    color: white;
}

td.hilfe_top
{
    text-align:center;
    font-size: 12px;
    font-weight: bold;

}



.list_trenn
{
    border: 1px solid #3B3428;
    height: 20px;
    background-color: #806F5B;
    text-align: left;
    width: 600px;
    font-size: 10px;
    color: white;
    padding-left: 10px;
    font-weight: bold;
}

td.list_text
{
    font-size: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.profil
{
    border: 1px solid;
    font-size:12px;
    font-style: tahoma,arial;
}

td.list_trenn_red
{
    border: 1px outset Silver;
    height: 20px;
    background-color: #696969;
    text-align: center;
    width: 600px;
    font-size: 10px;
    color: red;
    font-weight: bold;
}

/*CLAN*/

td.clan_head_menue
{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
}

.clan_back
{
background-color:#A29283;
}

.player_list
{
    font-size: 12px;
}

.player_listname
{
    font-size: 17px;
}

td.clan_head_menue
{
    text-align:center;
    font-size: 10px;
    font-weight: bold;
}

td.clan_head
{
    text-align:center;
    font-size: 10px;
    font-weight: bold;
}

.clan_button
{
    background-image: url(../pics/clanmesssend.jpg);      
    height: 20px;
    width: 100px;
    font-size: 10px;
    text-align: center;
    color: black;
    cursor: pointer;  
    padding-top: 10px; 
}

.clan_button_wide
{
    background-image: url(../pics/zet_cl_wide.jpg);      
    height: 20px;
    width: 200px;
    font-size: 10px;
    text-align: center;
    color: black;
    cursor: pointer;  
    padding-top: 10px; 
}

.alert_garage
{
    visibility: hidden;
    position: absolute;
    height: 80px;
    width: 300px;
    margin: -40px 0px 0px -150px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    color: white;
    font-size: 10px;            
    background-image: url(../pics/alert_gara_back.jpg);
    overflow: auto;
    z-index: 110;
    font-weight: bold;
    text-align: center;  
}

.alert_wh
{
    visibility: hidden;
    position: absolute;
    height: 80px;
    width: 300px;
    margin: -40px 0px 0px -150px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    color: white;
    font-size: 10px;            
    background-image: url(../pics/alert_wh_back.jpg);
    overflow: auto;
    z-index: 110;
    font-weight: bold;
    text-align: center;  
}

.alert_team
{
    visibility: hidden;
    position: absolute;
    height: 80px;
    width: 300px;
    margin: -40px 0px 0px -150px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    color: white;
    font-size: 10px;            
    background-image: url(../pics/alert_team_back.jpg);
    overflow: auto;
    z-index: 110;
    font-weight: bold;
    text-align: center;  
}

.alert_city
{
    visibility: hidden;
    position: absolute;
    height: 80px;
    width: 300px;
    margin: -40px 0px 0px -150px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;              
    color: white;
    font-size: 10px;            
    background-image: url(../pics/alert_team_back.jpg);
    overflow: auto;
    z-index: 110;
    font-weight: bold;
    text-align: center;  
}

.alert_confirm
{
 position:absolute;
 top:45px;
 left: 50%;
 margin-left: -140px;
 width:280px;
 height: 30px; 
 vertical-align: middle;
 text-align: center;
}
.alert_text
{
 position:absolute;
 top:5px;  
 padding-top:4px;
 left: 50%;
 margin-left: -141px;    
 height: 31px; 
 width:280px;
 background-color: black;
 filter:alpha(opacity=80); /* IE */
 -moz-opacity: 0.80; /* Gecko */
 opacity: 0.80; /* Opera */
 font-size: 10px;
 border: 1px solid gray;
 
}
div.alert_fax
{
    visibility: hidden;
    position: absolute;
    height: 120px;
    width: 460px;
    margin: -60px 0px 0px -230px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;
    background-color: #778899;
    color: Black;
    font-size: 12px;
    border: 3px solid #000000;
    overflow: auto;
    z-index: 105;
    font-weight: bold;
}
.error_fax
{
    color: #3B3428;
    font-size: 8px; 
}

div.quest
{
    text-align: center;
    background-image: url(../pics/quest_face.jpg);
    border: 2px solid black;
    height: 50px;
    font-size: 40px;
    font-weight: bold;
    color: Blue;
    cursor: pointer;
}

td.quest_head
{
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
    line-height:24px;
    vertical-align: middle;  
}

td.quest_text
{
    text-align: center;
    font-size: 11px;
    padding: 10px;
}

td.quest_facts
{
    font-size: 11px;
    padding: 10px;
    font-weight: bold;
}

.tut_fenster
{
    height: 200px;
    width: 200px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index:75;
}

.tut_text
{
    position:relative;
    left:104px;
    top:12px;             
    height: 46px;
    width: 90px;
    color:black;
    font-size:10px;
}

.target_zone
{    
    height: 100%;
    width: 100%;
}

.target_wagen
{
 height: 200px;
 width: 400px;
 border: 1px dashed Gray;
}

textarea.shop
{
 color: green;
 font-size: 11px;
}

input.cart_item
{
 border: none;
 background-color: transparent;
 font-size: 10px;
}
.gesamt_preis
{
 width: 300px;   
 color: black;
 font-size: 9px;
 font-weight: bolder;
 text-align: right; 
}
.div_center
{
 width: 300px;   
 color: black;
 font-size: 9px;
 font-weight: bolder;
 text-align: center; 
}

td.team_item
{
 height: 70px;
}

td.weap_item
{
 height: 45px;
 text-align:center;
 vertical-align:middle;
 padding-top:2px;
}

.page_error
{
    font-size: 30px;
    color: red;
}

td.city_info
{
 border: 1px solid black;
 text-align: center;
 font-size: 10px;
 background-color: silver;
}



/*  Waffenh?ndler     */

td.wh_rechts_titel
{
   font-size:12;
   font-weight: bold;
}
td.wh_rechts_classtitel
{
    font-size:14;
   font-weight: bold;
}

.wh_input
{
 font-size:10px;
}

.zaehler_city
{
position: absolute; 
background-image: url(../pics/fahnen.gif);    
height: 95px;
width: 200px; 
margin: -47px 0px 0px -100px; 
top: 50%;
left: 50%;

}

.zaehler_garage
{
position: absolute; 
background-image: url(../pics/fahnen.gif);   
 
height: 95px;
width: 200px;
margin: -47px 0px 0px -100px; 
text-align:center;
top: 50%;
left: 50%;

}

.zaehler
{
  
  position: absolute;
  height: 20px;
  width: 200px;
  margin: -10px 0px 0px -100px; 
  top: 60%;
  left: 50%;
  text-align:center;
}

.zaehler_border

{
  position: relative;
  height: 600px;
  width: 960px;  
}

.haendler_div
{  
    position: absolute;
    height: 410px;
    width: 710px;
    margin: -205px 0px 0px -355px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;
    background-image:url(../pics/wh/zettel.gif);
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;           
    overflow: auto;
    z-index: 101;
    font-weight: bold;   
}

.wh_item{
 z-index: 102;
}

.wh_liste
{
font-size: 10px;
}

.wh_abfrage
{
 text-align: center;
 font-size: 10px;
 line-height: 12px;
}

div.haendler_button
{
    background-color: #F0E68C;
    border: 2px solid yellow;
    height: 12px;
    width: 120px;
    font-size: 9px;
    text-align: center;
    color: black;
    cursor: pointer;
    position:absolute;
    margin-left: -60;
    left: 50%;    
}


form
{
 margin:0px;
}

a.stat_link
{
 text-decoration: none;
 font-size: 10px;
}

.info
{
 background-image: url(../pics/papier.jpg);
 text-align: left; 
 vertical-align: top;
 font-size: 12px;
 padding-top: 2px;
 padding-left: 6px;
 color:black;
 height: 50px;
}


.info_span
{
 visibility: hidden;
 display: none;    
}
.clan_sinfo
{
 font-size: 10px;
 
}

.clan_desc
{
 font-size: 10px;
 border: 2px solid #806F5B; 
}

.oldquest
{
 display:none;
 background-color: #B0A393;
 font-size:12px;
 padding: 5px;
}

.city_flag_opa_on
{
 filter:alpha(opacity=70); /* IE */
 -moz-opacity: 0.70; /* Gecko */
 opacity: 0.70; /* Opera */
}

.city_flag_opa_off
{
 filter:alpha(opacity=100); /* IE */
 -moz-opacity: 1.00; /* Gecko */
 opacity: 1.00; /* Opera */
}
.city_timer
{
 position:relative;
 top:0px;
 text-align: center;
 color:black;
 font-size: 10px;
 font-weight: bold;
}
#Uhrzeit
{
 position:absolute;
 color:white;
 font-size:10px;
 font-weight: bold;
 left: 880px;
 top:2px;
}

