/*****************************************************************************\
* dawntreader.css
******************************************************************************
* 06.10.2004   J.Tremmel    initial
* 07.01.2009   J.Tremmel    some adaptations
*
\*****************************************************************************/
body, table, td, th {
  font:14px/1.4 Arial, Helvetica, sans-serif;
}
body {
  margin:8px; padding:0;
  text-align:left; color:#E4AB42;
  background:#000 url(images/believe.jpg) top left no-repeat;
}

h1, h2, h3, h4  {
  margin:1em 0 .5em 0; padding:0;
  font-weight:bold; line-height:1.3;
}
h1        { font-size:1.57em; margin:.1em 0 1em; }
h2        { font-size:1.29em; margin:1.5em 0 .5em; }
h3        { font-size:1.14em; margin:.8em 0 .36em; }
h4        { font-size:1em; }
p         { margin:.36em 0 .8em; }
code      { white-space:nowrap; font:14px "Courier New",monospace; }
acronym   { border-bottom:1px dashed #8F6123; cursor:help; }

:link           { color:#E1BC4A; text-decoration:underline; }
:visited        { color:#BB8B39; text-decoration:underline; }
:link:hover,
:visited:hover  { color:#FFC341; }
:link:active,
:visited:active { color:#E1BC4A; }

#links ul { list-style:none; }
#links li { padding-left:10px;  background:url(images/arrow_right.gif) no-repeat 0 4px; }
a.next    { padding-right:10px; background:url(images/arrow_right.gif) no-repeat right center; }
a.back    { padding-left:10px;  background:url(images/arrow_left.gif) no-repeat left center; }

#content  { margin:410px 0 0 520px; max-width:600px; }
