/*=====================================================================================*/
/* STANDARD CSS LAF                                                                    */
/*                                                                                     */
/* Peter Lorenz    (c)2000  webwigwam                                                  */
/*                                                                                     */
/* - sollte in NS,IE,OP ab Version 4.x gleich aussehen                                 */
/* - tabelle goldener schnitt                                                          */
/*   +--+----------+------+--+                                                         */
/*    16%    42%      26%  16%                                                         */
/* Mac     1pt = 1 px                                                                  */
/* Window  1pt = 1.3 px                                                                */
/*          em = 0.0615 px                                                             */
/*=====================================================================================*/

/*=====================================================================================*/
/* D E F A U L T                                 Standard-Einstellungen                */
/*=====================================================================================*/
body
{ font-family      : Arial, Helvetica, sans-serif;
  margin           : 0px;                        /*..oben, rechts, unten, links .......*/
  padding          : 0px;
  scrollbar-3dlight-color    : #000000;          /*..Farbe für 3D-Effekte .............*/
  scrollbar-arrow-color      : #FFFF00;          /*..Farbe für Verschiebepfeile .......*/
  scrollbar-darkshadow-color : #000000;          /*..Farbe für Schatten ...............*/
  scrollbar-face-color       : #666600;          /*..Farbe für Oberfläche .............*/
  scrollbar-highlight-color  : #FFFF00;          /*..Farbe für oberen und linken Rand .*/
  scrollbar-shadow-color     : #666600;          /*..Farbe für unteren und rechten Rand*/
  scrollbar-track-color      : #999900;          /*..Farbe freibleibender Verschiebeweg*/
  background-color           : #999900 ;
}/*____________________________________________________________________________________*/
td,th
{ font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #666600 ;
  padding          : 0px;
}/*____________________________________________________________________________________*/
h1,h2,h3,h4
{ xfont-family      : Arial, Helvetica, sans-serif;
  font-weight      : normal;
  padding          : 0px;
  margin           : 0px;
}
h1
{ font-size        : 2.3em;
  margin           : 5px;
  color            : #FFFF00 ;
  letter-spacing   : 0.16em;
}
h2,h3,h4
{ font-size        : 1.6em;
}
h4
{ font-size        : 1.1em;
}
code
{ font-size        : 1.0em;
  xcolor            : #CCFFFF ;
}
/*_____________________________________________________________________________________*/
a                                                /*..links.zu.nicht.besuchten.Seiten...*/
{ text-decoration  : none;
  border-style     : none;
}/*____________________________________________________________________________________*/
a:link                                           /*..links.zu.nicht.besuchten.Seiten...*/
{ color            : #FFFF00 ;
}/*____________________________________________________________________________________*/
a:visited                                        /*..links.zu.bereits.besuchten.Seiten.*/
{ color            : #FFFF00 ;
}/*____________________________________________________________________________________*/
a:active                                         /*..links.die.gerade.angeklickt.werden*/
{ color            : #FFFF00 ;
}/*____________________________________________________________________________________*/
a:hover                                          /*..links.auf.die.die.Maus.zeigt......*/
{ text-decoration  : underline;
  color            : #00FF00 ;
  visibility       : visible;
}/*____________________________________________________________________________________*/
a:focus
{ text-decoration  : underline;
}/*____________________________________________________________________________________*/
a:hover .nohover
{ text-decoration  : none;
}
.stretch
{ letter-spacing   : 0.2em;
}
.greattable
{ font-size        : 1.2em;
}
.logo
{ background-color : #666600 ;
}
.content
{ background-color : #CCCC99 ;
  color            : #666600 ;
  padding          : 0px;
  margin           : 0px;
  filter : Alpha(startx=1, starty=1, finishx=1, finishy=100, opacity=100, finishopacity=25, style=1);
  padding          : 3px;
}
.content td
{ color            : #FFFFFF ;
}
.content a:link, .content a:visited
{ color            : #FFFF00 ;
}
.content a:hover
{ color            : #00FF00 ;
}
.front
{ position         : relative;
  z-index          : 11;
}
.never
{ display : none;
}
a .no
{ visibility       : hidden;
}
a:hover .no
{ visibility       : visible;
}
ul
{ margin-left      : 20px;
  padding          : 0px;
}
.inv
{ visibility       : visible; /*per Script unsichtbar - Browser ohne Script sehens dann immer*/
  filter           : blendTrans(Duration=5);
}
.border
{ border           : 2px #666600 outset;
}
hr
{ color            : #00AFAF;
  padding          : 0px;
  margin           : 0px;
}
#m
{ display          : none;
}
#g
{
}
/*=====================================================================================*/
/* F R A M E                                                                           */
/*=====================================================================================*/
div.f
{ border-width     : 2px;
  border-color     : #666600 ;
  border-style     : inset;
  padding          : 10px;
  margin           : 0px;
  width            : 99%;
  xheight           : 100%;
}
.outset
{ border           : 2px #666600 outset;
  padding          : 5px;

}
/*=====================================================================================*/
/* F O R M                                                                             */
/*=====================================================================================*/
textarea,input,option,select, .checkbox
{ scrollbar-3dlight-color    : #000000;          /*..Farbe für 3D-Effekte .............*/
  scrollbar-arrow-color      : #FFFF00;          /*..Farbe für Verschiebepfeile .......*/
  scrollbar-darkshadow-color : #000000;          /*..Farbe für Schatten ...............*/
  scrollbar-face-color       : #666600;          /*..Farbe für Oberfläche .............*/
  scrollbar-highlight-color  : #FFFF00;          /*..Farbe für oberen und linken Rand .*/
  scrollbar-shadow-color     : #666600;          /*..Farbe für unteren und rechten Rand*/
  scrollbar-track-color      : #999900;          /*..Farbe freibleibender Verschiebeweg*/
  margin           : 0px;
  background-color : #CCCC99 ;
  font-size        : 1.1em;
  font-weight      : bold;
  border-width     : 2px;
  border-color     : #666600 ;
  border-style     : inset;
}
.button
{ cursor           : hand;
  border           : 2px outset #669900 ;
  background-color : #669900 ;
}
/*=====================================================================================*/
/* E N D E                                                                             */
/*=====================================================================================*/
