/*              Farben:                                 #1               #2              #3                */
/*              #FFFFFF; /*white*/                   /* FFFFFF           FFFFFF          FFFFFF            */
/*              #F0ECE0;  /*grüngrau*/               /* F0ECEO           F0ECE0          F0ECE0            */
/*              rgb(70,90,105); /*dkl.blau*/         /* rgb(70,90,105)   rgb(70,90,105)  rgb(70,90,105)    */
/*              rgb(110,125,140);  /*blau hell*/     /* rgb(110,125,140) 5E788D          rgb(110,125,140); */
/*              #000000; /*black*/                   /* 000000           000000          000000            */
/*              #C0C0C0; /*light-grey*/              /* C0C0C0           C0C0C0          C0C0C0            */
/*              rgb(70,90,106);/*orange*/            /* rgb(70,90,106)   486845          rgb(255,155,50)   */


.seite_content          {/* Seitenlayout der Startseite (Rubriken) und Artikelseiten*/
                        background-image        : url('http://www.charttec.de/resource/log_copyright.gif');
                        background-color        : #FFFFFF; /*white*/
                        background-repeat       : no-repeat;
                        background-attachment   : fixed;
                        padding                 : 0;
                        background-position     : 100% 100%;
                        z-index                 : 10;
                        padding                 : 5px;
                        margin                  : 10px;
                        }

.seite_teaser           {/* Hintergrundfarbe der Seitenteaser */
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-align              : justify;
                        margin                  : 0px;
                        padding-left            : 10px; /*doppelte Breite wie h2_teaser!*/
                        padding-right           : 15px;
                        }

del                     {
                        background-image        : url('http://www.charttec.de/resource/del_ok.png');
                        background-position     : top right;
                        background-repeat       : no-repeat;
                        padding-right           : 9px;
                        font-family             : arial;
                        font-size               : 12px;
                        color                   : #A0A0A0;
                        }


h1                      {/* Seitenüberschriften bei Artikeln */
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        background-image        : url(http://www.charttec.de/resource/verlauf_blau.png);
                        color                   : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 24px;
                        font-weight             : normal;
                        padding-left            : 3px;
                        margin                  : 0px;

                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid #A0A0A0;
                        border-bottom           : 1px solid #FFFFFF;

                        /*padding-left          : 37px; */
                        /*background-image      : url('http://www.charttec.de/resource/round/2_round_lo_long.gif'); */
                        }

h2                      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 20px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        background-color        : #F8F5F1;  /*grüngrau*/
                        margin-bottom           : 0px;
                        margin-top              : 0px;

                        }

.h2_teaser              {/* Seitenteaser Überschrift*/
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 20px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        margin                  : 0px;
                        padding-left            : 5px;
                        padding-right           : 15px;
                        }

h3                      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        border-bottom           : 1px dotted #F8F5F1;  /*grüngrau*/
                        margin-bottom           : 0px;
                        margin-top              : 0px;
                        }

b                       {
                        background-color        : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-decoration         : none;
                        color                   : #000000; /*black*/
                        text-align              : justify;
                        }

.tabelle_main_hell      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-align              : justify;
                        background-color        : #F8F5F1;  /*grüngrau*/
                        }

.tabelle_main_border    {
                        border                  : 1px solid #F8F5F1;  /*grüngrau*/
                        background-color        : #FFFFFF; /*white*/
                        }

.tabelle_main_bigtext   {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #F8F5F1;  /*grüngrau*/
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        border-top              : 2px solid #E0E0E0;
                        border-left             : 2px solid #E0E0E0;
                        border-right            : 2px solid rgb(70,90,105);
                        border-bottom           : 2px solid rgb(70,90,105);
                        padding                 : 2px;
                        margin                  : 2px;
                        }

.box_dark               {
                        background-color        : rgb(70,90,105); /*dkl.blau*/
                        }

.box_medium             {
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        }

.box_light              {
                        background-color        : rgb(255,155,50); /*orange*/
                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid rgb(70,90,105);
                        border-bottom           : 1px solid rgb(70,90,105);
                        }

.tabelle_editorial      { /*Startseite */
                        background-color        : #F8F5F1;  /*grüngrau*/
                        /*border                  : 1px solid rgb(70,90,105); /*dkl.blau*/
                        margin                  : 5px;
                        padding                 : 5px;
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        text-align              : left;
                        }

