 /*---------------------------------------------------------------
description:        stylesheet for tables in homepage
author:             Peter Inger
date:               07.03.04
version:        1.0.0
history:

----------------------------------------------------------------*/
/* Background Colors */

.mainbg1     {background-color: #339966;}  /* grün */
.mainbg2     {background-color: #BC2B16;}   /* Matthaeirot  */
/*.mainbg2     {background-color: #990000;}  /* Bordeauxrot */
.mainbg3     {background-color: #990066;} /* lila */
.mainbg4     {background-color: #990099;} /* lila2*/
.mainbg5     {background-color: #FF0033;} /* rot*/
.primnavbg  {background-color: #BC2B16;}   /* Matthaeirot  */
.secnavbg   {background-color: #BC2B16;}   /* Matthaeirot  */
.sepbg      {background-color: white;}
.tabbg1     {background-color: #ff9900;}   /* orange   */
.tabbg2     {background-color: #EEEEEE;}   /* hellgrau */
.tabbg3     {background-color: #EEEEEE;   /* hellgrau */
.tabbg5     {background-color: #BFBF80;} /* hellgrün */
.tabbg4     {background-color: #808080;} /* dunkelgrau */


/* Boxformatierung Überschrift des Informationsrahmen    */
.tabstyle1  {background-color: #BC2B16;}   /* Matthaeirot   */
	    border: solid 0px;}


/* Informationsrahmen 1*/
.tabstyle2  {background-color: #FFCC66;   /* hellgelb */
             border: solid 2px #FFFF00;}  /* Bordeauxrot */
/* Informationsrahmen 2*/
.tabstyle3  {border: solid 2px #BC2B16;}   /* Matthaeirot  */
/* Informationsrahmen 3*/
.tabstyle4  {background-color: #BFBF80;   /* hellgrün */
             border: solid 2px #990000;}  /* Bordeauxrot */
 /* Informationsrahmen 3*/
.tabstyle5  {background-color: #FFFF00;   /* gelb */
             border: solid 2px #990000;}  /* Bordeauxrot */

/* Textformatierung der Überschrift der Informationsrahmen */
.tabheader1  {FONT-WEIGHT: bold;
             COLOR: #ffffff;}             /* weiß */
.tabheader2  {FONT-WEIGHT: bold;
             font-size: 15pt;
             COLOR: #ffffff;}             /* weiß */
.tabheader3  {FONT-WEIGHT: bold;
             font-size: 20pt;
             COLOR: #ffffff;}             /* weiß */

.contentbg {background-color:#ffffff;}


/* Seitentitel */
.header     {color: #ffffff;
	    font-family: Arial, Helvetica, sans-serif;
             font-weight: bold;
             font-size: 18pt;
             }

/* Trennlinie */
.separator  {line-height: 1em;}

/* Primäre Navigationsleiste */
.primnav    {
             color:white;
             padding-top: 4px;
             padding-bottom: 4px;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt;
             line-height: 1em;
             text-decoration: none;
             }
/* Sekundäre Navigationsleiste */
.secnav   {
             color: white;
             font-family: Arial, Helvetica, sans-serif;
             padding-top: 8px;
            /* padding-left: 2px; */
             padding-bottom: 8px;
             text-align: left;
             margin-top: 6px;
             margin-bottom: 6px;
             height: auto;
             text-decoration: none;

            }




/* Fusszeile */
.footer    {
             color: white;
             font-size: 8pt;
             font-family: Arial, Helvetica, sans-serif;
             text-decoration: none;
            }


A.topic:link {
	COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.topic:visited {
	COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.topic:hover {
	COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}