/*
 *  General
 */
/* #191970 is called Midnightblue */

body {
  background: #504adc url(http://www.narf.ch/img/background_gradient2.png) top center repeat-x fixed;
  color: #000080;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
}

/*
 *  Layout
 */

#wrapper {
  margin: 10px;
}

#container_left {
  float: left;
  margin-right: -75%;
  width: 100%;
  height: 100%;
}

#sidebox {
  padding: 10px 10px 10px 20px;
  margin-right: 75%;
  margin-bottom: 10px;
  background: #a9b9c9;
  border: solid 1px black;
}

#container_right {
  float: right;
  width: 75%;
  height: 100%;
}

#content {
  margin-left: 10px;
  padding: 10px;
  background: #a9b9c9;
  border: solid 1px black;
}

.clearing {
  height: 10px;
  clear: both;
}

/*
 *  Headings
 */
h1, h2, h3, h4, h5, h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  font-style: italic;
  color: #191970;
}

/*
 *  Hyperlinks
 */

a {
  color: #004500;
  text-decoration:none;
}

a:hover {
  text-decoration:underline
}

a:active {
  font-weight:bold;
}

a:focus {
  text-decoration:underline
}

.sourcecode {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background: #FFFFC0;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
 *  Main
 */

#header {
  border: none;
  background: none;
  margin: 20px 10px 20px;
  padding-left: 10px;
}

#logo {
  display: inline;
}

#logo img {
  vertical-align: middle;
}

#title {
  display: inline;
}

#title h1 {
  display: inline;
  color: #000135;
}

#footer {
  clear: left;
  font-size: 8pt;
  right: 0cm;
  background: #a9b9c9;
  padding: 5px;
  border: solid 1px black;
  margin: 0px 10px;
}

.update {
  float: left;
}

.frame_footer {
  font-size:x-small;
  margin-top:1em;
  text-align:right;
}

.copyright {
  text-align: right;
}

.url {
  display: none;
}

/*
 *  Links
 */

#sidebox h2 {
  font-size: 8pt;
  font-style: normal;
  margin-left: -10px;
  padding-bottom: 0em;
}

#sidebox ul.linklist {
  margin: 0px 0px 10px;
  padding-left: 25px;
}

#sidebox li.upfolder {
  list-style-image: url(site_images/folder_up);
}

#sidebox li.folder {
  list-style-image: url(site_images/folder);
}

#sidebox li.document {
  list-style-image: url(site_images/document);
}