*{
 cursor: url(pics/cursor/basic.png),default;
}

INPUT
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        border: none;
        color: #000000;
        }

form input.button1 { /* for IE only */
        cursor:pointer;
        }

form input.button1:hover {  /* for Geckos */
        cursor:pointer;
        }

BODY
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        color: #000000;
        margin-left: 5px;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
        }

.TDx      {
        font-family: Verdana, sans-serif; font-size: 8pt;
        color:#010101; font-weight: normal;
        }

.white{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #F49842;
        height:20px;
        } 
.white_sel{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #FFFF00;
        height:20px;
        }        
.white4{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #F49842;
        height:20px;
        }        
        
.white a
       {
        height:20px;
        width:99%;
        border:1px solid black;
        background-color:#80FFFF;
        text-decoration:none;
        text-align:center;
        display:block;
        line-height:20px;
        font-size:12px;
       }
.white a:hover
       {
        background-color: #008080;
        color:white;
       }                 

.white2{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #F7AE63;
        height:20px;
        }
        
.white3{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #D97010;
        height:20px;
        }        
SELECT
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        color: #aaaaaa;
        }

OPTION
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        color: #000000;
        }

TEXTAREA
        {
         font-family: Verdana, sans-serif; font-size: 8pt;
        }

A
        {
        color:#000000;
        font-family: Verdana, sans-serif; font-size: 8pt;
        text-decoration: underline;
        font-weight: normal;
        }

A:hover
        {
        color: #ff2222;
        text-decoration: none;
        }

A:active
        {
        text-decoration: underline;
        }
.tbig
        {
        color:#000000;
        font-size: 12pt;
        font-weight: bold;
        }
.tbig_inaktiv
        {
        color:#969696;
        font-size: 12pt;
        font-weight: bold;
        }        
        
.tklein
        {
        color:#000000;
        font-size: 7pt;
        font-weight: normal;
        }
.tnormal
        {
        color:#000000;
        font-size: 10pt;
        font-weight: normal;
        }
.laden2
        {
        color:#555555;
        font-size: 8pt;
        font-weight: normal;
        font-style:italic;
        }
.laden1
        {
        color:#010101;
        font-size: 8pt;
        font-weight: normal;
        }

