
/* Css-Formate für HTML-Tags */
/* Diese werden im HTML-Text mit class="***" eingebunden */


BODY {COLOR: #000000; FONT-FAMILY: "Verdana", Arial, Helvetica, Trebuchet MS, Times New Roman, sans-serif; BACKGROUND-COLOR: #FFFF55; font-size: 13px; }

td,div,p,pre,ul {font-size: 13px;}




/* verschiedene Schriftgößen für Absätze */

.small {font-size: 12px;}
.mini {  font-size: 11px;}
.minimini {        font-size: 10px;}



/* News-Schrift-Definitionen, leicht angelehnt an meine Spinnen-News  */

.news  {font-family: "Arial",Times New Roman,Arial,sans-serif;
font-size:11px; margin-top:1pt; margin-bottom:1pt;}
.news2 {font-family: "Verdana",Arial,Times New Roman,Arial,sans-serif;
font-size:12px; margin-top:2pt; margin-bottom:3pt;}



/* verschiedene Link-Formate */


/* menu und menu2 für die Linkleiste */

a {  font-family: "Verdana",Times New Roman,Arial,sans-serif; font-size:13px; text-decoration: none;  }
a.menu:link {font-size:13px; color:#000000; font-weight:bold; }
a.menu:visited {font-size:13px; color:#000000; font-weight:bold; }
a.menu:active {font-size:13px; color:#FFFFFF;  font-weight:bold; }
a.menu:hover{font-size:13px; color: #000000; font-weight:bold;
   text-decoration:underline; background-color:#FFFF00; }

a.menu2:link {font-size:13px; color:#FFFFFF; font-weight:bold; }
a.menu2:visited {font-size:13px; color:#FFFFFF; font-weight:bold; }
a.menu2:active {font-size:13px; color:#000000;  font-weight:bold;  }
a.menu2:hover{font-size:13px; color: #000000; font-weight:bold;
   text-decoration:underline; background-color:#FFFF00; }



/* für Links innerhalb des Textes */

a.text1 { color:#0000FF; font-size: 13px; }
a.text1:visited { font-size: 13px; font-weight:normal; color:#0000C0; }
a.text1:active { font-size: 13px; color:#7F0000;  font-weight:normal; }
a.text1:hover{ font-size: 13px; color: #000000; font-weight:normal;
 text-decoration: underline; background-color:#FFFF55; }


/* Format für die Linkleiste */

.navitable
{
width:730px;
height:30px;
 TEXT-ALIGN: center;
 vertical-align:middle;

BORDER-TOP: #000000 1px solid;
BORDER-BOTTOM: #000000 1px solid;

background-color:#CCCCCC;
}