/* Cascading Style Sheet for ITadmin.com/ITadmin.de   */
/*                                                    */
/* (c) 2003 ITadmin GmbH                              */
/* This code has been placed under the BSD license    */
/* Short version: you may use this code as you wish,  */ 
/* as long as you leave in the copyrights and credits */
/* The full license can be found at                   */
/* http://www.opensource.org/licenses/bsd-license.php */
/*                                                    */
/* $Id$                                               */
/*                                                    */
body {
  color: black;
  background-color: white;
  font-family: Verdana, Helvetica, sans-serif;
}
code, tt, span.input {
  font-family: Andale Mono, Courier, monospace;
}
pre {
  color:black;
  /*  a very light blue */
  /*  background-color: rgb(212,212,255); */
  /*  mercury  */
  background-color: rgb(230,230,230);
  padding:4px;
  /*  padding-left:8px; */
  margin-left:6px;
  margin-right:6px;
  font-family:"Andale Mono", Courier, "Courier New" ,monospace;
  font-size: smaller;
}
p.tlsidebar { 
  color: rgb(230,230,230);
  background-color: #000099;
  margin: 10px;
  margin-left: 8px;
}
p.mlsidebar { 
  color: rgb(230,230,230);
  background-color: #000099;
  margin: 5px;
  margin-left: 15px;
}
p.llsidebar { 
  color: rgb(230,230,230);
  background-color: #000099;
  margin: 5px;
  margin-left: 22px;
  font-size: smaller;
}
td.sidebar {
  color: rgb(230,230,230); 
  background-color: #000099; 
}
a.sidebar:link, a.sidebar:visited {
  color: #f5f5f5; 
  background-color: #000099; 
  text-decoration: none 
}
a.sidebar:active, a.sidebar:hover {
  color: #f5f5f5; 
  background-color: #000099; 
  text-decoration: underline 
}
a:link, a:visited { 
  color: #000099; 
  background-color: white; 
  text-decoration: none 
}
a:active, a:hover {
  color: #000099; 
  background-color: white; 
  text-decoration: underline 
}
#Header { 
  text-align: left; 
  overflow: auto; 
  top: 0; 
  right: 0; 
  bottom: 10px; 
  left: 0px; 
}
#Headericon   { 
  position: absolute;
  top: 10px; 
  right: 0; 
  bottom: 80%; 
  left: 10px; 
  width: 160px; 
  height: 80px
}
#HeaderLangBar   { 
  text-align: right;
  top: 20px; 
  right: 20px;
  left: 160px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 70px;
}
#SideBar   { 
  position: absolute; 
  color: rgb(230,230,230); 
  background-color: #000099; 
  text-align: left; 
  top: 100px; 
  left: 10px;
  width: 145px;
  /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 80%;
}
html>body #SideBar {
  height: 80%; 
  /* ie5win fudge ends */
}
#MainPageText { 
  text-align: left;
  margin-left: 180px;
  margin-bottom: 10px;
  width: 65%;
} 
p.Signature   { 
  font-style: italic;
  font-size: smaller;
  text-align: center; 
  margin-top: 60px;
  margin-bottom: 10px;
}
p.CellBody {
  display: block;
  text-align: left;
  text-indent: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-right: 0pt;
  margin-left: 4pt;
  text-decoration: none;
}
