/*
 *  CSS for www.weisel.de
 *  Screen Layout
 *  (c) 2003, bx Christian Weisel [christian@weisel.de]
 */

/* IDs */

 #header{
   height: 80px;
   background-color: #e9e9e9;
 }

 #wText{
   position: absolute;
   top: 46px;
   left: 0px;
 }

 #wLogo{
   position: absolute;
   top: 12px;
   right: 0px;
 }

 #blueBar {
   height: 26px;
   background-image: url('../images/bluebar.png');
   font-size: 18px;
   text-align: center;
   color: #FFFFFF /* white */
 }

 #dataBody{
   margin: 0;
   padding: 0;
 }

 #leftSide {
   position: absolute;
   left: 3px;
   margin-top: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   width: 160px;
   border-width: 1px;
   border-color: FAFAFA;
   border-style: dotted;
   background-color: #e9e9e9;
   line-height: 1.5; 
}

 #mainData {
   margin-top: 10px;
   margin-left: 180px; 
 }
 
 #footer {
   border-top: solid 1px #e9e9e9;
   text-align: right;
   font-size: 10pt;
   margin-right: 3px;
   margin-left: 3px;
 }

/* classes */
 
 .mainNavLink {
   font-size: 11pt;
   font-weight: bold;
 }

 .mainNavLink a:hover {
   color: #0000ff; /* blue */
   text-decoration: none;
   background-color: #A1A1A1;
   font-style: italic; 
 }
 

/* standard tags */

 body{
   margin: 0px;
   padding: 0;
   color: #000000; /* black */
   font-family: Arial,Helvetica, sans-serif;
   font-size: 12pt;
 }

 a {
   color: #0000ff; /* blue */
   text-decoration: underline; 
 }
 a:hover {
   color: #0000ff; /* blue */
   text-decoration: none;
   background-color: #e9e9e9; 
 }
