/**********************************************************/
/* --- Stylesheet ---                                     */
/* Projekt: Offizielle Website von Ilse Bindseil          */
/* Datei: http://www.ilsebindseil.de/screen.css           */
/* Autor: Moriz Hoffmann-Axthelm                          */
/**********************************************************/

body        { margin:50px;
              padding:0px;
              background-color: beige;
              color: midnightblue;
              font-family: "Times New Roman", times, serif;
              font-size: 100.01%;
              background-image:url(img/bg_ilse.jpg);
              background-repeat:no-repeat;
              background-attachment:fixed;
            }
a           { text-decoration:none;
            }
a:link      { color: royalblue;
            }
a:visited   { color: blueviolet;            /* darkviolet */
            }
ul#nav      { position: fixed; top: 150px; left: 0px;
              padding: 10px;
	     background-color: midnightblue;    /*indigo;*/
              color: beige;
              list-style-type: none;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 70%;
              line-height: 150%;
            }
* html ul#nav { position: absolute; top: 150px; left: -40px;
              width: 70px; w\idth:70px;
            }
a#nav:link  { color: beige;
            }
a#nav:visited { color: gray;
            }
a#nav:hover { background-color: orange;
            }
a#nav:active { background-color: orange;
              color: midnightblue;
            }
div#txt     { margin: 120px;
              font-size: 110%;
              line-height: 150%;
            }
* html div#txt { margin-top: 60px;
            }
#top        { font-family: Arial, Helvetica, sans-serif;
              font-size: 70%;
              line-height: 150%;
              color: orange;
              background-color: midnightblue;
              text-decoration:none;
            }
h3          { color:orange;
	     text-align:left;
	   }
#o	   { color:orange;
	   }            
