/* Themodynamik-Webseite              */
/* thermodyn-2016-Inhalt.css          */
/* Texte, Bilder, Filme, Animatonen   */
/* Infos in Subfenstern               */
/* Januar 2018, Dr. Arnd Jungermann */
<style type="text/css">

/* ----------------Grundelemente wie html, body, table, h1..., *------------ */

html {height:100%; font-size: 62.5%;
      width:100%;}
body {/*  width: 100%; */
        font-family: verdana, sans-serif;
        font-size: 10pt;
        color: black;    }
table {
    Font-Family: verdana, sans-serif;
    Font-size: 12pt;
    Color: black;       }

h1 {
        Font-Family: verdana, sans-serif;
        Font-Size: 22pt;
        Color: #3366FF;
        Font-Style: italic;
        Font-weight: bold;  }
h2 {
        Font-Family: verdana, sans-serif;
        Font-Size: 18pt;
        Font-Weight: 100;
        Color: black;      }
h3 {
        Font-Family: verdana, sans-serif;
        Font-Size: 14pt;
        Color: black;      }


/* -------------------Klassen Schriften------------------------- */
.F00 {
    Font-family: verdana, sans-serif;
    Font-size:  8pt;
    color: black;   }

.F0 {
    Font-family: verdana, sans-serif;
    Font-size: 9pt;
    color: black;   }
.F1 {
    Font-Family: verdana, sans-serif;
    Font-Size: 10pt;
    Color: black;   }

.F2 {
    Font-Family: verdana, sans-serif;
    Font-Size: 11pt;
    Color: black;    }

.F3 {
    Font-Family: verdana, sans-serif;
    Font-Size: 14pt;
    Color: black;    }

.F3i {
    Font-Family: verdana, sans-serif;
    Font-Size: 14pt;
    Font-Style: italic;
    Color: black;    }

/* ---------------Pseudoklassen  wie Links ---------------- */
A:link {
        color: #0000ff;
        TEXT-DECORATION: underline   }
A:visited {
        COLOR: black;
        TEXT-DECORATION: underline   }
A:active {
        COLOR: black;
        TEXT-DECORATION: underline   }
A:hover {
        BACKGROUND: white;
        Font-Weight: bold;
        COLOR: #000000;
        TEXT-DECORATION: underline   }

/* --------------------  Identifier ID's ------------------ */
#line {size: 1px solid #888888;
       margin: 0px;
       padding: 0px;  }

#linedo {border: 1px dotted #888888;}


div#header {
       position: absolute;
       top: 0px; left 0px;
       margin-left:-8px;
       border-left:  0px solid #000;
       border-right: 0px solid #000;
       border-top:   0px solid #000;
       border-bottom:2px solid #10780D;
       padding:0px;
       width:1002px;
       height:100px;
       background-color: #FFCC66;
       }
div#content2 {
         /*float: right; */
         position: center;
         background: #ffffdd;
         width: 690px;    /* 746px*/
         height: 479px;
         margin-right: 0px;
         margin-left: 0px;
         padding-right: 20px;
         padding-left: 10px;
         border-top: 0px solid #00ffff;
         border-left: 0px solid #00ffff;
         border-right: 0px solid #00ffff;
         border-bottom: 0px solid #00FFFF;
         }
</style>