/* CSS 1.0 fuer www.attac-thueringen.de/ */
body { margin-top:10px;margin-bottom:10px; color:#000000; } /* black */

p,h1,h2,tr,td,th,nobr,b,i,table,li,ul { font-family:Arial,Verdana,Helvetica,sans-serif; font-size:10pt; color:#000000; }

h1 { font-size:18pt; font-weight:bold; line-height:24pt; text-align:center; }

h2 { color:#CC0000; font-size:16pt; font-style:italic; font-weight:bold; text-align:center; }

.gross  { font-size:14pt;font-weight:bold;padding-right:5px; }
b.gross { font-weight:bold; }
i.gross { font-style:italic; }
u.gross { text-decoration:underline; }
.mittel { font-size:8pt; }
b.mittel { font-weight:bold; }
i.mittel { font-style:italic; }
u.mittel { text-decoration:underline; }
.klein  { font-size:6pt; }
b.klein { font-weight:bold; }
i.klein { font-style:italic; }
u.klein { text-decoration:underline; }

/* Eigene Schriftfarbendefinitionen */
.grau  { color:#808080; } /* gray */
b.grau { font-weight:bold; }
i.grau { font-style:italic; }
u.grau { text-decoration:underline; }
.bgrau { background-color:#E6E6FA; } /* lavender */
.gruen  { color:#008000; } /* green */
b.gruen { font-weight:bold; }
i.gruen { font-style:italic; }
u.gruen { text-decoration:underline; }
.rot  { color:#CC0000; } /* rot */
b.rot { font-weight:bold; }
i.rot { font-style:italic; }
u.rot { text-decoration:underline; }
.schwarz  { color:#000000; } /* black */
b.schwarz { font-weight:bold; }
i.schwarz { font-style:italic; }
u.schwarz { text-decoration:underline; }
.weiss  { color:#FFFFFF; } /* white */
b.weiss { font-weight:bold; }
i.weiss { font-style:italic; }
u.weiss { text-decoration:underline; }

/* Nachfolgend jeweils die Reihenfolge einhalten: */
/*    :link, :visited, :hover, :active (, :focus) */

/* Linkdarstellungen allgemein */
a:link { color:#000000; } /* black */
a:visited { color:#696969; } /* dimgray */
a:hover { color:#00BFFF; text-decoration:none; } /* deepskyblue */
a:active { color:#CC0000; } /* red */

/* Andere Linkfarbendefinitionen */
a.grau:link { color:#808080; } /* gray */
a.gruen:link { color:#008000; } /* green */
a.rot:link  { color:#CC0000; } /* rot */

/* Navigation nach extern */
.eNavi { font-size:10pt; }
a.eNavi:link { color:#FFFFFF; } /* white */
a.eNavi:visited { color:#FF3300; }
a.eNavi:hover { color:#FF3300; text-decoration:none; }
a.eNavi:active { color:#FF3300; text-decoration:none; }
a.eNavi:focus { color:#FF3300; text-decoration:none; }

/* Interne Navigation */
.iNavi { color:#999999; font-size:10pt; font-style:italic; line-height:1.5em; } /* grau wie oberer Zeilenhintergrund */
b.iNavi { color:#999999; font-weight:bold; line-height:1.5em; } /* für Sammelrubriken */
a.iNavi:link { color:#999999; line-height:1.5em; } /* grau wie oben */
a.iNavi:visited { color:#808080; } /* gray */
a.iNavi:hover { color:#FF3300; line-height:1.5em; text-decoration:none; }
a.iNavi:active { color:#FF3300; line-height:1.5em; text-decoration:none; }
a.iNavi:focus { color:#FF3300; line-height:1.5em; text-decoration:none; }

/* Hinweise zu Farben: */
/* Farben von attac.de: orange=#F37121; lila=#A3465C; ATTAC-Logo-orange=#FF3300; */