/* ---------------------------------------------------------------------
  Allgemeine Definitionen
  ----------------------------------------------------------------------*/
  
   A:link
   {
      color:                 #333333;
      font-weight:           normal;
      text-decoration:       none
   }
   
   A#internal
   {
      color:                 #DE0473;
   }

   A:visited
   {
      color:                 #333333;
      font-weight:           normal;
      text-decoration:       none
   }

   FONT
   {
      font-family:           Arial,serif;
      font-size:             8pt
   }

   P#stepIn
   {
      font-family:           Arial,serif;
      font-size:             10pt;
      padding-left:          40;
   }
   
   FORM#stepIn
   {
      font-family:           Arial,serif;
      font-size:             10pt;
      padding-left:          40;
   }
   BODY
   
      background-color:      #808080; /*$bgColor*/
   }

   FONT.small
   {
      font-size:             7pt;
   }


   FONT.big
   {
      font-size:             10pt;
   }
   LI
   {
      font-size:             9pt;
   }
   TABLE.compact
   {
      border-collapse:			collapse;
   }
   
   
   TH
   {
      font-family:           Arial, sans serif;
      font-size:             7pt;
      background-color:      #F5F5F5; /*$documentColor1*/
      color:                 #111111;
      text-align: left;
   }

   TD
   {
      font-family:           Arial, sans serif;
      font-size:             10pt;
      background-repeat: no-repeat;
   }
   
  

   INPUT,TEXTAREA,SELECT,BUTTON,FIELDSET
   {
      /* Das sind die Buttons + Textfelder... */
      border-style:          solid;
      padding:               0;
      border-color:          #111111;
      border-width:          1;
      color:                 #111111;
   }
   

   FIELDSET
   {
      background-color:      #FFFFFF;  
      padding: 15px;
   }

   FONT.HEADLINE
   {
      font-size:						12pt;
      font-family:          Arial,serif;
      font-weight:					bold;
   }
/* ---------------------------------------------------------------------
  Allgemeine Definitionen ENDE!!!!
  background-image: url(gfx/world.png);
  ----------------------------------------------------------------------*/

  div#addressListMenu
  {
    font-family:          Arial,serif;
    font-size:            8pt;
    padding: 	           1em;
    border:               1px dashed silver;
    width: 250;
    background-color:     #FFFFFF
  }


  div#addressListMenu p
  {
    color:                black;
    text-align:           center;

    font-size:            8pt;
    margin-top:					  0;
  } 

   .info{
      font-family: Arial,serif;
      font-size:9pt;
      border-color:          #111111;      
      border: rgb(111,234,111) double 2px;
      background-color: rgb(234,234,234)
   }


.#PCL { font-family: Arial,Helvetica; text-decoration: none; font-size: 11px; letter-spacing: 1px; word-spacing: 1px }
.#PTT { font-family: Arial,Helvetica; font-size: 11px; letter-spacing: 1px; word-spacing: 1px }
.#PST { font-family: Arial,Helvetica; font-size: 11px; letter-spacing: 1px; word-spacing: 1px }








  /*Knuts Reiter... keiner wei? was es soll...:P*/
.2dframe {
  border-style:          none;
  border-left-width:     1px;
  border-top-width:      1px;
  border-right-width:    1px;
  border-bottom-width:   5px;
  background-color:      red;
  }
.small{
  font-size: 9pt;
  }
.active {
  border-style:          solid;
  border-left-width:     1px;
  border-top-width:      1px;
  border-right-width:    3px;
  border-bottom-width:   3px;
  border-left-color:     #000000;
  border-top-color:      #000000;
  border-right-color:    #000000;
  border-bottom-color:   #000000;
  text-align:            center;
  font-weight:           bold;
  font-size:             10pt;
  background-color:			 #FFFFFF;  
  }
  
  
  
.notActive {
  border-style:          solid;
  border-left-width:     1px;
  border-top-width:      1px;
  border-right-width:    3px;
  border-bottom-width:   3px;
  border-left-color:     #d0d0d0;
  border-top-color:      #d0d0d0;
  border-right-color:    #d0d0d0;
  border-bottom-color:   #d0d0d0;
  text-align:            center;
  background-color:			 #F5F5F5;
  }
.notActive a:link { color:#d0d0d0; text-decoration:none }
.notActive a:visited { color:#d0d0d0; text-decoration:none }
.notActive a:hover { color:#000000; text-decoration:none }
.notActive a:active { color:#d0d0d0; text-decoration:underline }
.notActive a:focus { font-weight:bold; color:#808080; text-decoration:none }




/* ---------------------------------------------------------------------
  Definition der Inseln-Ansichten
  ----------------------------------------------------------------------*/

   .quader{ width:10px; height:10px; cursor:help; border-width:1px; border-style:solid; Overflow: hidden; border-color:606060; padding:0px; }
