/*****************************************************************
* CSS LIBRARY                                                    *
*                                                                *
* 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, 2004   *
*                                                                *
*****************************************************************/

body {
  background-color:#ffffff;
  margin:0px;
}

p, td, th, li, dt, dl, span {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  padding:5px;
}

h1 {
  color: #004402;
  font-family: Verdana, Helvetica, Arial;
  font-size: 15pt;
  font-weight: bold;
  padding:0px;
  margin:0px;
}

h2 {
  color: #ba3c48;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14pt;
  font-weight: normal;
  padding:0px;
  margin:0px;
}

h3 {
  color: #000000;
  font-family: Verdana, Helvetica, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style:italic;
  padding:0px;
  margin:0px;
}

input, textarea, button, select {
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  color: #000000;
  font-family: Arial, Helvetica;
  font-size: 8pt;
}

a {
  color: #009011;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a.main {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:none;
}

a.main:hover {
  color: #ffffff;
}

a.active {
  background-color: #bbdbff;
  font-weight: bold;
  width: 100%;
}

a.active:hover {
  color: #135bff;
}

.contentTitle {
  background-color: #efefef;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
}

.mandatory {
  background-color: #b5fd8f;
}

.frame {
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  padding:5px;
}