/* basic connoisseur styles for the vintage browser and text-only devices
   this style sheet file lives at: http://www.megpalffy.org/nosuchthing/
   copyright 2004 / 2005 by Meg Palffy - www.megpalffy.org */

/* general page defaults */
body                       { background-color:#069; }

h1                         { font-family:"Courier New",monospace;
                             font-size:20px;
                             color:#fff; }

p,ul,li                    { font-family:"Courier New",monospace;
                             font-size:13px;
                             line-height:16px;
                             color:#fff; }

a                          { text-decoration:none;
                             color:#f36;
                             font-weight:bold; }

/* div that positions the text block */
#inhalt                    { position:absolute;
                             top:140px;
                             left:240px;
                             width:455px;
                             height:350px; }
#inhalt h1                 { margin:5px 0px; }
#inhalt p                  { margin:5px 0px; }
#inhalt p.next             { text-align:right; }

/* div that positions the navigation block */
#navi                      { position:absolute;
                             top:35px;
                             left:70px; }
/* list "foto" that, in nosuchthing.css, defines the navigation image and buttons */
/* but here simply defines the design of the text links */
#foto                      { margin:0px;
                             padding:0px;
                             list-style-type:none; }
#foto li                   { margin:0px;
                             padding:0px;
                             text-align:center; }
#foto a                    { width:31px;
                             height:31px;
                             color:#f36; }

/* div that positions the copyright info block */
#copy                      { position:absolute;
                             top:35px;
                             left:560px;
                             width:140px;
                             text-align:right; }
#copy p                    { margin:0px;
                             padding:0px; }