BODY, FONT, SELECT, INPUT, TEXTAREA
{
    /* Allgemeine Schriftformatierung */
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 12px;
    color : Black;



    /* Scrollbalken (nur IE) */
    scrollbar-face-color:#426B95;
    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;
}


/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* New-Kopftabelle */
tr.newhead {
  background-color: #006699;
  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: #CED5DD;
  font-size: 12px;
  color : Black;

}

/*/*/*/*/*/*/*/*/**/*/*

/* Top10-Kopftabelle */
tr.top5head {
  background-color: #8093AA;
  font-size: 12px;
  color : White;
}

/* untere Top10-Leiste */
tr.top5index {
  background-color:#F3F5F8;
  font-size: 12px;
  color : Black;

}

/*/*/*/*/*/*/*/*/**/*/*

/* Top5-Kopftabelle */
tr.top5head {
  background-color: #8093AA;
  font-size: 12px;
  color : White;
}

/* mittlere Top5-Leiste */
tr.top5index1 {
  background-color: #E5EAF0;
  font-size: 12px;
  color: Black;
}

/* untere Top5-Leiste */
tr.top5index {
  background-color: #F3F5F8;
  font-size: 12px;
  color : Black;

}

/*/*/*/*/*/*/*/*/*/*/*/*

/* Index Kopftabelle*/
tr.indexhead {
  background-color: #8093AA;
  font-size: 12px;
  color : White;
}

/* Index Kategorietabellen */
/* obere Leiste */
tr.indexcat1 {
  background-color: #E5EAF0;
  font-size: 12px;
  color: Black;
}

/* Index Kategorietabellen2 */
/* obere Leiste */
tr.indexcat20 {
  background-color: #F3F5F8;
  font-size: 12px;
  color: Black;
}

/* untere Leiste */
tr.indexcat2 {
  background-color: #F3F5F8;
  font-size: 12px;
  color: Black;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* Links Kopftabelle */
tr.listhead {
  background-color: #8093AA;
  font-size: 12px;
  color : White;
}

/* Linktabellen */
/* obere Leiste */
tr.listlink1 {
  background-color: #DAE0E7;
  font-size: 12px;
  color : Black;
}

/* obere Leiste */
tr.listlinkrandom {
  background-color: #DAE0E7;
  font-size: 12px;
  color : Black;
}

/* obere Leiste */
tr.listlinkgbwhite {
  background-color: #F3F5F8;
  font-size: 13px;
  color : #000000;
}


/* Indexinfo */
tr.indexinfo {
  font-size: 12px;
  color : Black;
}

/* Indexinfo */
tr.indexneuegals {
  font-size: 13px;
  color : Black;
}

/* mittlere Leiste */
tr.listlink2 {
  background-color: #F3F5F8;
  font-size: 12px;
  color : Black;
}

/* untere Leiste */
tr.listlink3 {
  background-color: #F9FAFB;
  font-size: 10px;
  color : Black;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* Kommentar Kopftabelle */
tr.commenthead {
  background-color: #8093AA;
  font-size: 12px;
  color : White;
}
/* Kommentartabellen */
/* obere Leiste */
tr.comment1 {
  background-color: #FF9900;
  font-size: 12px;
  color : Black;
}

/* linke Leiste */
tr.comment2 {
  background-color: #F3F5F8;
  font-size: 12px;
  color : Black;
}

/* rechte Leiste */
tr.comment3 {
  background-color: #F9FAFB;
  font-size: 12px;
  color : Black;
}

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*


/* Linkdekoration allgemein*/
A:link {
COLOR: #006699; TEXT-DECORATION: none; FONT-STYLE: normal
}
A:visited {
COLOR: #000066; TEXT-DECORATION: none; FONT-STYLE: normal
}
A:active {
COLOR: #006699; TEXT-DECORATION: none; FONT-STYLE: normal
}
A:hover {
COLOR: #990000; TEXT-DECORATION: none; FONT-STYLE: normal
}

/* Linkdekoration für alle Kopftabellen ausser in index.php */
A.h:link {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:visited {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:active {
COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:hover {
COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-STYLE: normal
}

/*eingabefelder*/
   input {
font-size:12px;
height:18px
background-color: #BBCDE3;
color: #000000
background-image: url(images/boxbg.gif);
border: 1px solid #333333;
}
