/*  DATEI: wfma1style.css für Aufbereitung Logon Seiten  */
/*  <style type="text/css">  */

/*  Generell  */

* { margin: 0; padding: 0; }
		
		
html { 
  background: url(htgr.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.defaultv2  {
    Font-Weight: normal;
    Font-Size: 10pt;
    Line-Height: 10pt;
    Font-Family: Century Gothic,Arial,'Times New Roman';
    Color: white
}

/*  Gestaltung mit Tabellen Signon-Formate  */
.tabled1tb  {
    Font-Weight: normal;
    Font-Size: 10pt;
    Line-Height: 10pt;
    Background-Color: #FFFFFF;
    width: 400;
    margin-left: 100px;
    margin-top: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 3px;
    padding-left: 6px;
}
.tabled2tb  {
    Font-Weight: bold;
    Font-Size: 14pt;
    Line-Height: 16pt;
    Background-Color: #FFFFFF;
    width: 400px;
    height: 48;
    color: #676767;
    border-bottom: thin solid #001187;
}
.tabled3tb  {Font-Weight: normal; Font-Size: 10pt; Line-Height: 13pt; Background-Color: #FFFFFF; width: 400;
             color: #000000; margin-left: 2px; margin-right: 2px; margin-bottom: 2px; padding-left: 20px; padding-right: 20px}

/*  Sonstige */
.button1tb  {Font-Size:  8pt; Line-Height: 9pt}
.button1v1  {width: 90; text-align: center}
.msgtex1v1  {Font-Weight: bold;   Font-Size:  10pt; Line-Height: 13pt; font-style: italic; Color: #EE0000}

/*  </style>  */ 
