/*** 0001_css fonecard***/
body { font-family:  Arial, Helvetica, sans-serif}
.ft-bl1bo {color: #0000FF; font-weight: bold; text-decoration: none ;font-size: 7pt}
.ft-bl1bo:hover {color: #FF0000; font-weight: bold; text-decoration: underline ;font-size: 7pt}
.ft-bl2 {color: #0000FF; text-decoration: none ;font-size: 7pt}
.ft-bl2:hover {color: #FF0000; text-decoration: underline ;font-size: 7pt}
.ft-wsbl {color: #00FFFF; font-weight: bold; text-decoration: underline ;font-size: 11pt}
.ft-wsbl:hover {color: #FFFF00; font-weight: bold; text-decoration: none ;font-size: 11pt}
.ft-geblrt {color: #0000FF; text-decoration: none}
.ft-geblrt:hover {color: #FF0000; text-decoration: underline}
.ft-geblbl {color: #0000FF; text-decoration: none}
.ft-geblbl:hover {color: #0000FF; text-decoration: underline}
.ft-gertbl {color: #FF0000; text-decoration: underline}
.ft-gertbl:hover {color: #0000FF; text-decoration: none}
.ft-wswsun {color: #FFFFFF; font-weight: bold; text-decoration: none;font-size: 8pt}
.ft-wswsun:hover {color: #FFFF00; font-weight: bold;text-decoration: underline ;font-size: 8pt}

/* Beginn Stylesheet Mietwagenberechung */
/*************************************************************************************************/
/* Text */

h1.saison
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size 	   : 16px;
}

div.text
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size        : 14px;
}

div.fehler
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size        : 14px;
  color            : #FF0000;
}

div.text2
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #FF000;
}

/*************************************************************************************************/
/* Tabellenzellen */

td.saison_ueberschrift
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #DDDDDD;
}

td.eingabe
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #DDDDDD;
  color            : #000000;
  font-size        : 14px;
}

td.eingabe_saison
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #DDDDDD;
  color            : #3F4B4F;
  font-size        : 14px;
  text-align       : right;
}

td.ausgabe_ueberschrift
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #DDDDDD;
  color            : #3F4B4F;
  font-weight      : bold;
  font-size        : 14px;
  text-align       : left;
}

td.ausgabe
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #FFFFFF;
  color            : #3F4B4F;
  font-size        : 14px;
  text-align       : left;
}

td.ausgabekategorie
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #FFFFFF;
  color            : #0000FF;
  font-weight	   : bold;
  font-size        : 20px;
  text-align       : left;
  vertical-align   : bottom;
}

td.ausgabepreise
{
  font-family      : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border           : none 0px;
  background-color : #FFFFFF;
  color            : #3F4B4F;
  font-size        : 14px;
  text-align       : left;
  vertical-align   : bottom;
}

/*************************************************************************************************/
/* Formularelemente */

input.dateiupload
{
  border-color               : #000000;
  color                      : #000000;
  background-color           : #DDDDDD;
  height                     : 20px;
}

select.datum
{
  width                      : 60px;
  height                     : 20px;
}

select.pulldown
{
  width                      : 180px;
  height                     : 20px;
}

input.check
{
  height                     : 14px;
  width                      : 14px;
  border-style               : none;
  border-color               : #8AC48A;
  color                      : #838383;
}

input.button, input.button_hover
{
  font-family                : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size                  : 13px;
  height                     : 22px;
  padding-top                : -5px;
  border                     : 1px solid;
  width                      : 150px;
}

input.button
{
  border-color               : #000000;
  color                      : #000000;
  background-color           : #D4D0C8;
}

input.button_hover
{
  border-color               : #FFFFFF;
  color                      : #FFFFFF;
  background-color           : #C60000;
}

/* Ende Stylesheet Mietwagenberechung */
