
/* DATEI: style.css */
/*  der Anhalteweg  */

body { background-color:#8C8C8C; color:#FFFFFF; }

a:link    { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover   { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:active  { color:#FFFFFF; text-decoration:none; }
a:focus   { color:#FFFFFF; text-decoration:none; }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Arial;
                                                              color:#FFFFFF;
                                                             }

h1 { font-size:24pt; font-weight:bold; margin-top:5px; margin-bottom:-14px; }

h2 { font-size:20pt; font-weight:bold; }

h3 { font-size:12pt; font-weight:bold; }

h4 { font-size:8pt; font-weight:bold; }

p,li  { font-size:8pt;}

       td p {margin-top:0px; margin-bottom:8px;}   /* p nur innerhalb des TD tags */

ul,ol,div,td,th,address,blockquote {}



#abstand     { padding:2px; }

#klein       { font-size:8pt;
               text-align:center;
               background-color:#A6A6A6; }

#hervor      { font-size:11pt;
               font-weight:bold;
               background-color:#000080; }

#normal      { font-size:10pt;
               font-weight:bold; }

#ausgabekopf  { font-size:8pt;
                text-align:center;
                font-weight:bold;
                background-color:#000080;  }

#ausgabehervor  { font-size:10pt;
                  font-weight:bold;
                  background-color:#666666  }

#ausgabenormal { font-size:10pt;
                 font-weight:bold;
                 background-color:#8C8C8C;  }

#ausgabeanhalteweg { font-size:10pt;
                     font-weight:bold;
                     background-color:#454545;  }

#ausgabetabelle { border-color:#A6A6A6;
                  border-style:solid;
                  border-width:0px;
                  }

#linkmenue      { font-size:8pt;
                  text-align:center;
                  background-color:#A6A6A6;
                  position:relative;
                  top:0px;
                  }

#klein_graphik  { font-size:8pt;
                 font-weight:bold;
                  text-align:left;
                }

#klein_graphik_tabelle  { font-size:7pt;
                          text-align:right;
                          font-weight:normal;
                          background-color:#666666;
                              }

#headline {position:absolute;
           bottom:3px;
           left:5px;
           font-size:9pt;
           font-weight:bold;
           color:#FFFFFF;
          }


#info_tabelle_haupt  {         font-size:8pt;
                                font-weight:bold;
                                background-color:#000080;
                          vertical-align:top;  }

#info_tabelle_inhalt  {         font-size:8pt;
                          font-weight:normal;
                          background-color:#8C8C8C;
                          vertical-align:top; }

#info_tabelle_unterinhalt  { font-size:8pt;
                          font-weight:normal;
                          background-color:#666666;
                          vertical-align:top;
                          }

#info_tabelle_hervor    { font-size:8pt;
                          font-weight:normal;
                          background-color:#454545;
                          vertical-align:top;
                          }


#zeit_tabelle_inhalt  { font-size:8pt;
                          font-weight:normal;
                          background-color:#666666;
                      }

#zeit_tabelle_hervor    { font-size:8pt;
                          font-weight:normal;
                          background-color:#454545;
                        }

#bodyausgabe    {background-color:#A6A6A6;}


#eingabefeld { font-size:10px; font-weight:bold; height=16px; width:75px; color:#000000; border-color:#000000; border-width:1px; border-style:solid; background-color:#EEEEEE; text-align:center; }


#ausgabefeld { font-size:10px; font-weight:bold; height=16px; width:75px; color:#000000; border-color:#FFFFFF; border-width:1px; border-style:solid; background-color:#B9B9B9; text-align:right; }


#genauigkeitsfeld { font-size:8px; height=16px; width:35px; color:#000000; border-color:#FFFFFF; border-width:1px; border-style:solid; background-color:#B9B9B9; text-align:center; }


#klickbutton { font-size:12px; font-weight:bold; color:#000000; text-align:center; }