body { 
  background-color: #000000;
  font-family: Arial, Helvetica, Helv, Sans-Serif; 
  color : #CCCCCC; 
  font-size : 12px;
  background-image: url(img/new_bg.png);
  background-repeat: no-repeat;
}
select { font-size: 8pt; background-color : #F6F6F6; }
input { font-size: 8pt; }

.table_weiss{ background-color: #FFFFFF; color: #666666; font-size : 14px; border: 1px solid #CCCCCC;}
.schrift_titel{ color : #000000; font-size : 16px; }
.admin_titel{ background-color: #EEEE00; color: #000000; font-size : 14px; border: 1px solid #CCCCCC;}

.link_color { color : #00AA00; }
.titel      { font-size : 18px; }
.chat_schrift { color : #CCCCCC; font-size : 12px; }

.tab_titel { 
  background-color: #00AA00; 
  color : #FFFFFF; 
  font-size : 16px; 
  border: 1px solid #CCCCCC;
  background-image: url(img/bgtitel.jpg);
  height: 20px;
}
.feld1  { table-layout: fixed; width:114px; height:20px; border:none; background: transparent url('../img/new_login_feld.png') top left no-repeat; }
.feld2  { table-layout: fixed; width:114px; height:20px; border:none; background: transparent url('../img/new_login_feld.png') top left no-repeat; }
.feld3  { table-layout: fixed; width:114px; height:20px; border:none; background: transparent url('../img/new_login_send.png') top left no-repeat; }

.chat_admin { background-color: #444444; }
.bg_grau    { background-color: #222222; }
.bg_top     { background-color: #333333; }
.navi_klein { background-color: #000040; }

A:LINK    { color: #AAAA00; text-decoration: none; font-size : 12px; }
A:VISITED { color: #AAAA00; text-decoration: none; font-size : 12px; }
A:HOVER   { color: #FFFF00; text-decoration: none; font-size : 12px; }
A:ACTIVE  { color: #FFFF00; text-decoration: none; font-size : 12px; }

A.chat:LINK    { color: #666666; text-decoration: none; font-size : 12px; }
A.chat:VISITED { color: #666666; text-decoration: none; font-size : 12px; }
A.chat:HOVER   { color: #ffffff; text-decoration: none; font-size : 12px; }
A.chat:ACTIVE  { color: #ffffff; text-decoration: none; font-size : 12px; }

A.navi_gelb:LINK    { color: #ffffff; text-decoration: none; font-size : 16px; font-weight: bold; }
A.navi_gelb:VISITED { color: #ffffff; text-decoration: none; font-size : 16px; font-weight: bold; }
A.navi_gelb:HOVER   { color: #ff0000; text-decoration: none; font-size : 16px; font-weight: bold; }
A.navi_gelb:ACTIVE  { color: #ff0000; text-decoration: none; font-size : 16px; font-weight: bold; }

A.navi:LINK    { color: #aaaa00; text-decoration: none; font-size : 14px; font-weight: bold; }
A.navi:VISITED { color: #aaaa00; text-decoration: none; font-size : 14px; font-weight: bold; }
A.navi:HOVER   { color: #ff0000; text-decoration: none; font-size : 14px; font-weight: bold; }
A.navi:ACTIVE  { color: #ff0000; text-decoration: none; font-size : 14px; font-weight: bold; }



