/*
Thanks for help with creating the html and css files to:
Enigma
Levi
and of course: SelfHTML

If you've changed the layout, I'd be glad to get a copy so that I could publish it for everybody to use on my website.

(c) 2008 Raimond Eisele - FanFiction Downloader
*/

/*
definitions for main DIV box
*/
#mainarea {
  border: 1px solid #ffffff;
  padding: 10px;
  color: black;
  background-color: #EFEFEF;
}

/*
Div box with titel (and chapter name)
*/
#titel {
  text-align: center
}

/*
Div Box for chapter navigation
*/
#chap_menue {
  border-top: 1px solid #193861;
  border-bottom: 1px solid #193861;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
}

/*
Div Box Index Page for author name and link
*/
#index_author {
  text-align: center;
}

/*
Div Box for chapter list on indexhtml
*/
#index_chapter {
  padding-left: 10%;
}

/*
standard body option
*/
body {
  padding: 20px;
  margin-top: 0px;
  background-color: #D20000;
}

/*

*/
h1 {
  font-size: 20pt;
}

/*

*/
h2 {
  font-size: 16pt;
}

/*

*/
hr {
  width: 85%;
  background-color: #7590ae;
}

/*

*/
a {
  color: #193861;
  text-decoration: underline;
}

/*

*/
a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: underline;
}

/*
"Previous" link
*/
.men_back {
  width: 0%;
  text-align: left;
  vertical-align: middle;
}

/*
"index" link
*/
.men_index {
  width: 95%;
  text-align: center;
  vertical-align: middle;
}

/*
"next" link
*/
.men_next {
  width: 100%;
  text-align: right;
  vertical-align: middle;
}

/*
header for "index" chapter navigation
*/
.index_lst_head {
  font-weight: bold;
}

