/*****************************************************************
* CSS LIBRARY for Fine Arts Gallery Ulrike Muehlbachler          *
*                                                                *
* 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, 2002   *
*                                                                *
*****************************************************************/

body {
  background-color: #ffffff;

  scrollbar-face-color:#fff8bb;
  scrollbar-shadow-color:#ffffff;
  scrollbar-highlight-color:#ffffff; 
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#ffffff;
  scrollbar-arrow-color:#ffffff;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #fa7405;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

.infoMsg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #f7c394;
}

.mandatory {
  background-color: #efefef;
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25pt;
  font-weight: bold;
}

.smallHeadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}