  /******************************************
  *  style.css, stylesheet for whole forum  *
  ******************************************/

  TABLE { font-size:  9pt; }

  IMG   { border: 0px; }

  BODY
  {
    background-image: url('bilder/forum_bg.jpg');
    color:        #000066;
    font-size:    9pt;
    font-family:  Verdana;
    margin-left:  20px;
    margin-right: 20px;
    /* margin-bottom: 400px; */
  }

  INPUT
  {
    font-family: Verdana;
    color: #000000;
    font-size: 8pt;
    /*border: 1 solid #000000;*/
  }

  INPUT.submit
  {
    font-family: Verdana;
    color: #000066;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;


    /*border: 1 solid #000000;*/
  }

  SELECT
  {

    font-family: Verdana;
    color: #000000;
    font-size: 8pt;
    /*border: 1 solid #000000;*/

  }

  /************
  *  Smileys  *
  *************/


  .bigsmile
  {
    background: white url(bilder/smileys/bigsmile.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;

    width: 32px;
    height: 32px;
  }

  .confused
  {
    background: white url(bilder/smileys/confused.gif);
    background-repeat: no-repeat;
    background-position: 2px -1px;

    width: 32px;
    height: 32px;
  }


  .wink
  {
    background: white url(bilder/smileys/wink.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;

    width: 32px;
    height: 32px;
  }

  .crying
  {
    background: white url(bilder/smileys/crying.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;

    width: 32px;
    height: 32px;
  }


  .kiss
  {
    background: white url(bilder/smileys/kiss.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;

    width: 50px;
    height: 32px;
  }

  .ignorant
  {
    background: white url(bilder/smileys/ignorant.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;

    width: 32px;
    height: 32px;
  }

  .heartSign
  {
    background: white url(bilder/smileys/heartSign.gif);
    background-repeat: no-repeat;
    background-position: 0px -2px;

    width: 32px;
    height: 32px;
  }

  .newHereSign
  {
    background: white url(bilder/smileys/newHere.gif);
    background-repeat: no-repeat;
    background-position: 0px -2px;

    width: 32px;
    height: 32px;
  }

  .oopsSign
  {
    background: white url(bilder/smileys/oops.gif);
    background-repeat: no-repeat;
    background-position: 0px -2px;

    width: 32px;
    height: 32px;
  }
  .smile
  {
    background: white url(bilder/smileys/smile.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;

    width: 32px;
    height: 32px;
  }

  .strong
  {
    background: white url(bilder/smileys/strong.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;

    width: 50px;
    height: 32px;
  }

  .sun
  {
    background: white url(bilder/smileys/sun.gif);
    background-repeat: no-repeat;
    background-position: -4px -4px;

    width: 32px;
    height: 32px;
  }

  .funny
  {
    background: white url(bilder/smileys/funny.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;

    width: 32px;
    height: 32px;
  }

  .thumbup
  {
    background: white url(bilder/smileys/thumbup.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;

    width: 32px;
    height: 32px;
  }

  .heart
  {
    background: white url(bilder/smileys/heart.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;

    width: 32px;
    height: 32px;
  }

  .angry
  {
    background: white url(bilder/smileys/angry.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;

    width: 32px;
    height: 32px;
  }

  .sceptic
  {
    background: white url(bilder/smileys/sceptic.gif);
    background-repeat: no-repeat;
    background-position: 1px 1px;

    width: 32px;
    height: 32px;
  }

  .computer
  {
    background: white url(bilder/smileys/computer.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;

    width: 50px;
    height: 32px;
  }

  .goodnight
  {
    background: white url(bilder/smileys/goodNight.gif);
    background-repeat: no-repeat;
    background-position: 2px 0px;

    width: 78px;
    height: 48px;
  }

  .applaud
  {
    background: white url(bilder/smileys/applaud.gif);
    background-repeat: no-repeat;
    background-position: -3px 0px;

    width: 32px;
    height: 32px;
  }

  .ashamed1
  {
    background: white url(bilder/smileys/ashamed1.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;

    width: 32px;
    height: 32px;
  }

  .bigsleep
  {
    background: white url(bilder/smileys/bigsleep.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;

    width: 32px;
    height: 32px;
  }

  /**********
  *  Links  *
  **********/
  A
  {
    font-size:    10pt;
    font-family:  Verdana;
    color:        #0000FF;
    /* text-decoration: none; */
  }

  A:hover { color:  #EEEEEE; }



  /******************
  *  Clicked links  *
  ******************/
  A.traceable
  {
    font-size:    10pt;
    /* font-weight:       bold; */
    font-family:  Verdana;
    color:        #0000FF;
  }

  A.traceable:hover   { color:  #FFFFFF; }
  A.traceable:visited { color:  #990099; }



  /**********************
  *  New message marker *
  **********************/
  .new
  {
    color:        #FF0000;
    font-family:  Verdana;
    font-weight:  normal;
    font-style:   italic;
    font-size:    9px;
  }



  /*********************
  *  Tree, tread list  *
  *********************/
  table.tree
  {
    font-size:  9pt;
  	border:  4px outset #006699;
  }

 	/* border-collapse: separate; */  /*Only needed if using >0 rows/cols */
 	/* background-color: white; */
  /* table.message td { border: 2px; background-color: white; } */
  /* table.message td { border: 1px outset; } */
  /* table.message th { border: 1px outset; } */



  /*********************
  *  Messages, padded  *
  *********************/
  table.message
  {
    font-size:  9pt;
  	border:  4px outset #006699;
  }

  table.message td
  {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

  	spacing: 0px;



  }

  /* table.message td { border: 2px; background-color: white; } */
  /* table.message td { border: 1px outset; } */
  /* table.message th { border: 1px outset; } */
  /* table.message th { padding-left: 30px; }*/


  /***********
  *  Titles  *
  ************/
  table.title
  {
    font-size:  9pt;
  	border:  4px outset #006699;
  }

  table.title td
  {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  /* table.message td { border: 2px; background-color: white; } */
  /* table.message td { border: 1px outset; } */
  /* table.message th { border: 1px outset; } */
  /* table.message th { padding-left: 30px; }*/



  /*************************************************************************
  *  Invisible table, used in showThread.php when viewing non-thread mode  *
  *************************************************************************/
  table.messageBare
  {
    font-size: 9pt;
  	border:    none;

  	/* border-collapse: separate; */
  	/* background-color: white;*/
  }

  table.messageBare td { border: none; }
  /* table.messageBare th { border: none; } */



  /************************************************************
  *  Large title, used as main title on pages, e.g. help.php  *
  ************************************************************/
  .forum_title
  {
      font-family: Verdana;
      font-weight: bold;
      color:       #000000;
      font-size:   20;
  }



  /*************
  *  Headings  *
  *************/
  .forum_heading
  {
      font-family:      Verdana;
      font-weight:      bold;
      color:            #000066;
      text-decoration:  underline;
  }

   .forum_register_heading1
  {
      font-family:  Verdana;
      font-weight:  bold;
      font-size:    14pt;
      color:        #000066;
  }

   .forum_register_heading2
  {
      font-family:  Verdana;
      font-weight:  normal;
      font-size:    11pt;
      color:        #000066;
  }


  .forum_subHeading1
  {
      font-family:  Verdana;
      font-weight:  bold;
      color:        #000066;
  }

   .forum_subHeading2
  {
      font-family:  Verdana;
      font-weight:  bold;
      font-size:    10pt;
      color:        #000066;
  }



  /******************
  *  Error message  *
  ******************/
  .forum_error_msg
  {
      font-family:  Verdana;
      font-weight:  bold;
      font-size:    15;
      color:        #FF0000;
      background:    white;
  }

  /******************
  *  Highlight  *
  ******************/
  .highlight
  {
      font-family:  Verdana;
      color:        #000000;
      background:    #FBFF81;
  }


