/*
======================================================================
  exit1.org - Stylesheets

  Copyright (c) 2004 Jörn Reder <joern AT zyn.de>,
  All Rights Reservered
======================================================================
*/

/*
======================================================================
  Basic properties
======================================================================
*/

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  margin: 0px;
  background-image: url("/img/background.png");
  background-repeat: repeat-y;
}

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

a:hover {
  text-decoration: underline;
  
}

img {
  border-width: 0px;
}

form {
  padding: 0;
  margin: 0;
}

hr {
  color: #002e93;
  height: 1px;
  border-color: #b3b5da;
  border-width: 0px;
  border-top: 1px;
  border-style: dotted;
}

table {
  border-width: 0px;
  border-spacing: 0px;
}

td {
  font-size: 12px;   /* IE mal wieder, erbt td nicht von body */
  border-width: 0px;
  padding: 0;
  margin: 0px;
}

small {
  font-size: 10px;
}

h1 {
  font-size: 18px; 
  font-weight: bold; 
  color: #002e93;
  border-width: 0;
  border-bottom: 1px;
  border-style: dotted;
  border-color: #b3b5da;
  margin: 10px 0px 0px 0px;
}

#content h1 a {
  font-weight: bold; 
}

h2 {
  font-size: 16px; 
  font-weight: bold; 
  color: #002e93;
  padding-left: 40px;
}

h3 {
  font-size: 16px; 
  font-weight: bold; 
  color: #002e93;
  padding-left: 40px;
}

h4 {
  font-size: 14px; 
  font-weight: bold; 
  color: #002e93;
  padding-left: 40px;
}

/*
======================================================================
  Page Layout
======================================================================
*/

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  font-size: 10px;
  color: #002e93;
  background-color: #d6d8ff;
  vertical-align: middle;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #b3b5da;
  border-style: solid;
  z-index: 5;
}

#project_title {
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #002e93;
}

#page_title {
  position: absolute;
  top: 0px;
  left: 4px;
  color: #002e93;
  font-size: 10px;
  z-index: 10;
}

.site_nav {
  text-align: right;
  padding-right: 10px;
}

#header a {
  color: #002e93;
  font-weight: normal;
}

#col_left {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 230px;
  padding-left: 0px;
}

#col_left img {
  margin-left: 5px;
}

#content
 {
  position: absolute;
  top: 25px;
  padding: 0;
  left: 245px;
  padding-right: 10px;
}

#page_nav {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b5da;
  background-color: white;
  padding: 0;
  padding-right: 4px;
  font-size: 10px;
}

#page_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#page_nav li {
  margin: 0;
  padding: 0;
}

/*
======================================================================
  Content formatting
======================================================================
*/

#content a {
  font-weight: normal;
}

#content p,table {
  padding-left: 40px;
  padding-right: 40px;
}

#content table {
  border-spacing: 5px;
}

#content blockquote {
  padding-left: 20px;
}

#content pre {
  padding-left: 40px;
}

#content dl {
  padding-left: 40px;
  padding-right: 40px;
}

#content dd {
  margin-left: 0px;
}

#content ul {
  padding-left: 60px;
}

#content li {
  margin-left: 0px;
  padding-left: 0px;
}

#content li p {
  margin-left: 0px;
  padding-left: 0px;
}

#content hr {
  margin-left: 40px;
}

.project_name {
  color: #002e93;
  padding-left: 40px;
  padding-bottom: 0px;
}

.project_name a {
  font-weight: bold !important;
  font-size: 24px;
}

.project_desc {
  margin-top: 0px;
}

/*
======================================================================
  Menu formatting
======================================================================
*/

.object_hierarchy {
  font-size: 8px;
  padding-left: 8px;
  padding-top: 0px;
  margin-top: 0px;
}

.main_menu ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main_menu li {
  margin-top: 10px;
  padding-left: 0px;
}

.main_menu b {
  font-weight: bold;
  font-size: 18px;
  color: #002e93;
}

.download_file_description_odd {
  padding: 0;
  padding-bottom: 5px;
  background-color: #f0f0f0;
  margin-left: 40px;
}

.download_file_description_even {
  padding: 0;
  padding-bottom: 5px;
  background-color: #f8f8f8;
  margin-left: 40px;
}

.download_files h2 {
  border-width: 0;
  border-bottom: 1px;
  border-style: dotted;
  border-color: #b3b5da;
  margin-left: 40px;
  padding-left: 0px;
}

.download_files b {
  position: absolute;
  left: 40px;
  width: 180px;
}

.download_files i {
  display: block;
  margin-left: 180px;
}

/*
======================================================================
  Folding
======================================================================
*/

.folded {
  display: none;
}

.unfolded {
  display: block;
}
