/*****************************************************************
* CSS LIBRARY for iPool Website                                  *
*                                                                *
* This Library was created by the company                        *
* inet.solutions Daxberger & Krenner OEG (www.inet-solutions.biz)*
*                                                                *
* It is neither allowed to use the code in any form nor          *
* to remove the copyright remarks without a special, written     *
* licence from the above mentioned company!!!                    *
*                                                                *
*               © inet.solutions Daxberger & Krenner OEG, 2003   *
*                                                                *
*****************************************************************/

body {
  margin:0px;

  scrollbar-face-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
  scrollbar-highlight-color:#cccccc; 
  scrollbar-3dlight-color:#7fa7cd;
  scrollbar-darkshadow-color:#234467;
  scrollbar-track-color:#cccccc;
  scrollbar-arrow-color:#7fa7cd;
}

p, td, th, li, dt, dl, span {
  color: #000000;
  font-family: Arial, Helvetica;
  font-size: 8pt;
  padding-left:10px;
}

input, textarea, button {
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  color: #000000;
  font-family: Arial, Helvetica;
  font-size: 8pt;
}

a {
  color: #135bff;
  font-family: Arial, Helvetica;
  font-size: 8pt;
  text-decoration:none;
}

a:hover {
  color: #bfbfbf;
}

a.menu {
  color: #1f1a17;
  font-family: 'Courier New', Arial, Helvetica;
  font-size: 10pt;
  text-decoration:none;
}

a.menu:hover {
  color: #848282;
}

a.sub {
  color: #000000;
  font-family: Arial, Helvetica;
  font-size: 8pt;
  text-decoration:none;
}

a.sub:hover {
  color: #ffffff;
}

.tbg {
  background-color: #959595;
  height:80px;
}

.lin {
  height:1px;
}

.mbg {
  background-color:#dfdfdf;
  height:20px;
}

.lbg {
  background-color: #99b0be;
  width:170px;
  margin:0px;
  padding:0px;
}

.rbg {
  background-color: #f7f5dc;
  font-style:italic;
  width:170px;
  margin:0px;
  padding:0px;
}

.content {
  padding:10px;
  vertical-align:top;
}

.mandatory {
  background-color: #f7f5dc;
}

.bbg {
  background-color: #ffffff;
  height:50px;
}

.langLinks {
  position:absolute;
  left:5px;
  top:2px;
}

.menuLinks {
  position:absolute;
  left:150px;
  top:0px;
}

.currentArea {
  position:absolute;
  right:50px;
  top:0px;
}

.headLine {
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  background-color:#99b0be;
  color: #000000;
  font-family: 'Courier New', Arial, Helvetica;
  font-size: 10pt;
  font-weight:bold;
  padding:5px;
  margin:10px;
}

.frame {
  background-color: #f7f5dc;
  border-style:solid;
  border-width:1px;
  border-color:#bfbfbf;
  padding-left:10px;
  margin:10px;
}

/* this one is needed by the ipool order wizard */
.frame2 {
  background-color:#dfdfdf;
  border-style:solid;
  border-width:1px;
  border-color:#bfbfbf;
  padding-left:10px;
  margin:10px;
}