.tool_top{
	background-image: url('pics/bubble_top.gif');
	background-repeat:no-repeat;
	height:22px;
}
.tool_top_left{
    background-image: url('pics/bubble_top_left.gif');
    background-repeat:no-repeat;
    height:22px;
}
.tool_middle{
	background-image: url('pics/bubble_middle.gif');
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:7px;
	padding-right:15px;
}
.tool_middle span{
	position:relative;
	top:-4px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
.tool_bottom{
	background-image: url('pics/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:13px;
	position:relative;
	top:0px;
}
.tool_bottom_rev{
    background-image: url('pics/bubble_top_rev.gif');
    background-repeat:no-repeat;
    height:22px;
    position:relative;
    top:0px;
}
.tool_top_rev{
    background-image: url('pics/bubble_bottom_rev.gif');
    background-repeat:no-repeat;
    height:13px;
}
.tool_top2{
	background-image: url('pics/bubble_top2.gif');
	background-repeat:no-repeat;
	height:22px;
}
.tool_middle2{
	background-image: url('pics/bubble_middle2.gif');
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:7px;
	padding-right:15px;
}
.tool_middle2 span{
	position:relative;
	top:-4px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
.tool_bottom2{
	background-image: url('pics/bubble_bottom2.gif');
	background-repeat:no-repeat;
	height:13px;
	position:relative;
	top:0px;
}

.cswitch
{
position:absolute;
z-index:0;
height:200px;
width:325px;
left:6px;
top:15px;

overflow:auto;
}

.cswitch div
{
 
 /*border:1px solid #C0C0C0;*/
 background-image:url(pics/reiter.png);
 width:300px;
 height:40px;
 
}

.cswitch div:hover
{
 /*background-color:#ACACAC;*/

}


.cswitch div table td
{
 font-size:12px;
 color:#000;   
}

.cswitch div table td a
{
 font-size:12px;
 color:#000;
}

.cswitch div table td a:hover
{
 font-size:12px;
 text-decoration: underline;
 color:#FFF; 
}

.aufpass_block
{
  height:60px;
  width:60px;
  position:absolute; 
  z-index:7;
  background-color:black;
  filter:alpha(opacity=60); /* IE */
 -moz-opacity: 0.60; /* Gecko */
 opacity: 0.60; /* Opera */  
}


.help{
        font-family: Verdana, sans-serif; font-size: 8pt;
        color:white;
        height:20px;
        } 
        
.help_button{
        height:20px;
        width:99%;
        border:1px solid black;
        background-color:#ACACAC;
        text-decoration:none;
        text-align:center;
        display:block;
        line-height:20px;
        font-size:12px;
        }         
        
.help_button:hover
       {
        background-color: #808080;
        color:white;
       }       

.help_line
{
 font-family: Verdana, sans-serif; font-size: 8pt;
 background-color: #808080;      line-height:12pt;
}   

.help_line2
{
 font-family: Verdana, sans-serif; font-size: 8pt;
 line-height:12pt;
 background-color: #C0C0C0;      
}    
.help_line3
{
 font-family: Verdana, sans-serif; font-size: 8pt;
 background-color: #585858; color:white; line-height:12pt;    
}  
.help_line_sel
{
 font-family: Verdana, sans-serif; font-size: 8pt;
 background-color: #FFFFFF; color:black;     
}   
          
.help_box
{
    color:white;
    border:1px solid white;     
    font-size:10px;  
}        

.post_text  
{
    color:white;
}


#login
{
 position:absolute;top:11px;width:650px;height:40px;left:300px;color:black;text-align: right;
}

#login input
{
    border:1px solid black;
}

#login select
{
    border:1px solid black;
}

.regist
{
 position:absolute;top:260px;width:300px;height:270px;left:330px;padding:15px;color:white;text-align: center;background-image: url(pics/reg_tafel.gif);    
 display:none;  
}

.regist_close
{
    position:absolute;
    height:29px;
    width:23px;
    left:287px;
    top:20px;             
    cursor:pointer;
}

.regist div
{
 color:white;   
}

.regist div div
{
 text-align: left;   
}

.regist input
{
 border:1px solid black; 
}

.regist a
{
  color:silver;  
}



#register_cookname
{
 position:absolute;top:260px;width:300px;height:270px;left:330px;padding:15px;color:white;text-align: center;background-image: url(pics/reg_tafel.gif);    
 display:none;  
}
#register_cookname div
{
 color:white;   
}
#register_cookname input
{
 border:1px solid black; 
}
#register_cookname select
{
 border:1px solid black; 
}

#cook_choose
{
    position:absolute;
    top:151px;
    left:795px;
    height:127px;
    width:175px;
}

#footer
{
  position:absolute;top:750px;text-align:center;width:1000px;margin-left:-500px;left:50%;  
  color:white;
}

#footer a
{
    color:white;
    text-decoration: none;
}

#footer a:hover
{
    color:#FF8080;
}

#blase
{
    position:absolute;
    height:67px;
    width:158px;
    left:584px;
    top:66px;
    background-image: url(pics/start_blase.jpg);
    padding-top:10px;
    padding-left:8px;
    padding-right:25px;
    padding-bottom:22px; 
}

.teletext
{
    left:360px;
    top:30px; 
    width:400px; 
    height:480px; 
    position:absolute; 
    z-index:5;             
    text-align:center;
    color:white;
    background-color:black;
    font-family: courier;
    font-weight:bold;
}
.teletext table
{

    text-align:center;
    color:white;
    background-color:black;
    font-family: courier;
}
.teletext select
{

    text-align:center;
    color:white;
    background-color:black;
    font-family: courier;
    border:1px solid white;
}
.header
{
  font-size:16px;  
}
.head_up
{
 height:50px;
 background-color: #0000FE;   
 text-align: right;
 font-size: 30px;
 font-weight: bold;
 line-height:50px;
}
.h_page
{
 float:left;
 position:relative;
 width:50px;  
 text-align: left; 
}
.h_name
{
 float:left;
 position:relative;
 width:150px;   
 text-align: center;  
 color:#56E3DD;
}
.h_time
{
 float:left;
 position:relative;
 width:200px;   
 text-align: right;
}

.pointswbw td
{
    font-size: 12px;
    color:#000;
}
.tele_head
{
 color:red;   
 background-color: yellow;
}

.tele_1
{
 color:white;   
}
.tele_0
{
 color:#56E3DD;   
}
.tele_2
{
 background-color: #F0F0F0;   
 color:#000;   
}
#pfeil
{
  position:absolute;
  height:90px;
  width:121px;
  background-image:url(pics/pfeil_ani.gif);  
  left:860px;
  top:65px;
  z-index:300;
  background-position: 0 -7px;
}

.market_buy
{
    border:1px solid white;
    background-color: #ACACAC;          
    line-height:30px;
}