BODY, FONT, SELECT, INPUT, TEXTAREA
{
    /* Allgemeine Schriftformatierung */
    font-family:  Arial,Verdana, Clean, Helvetica, sans-serif;
    font-size: 13px;
    color : #CC6600;

    /* Hintergrundfarbe */
    background-color: #000000;

    /* Scrollbalken (nur IE) */
    scrollbar-face-color:#CC6600;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#29527b;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#808080;
    scrollbar-arrow-color:#F5F5F5;
    scrollbar-track-color:#BEC9D6;
}



table.format {
  border-left-width:1cm;
  border-left-style:solid;
}
/* h3 */
h3 {
  font-size: 21px;
  color : #CC6600;
}


/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* New-Kopftabelle */
tr.newhead {
  background-color: #FF0000;
  font-size: 12px;
  color : White;
}

/* untere New-Leiste */
tr.newindex {
  background-color: #F3F5F8;
  font-size: 12px;
  color : Black;

}

/*/*/*/*/*/*/*/*/**/*/*

/* Hinzufügen-, Weiterempfehlen- und Editiern- Tabelle */
table.table {
  background-color: #CC6600;
  font-size: 12px;
  color : #FFFFFF;

}

/*/*/*/*/*/*/*/*/**/*/*

/* Top10-Kopftabelle */
tr.top5head {
  background-color: #4B729D;
  font-size: 12px;
  color : White;
}

/* untere Top10-Leiste */
tr.top5index {
  background-color:#000000;
  font-size: 12px;
  color : Black;

}

/*/*/*/*/*/*/*/*/**/*/*

/* Top5-Kopftabelle */
tr.top5head {
  background-color: #CC6600;
  font-size: 12px;
  color : White;
}

/* mittlere Top5-Leiste */
tr.top5index1 {
  background-color: #000000;
  font-size: 12px;
  color: Black;
}

/* untere Top5-Leiste */
tr.top5index {
  background-color: #000000;
  font-size: 12px;
  color : #CC6600;

}

/*/*/*/*/*/*/*/*/*/*/*/*

/* Index Kopftabelle*/
tr.indexhead {
  background-color: #000000;
  font-size: 12px;
  color : White;
}

/* Index Kategorietabellen */
/* obere Leiste */
tr.indexcat1 {
  background-color: #CC6600;
  font-size: 12px;
  color: #FFFFFF;
}

/* untere Leiste */
tr.indexcat2 {
  background-color: #FFFFFF;
  font-size: 12px;
  color: #CC6600;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* Links Kopftabelle */
tr.listhead {
  background-color: #CC6600;
  font-size: 12px;
  color : White;
}

/* Linktabellen */
/* obere Leiste */
tr.listlink1 {
  background-color: #CC6600;
  font-size: 12px;
  color : #FFFFFF;
}

/* mittlere Leiste */
tr.listlink2 {
  background-color: #F3F5F8;
  font-size: 12px;
  color : #CC6600;
}

/* untere Leiste */
tr.listlink3 {
  background-color: #000000;
  font-size: 10px;
  color : #FFFFFF;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* Kommentar Kopftabelle */
tr.commenthead {
  background-color: #CC6600;
  font-size: 12px;
  color : White;
}
/* Kommentartabellen */
/* obere Leiste */
tr.comment1 {
  background-color: #FF9900;
  font-size: 12px;
  color : Black;
}

/* linke Leiste */
tr.comment2 {
  background-color: #000000;
  font-size: 12px;
  color : #FFFFFF;
}

/* rechte Leiste */
tr.comment3 {
  background-color: #F9FAFB;
  font-size: 12px;
  color : Black;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*


/* Linkdekoration allgemein*/
A:link {
COLOR: #FFFFFF; font-size: 14px; TEXT-DECORATION: none; FONT-STYLE: normal;
}
A:visited {
COLOR: #FFFFFF; font-size: 14px; TEXT-DECORATION: underline; FONT-STYLE: normal;
}
A:active {
COLOR: #FFFFFF; font-size: 14px; TEXT-DECORATION: underline; FONT-STYLE: normal ;
}
A:hover {
COLOR: #FF0000; font-size: 14px; TEXT-DECORATION: underline; FONT-STYLE: normal 
}

/* Linkdekoration für alle Kopftabellen ausser in index.php */
A.h:link {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal font-size: 12px;
}
A.h:visited {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal font-size: 12px;
}
A.h:active {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal font-size: 12px;
}
A.h:hover {
COLOR: #FF0000; TEXT-DECORATION: none; FONT-STYLE: normal font-size: 12px;
}
