/* body */
body {
  margin: 0em; /* no margin */
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em; /* we use relativ sizes below */
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.italic {
  font-size: 90%;
  font-style: italic;
  text-decoration: none;
}

/* table */

div#content table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 80%;
}

div#content th, td {
  border: 1px solid #424242;
}

div#content td {
  padding: 5px;
  text-align: left;
}

div#content td:first-child {
  font-weight: bold;
}

div#content th {
  text-align: center;
  text-transform: lowercase;
  color: white;
  background-color: #424242;
  padding-bottom: 2px;
  margin-bottom: 2px;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}

/*
 * format the divs
 */


/* search box */
div.search {
  position: absolute;
  left: 20px;
  top: 130px;
  font-size: 80%;
  width: 195px;
  font-family : Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #424242;
  text-align: center;
  padding: 2px;
  margin-bottom: 20px;
}

.search input {
  padding: 0px;
  margin: 0px;
  border: 1px solid #000000;
}

.search form {
  padding: 2px;
  margin: 2px;
}

.search p {
  padding: 0px;
  margin: 0px;
}

/* navigation div */

div#navbars{
  position: absolute;
  top: 220px;
  left: 20px;
  width: 200px;
  padding: 0;
}

div.navbar {
  font-size: 80%;
  width: 195px;
  font-family : Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #424242;
  text-align: left;
  padding: 2px;
  margin-bottom: 20px;
}

.navbar p {
  padding: 0px;
  padding-top: 1px;
  padding-left: 2px;
  padding-bottom: 5px;
  margin: 0px;
}

.navbar ul {
  padding: 0px;
  padding-bottom: 2px;
  padding-left: 8px;
  margin: 0px 0px 0px 2px;
  list-style-type: none;
}

.navbar ol {
  padding: 0px;
  padding-bottom: 2px;
  padding-left: 32px;
  margin: 0px 0px 0px 2px;
}

.navbar ol.alpha {
  list-style-type: upper-latin;
}

.navbar h2,
.search h2 {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  text-transform: lowercase;
  color: white;
  background-color: #424242;
  padding: 0px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}

.navbar h3 {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  padding-bottom: 3px;
  padding-left: 2px;
  margin: 0px;
}


/* do not display the print header div */
div#header-print {
  display: none;
  margin-left: 210px;
}

/* main content */
div#content {
  background-color: #FFFFFF;
  /*declare a color together with a contrasting background color*/
  margin-left: 260px;
  /*to position the content area to the right of the navigation*/
  margin-right: 30px;/*breathing space for the text*/
  padding: 5px;/*space to separate navigation and content*/
  /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: auto;
  border: 0.1px solid #FFFFFF;
  /*to ensure that NN4.xx renders the background-color of the content area*/
}

#content a,
#content a:visited,
#content a:link,
#content a:visited {
  text-decoration: none;
  color: #660000;
}

#content a:hover {
  text-decoration: underline;
  color: #660000;
}

#content a.toclink {
  color: #FFFFFF;
}


#content td {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-decoration: none;
}

/* definitions for the header */
div#header {
  margin-top: 0px;
  margin-left: 0px;
  height: 109px;
  white-space: nowrap;
  background-color: #424242;
  background-image: url(/gfx/bg.gif);
  background-repeat: no-repeat;
  background-position: 380px 0px;
}

div#logo {
  position: absolute;
  margin-top: 0px;
  margin-left: 25px;
  width: 225px;
  height: 109px;
  padding: 0px;
  background-image: url(/gfx/netatalklogo.gif);
  background-repeat: no-repeat;
}

#logo img {
  border: 0px;
}

div#menlinks {
  position: absolute;
  left: 272px;
  top: 87px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;

}

div#menlinks a, div#menlinks a:visited {
  color: #FFFFFF;
  margin-right: 15px;
  text-decoration: none;
}

#menlinks img {
  border: 0px;
}

/* definitions for the footer */
div.footer {
  margin-left: 280px;
  margin-top: 22px;
  font-size: 75%;
  width: 145px;
  text-align: left;
  white-space: nowrap;
}

.footer img {
  padding-right: 5px;
}

/* default settings */

h1, h2, h3 {
  color: #FFFFFF;
  font-size: 130%;
  padding: 2px;
  margin-top: 0px;
}

h1 {
  background-color: #605e5e;
}

h2 {
  background-color: #424242;
}

h3 {
  background-color: #330000;
}

h4, h5 {
  font-size: 100%;
  font-weight: normal;
  padding: 2px;
  margin-top: 0px;
}

h4 {
  color: #FFFFFF;
  background-color: #424242;
}

h5 {
  padding-bottom: 3px;
  padding-left: 2px;
}


/* no border for images */
img {
  border: 0px;
}

a, a:visited {
  text-decoration: none;
  color: #660000;
}

pre {
  border: #630 1px dashed;
  color: #993300;
  padding: 2px;
  font-size: 100%;
  white-space: pre-wrap;
}

code {
  color: #993300;
  font-size: 120%;
}
