<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        
/********************************************************

Default definitions

*********************************************************/

*
{
 margin: 0;
 padding: 0;
}   

body
{
 font-family: Arial, sans-serif;
 font-size:12px;
 color:#000000;
 text-decoration: none;
 background-color : #FFFFFF;
}

p {
    margin-bottom: 0.5em;
}

td
{
 font-size:12px;
}

form
{
 display:inline;
}

img
{
 border: 0;
}

a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:active
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #9b0018;
  font-weight: bold;
  text-decoration: none;
}

.PositiveAmount
{
  color: #000000;
}

.NegativeAmount
{
  color: #FF0000;
}

.NoBreak
{
 white-space: nowrap; 
}

.Clickable
{
 border: 0;
 cursor: pointer;
}

.list
{
  margin: 20px;
  list-style-type: disc;
  font-weight: bold;
}

.left
{
 text-align: left;
}

.right
{
 text-align: right;
}

.center
{
 text-align: center;
}

.top
{
 vertical-align: top;
}

.bottom
{
 vertical-align: bottom;
}

.middle
{
 vertical-align: middle;
}

.stretch99Percent
{
width: 99%;
}



/********************************************************
 
 Footer area

*********************************************************/
.FooterLine
{
}

.FooterMenuArea
{
}


/********************************************************
 
 Header area

*********************************************************/
.LanguageFlags
{
 width: 80px;
 height: 21px;
 vertical-align: middle;
 text-align: right;
 padding-top: 1px;
}

.NoUser
{
 width: 714px;
}

.HeaderSeparator
{
}

/********************************************************
 
 Header area of popup windows

*********************************************************/

.HeaderAreaPopup
{
 padding-left: 8px;
 padding-right: 8px;
 padding-top: 8px;
}

/********************************************************
 
 Middle area

*********************************************************/

.MiddleArea
{
 width: 1024px;
 height: 500px;
 vertical-align: top;
}


/********************************************************
 
 Overlay for "in progress"

*********************************************************/


.fullWidth
{
 width: 100%;
}

.noPaddingTable,
.noPaddingTable td,
.noPaddingTable tr
{
  padding: 0;
}



/********************************************************

Institute specific

*********************************************************/

.DataAreaWizard
{
  text-align: right;
  margin-bottom: 0;
}

/* direkt formatiertes element für die wizard darstellung - es gibt nur ein steps element */
#wizard
{
  text-align: right;
  white-space: nowrap;
  font-size: 10px;
  float: right;
  margin-top: 8px;
  clear: right;
}

.wizardSelected
{
  color: #932036;
  font-weight: bold;
  white-space: nowrap;
}

.SingleLineItem
{
  float: left;
}

.SingleLineClear
{
  clear:both;
}

.TanInstructions
{
  text-align: left;
}

.optTanHeader
{
    font-weight: bold;	
}
</pre></body></html>