/* style sheet immalee.de */

BODY     {
         scrollbar-3dlight-color: #999B9D;
         scrollbar-arrow-color: #BBBBED;
         scrollbar-base-color: #666B6D;
         scrollbar-darkshadow-color: #666B6D;
         scrollbar-face-color: #888B8D;
         scrollbar-highlight-color: #999B9D;
         scrollbar-shadow-color: #777B7D;
         scrollbar-track-color: #888B8D;
         font-family: Verdana, Geneva, Arial, sans-serif;
         font-size: 8pt;
         }

TD       {
         font-family: Verdana, Geneva, Arial, sans-serif;
         font-size: 8pt;
         vertical-align: top;
         }

TH       {
         font-size: 8pt;
         font-weight: bold;
         text-align: left;
         vertical-align: top;
         }

A        {
         text-decoration: none;
         font-size: 8pt;
         font-weight: bold;
         }

A:hover  {
         text-decoration: underline;
         color: #FFFFFF;
         letter-spacing: 0.2em;
         }

A.inbound        {
         color: #D9E3ED;
         }

A.inbound:hover  {
         color: #FFFFFF;
         letter-spacing: 0em;
         }

P        {
         margin-top: 0px;
         margin-bottom: 8px;
         margin-left: 10px;
         margin-right: 20px;
         line-height: 12pt;
         }

.arthead {
         font-size: 14pt;
         font-weight: bold;
         text-align: center;
         line-height: 16pt;
         }
.artsubhead {
         font-size: 11pt;
         font-weight: bold;
         line-height: 14pt;
         border-top: 1px solid #000033;
         border-bottom: 1px solid #000033;
         }
.artintro {
         font-size: 9pt;
         font-weight: bold;
         line-height: 14pt;
         border-top: 1px solid #000033;
         border-bottom: 1px solid #000033;
         }
.artinter {
         font-size: 9pt;
         font-weight: bold;
         border-left: 4px solid #000033;
         border-bottom: 1px solid #000033;
         padding-left: 4px;
         }
.artfoot {
         font-size: 7pt;
         }



/* FORMULARE */

 input      {
            height: 20px;
            margin-top: 1px;
            margin-bottom: 1px;
            font-family: Verdana, Geneva, Arial, Sans Serif;
            font-size: 11px;
            background-color: #999C9E;
            border-color: #222426;
            }

 input.chk  {
            border-style: none;
            }

 input.L    {
            width: 200px;
            height: 20px;
            border-style: solid;
            font-size: 11px;
            }

 input.M    {
            width: 150px;
            height: 20px;
            border-style: solid;
            font-size: 11px;
            }

 input.S    {
            width: 50px;
            height: 20px;
            border-style: solid;
            font-size: 11px;
            }


 textarea   {
            width: 400px;
            height: 150px;
            font-family: Verdana, Geneva, Arial, Sans Serif;
            font-size: 11px;
            border-style: solid;
            border-color: #222426;
            background-color: #999C9E;
            }


 input.required {
            font-size: 11px;
            background-color: transparent;
            background-repeat:no-repeat;
            }


 .btn       {
            height: 22px;
            width: 110px;
            border-style: solid;
            border-color: #2F3B42;
            background-color: #49728A;
            font-size: 8pt;
            font-weight: bold;
            color: #FFFFFF;
            cursor: hand;
            }