.tabelle_border         {
                        border                  : 1px dotted #F8F5F1;  /*grüngrau*/
                        padding                 : 0px;
                        margin                  : 0px;
                        background-color        : #FFFFFF; /*white*/
                        }

.tabelle_s_head         { /* Seiten Sub-Header */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        text-align              : right;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(70,90,105); /*dkl.blau*/
                        background-image        : url(http://www.charttec.de/resource/verlauf_orange.png);
                        border-top              : 0px solid #F8F5F1;  /*grüngrau*/
                        }


.tabelle_s_foot         {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(236,230,219); /*dkl.blau*/
                        border-top              : 2px solid #F8F5F1;  /*grüngrau*/
                        text-align              : right;
                        }

.tabelle_footer         {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(38,63,94);

                        text-align              : right;
                        }

.tabelle_text           {
                        padding-left            : 15px;
                        padding-right           : 15px;
                        background-color        : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-align              : justify;
                        }

.tabelle_hell           {
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        text-align              : justify;
                        margin-left             : 15px;
                        margin-right            : 15px;
                        }

.tabelle_dunkel         {
                        margin-left             : 15px;
                        margin-right            : 15px;
                        background-color        : #C0C0C0; /*light-grey*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-align              : justify;
                        }

.tabelle_bigtext        { /* Bildüberschriften */
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        /* padding-left          : 37px;    */
                        /* background-image      : url('http://www.charttec.de/resource/round/2_round_lo_long.gif');  */
                        }

.tabelle_bigtext_privat {
                        font-family              : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size                : 13px;
                        background-color         : #87A587; /*grün*/
                        font-weight              : normal;
                        color                    : #FFFFFF; /*white*/
                        }

.tabelle_bildtitel      {
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        border                  : 1px solid #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        }

.tabelle_bild           {
                        background-color        : #F8F5F1;  /*grüngrau*/
                        border-top              : 1px solid #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        }

.tabelle_form_h         { /*Startseite Blogs: [weiterlesen] / Tabellen */
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-align              : right;
                        }

.tabelle_form_d         {
                        background-color        : #C0C0C0; /*light-grey*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-align              : right;
                        }

.tabelle_form_p         {
                        background-color        : #87A587; /*grün*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-align              : right;
                        }

.tabelle_form_n         {
                        background-color        : #BE7373; /*rot*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        text-align              : right;
                        }

.text_quelle            {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #202020; /*dark-grey*/
                        text-align              : justify;
                        padding-left            : 30px;
                        padding-right           : 30px;
                        }

.text_bigtext           { /* Bildüberschriften */
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        background-image        : url(http://www.charttec.de/resource/verlauf_blau.png);
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        margin-top              : 5px;
                        }

.text_smalltext         {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #808080; /*mid-grey*/
                        }

.text_schwarz           {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        }

.text_blau              { /*Startseite: Datum der Aktualisierung */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        }

.text_hgrau             {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #808080; /*mid-grey*/
                        }

.text_dgrau             {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #909090;
                        }

.text_negativ           { /*Begrüssungstext, Warnungen */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : #BE7373; /*rot*/
                        }

.text_positiv           {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : #87A587; /*grün*/
                        }

.text_neutral           {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #ff0000; /*rgb(70,90,105); /*dkl.blau*/
                        background-color        : #F8F5F1;  /*grüngrau*/
                       }

.text_marker           {
                       font-family              : "Trebuchet ms", Arial, Helvetica, sans-serif;
                       font-size                : 11px;
                       font-weight              : normal;
                       color                    : #000000; /*black*/
                       background-color         : #FFFFA0; /*marker*/
                       }

p                      {
                       margin                   : 0px;
                       padding                  : 0px;
                       }

acronym                 {
                        background-image        : url('http://www.charttec.de/resource/link.gif');
                        background-repeat       : no-repeat;
                        background-position     : 0px 4px;
                        border                  : none;
                        cursor                  : help;
                        background-color        : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        margin-left             : 0px;
                        padding-left            : 12px;
                        }

.tabelle_t_abo1         {
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        border-top              : 1px solid #FFFFFF; /*white*/
                        border-right            : 1px solid #FFFFFF; /*white*/
                        padding                 : 1px;
                        }

.tabelle_t_abo2         {
                        background-color        : #BE7373; /*rot*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        border-top              : 1px solid #FFFFFF; /*white*/
                        border-right            : 1px solid #FFFFFF; /*white*/
                        padding                 : 1px;
                        }

.tabelle_t_free         {
                        background-color        : #87A587; /*grün*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        border-top              : 1px solid #FFFFFF; /*white*/
                        border-right            : 1px solid #FFFFFF; /*white*/
                        padding                 : 1px;
                        }

/* NAVIGATION------------------------------------------------------------------------------------------------- */

.tabelle_navi_page      {/* Navigation Seitenlayout Hintergrund*/
                        background-repeat       : no-repeat;
                        background-color        : rgb(110,125,140);  /*blau hell*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 10px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-align              : center;
                        margin-left             : 0px;
                        margin-top              : 1px;
                        }

.tabelle_navi_header    {/* Navigation Seitenlayout Hintergrund*/
                        text-align              : right;
                        margin                  : 0px;
                        margin-bottom           : 1px;
                        padding                 : 0px;
                        padding-right           : 2px;
                        height                  : 17px;
                        width                   : 176px;
                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid rgb(70,90,105);
                        border-bottom           : 1px solid rgb(70,90,105);
                        }

.tabelle_navi_boxout    {/* Navigationspanel aussen */
                        background-color        : #FFFFFF; /*white*/
                        margin                  : 0px;
                        padding                 : 0px;
                        border-top              : 1px solid rgb(110,125,140);
                        border-left             : 4px solid rgb(110,125,140);
                        border-right            : 4px solid rgb(110,125,140);
                        border-bottom           : 1px solid rgb(110,125,140);
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 10px;
                        font-weight             : normal;
                        }
                        
.tabelle_navi_boxin     {/* Navigationspanel innen */
                        background-color        : rgb(70,90,105); /*dkl.blau*/
                        margin                  : 0px;
                        padding                 : 0px;
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 10px;
                        font-weight             : normal;
                        }

.tabelle_mnavi          {/* Navigation Hauptpunkt, nicht aktiv */
                        padding-bottom          : 0px;
                        padding-right           : 1px;
                        padding-left            : 1px;
                        padding-top             : 0px;
                        background-color        : #F8F5F1;  /*grüngrau*/
                        border-bottom           : 1px solid #FFFFFF; /*white*/
                        }

.tabelle_tabbed         {/* Navigation Reiter */
                        padding                 : 0px;
                        background-color        : #F8F5F1;  /*grüngrau*/
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        border-left             : 1px solid #808080; /*mid-grey*/
                        border-right            : 1px solid #808080; /*mid-grey*/
                        border-top              : 1px solid #808080; /*mid-grey*/
                        }

.tabelle_naviaktiv      {/* Navigation Hauptpunkt AKTIV*/
                        padding-bottom          : 0px;
                        padding-right           : 1px;
                        padding-left            : 1px;
                        padding-top             : 0px;
                        background-color        : rgb(255,155,50); /*orange*/;
                        /* border-bottom           : 1px solid #FFFFFF; /*white*/
                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid rgb(70,90,105);
                        border-bottom           : 1px solid rgb(70,90,105);
                        }

.tabelle_naviover       {/* Navigation Mouseover*/
                        padding-bottom          : 0px;
                        padding-right           : 1px;
                        padding-left            : 1px;
                        padding-top             : 0px;
                        background-color        : #F8F5F1;  /*grüngrau*/
                        border-bottom           : 1px solid #FFFFFF; /*white*/
                        }

.tabelle_navi           {/* Navigation Unterpunkt */
                        padding-bottom          : 0px;
                        padding-right           : 1px;
                        padding-left            : 1px;
                        padding-top             : 0px;
                        background-color        : #FFFFFF; /*white*/
                        border-bottom           : 1px solid #FFFFFF; /*white*/
                        }

.tabelle_lnavi          {/* Navigation Unterpunkt Beschreibung (linkes kleines Kästchen)*/
                        padding-left            : 5px;
                        background-color        : #FFFFFF; /*white*/
                        border-bottom           : 1px solid #FFFFFF; /*white*/
                        color                   : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 10px;
                        font-weight             : normal;
                        background-image        : url('http://www.charttec.de/resource/tri.gif');
                        background-repeat       : no-repeat;
                        background-position     : 0px 4px;
                        }

/* NAVIGATION-ENDE-------------------------------------------------------------------------------------------- */




.tabelle_trenner        {/* main.php: Tabellenbreite */
                        background-color        : #FFFFFF; /*white*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-align              : justify;
                        }

a:link                  {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a:visited               {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a:active                {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a:hover                 {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-decoration         : underline;
                        }


a.lex_link:link         {
                        color                   : #000000; /*black*/
                        }

a.lex_link:visited      {
                        color                   : #000000; /*black*/
                        }

a.lex_link:active       {
                        color                   : #000000; /*black*/
                        }

a.lex_link:hover        {
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : underline;
                        }


.seite_banner           {
                        background-color        : #FFFFFF; /*white*/
                        padding                 : 5px;
                        text-align              : right
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        }

.seite_kontakt          { /* Kontaktseite oben */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(70,90,105); /*dkl.blau*/
                        border-top              : 0px solid #F8F5F1;  /*grüngrau*/
                        }
                        
.seite_headline         {/* Seitenüberschriften bei Artikeln */
                        font-family             : "Courier New", Arial, Helvetica, sans-serif;
                        font-size               : 24px;
                        font-weight             : normal;
                        color                   : #FF0000;
                        padding-left            : 37px;
                        background-image        : url('http://www.charttec.de/resource/round/2_round_lo_long.gif');
                        }

.dateblock              {
                        background-color        : #FFFFFF; /*white*/
                        }

.autor                  {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : bold;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(255,155,50); /*orange*/
                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid rgb(70,90,105);
                        border-bottom           : 1px solid rgb(70,90,105);
                        }

.day                    {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 20px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        background-color        : rgb(255,155,50); /*orange*/
                        border-top              : 1px solid #E0E0E0;
                        border-left             : 1px solid #E0E0E0;
                        border-right            : 1px solid rgb(70,90,105);
                        border-bottom           : 1px solid rgb(70,90,105);
                        }

.month                  {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : bold;
                        color                   : rgb(70,90,105); /*dkl.blau*/

                        background-color        : #F8F5F1;  /*grüngrau*/
                        }

.textblock_1            {
                        margin-left             : 15px;
                        margin-right            : 15px;
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        line-height             : 1.7;
                        }
                        
.textblock_2            {
                        margin-left             : 15px;
                        margin-right            : 15px;
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 12px;
                        font-weight             : normal;
                        color                   : rgb(110,125,140);  /*blau hell*/
                        line-height             : 1.7;
                        }

.navi_innen             {   /* Navigationspanel innen Hintergrund */
                        padding                 : 0px;
                        background-color        : #FFFFFF; /*white*/
                        border                  : #F8F5F1;  /*grüngrau*/
                        }
                        
.navi_aussen            {   /* Navigationspanel aussen Hintergrund */
                        padding                 : 0px;
                        background-color        : #FFFFFF; /*white*/
                        }
                        
.navi_funktion          {   /* Navigationspanel innen Hintergrund */
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : bold;
                        text-align              : justify;
                        }
                        
.link_zeile             {   /* Link Hintergrund */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-decoration         : none;
                        background-color        : #FFFFFF; /*white*/
                        }
                        
.link_artikel           {   /* Link Hintergrund */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-decoration         : none;
                        background-color        : #F8F5F1;  /*grüngrau*/
                        }

a.link_navi:link        {/* Navigation Link */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a.link_navi:visited     {/* Navigation Link */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a.link_navi:active      {/* Navigation Link */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-decoration         : none;
                        }

a.link_navi:hover       {/* Navigation Link */
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 11px;
                        font-weight             : normal;
                        color                   : #000000; /*black*/
                        text-decoration         : underline;
                        }

a.link_grau:link        {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #F8F5F1;  /*grüngrau*/
                        text-decoration         : none;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_grau:visited     {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #F8F5F1;  /*grüngrau*/
                        text-decoration         : none;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }
                        
a.link_grau:active      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #F8F5F1;  /*grüngrau*/
                        text-decoration         : none;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_grau:hover       {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 13px;
                        font-weight             : normal;
                        color                   : #F8F5F1;  /*grüngrau*/
                        text-decoration         : underline;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_oben:link        {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #FFFFFF;
                        text-decoration         : bold;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_oben:visited     {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #FFFFFF;
                        text-decoration         : none;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_oben:active      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #FFFFFF;
                        text-decoration         : none;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }

a.link_oben:hover       {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 14px;
                        font-weight             : normal;
                        color                   : #FFFFFF;
                        text-decoration         : underline;
                        margin-left             : 5px;
                        margin-right            : 5px;
                        }


.tabelle_text_format    {
                        border-left             : 50px solid #FFFFFF; /*white*/
                        border-right            : 50px solid #FFFFFF; /*white*/
                        background-color        : #F8F5F1;  /*grüngrau*/
                        font-family             : "Courier New", sans-serif;
                        font-size               : 11px;
                        font-weight             : bold;
                        color                   : rgb(70,90,105); /*dkl.blau*/
                        text-align              : justify;
                        padding-left            : 20px;
                        padding-right           : 20px;
                        }

.text_logo_big          {
                        font-family             : Arial, Helvetica, sans-serif;
                        font-size               : 40px;
                        font-weight             : normal;
                        color                   : rgb(110,125,140);  /*blau hell*/
                        }

.text_logo_small        {
                        font-family             : Arial, Helvetica, sans-serif;
                        font-size               : 20px;
                        font-weight             : normal;
                        color                   : rgb(110,125,140);  /*blau hell*/
                        }

.seite_headline {
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 26px; 
font-weight : normal;
padding-left : 37px;
background-image : url('http://www.charttec.de/resource/round/2_round_lo_long.gif');
}
.Seitenumbruch {
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 1px; 
color : #FFFFFF; /*white*/
page-break-after : always; 
} 

                
.tabelle_header {
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 22px; 
font-weight : normal;
color : #FFFFFF; /*white*/
padding-left : 37px;
background-image : url('http://www.charttec.de/resource/round/2_round_lo_long.gif');
} 





.tabelle_mbigtext {
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 15px; 
font-weight : normal;
padding-left : 37px;
background-image : url('http://www.charttec.de/resource/round/2_round_lo_long.gif');
}
.tabelle_obsolete {
background-color : #F2F2F2; 
border : 1px solid #E0E0E0;
background-image : url('http://www.charttec.de/resource/mp_grau.gif'); 
background-repeat : no-repeat; 
padding-left : 11px; 
} 

.tabelle_hell_trenner {
background-color : #E0E0E0;
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 1px;
font-weight : normal;
text-align : justify;
}

.tabelle_mhell {
background-color : #F2F2F2; 
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 11px; 
font-weight : normal;
text-align : justify; 
border-top : 1px solid #FFFFFF; /*white*/
border-right : 1px solid #FFFFFF; /*white*/
} 
.tabelle_helltx {
color : #F2F2F2;
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 11px; 
font-weight : normal;
} 



.tabelle_trenner {
background-color : #C0C0C0;
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
color : #000000; /*black*/
text-align : justify;
}

.text_date {
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 14px; 
font-weight : normal;
color : #FFFFFF; /*white*/
} 


ul {
margin-bottom : 4px;
margin-top : 0px;
}
.liste {
       margin-bottom : 4px;
       margin-top : 0px;
       }




.seite_obenl {
background-image : url('http://www.charttec.de/resource/back_lo.jpg'); 
} 
.tooltiptitle {
color : #FFFFFF; /*white*/
text-decoration : none; 
cursor : default; 
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 8pt; 
} 
.tooltipcontent {
color : #000000; /*black*/
text-decoration : none; 
cursor : default; 
font-family : "comic sans ms", Arial, Helvetica, sans-serif;
font-size : 8pt; 
} 
#ToolTip {
position : absolute; 
width : 100px; 
top : 0; 
left : 0; 
z-index : 4; 
visibility : hidden; 
} 
#Hinweis {
width : 300px; 
height : 85px; 
border : 1px solid black; 
background-color : #F0F0F0;
position : absolute; 
top : 350px; 
left : 325px; 
visibility : hidden; 
} 

.kom_sidebox                          {
	                              margin                : 0 left; /* center for now */
	                              width                 : 550px;
	                              background            : url(../resource/round/1_sbbody-r.png) no-repeat bottom right;
	                              font-size             : 100%;
                                      }

.kom_boxhead                          {
	                              background            : url(../resource/round/1_sbhead-r.png) no-repeat top right;
	                              margin                : 0;
	                              padding               : 0;
	                              text-align            : left; /*Zentrierung der Überschrift */
                                      }

.kom_boxhead h2                       {
	                              background            : url(../resource/round/1_sbhead-l.png) no-repeat top left;
	                              margin                : 0;
	                              padding               : 5px 16px 5px;  /*Überschrift: Höhe, ?, Unterer Rand*/
	                              color                 : white;
                                      font-family           : "Trebuchet ms", Arial, Helvetica, sans-serif;
                                      font-size             : 13px;
	                              font-weight           : bold;
	                              line-height           : 1em;
                                      }
             
.kom_boxbody                          {
	                              background            : url(../resource/round/1_sbbody-l.png) no-repeat bottom left;
	                              margin                : 0;
	                              padding               : 1px 25px 31px; /*Text: Höhe, Linker Rand, Unterer Rand*/
	                              text-align            : left; /*Zentrierung der Überschrift */
                                      font-family           : "Trebuchet ms", Arial, Helvetica, sans-serif;
                                      font-size             : 11px;
	                              font-weight           : normal;
                                      border                : 1px solid #C0C0C0;
                                      }

.kom_tabelle                          {
                                      font-family           : "Trebuchet ms", Arial, Helvetica, sans-serif;
                                      font-size             : 11px;
	                              font-weight           : normal;
                                      }

.text_zitat             {
                        font-family        : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size          : 11px;
                        font-weight        : normal;
                        color              : #606060;
                        }

.text_kommentar         {
                        font-family        : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size          : 11px;
                        font-weight        : normal;
                        color              : #000000; /*black*/
                        background-color   : #FFFFA0;
                        border             : 1px solid #000000; /*black*/
                        padding            : 5px;
                        }

.text_kommentar_alt     {
                        font-family        : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size          : 11px;
                        font-weight        : normal;
                        color              : #000000; /*black*/
                        background-color   : #F0F0F0;
                        border-left        : 1px solid #000000; /*black*/
                        border-bottom      : 1px solid #000000; /*black*/
                        border-right       : 1px solid #000000; /*black*/
                        padding            : 5px;
                        }

.text_logo              {
                        font-family        : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size          : 26px;
                        font-weight        : normal;
                        color              : rgb(60,90,125);
                        }


.feldout
	{
	margin-right: 5px;
	text-align: right;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	background-position: right;
	background-color: #F0F0F0;
	}
.feldergebnis
	{
	margin-right: 5px;
	text-align: right;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	background-position: right;
	background-color: #FCFCC0;
	}

.feld
	{
	margin-right: 5px;
	text-align: right;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 1px dotted;
	background-position: right;
	}
.feldtext
	{
	margin-right: 5px;
	text-align: left;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 1px dotted green;
	background-position: right;
	}
a.link_small:link       {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 9px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        text-decoration         : none;
                        }

a.link_small:visited    {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 9px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        text-decoration         : none;
                        }

a.link_small:active     {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 9px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        text-decoration         : none;
                        }

a.link_small:hover      {
                        font-family             : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size               : 9px;
                        font-weight             : normal;
                        color                   : #FFFFFF; /*white*/
                        text-decoration         : underline;
                        }

                        		/* Gesamter News-Container */
		.rss_news {

			width: 450px;
			font-family       : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size         : 13px;
                        text-align: left;
			padding: 5px;
                        border: 1px dotted black;
			margin-top: 20px;
		}
		/* Block fuer eine News */
		.rss_newsblock {
			font-family       : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size         : 13px;
                        padding   : 5px;
                        background-color: #FFFFFF;
		}
		/* Kopfsegment einer News */
		.rss_newsblockkopf {
			font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
                        margin-top: 25px;
                        background-color: #A0A0A0;

                        font-size : 14px;
			text-align: right;

		}
		/* Nachrichtsegment einer News */
		.rss_newskoerper {
			font-family       : "Trebuchet ms", Arial, Helvetica, sans-serif;
                        font-size         : 13px;
                        /* border-top        : 1px dotted black;  */
			margin-top        : 5px;
			margin-bottom     : 15px;
                        padding-left      : 25px;
                        background-color  : white;

			text-align        : justify;
		}

span.searchword {
                        color                    : #000000; /*black*/
                        background-color         : #FFFFA0; /*marker*/
                        }
