/* Themodynamik-Webseite                                     */
/* thermodyn-2016-Struktur.css                             */
/* für Seiten, die nur die Seitenstruktur festlegen          */
/* Breite 1002 und Höhe 620 fest, automatisch in der Mitte   */
/* senkr. Hauptmenü und teilweise waagr. Untermenüs          */
/* Februar 2016, Dr. Arnd Jungermann                        */
<style type="text/css">
html {height: 100%; font-size: 62.5%;}
body {text-align: center;
         font-family: verdana, sans-serif;
         font-size: 1.2em;
         line-height: 1.8em;
         color: #333333;   }

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body#home {background: #ffffdd;}
.F0 {
         Font-family: verdana, sans-serif;
         Font-size: 9pt;
         color: black;}
/* --------------------  Identifier ID's ------------------ */

#line {border: 1px solid #888888;
         margin: 0px;
         padding: 0px;  }

div#wrapper {
         width: 1007px;    /* 947px */
         height: 620px;    /* 601px */
         margin: 0px auto;
         text-align: auto;
         background: #888888;
         border: 2px solid #10780D;}

div#header {background: #F8F8F8; height: 100px;}

/* -------------  Identifier ID's  für Hauptmenü, Hauptinhalt und footer ------------------ */

div#nav {
         float: left;
         background: #F5F5F5;
         width: 200px;
         height: 518px;
         padding: 1px 1px;
         text-align: left;
         line-height: 2.0em;
         border-right: 2px solid #10780D;}

div#left {
         position: absolute;
         top: 0px; left: 0px;
         margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;
         border-top: 0px solid #000000;
         border-left: 0px solid #000000;
         border-right: 0px solid #000000;
         border-bottom: 10x solid #000000;
         width: 197px;
         height: 477px;
         text-align: left;
         line-height: 2.0em;
         background-color: #ffffdd;}

div#content {
         float: right;
         background: #ffffdd;
         width: 803px;    /* 746px*/
         height: 479px;
         margin: 0px;
         padding: 0px;
         border-bottom: 0px solid #00FFFF;}

div#footer {
         float: right;
         background: #ffffdd;
         color: #FFFFFF;
         margin-top: 0px;
         padding: 0px 0px 0px 0px;
         text-align: auto;
         height: 40px;
         width: 803px;       /* 746px*/
         border-top: 1px solid #333333;}

/* -------------  Identifier ID's  für waagr. Untermenü, Inhalt und subfooter ------------------ */

div#subnav {background: #ffffdd;
         float: right;
         width: 803px;   /* 746px*/
         height: 30px;
         padding-top: 0px;
         border-bottom: 1px solid #888888;}

div#subcontent {
         float: right;
         background: #ffffdd;
         width: 803px;     /* 746px*/
         height: 449px;
         margin: 0px;
         padding: 0px;
         border-bottom: 0px solid #00FFFF;}

div#subfooter {
         position: relative; top: 0px; left: 0px;
         float: right;
         background: #ffffdd;
         color: #FFFFFF;
         margin-top: 0px;
         padding: 0px 0px 0px 0px;
         text-align: auto;
         height: 39px;
         width: 803px;  /* 746px */
         border-top: 1px solid #333333;}

</style>