body  { background-color:#FFFFFF;}
h1,h2,h3,h4     {  font-family:Georgia,"Times New Roman",Times, serif;  }
p{color:red;font-size:12pt;}

.toben{width:100%;text-align:center;}/**obere tabelle mit begruesung und eventuell werbung ************/
/****.toben{text-align:center;} ***/

/******* tgesamt tabelle die alle darunterliegenden tabs enthaelt ***********/
.tgesamt{position:absolute; top:140px; left:10px; width:98%; height:100%; z-index:1;}

/******* tmenue ist tabelle die in tgesamt im 1.td ist und menue mit untermenue enthaelt *  **********/
/*.tmenue{position:fixed;} **/

/******* tinhalt ist tabelle die in tgesamt im 2.td ist und text(Artikel) + Werbebanner rechts enthaelt (2xtd) ********/
.tinhalt{width:100%;border-bottom:4px double red;}
/*****.tinhalt div{ width:80%; ;} td der den text enthaelt***/

/************Tabelle fuer Einzeltitellinks mit Bildern in tinhalt 2.td*************/
.teinzeltitel{width:80%;}
.teinzeltitel td{text-align:justify;font-size:10pt;vertical-align:top; font-family:Georgia,"Times New Roman",Times, serif;  }

.teinzeltitel hr{width:100%; color:yellow; height:5px; text-align:right; border:1px solid blue;}
.klein{font-size:14pt;}
.aktiv{text-align:left;font-size:11pt; color:#FFFF00;
        background-color:#CC0000;}/*aktive Zeile (Seite) im Menü ********/



/** Unter Menue Tab in .tpl Datei**/
/*aktive Zeile (Seite) im Unter Menü direkt durch style in nav-links.tpl ********/

.untermenue hr{width:80;color:red;background-color:red;}

.untermenue  a{text-align:left;font-size:10pt;margin-left:8px;
               color:##000066;
              display: block;
               border: 0px dotted #CCC;
             text-decoration: none;
             line-height: 1.5em;
             }


.untermenue  a:visited{/**bereits besuchte Link ******/

                     }


.untermenue    a:hover{/* wenn Anwender mit der Maus darüber fährt***/
        color:#000000;
        background-color:#CCFF00;

                    }

.untermenue  a:active {/*-------angeklickter Link***/
        color:#0000FF;
        background-color: #FF0000;
        border: 0px solid #000;
                    }

.hauptmenue {text-align:left;font-size:11pt;}/** Haupt Menue Tab in .tpl Datei**/
.hauptmenue  a{

        display: block;
        border: 0px dotted #CCC;
        text-decoration: none;
        line-height: 1em;
}

.hauptmenue  a:link{ /*noch nicht besuchter link*****/
      color:#FF0000;

}
.hauptmenue  a:visited{/**bereits besuchte Link ******/
       color:#FF0000;
}
.hauptmenue  a:hover{/* wenn Anwender mit der Maus darüber fährt***/
        color:#FFFFFF;
        background-color:#CC0000;
        border: 0px solid #000;

}
.hauptmenue  a:active {/*-------angeklickter Link***/
        color:#0000FF;
        background-color: #FF0000;
        border: 0px solid #000;
}
.text1{text-align:left;}/**** steht unter der Ueberschrift **********/

.textspalte {text-align:left;vertical-align:top;}
.schlusslink{text-align:left;}
.impress{}